.btn {
  border-width: 2px;
}
body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !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: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !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: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !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: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !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: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !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: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !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: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4c4c8;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: #97979e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6ec7f2;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: #1ea8eb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !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: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* 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: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.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: #fafafa !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: #fafafa !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='%23fafafa' %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-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #fafafa !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  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: #fafafa;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lambretta-elettra-futuristic-electric-scooter-wordlesstech-735x493.jpg");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOwdmn5y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/download-736x491.jpg");
}
.cid-taOwdmn5y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwdmn5y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwdmn5y7 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-taOwdmn5y7 .item .icon-wrap {
  text-align: center;
}
.cid-taOwdmn5y7 .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-taOwdmn5y7 .item.first:before {
  display: none;
}
.cid-taOwdmn5y7 .item.five:before {
  display: none;
}
.cid-taOwdmn5y7 .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-taOwdmn5y7 .text-box {
  text-align: center;
}
.cid-taOwdmn5y7 .mbr-iconfont {
  color: #fafafa !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-taOwdmn5y7 .item:before {
    display: none;
  }
  .cid-taOwdmn5y7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taOwdmn5y7 .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-taOwdmn5y7 .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-taOwdmn5y7 .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-taOwdmn5y7 .first,
  .cid-taOwdmn5y7 .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-taOwdmn5y7 .position {
  padding: 20px;
}
.cid-uCu8KAzxwG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uCu8KAzxwG .item:focus,
.cid-uCu8KAzxwG span:focus {
  outline: none;
}
.cid-uCu8KAzxwG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uCu8KAzxwG .content-head {
  max-width: 800px;
}
.cid-uCu8KAzxwG .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uCu8KAzxwG .item {
    min-height: 45px;
  }
}
.cid-taOwgHUAs2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-taOwgHUAs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwgHUAs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwgHUAs2 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-taOwgHUAs2 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-taOwgHUAs2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taOwgHUAs2 .item-wrapper .w-100 {
  height: 500px;
}
.cid-taOwgHUAs2 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwgHUAs2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taOwgHUAs2 .carousel-control,
.cid-taOwgHUAs2 .close {
  background: #1b1b1b;
}
.cid-taOwgHUAs2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taOwgHUAs2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-taOwgHUAs2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taOwgHUAs2 .close::before {
  content: '\e91a';
}
.cid-taOwgHUAs2 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .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 #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taOwgHUAs2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taOwgHUAs2 .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 #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-indicators li.active,
.cid-taOwgHUAs2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taOwgHUAs2 .carousel-indicators li::after,
.cid-taOwgHUAs2 .carousel-indicators li::before {
  content: none;
}
.cid-taOwgHUAs2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none;
  }
}
.cid-taOwgHUAs2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .carousel-inner > .active {
  display: block;
}
.cid-taOwgHUAs2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-control,
  .cid-taOwgHUAs2 .carousel-indicators,
  .cid-taOwgHUAs2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taOwgHUAs2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taOwgHUAs2 .carousel-indicators .active,
.cid-taOwgHUAs2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taOwgHUAs2 .carousel-indicators .active {
  background: #fafafa;
}
.cid-taOwgHUAs2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taOwgHUAs2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taOwgHUAs2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taOwgHUAs2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taOwgHUAs2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taOwgHUAs2 .carousel {
  width: 100%;
}
.cid-taOwgHUAs2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog,
.cid-taOwgHUAs2 .modal.in .modal-dialog {
  transform: none;
}
.cid-taOwgHUAs2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taOwgHUAs2 H6 {
  text-align: center;
}
.cid-taOwgHUAs2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwgHUAs2 .rotate {
    top: -6px;
  }
}
.cid-taOwgHUAs2 .title-relative {
  position: relative;
}
.cid-taOwgHUAs2 .mbr-section-title,
.cid-taOwgHUAs2 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-taOwgHUAs2 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .item-content {
    padding-top: 10px;
  }
}
.cid-taOwgHUAs2 .mbr-text,
.cid-taOwgHUAs2 .item-title {
  color: #fafafa;
}
.cid-taOwgHUAs2 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-taOwgHUAs2 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-taOwgHUAs2 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-taOwgHUAs2 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-taOwgHUAs2 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-taOwgHUAs2 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-taOwgHUAs2 .mbr-section-title {
  color: #161616;
}
.cid-taOwgHUAs2 .mbr-section-subtitle {
  color: #1c1c1c;
  text-align: center;
}
.cid-taOwgHUAs2 .mbr-text,
.cid-taOwgHUAs2 .mbr-section-btn {
  color: #1c1c1c;
  text-align: center;
}
.cid-taOwgHUAs2 .item-title {
  color: #2b2b2b;
  text-align: center;
}
.cid-taOwhm7MiC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #161616;
}
.cid-taOwhm7MiC .mbr-text,
.cid-taOwhm7MiC .mbr-section-btn {
  color: #fafafa;
}
.cid-taOwhm7MiC .row {
  justify-content: start;
}
.cid-taOwhm7MiC .mbr-section-title {
  color: #fafafa;
}
.cid-taOwhm7MiC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper {
    flex-direction: column-reverse;
  }
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-taOwhm7MiC .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-taOwhm7MiC .mbr-section-title,
.cid-taOwhm7MiC .card-box {
  text-align: center;
}
.cid-taOwidkAcI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/download-736x491.jpg");
}
.cid-taOwidkAcI .rotate {
  transform: rotate(225deg);
}
.cid-taOwidkAcI svg {
  transition: all 0.4s;
}
.cid-taOwidkAcI a:hover > svg {
  transform: rotate(315deg);
}
.cid-taOwidkAcI .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwidkAcI .style-button {
    transform: translateY(-165px);
  }
}
.cid-uE4SgTwrSw.popup-builder {
  background-color: #ffffff;
}
.cid-uE4SgTwrSw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uE4SgTwrSw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uE4SgTwrSw .modal-content,
.cid-uE4SgTwrSw .modal-dialog {
  height: auto;
}
.cid-uE4SgTwrSw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uE4SgTwrSw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uE4SgTwrSw .form-wrapper .mbr-form .form-group,
  .cid-uE4SgTwrSw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uE4SgTwrSw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uE4SgTwrSw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE4SgTwrSw .mbr-text {
  text-align: center;
  color: #f8f8f8;
}
.cid-uE4SgTwrSw .pt-0 {
  padding-top: 0 !important;
}
.cid-uE4SgTwrSw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uE4SgTwrSw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uE4SgTwrSw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uE4SgTwrSw .modal-open {
  overflow: hidden;
}
.cid-uE4SgTwrSw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uE4SgTwrSw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uE4SgTwrSw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uE4SgTwrSw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uE4SgTwrSw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uE4SgTwrSw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uE4SgTwrSw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uE4SgTwrSw .modal-content {
  background: #121212;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uE4SgTwrSw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uE4SgTwrSw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uE4SgTwrSw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uE4SgTwrSw .modal-backdrop.show {
  opacity: .5;
}
.cid-uE4SgTwrSw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uE4SgTwrSw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uE4SgTwrSw .modal-header {
    padding: 1rem;
  }
}
.cid-uE4SgTwrSw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uE4SgTwrSw .modal-header .close svg {
  fill: #353535;
}
.cid-uE4SgTwrSw .modal-header .close:hover {
  opacity: 1;
}
.cid-uE4SgTwrSw .modal-header .close:focus {
  outline: none;
}
.cid-uE4SgTwrSw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fafafa;
}
.cid-uE4SgTwrSw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uE4SgTwrSw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uE4SgTwrSw .modal-body {
    padding: 1rem;
  }
}
.cid-uE4SgTwrSw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uE4SgTwrSw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uE4SgTwrSw .modal-footer {
    padding: 1rem;
  }
}
.cid-uE4SgTwrSw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uE4SgTwrSw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uE4SgTwrSw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uE4SgTwrSw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uE4SgTwrSw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uE4SgTwrSw .modal-lg,
  .cid-uE4SgTwrSw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uE4SgTwrSw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uE4SgTwrSw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uE4SgTwrSw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uE4SgTwrSw .form-group {
  margin-bottom: 1rem;
}
.cid-uE4SgTwrSw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uE4SgTwrSw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uE4SgTwrSw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uE4SgTwrSw .mbr-section-btn {
  margin: 0;
}
.cid-uE4SgTwrSw .mbr-section-btn .btn {
  margin: 0;
}
.cid-taOwmuyXYe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-taOwmuyXYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwmuyXYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwmuyXYe .mbr-section-title,
.cid-taOwmuyXYe .mbr-text,
.cid-taOwmuyXYe .card-title,
.cid-taOwmuyXYe .num {
  color: #fafafa;
}
.cid-taOwmuyXYe .title .num {
  width: 100%;
  display: block;
}
.cid-taOwmuyXYe .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-taOwmuyXYe .content-column {
    margin-bottom: 2rem;
  }
  .cid-taOwmuyXYe .p-center {
    padding: 30px 0;
  }
}
.cid-taOwmuyXYe .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwmuyXYe .rotate {
    top: 30px;
  }
}
.cid-taOwmuyXYe .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-taOwmuyXYe .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-taOwmuyXYe .mbr-section-title,
.cid-taOwmuyXYe .card-box {
  color: #2b2b2b;
  text-align: left;
}
.cid-taOwmuyXYe .num {
  color: #161616;
  text-align: center;
}
.cid-taOwmuyXYe .card-title {
  color: #161616;
  text-align: center;
}
.cid-taOwmuyXYe .card-text {
  text-align: center;
  color: #161616;
}
.cid-taOwo0l45a {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-taOwo0l45a .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwo0l45a .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-taOwo0l45a .row {
    flex-direction: column-reverse;
  }
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-taOwo0l45a .image-wrapper {
    display: none;
  }
  .cid-taOwo0l45a .card-title {
    line-height: 46px !important;
  }
}
.cid-taOwo0l45a .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-taOwo0l45a .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taOwo0l45a .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwo0l45a .card-title,
.cid-taOwo0l45a .mbr-text {
  color: #fafafa;
}
.cid-taOwo0l45a .card-title {
  line-height: 69px;
  text-align: left;
  color: #e6c63b;
}
@media (min-width: 991px) {
  .cid-taOwo0l45a .card-title-position {
    margin-left: 25rem;
  }
  .cid-taOwo0l45a .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-taOwo0l45a .mbr-text {
  padding-left: 50px;
}
.cid-taOwo0l45a .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 0;
  }
}
.cid-taOwo0l45a .for-arrow {
  position: relative;
}
.cid-taOwo0l45a .mbr-text,
.cid-taOwo0l45a .mbr-section-btn {
  color: #161616;
}
.cid-uCq4gIiEu3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uCq4gIiEu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCq4gIiEu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCq4gIiEu3 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCq4gIiEu3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCq4gIiEu3 .title-wrapper .mbr-section-title span {
  color: #e6c63b;
}
.cid-uCq4gIiEu3 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uCq4gIiEu3 .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uCq4gIiEu3 .item {
    padding: 0 14px;
  }
}
.cid-uCq4gIiEu3 .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uCq4gIiEu3 .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uCq4gIiEu3 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCq4gIiEu3 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCq4gIiEu3 .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCq4gIiEu3 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #bbbbbb;
}
.cid-uCq4gIiEu3 .item .card_1::before {
  background: linear-gradient(45deg, #22a5e5, #292739 50%);
}
.cid-uCq4gIiEu3 .item .card_2::before {
  background: linear-gradient(45deg, #7dcaf0, #292739 50%);
}
.cid-uCq4gIiEu3 .item .card_3::before {
  background: linear-gradient(45deg, #22a5e5, #292739 50%);
}
.cid-uCq4gIiEu3 .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #22a5e5;
}
.cid-uCq4gIiEu3 .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #7dcaf0;
}
.cid-uCq4gIiEu3 .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #22a5e5;
}
.cid-uCq4gIiEu3 .mbr-section-title {
  color: #161616;
  text-align: center;
}
.cid-uCq4gIiEu3 .item-title {
  color: #ffffff;
}
.cid-uCq4gIiEu3 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uCq4gIiEu3 .item-title,
.cid-uCq4gIiEu3 .tags-wrapper,
.cid-uCq4gIiEu3 .icon-wrapper {
  text-align: center;
}
.cid-taOwpjw4BE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #161616;
}
.cid-taOwpjw4BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwpjw4BE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwpjw4BE .mbr-text {
  color: #fafafa;
}
.cid-taOwpjw4BE .mbr-section-subtitle,
.cid-taOwpjw4BE .mbr-section-title,
.cid-taOwpjw4BE .card-title {
  color: #fafafa;
}
.cid-taOwpjw4BE .title .card-title {
  z-index: 1;
}
.cid-taOwpjw4BE .num {
  color: #fafafa;
  word-break: normal;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-taOwpjw4BE .content-column {
    margin-bottom: 2rem;
  }
  .cid-taOwpjw4BE .line-for-mobile {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .cid-taOwpjw4BE .line-for-mobile {
    width: 100%;
  }
  .cid-taOwpjw4BE .pt-20 {
    padding: 0;
  }
}
.cid-taOwpjw4BE .card-box .rotate {
  margin-left: 1rem;
}
.cid-taOwpjw4BE .card-title {
  font-size: 20px;
}
.cid-taOwpjw4BE .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwpjw4BE .title-arrow {
    top: -7px;
  }
}
.cid-taOwpjw4BE .rotate {
  transform: rotate(225deg);
}
.cid-taOwpjw4BE .hidden-text {
  visibility: hidden;
}
.cid-taOwpjw4BE .position {
  height: 76%;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-taOwpjw4BE .card {
    padding-bottom: 40px;
  }
  .cid-taOwpjw4BE .end {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-taOwpjw4BE .btn,
  .cid-taOwpjw4BE .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    margin-left: auto;
    word-break: normal;
  }
  .cid-taOwpjw4BE .btn .rotate,
  .cid-taOwpjw4BE .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-taOwpjw4BE .btn svg,
  .cid-taOwpjw4BE .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-taOwpjw4BE .btn:hover > svg,
  .cid-taOwpjw4BE .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 991px) {
  .cid-taOwpjw4BE .btn,
  .cid-taOwpjw4BE .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-taOwpjw4BE .btn .rotate,
  .cid-taOwpjw4BE .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-taOwpjw4BE .btn svg,
  .cid-taOwpjw4BE .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-taOwpjw4BE .btn:hover > svg,
  .cid-taOwpjw4BE .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 576px) {
  .cid-taOwpjw4BE .btn,
  .cid-taOwpjw4BE .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-taOwpjw4BE .btn .rotate,
  .cid-taOwpjw4BE .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-taOwpjw4BE .btn svg,
  .cid-taOwpjw4BE .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-taOwpjw4BE .btn:hover > svg,
  .cid-taOwpjw4BE .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
  .cid-taOwpjw4BE .btn p,
  .cid-taOwpjw4BE .btn-primary p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOwpjw4BE .hide {
  display: none;
}
.cid-taOwpjw4BE .pt-20 {
  padding-top: 20px;
}
@media (max-width: 425px) {
  .cid-taOwpjw4BE .pt-20 {
    padding-top: 10px;
  }
}
.cid-taOwpjw4BE .card-title,
.cid-taOwpjw4BE .card-img {
  text-align: left;
}
.cid-taOwpjw4BE .card-text {
  text-align: left;
}
.cid-taOwrfqjLU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-taOwrfqjLU .mbr-text {
  color: #161616;
}
.cid-taOwrfqjLU .row {
  justify-content: start;
}
.cid-taOwrfqjLU .line {
  border-top: 1px solid currentColor;
  margin-bottom: 5rem;
}
.cid-taOwrfqjLU .mbr-section-title {
  color: #fafafa;
}
.cid-taOwrfqjLU .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwrfqjLU .title-arrow {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .cid-taOwrfqjLU .wrapper {
    flex-direction: column-reverse;
  }
}
.cid-taOwrfqjLU .text-position {
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .cid-taOwrfqjLU .text-position {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .cid-taOwrfqjLU .text-position {
    padding: 0 10px 24px 10px;
  }
}
.cid-taOws3pn0j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/download-736x491.jpg");
}
.cid-taOws3pn0j .rotate {
  transform: rotate(225deg);
}
.cid-taOws3pn0j svg {
  transition: all 0.4s;
}
.cid-taOws3pn0j a:hover > svg {
  transform: rotate(315deg);
}
.cid-taOws3pn0j .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOws3pn0j .style-button {
    transform: translateY(-165px);
  }
}
.cid-taOwsPezKZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #03061f;
}
.cid-taOwsPezKZ .mbr-text,
.cid-taOwsPezKZ .mbr-section-btn {
  color: #121212;
}
.cid-taOwsPezKZ .mbr-text,
.cid-taOwsPezKZ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-taOwsPezKZ .mbr-text,
  .cid-taOwsPezKZ .mbr-section-title {
    text-align: center;
  }
}
.cid-taOwsPezKZ a.btn {
  height: 100%;
  margin: 0;
}
.cid-taOwsPezKZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-taOwsPezKZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-taOwsPezKZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-taOwsPezKZ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-taOwsPezKZ .justify-content-center {
  align-items: center;
}
.cid-taOwsPezKZ .border-radius {
  border-radius: 0px;
}
.cid-taOwsPezKZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwsPezKZ .rotate {
    top: -6px;
  }
}
.cid-taOwsPezKZ svg {
  transition: all 0.4s;
}
.cid-taOwsPezKZ .svg-rotate {
  transform: rotate(225deg);
}
.cid-taOwsPezKZ .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-taOwsPezKZ .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-taOwmOG9rv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
  background-position: initial !important;
}
.cid-taOwmOG9rv .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-taOwmOG9rv .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-taOwmOG9rv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-taOwmOG9rv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-taOwmOG9rv .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-taOwmOG9rv .embla__slide {
    min-width: 375px;
  }
}
.cid-taOwmOG9rv .embla__button--next,
.cid-taOwmOG9rv .embla__button--prev {
  display: flex;
}
.cid-taOwmOG9rv .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-taOwmOG9rv .embla__button {
    top: -18%;
  }
}
.cid-taOwmOG9rv .embla__button:disabled {
  cursor: default;
}
.cid-taOwmOG9rv .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-taOwmOG9rv .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-taOwmOG9rv .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-taOwmOG9rv .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-taOwmOG9rv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-taOwmOG9rv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-taOwmOG9rv .embla {
  position: relative;
  width: 100%;
}
.cid-taOwmOG9rv .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-taOwmOG9rv .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-taOwmOG9rv .embla__viewport {
    margin-left: 0;
  }
}
.cid-taOwmOG9rv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-taOwmOG9rv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-taOwmOG9rv .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-taOwmOG9rv .embla__container {
    margin-top: 30px;
  }
}
.cid-taOwmOG9rv .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-taOwmOG9rv .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-taOwmOG9rv .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-taOwmOG9rv .card-title,
.cid-taOwmOG9rv .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-taOwmOG9rv .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-taOwmOG9rv .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-taOwmOG9rv .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-taOwmOG9rv .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-taOwmOG9rv .embla__container {
    transform: translateX(-25px);
  }
  .cid-taOwmOG9rv .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-taOwmOG9rv .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-taOwmOG9rv .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-taOwmOG9rv .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwmOG9rv .rotate {
    top: 30px;
  }
}
.cid-uE2cS0BezP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #161616;
}
.cid-uE2cS0BezP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2cS0BezP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2cS0BezP .content-head {
  max-width: 800px;
}
.cid-uE2cS0BezP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-taOwtmmLSb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-taOwtmmLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwtmmLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .row {
    text-align: center;
  }
  .cid-taOwtmmLSb .row > div {
    margin: auto;
  }
  .cid-taOwtmmLSb .social-row {
    justify-content: center;
  }
  .cid-taOwtmmLSb .soc-item {
    padding-top: 0 !important;
  }
}
.cid-taOwtmmLSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-taOwtmmLSb .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 0rem;
  }
}
.cid-taOwtmmLSb .mbr-text,
.cid-taOwtmmLSb .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-taOwtmmLSb .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-taOwtmmLSb .soc-item:last-child {
  margin-right: 0;
}
.cid-taOwtmmLSb .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOwtmmLSb .self-center {
  align-self: center;
}
.cid-taOwtmmLSb .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-taOwtmmLSb .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .indent-up {
    margin-bottom: 0;
  }
}
.cid-taOwtmmLSb .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-taOwtmmLSb .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .position {
    text-align: center;
  }
}
.cid-taOwtmmLSb .pt-16 {
  padding-top: 16px;
}
.cid-taOwtmmLSb .pb-16 {
  padding-bottom: 16px;
}
.cid-taOwtmmLSb P {
  color: #e8e8e8;
}
.cid-uE2bnyXgT3.popup-builder {
  background-color: #ffffff;
}
.cid-uE2bnyXgT3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uE2bnyXgT3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uE2bnyXgT3 .modal-content,
.cid-uE2bnyXgT3 .modal-dialog {
  height: auto;
}
.cid-uE2bnyXgT3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uE2bnyXgT3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uE2bnyXgT3 .form-wrapper .mbr-form .form-group,
  .cid-uE2bnyXgT3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uE2bnyXgT3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uE2bnyXgT3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE2bnyXgT3 .mbr-text {
  text-align: center;
}
.cid-uE2bnyXgT3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uE2bnyXgT3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uE2bnyXgT3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uE2bnyXgT3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uE2bnyXgT3 .modal-open {
  overflow: hidden;
}
.cid-uE2bnyXgT3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uE2bnyXgT3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uE2bnyXgT3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uE2bnyXgT3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uE2bnyXgT3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uE2bnyXgT3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uE2bnyXgT3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uE2bnyXgT3 .modal-content {
  background: #1b1b1b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uE2bnyXgT3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uE2bnyXgT3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uE2bnyXgT3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uE2bnyXgT3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uE2bnyXgT3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uE2bnyXgT3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uE2bnyXgT3 .modal-header {
    padding: 1rem;
  }
}
.cid-uE2bnyXgT3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uE2bnyXgT3 .modal-header .close svg {
  fill: #871777;
}
.cid-uE2bnyXgT3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uE2bnyXgT3 .modal-header .close:focus {
  outline: none;
}
.cid-uE2bnyXgT3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f8f8f8;
}
.cid-uE2bnyXgT3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uE2bnyXgT3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uE2bnyXgT3 .modal-body {
    padding: 1rem;
  }
}
.cid-uE2bnyXgT3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uE2bnyXgT3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uE2bnyXgT3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uE2bnyXgT3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uE2bnyXgT3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uE2bnyXgT3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uE2bnyXgT3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uE2bnyXgT3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uE2bnyXgT3 .modal-lg,
  .cid-uE2bnyXgT3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uE2bnyXgT3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uE2bnyXgT3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uE2bnyXgT3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uE2bnyXgT3 .form-group {
  margin-bottom: 1rem;
}
.cid-uE2bnyXgT3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uE2bnyXgT3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uE2bnyXgT3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uE2bnyXgT3 .mbr-section-btn {
  margin: 0;
}
.cid-uE2bnyXgT3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #fafafa !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  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: #fafafa;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCui7pR5bm {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/download-736x491.jpg");
}
.cid-uCui7pR5bm .nav-tabs .nav-item.open .nav-link:focus,
.cid-uCui7pR5bm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uCui7pR5bm .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uCui7pR5bm .nav-item {
    margin: 0;
  }
}
.cid-uCui7pR5bm .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-uCui7pR5bm .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uCui7pR5bm .nav-link,
.cid-uCui7pR5bm .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-uCui7pR5bm .nav-tabs .nav-link.active {
  background: #22a5e5;
  color: #ffffff;
}
.cid-uCui7pR5bm H4 {
  text-align: center;
}
.cid-uCui7pR5bm H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uCui7pR5bm P {
  color: #bbbbbb;
}
.cid-uCui7pR5bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCui7pR5bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-taOwtmmLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwtmmLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .row {
    text-align: center;
  }
  .cid-taOwtmmLSb .row > div {
    margin: auto;
  }
  .cid-taOwtmmLSb .social-row {
    justify-content: center;
  }
  .cid-taOwtmmLSb .soc-item {
    padding-top: 0 !important;
  }
}
.cid-taOwtmmLSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-taOwtmmLSb .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 0rem;
  }
}
.cid-taOwtmmLSb .mbr-text,
.cid-taOwtmmLSb .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-taOwtmmLSb .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-taOwtmmLSb .soc-item:last-child {
  margin-right: 0;
}
.cid-taOwtmmLSb .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOwtmmLSb .self-center {
  align-self: center;
}
.cid-taOwtmmLSb .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-taOwtmmLSb .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .indent-up {
    margin-bottom: 0;
  }
}
.cid-taOwtmmLSb .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-taOwtmmLSb .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .position {
    text-align: center;
  }
}
.cid-taOwtmmLSb .pt-16 {
  padding-top: 16px;
}
.cid-taOwtmmLSb .pb-16 {
  padding-bottom: 16px;
}
.cid-taOwtmmLSb P {
  color: #e8e8e8;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #fafafa !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  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: #fafafa;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCwShw0qYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCwShw0qYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwShw0qYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCwShw0qYT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uCwShw0qYT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCwShw0qYT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uCwShw0qYT .container {
    padding: 0 20px;
  }
}
.cid-uCwShw0qYT .row {
  justify-content: space-between;
}
.cid-uCwShw0qYT .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uCwShw0qYT .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-uCwShw0qYT .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uCwShw0qYT .dragArea.row .form-group .form-control-label {
  margin-bottom: 16px !important;
}
.cid-uCwShw0qYT .dragArea.row .form-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #e1e1e1 !important;
  border-radius: .75rem !important;
  padding: 12px 20px;
  min-height: 80px;
}
.cid-uCwShw0qYT .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uCwShw0qYT .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #fafafa;
  border-color: #fafafa;
}
.cid-uCwShw0qYT .dragArea.row .form-group .form-check .form-check-label {
  color: #fafafa;
}
.cid-uCwShw0qYT .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uCwShw0qYT .mbr-text {
  color: #000000;
}
.cid-uCwShw0qYT label {
  color: #000000;
}
.cid-taOwtmmLSb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-taOwtmmLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwtmmLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .row {
    text-align: center;
  }
  .cid-taOwtmmLSb .row > div {
    margin: auto;
  }
  .cid-taOwtmmLSb .social-row {
    justify-content: center;
  }
  .cid-taOwtmmLSb .soc-item {
    padding-top: 0 !important;
  }
}
.cid-taOwtmmLSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-taOwtmmLSb .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 0rem;
  }
}
.cid-taOwtmmLSb .mbr-text,
.cid-taOwtmmLSb .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-taOwtmmLSb .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-taOwtmmLSb .soc-item:last-child {
  margin-right: 0;
}
.cid-taOwtmmLSb .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOwtmmLSb .self-center {
  align-self: center;
}
.cid-taOwtmmLSb .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-taOwtmmLSb .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .indent-up {
    margin-bottom: 0;
  }
}
.cid-taOwtmmLSb .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-taOwtmmLSb .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .position {
    text-align: center;
  }
}
.cid-taOwtmmLSb .pt-16 {
  padding-top: 16px;
}
.cid-taOwtmmLSb .pb-16 {
  padding-bottom: 16px;
}
.cid-taOwtmmLSb P {
  color: #e8e8e8;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #fafafa !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  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: #fafafa;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCwJCR96gG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uCwJCR96gG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCwJCR96gG .container-fluid {
  padding: 0 !important;
}
.cid-uCwJCR96gG .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-uCwJCR96gG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCwJCR96gG .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-uCwJCR96gG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCwJCR96gG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCwJCR96gG .wrapper {
  margin-bottom: 50px;
}
.cid-uCwJCR96gG .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCwJCR96gG .mbr-text {
  color: #919dab;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uCwJCR96gG .subscribe__form {
  margin-top: 30px;
}
.cid-uCwJCR96gG .form-group {
  margin-bottom: 0;
}
.cid-uCwJCR96gG .dragArea .form-control {
  color: #161616;
  margin-bottom: 35px;
  border: 2px solid #161616 !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-uCwJCR96gG .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uCwJCR96gG .dragArea input::placeholder {
  color: #161616;
  opacity: .6;
}
.cid-uCwJCR96gG .dragArea textarea::placeholder {
  color: #161616;
  opacity: .6;
}
.cid-uCwJCR96gG .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uCwJCR96gG .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-uCwJCR96gG .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-uCwJCR96gG .title__right {
  margin-bottom: 0;
}
.cid-uCwJCR96gG .text__right {
  margin: 20px 0 40px;
  color: #161616;
}
.cid-uCwJCR96gG .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
  color: #161616;
}
.cid-uCwJCR96gG .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #6ec7f2;
}
.cid-uCwJCR96gG .tel:hover {
  color: #c4c4c8;
}
.cid-uCwJCR96gG .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-uCwJCR96gG .title__right_social {
  margin-bottom: 20px;
}
.cid-uCwJCR96gG .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-uCwJCR96gG .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-uCwJCR96gG .socials .mbr-iconfont {
  color: #1e0e62;
  margin-right: 15px;
  font-size: 18px;
}
.cid-uCwJCR96gG .socname {
  transition: all .25s;
  color: #161616;
}
.cid-uCwJCR96gG .socname:hover {
  color: #5d6a79;
}
.cid-taOwtmmLSb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-taOwtmmLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwtmmLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .row {
    text-align: center;
  }
  .cid-taOwtmmLSb .row > div {
    margin: auto;
  }
  .cid-taOwtmmLSb .social-row {
    justify-content: center;
  }
  .cid-taOwtmmLSb .soc-item {
    padding-top: 0 !important;
  }
}
.cid-taOwtmmLSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-taOwtmmLSb .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 0rem;
  }
}
.cid-taOwtmmLSb .mbr-text,
.cid-taOwtmmLSb .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-taOwtmmLSb .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-taOwtmmLSb .soc-item:last-child {
  margin-right: 0;
}
.cid-taOwtmmLSb .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOwtmmLSb .self-center {
  align-self: center;
}
.cid-taOwtmmLSb .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-taOwtmmLSb .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .indent-up {
    margin-bottom: 0;
  }
}
.cid-taOwtmmLSb .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-taOwtmmLSb .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .position {
    text-align: center;
  }
}
.cid-taOwtmmLSb .pt-16 {
  padding-top: 16px;
}
.cid-taOwtmmLSb .pb-16 {
  padding-bottom: 16px;
}
.cid-taOwtmmLSb P {
  color: #e8e8e8;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #fafafa !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  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: #fafafa;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE1QvmdjWO {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-uE1QvmdjWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1QvmdjWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uE1QvmdjWO .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uE1QvmdjWO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uE1QvmdjWO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1QvmdjWO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uE1QvmdjWO .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uE1QvmdjWO .wrap .inner-wrap {
  padding: 40px;
}
.cid-uE1QvmdjWO .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uE1QvmdjWO .mbr-text,
.cid-uE1QvmdjWO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uE1QrBqsgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uE1QrBqsgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1QrBqsgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1QrBqsgu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uE1QrBqsgu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uE1QrBqsgu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE1QrBqsgu .container {
    padding: 0 20px;
  }
  .cid-uE1QrBqsgu .container .row {
    padding: 0;
  }
}
.cid-uE1QrBqsgu .row {
  justify-content: center;
}
.cid-uE1QrBqsgu .list-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uE1QrBqsgu .list-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uE1QrBqsgu .list-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1QrBqsgu .list-wrapper .card-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uE1QrBqsgu .list-wrapper .card-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uE1QrBqsgu .mbr-desc {
  color: #e8e8e8;
}
.cid-uE1QrBqsgu .mbr-name {
  color: #ffffff;
}
.cid-taOwtmmLSb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-taOwtmmLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwtmmLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .row {
    text-align: center;
  }
  .cid-taOwtmmLSb .row > div {
    margin: auto;
  }
  .cid-taOwtmmLSb .social-row {
    justify-content: center;
  }
  .cid-taOwtmmLSb .soc-item {
    padding-top: 0 !important;
  }
}
.cid-taOwtmmLSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-taOwtmmLSb .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 0rem;
  }
}
.cid-taOwtmmLSb .mbr-text,
.cid-taOwtmmLSb .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-taOwtmmLSb .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-taOwtmmLSb .soc-item:last-child {
  margin-right: 0;
}
.cid-taOwtmmLSb .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOwtmmLSb .self-center {
  align-self: center;
}
.cid-taOwtmmLSb .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-taOwtmmLSb .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .indent-up {
    margin-bottom: 0;
  }
}
.cid-taOwtmmLSb .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-taOwtmmLSb .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .position {
    text-align: center;
  }
}
.cid-taOwtmmLSb .pt-16 {
  padding-top: 16px;
}
.cid-taOwtmmLSb .pb-16 {
  padding-bottom: 16px;
}
.cid-taOwtmmLSb P {
  color: #e8e8e8;
}
.cid-uE24xqzM4f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE24xqzM4f nav.navbar {
  position: fixed;
}
.cid-uE24xqzM4f .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-uE24xqzM4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE24xqzM4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uE24xqzM4f .dropdown-item:hover,
.cid-uE24xqzM4f .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uE24xqzM4f .dropdown-item:hover span {
  color: white;
}
.cid-uE24xqzM4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE24xqzM4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE24xqzM4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE24xqzM4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE24xqzM4f .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uE24xqzM4f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uE24xqzM4f .container {
    flex-wrap: nowrap;
  }
}
.cid-uE24xqzM4f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE24xqzM4f .dropdown-menu,
.cid-uE24xqzM4f .navbar.opened {
  background: #fafafa !important;
}
.cid-uE24xqzM4f .nav-item:focus,
.cid-uE24xqzM4f .nav-link:focus {
  outline: none;
}
.cid-uE24xqzM4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE24xqzM4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE24xqzM4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE24xqzM4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE24xqzM4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE24xqzM4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE24xqzM4f .navbar {
  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: #fafafa;
}
.cid-uE24xqzM4f .navbar.opened {
  transition: all 0.3s;
}
.cid-uE24xqzM4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE24xqzM4f .navbar .navbar-logo img {
  width: auto;
}
.cid-uE24xqzM4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE24xqzM4f .navbar.collapsed {
  justify-content: center;
}
.cid-uE24xqzM4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE24xqzM4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE24xqzM4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uE24xqzM4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE24xqzM4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE24xqzM4f .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-uE24xqzM4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE24xqzM4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE24xqzM4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE24xqzM4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE24xqzM4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE24xqzM4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE24xqzM4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE24xqzM4f .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-uE24xqzM4f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE24xqzM4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE24xqzM4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE24xqzM4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uE24xqzM4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE24xqzM4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uE24xqzM4f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uE24xqzM4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uE24xqzM4f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uE24xqzM4f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uE24xqzM4f .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-uE24xqzM4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE24xqzM4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE24xqzM4f .dropdown-item.active,
.cid-uE24xqzM4f .dropdown-item:active {
  background-color: transparent;
}
.cid-uE24xqzM4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE24xqzM4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE24xqzM4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE24xqzM4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uE24xqzM4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE24xqzM4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE24xqzM4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE24xqzM4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uE24xqzM4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE24xqzM4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uE24xqzM4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE24xqzM4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE24xqzM4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE24xqzM4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE24xqzM4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE24xqzM4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE24xqzM4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE24xqzM4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE24xqzM4f .navbar-dropdown {
  position: fixed;
}
.cid-uE24xqzM4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE24xqzM4f .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-uE24xqzM4f .navbar {
    height: 70px;
  }
  .cid-uE24xqzM4f .navbar.opened {
    height: auto;
  }
  .cid-uE24xqzM4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE24xranpO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/3-2000x2500.jpeg");
}
.cid-uE24xranpO .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uE24xranpO .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uE24xranpO .card-btn svg {
  transition: all 0.4s;
}
.cid-uE24xranpO .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uE24xranpO .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uE24xranpO .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-uE24xranpO .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uE24xranpO .column {
  display: flex;
  flex-direction: column;
}
.cid-uE24xranpO .mbr-card-title,
.cid-uE24xranpO .mbr-text {
  color: #fafafa;
}
.cid-uE24xranpO .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uE24xranpO .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uE24xrFoPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uE24xrFoPI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uE24xrFoPI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uE24xrFoPI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE24xrFoPI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uE24xrFoPI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE24xrFoPI .embla__slide .slide-content {
  width: 100%;
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #060606 40%, transparent 98%);
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #078efb;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uE24xrFoPI .embla__button--next,
.cid-uE24xrFoPI .embla__button--prev {
  display: flex;
}
.cid-uE24xrFoPI .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla__button {
    bottom: 0;
  }
}
.cid-uE24xrFoPI .embla__button:hover {
  transform: scale(1.05);
}
.cid-uE24xrFoPI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uE24xrFoPI .embla__button.embla__button--next {
  right: 0;
}
.cid-uE24xrFoPI .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uE24xrFoPI .embla {
    padding: 0;
  }
}
.cid-uE24xrFoPI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uE24xrFoPI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE24xrFoPI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE24xrFoPI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE24xrFoPI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uE24xrFoPI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE24xrFoPI .mbr-text,
.cid-uE24xrFoPI .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uE24xrFoPI .item-title {
  color: #ffffff;
}
.cid-uE24xsjdiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uE24xsjdiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE24xsjdiq .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-uE24xsjdiq .row {
    flex-direction: column-reverse;
  }
  .cid-uE24xsjdiq .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-uE24xsjdiq .image-wrapper {
    display: none;
  }
  .cid-uE24xsjdiq .card-title {
    line-height: 46px !important;
  }
}
.cid-uE24xsjdiq .content-wrapper {
  background: #2b2b2b;
}
@media (max-width: 991px) {
  .cid-uE24xsjdiq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uE24xsjdiq .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uE24xsjdiq .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-uE24xsjdiq .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-uE24xsjdiq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uE24xsjdiq .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uE24xsjdiq .card-title,
.cid-uE24xsjdiq .mbr-text {
  color: #fafafa;
}
.cid-uE24xsjdiq .card-title {
  line-height: 69px;
  color: #161616;
}
@media (min-width: 991px) {
  .cid-uE24xsjdiq .card-title-position {
    margin-left: 25rem;
  }
  .cid-uE24xsjdiq .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-uE24xsjdiq .mbr-text {
  padding-left: 50px;
}
.cid-uE24xsjdiq .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-uE24xsjdiq .arrow-text {
    display: none;
  }
  .cid-uE24xsjdiq .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-uE24xsjdiq .arrow-text {
    display: none;
  }
  .cid-uE24xsjdiq .mbr-text {
    padding-left: 0;
  }
}
.cid-uE24xsjdiq .for-arrow {
  position: relative;
}
.cid-uE24xsjdiq .mbr-text,
.cid-uE24xsjdiq .mbr-section-btn {
  color: #fafafa;
}
.cid-uE24xsCVvD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uE24xsCVvD .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-uE24xsCVvD .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-uE24xsCVvD .card-wrapper:hover .ico2 {
  color: #fafafa !important;
}
.cid-uE24xsCVvD .ico2 {
  color: #c4c4c8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-uE24xsCVvD .text-info:hover {
  color: inherit !important;
}
.cid-uE24xsCVvD .card-box {
  padding: 0rem 1rem;
}
.cid-uE24xsCVvD .ico1 {
  font-size: 4rem !important;
}
.cid-uE24xsCVvD h3,
.cid-uE24xsCVvD h4 {
  padding: 0;
  margin: 0;
}
.cid-uE24xsCVvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE24xsCVvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE24xsCVvD .card-title {
  color: #e8e8e8;
}
.cid-uE24xtcLYo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-uE24xtcLYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE24xtcLYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE24xtcLYo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE24xtcLYo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uE24xtcLYo .row {
    text-align: center;
  }
  .cid-uE24xtcLYo .row > div {
    margin: auto;
  }
  .cid-uE24xtcLYo .social-row {
    justify-content: center;
  }
  .cid-uE24xtcLYo .soc-item {
    padding-top: 0 !important;
  }
}
.cid-uE24xtcLYo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uE24xtcLYo .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uE24xtcLYo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE24xtcLYo .list {
    margin-bottom: 0rem;
  }
}
.cid-uE24xtcLYo .mbr-text,
.cid-uE24xtcLYo .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-uE24xtcLYo .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-uE24xtcLYo .soc-item:last-child {
  margin-right: 0;
}
.cid-uE24xtcLYo .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uE24xtcLYo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uE24xtcLYo .self-center {
  align-self: center;
}
.cid-uE24xtcLYo .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-uE24xtcLYo .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uE24xtcLYo .indent-up {
    margin-bottom: 0;
  }
}
.cid-uE24xtcLYo .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-uE24xtcLYo .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-uE24xtcLYo .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-uE24xtcLYo .position {
    text-align: center;
  }
}
.cid-uE24xtcLYo .pt-16 {
  padding-top: 16px;
}
.cid-uE24xtcLYo .pb-16 {
  padding-bottom: 16px;
}
.cid-uE24xtcLYo P {
  color: #e8e8e8;
}
.cid-uE1T5pcGDe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE1T5pcGDe nav.navbar {
  position: fixed;
}
.cid-uE1T5pcGDe .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-uE1T5pcGDe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE1T5pcGDe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uE1T5pcGDe .dropdown-item:hover,
.cid-uE1T5pcGDe .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uE1T5pcGDe .dropdown-item:hover span {
  color: white;
}
.cid-uE1T5pcGDe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE1T5pcGDe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE1T5pcGDe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE1T5pcGDe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE1T5pcGDe .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uE1T5pcGDe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uE1T5pcGDe .container {
    flex-wrap: nowrap;
  }
}
.cid-uE1T5pcGDe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE1T5pcGDe .dropdown-menu,
.cid-uE1T5pcGDe .navbar.opened {
  background: #fafafa !important;
}
.cid-uE1T5pcGDe .nav-item:focus,
.cid-uE1T5pcGDe .nav-link:focus {
  outline: none;
}
.cid-uE1T5pcGDe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE1T5pcGDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE1T5pcGDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE1T5pcGDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1T5pcGDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1T5pcGDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1T5pcGDe .navbar {
  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: #fafafa;
}
.cid-uE1T5pcGDe .navbar.opened {
  transition: all 0.3s;
}
.cid-uE1T5pcGDe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE1T5pcGDe .navbar .navbar-logo img {
  width: auto;
}
.cid-uE1T5pcGDe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE1T5pcGDe .navbar.collapsed {
  justify-content: center;
}
.cid-uE1T5pcGDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE1T5pcGDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE1T5pcGDe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uE1T5pcGDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1T5pcGDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1T5pcGDe .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-uE1T5pcGDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1T5pcGDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE1T5pcGDe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE1T5pcGDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE1T5pcGDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1T5pcGDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1T5pcGDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1T5pcGDe .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-uE1T5pcGDe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE1T5pcGDe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE1T5pcGDe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1T5pcGDe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uE1T5pcGDe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE1T5pcGDe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uE1T5pcGDe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uE1T5pcGDe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uE1T5pcGDe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uE1T5pcGDe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uE1T5pcGDe .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-uE1T5pcGDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1T5pcGDe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1T5pcGDe .dropdown-item.active,
.cid-uE1T5pcGDe .dropdown-item:active {
  background-color: transparent;
}
.cid-uE1T5pcGDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1T5pcGDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE1T5pcGDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE1T5pcGDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uE1T5pcGDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE1T5pcGDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE1T5pcGDe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE1T5pcGDe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uE1T5pcGDe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE1T5pcGDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uE1T5pcGDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1T5pcGDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1T5pcGDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1T5pcGDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1T5pcGDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1T5pcGDe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1T5pcGDe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1T5pcGDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1T5pcGDe .navbar-dropdown {
  position: fixed;
}
.cid-uE1T5pcGDe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE1T5pcGDe .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-uE1T5pcGDe .navbar {
    height: 70px;
  }
  .cid-uE1T5pcGDe .navbar.opened {
    height: auto;
  }
  .cid-uE1T5pcGDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE1T5pvfDg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1-2000x2500.jpeg");
}
.cid-uE1T5pvfDg .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uE1T5pvfDg .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uE1T5pvfDg .card-btn svg {
  transition: all 0.4s;
}
.cid-uE1T5pvfDg .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uE1T5pvfDg .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uE1T5pvfDg .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-uE1T5pvfDg .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uE1T5pvfDg .column {
  display: flex;
  flex-direction: column;
}
.cid-uE1T5pvfDg .mbr-card-title,
.cid-uE1T5pvfDg .mbr-text {
  color: #fafafa;
}
.cid-uE1T5pvfDg .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uE1T5pvfDg .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uE1T5pMn9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uE1T5pMn9S .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uE1T5pMn9S .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uE1T5pMn9S .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE1T5pMn9S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uE1T5pMn9S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE1T5pMn9S .embla__slide .slide-content {
  width: 100%;
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #060606 40%, transparent 98%);
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #078efb;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uE1T5pMn9S .embla__button--next,
.cid-uE1T5pMn9S .embla__button--prev {
  display: flex;
}
.cid-uE1T5pMn9S .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla__button {
    bottom: 0;
  }
}
.cid-uE1T5pMn9S .embla__button:hover {
  transform: scale(1.05);
}
.cid-uE1T5pMn9S .embla__button.embla__button--prev {
  left: 0;
}
.cid-uE1T5pMn9S .embla__button.embla__button--next {
  right: 0;
}
.cid-uE1T5pMn9S .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uE1T5pMn9S .embla {
    padding: 0;
  }
}
.cid-uE1T5pMn9S .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uE1T5pMn9S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE1T5pMn9S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE1T5pMn9S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE1T5pMn9S .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uE1T5pMn9S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE1T5pMn9S .mbr-text,
.cid-uE1T5pMn9S .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uE1T5pMn9S .item-title {
  color: #ffffff;
}
.cid-uE1T5qbcey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uE1T5qbcey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1T5qbcey .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-uE1T5qbcey .row {
    flex-direction: column-reverse;
  }
  .cid-uE1T5qbcey .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-uE1T5qbcey .image-wrapper {
    display: none;
  }
  .cid-uE1T5qbcey .card-title {
    line-height: 46px !important;
  }
}
.cid-uE1T5qbcey .content-wrapper {
  background: #2b2b2b;
}
@media (max-width: 991px) {
  .cid-uE1T5qbcey .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uE1T5qbcey .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uE1T5qbcey .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-uE1T5qbcey .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-uE1T5qbcey .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uE1T5qbcey .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uE1T5qbcey .card-title,
.cid-uE1T5qbcey .mbr-text {
  color: #fafafa;
}
.cid-uE1T5qbcey .card-title {
  line-height: 69px;
  color: #161616;
}
@media (min-width: 991px) {
  .cid-uE1T5qbcey .card-title-position {
    margin-left: 25rem;
  }
  .cid-uE1T5qbcey .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-uE1T5qbcey .mbr-text {
  padding-left: 50px;
}
.cid-uE1T5qbcey .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-uE1T5qbcey .arrow-text {
    display: none;
  }
  .cid-uE1T5qbcey .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-uE1T5qbcey .arrow-text {
    display: none;
  }
  .cid-uE1T5qbcey .mbr-text {
    padding-left: 0;
  }
}
.cid-uE1T5qbcey .for-arrow {
  position: relative;
}
.cid-uE1T5qbcey .mbr-text,
.cid-uE1T5qbcey .mbr-section-btn {
  color: #fafafa;
}
.cid-uE1T5qNVIK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uE1T5qNVIK .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-uE1T5qNVIK .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-uE1T5qNVIK .card-wrapper:hover .ico2 {
  color: #fafafa !important;
}
.cid-uE1T5qNVIK .ico2 {
  color: #c4c4c8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-uE1T5qNVIK .text-info:hover {
  color: inherit !important;
}
.cid-uE1T5qNVIK .card-box {
  padding: 0rem 1rem;
}
.cid-uE1T5qNVIK .ico1 {
  font-size: 4rem !important;
}
.cid-uE1T5qNVIK h3,
.cid-uE1T5qNVIK h4 {
  padding: 0;
  margin: 0;
}
.cid-uE1T5qNVIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1T5qNVIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1T5qNVIK .card-title {
  color: #e8e8e8;
}
.cid-uE1T5rbg9W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #03061f;
}
.cid-uE1T5rbg9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1T5rbg9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1T5rbg9W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE1T5rbg9W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uE1T5rbg9W .row {
    text-align: center;
  }
  .cid-uE1T5rbg9W .row > div {
    margin: auto;
  }
  .cid-uE1T5rbg9W .social-row {
    justify-content: center;
  }
  .cid-uE1T5rbg9W .soc-item {
    padding-top: 0 !important;
  }
}
.cid-uE1T5rbg9W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uE1T5rbg9W .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uE1T5rbg9W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1T5rbg9W .list {
    margin-bottom: 0rem;
  }
}
.cid-uE1T5rbg9W .mbr-text,
.cid-uE1T5rbg9W .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-uE1T5rbg9W .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-uE1T5rbg9W .soc-item:last-child {
  margin-right: 0;
}
.cid-uE1T5rbg9W .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uE1T5rbg9W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uE1T5rbg9W .self-center {
  align-self: center;
}
.cid-uE1T5rbg9W .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-uE1T5rbg9W .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uE1T5rbg9W .indent-up {
    margin-bottom: 0;
  }
}
.cid-uE1T5rbg9W .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-uE1T5rbg9W .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-uE1T5rbg9W .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-uE1T5rbg9W .position {
    text-align: center;
  }
}
.cid-uE1T5rbg9W .pt-16 {
  padding-top: 16px;
}
.cid-uE1T5rbg9W .pb-16 {
  padding-bottom: 16px;
}
.cid-uE1T5rbg9W P {
  color: #e8e8e8;
}
