body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0a113d !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a113d !important;
  border-color: #0a113d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a113d !important;
  background-color: transparent !important;
  border-color: #0a113d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ff6600 !important;
  background-color: transparent !important;
  border-color: #ff6600 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b34700 !important;
  border-color: #b34700 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0a113d;
  border-color: #0a113d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a113d !important;
  border-color: #0a113d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #993d00;
  color: #993d00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0a113d !important;
}
.text-secondary {
  color: #ff6600 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff6600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #993d00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff6600 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ff6600 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6600 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff6600 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ff6600 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff6600 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a113d;
  border-color: #0a113d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a113d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b60e1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #0a113d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a113d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a113d;
  border-bottom-color: #0a113d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0a113d !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: #ff6600 !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%;
}
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='%230a113d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwXm5Y46vC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXm5Y46vC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXm5Y46vC a {
  font-style: normal;
}
.cid-rwXm5Y46vC .show {
  overflow: visible;
}
.cid-rwXm5Y46vC .dropdown-menu {
  max-height: 400px;
}
.cid-rwXm5Y46vC .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXm5Y46vC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXm5Y46vC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .nav-item:focus,
.cid-rwXm5Y46vC .nav-link:focus {
  outline: none;
}
.cid-rwXm5Y46vC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXm5Y46vC .menu-logo {
  margin-right: auto;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXm5Y46vC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXm5Y46vC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXm5Y46vC button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXm5Y46vC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-rwXm5Y46vC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXm5Y46vC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXm5Y46vC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXm5Y46vC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC img {
    height: 3.8rem !important;
  }
  .cid-rwXm5Y46vC .btn {
    display: -webkit-flex;
  }
  .cid-rwXm5Y46vC button.navbar-toggler {
    display: block;
  }
  .cid-rwXm5Y46vC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing,
  .cid-rwXm5Y46vC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXm5Y46vC .nav-link {
    justify-content: start!important;
  }
  .cid-rwXm5Y46vC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXm5Y46vC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXm5Y46vC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXm5Y46vC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXm5Y46vC .nav-link:hover,
.cid-rwXm5Y46vC .dropdown-item:hover {
  color: #ff6600 !important;
}
@media (min-width: 1500px) {
  .cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXm5Y46vC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uF9i2taPK6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-1757x1080.png");
}
.cid-uF9i2taPK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9i2taPK6 .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-uF9i2taPK6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF9i2taPK6 .container {
    padding: 0 24px;
  }
}
.cid-uF9i2taPK6 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF9i2taPK6 .content-wrapper {
    padding: 0;
  }
}
.cid-uF9i2taPK6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF9i2taPK6 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF9i2taPK6 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF9i2taPK6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF9i2taPK6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF9i2taPK6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF9i2taPK6 .mbr-section-title {
  color: #ffffff;
}
.cid-uF9i2taPK6 .mbr-desc,
.cid-uF9i2taPK6 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF9i2taPK6 .mbr-text,
.cid-uF9i2taPK6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF9i2taPK6 .mbr-section-title,
.cid-uF9i2taPK6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF9MI7SiMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uF9MI7SiMq .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-uF9MI7SiMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9MI7SiMq .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-uF9MI7SiMq .container {
    padding: 0 15px;
  }
}
.cid-uF9MI7SiMq .row {
  position: relative;
  z-index: 1;
}
.cid-uF9MI7SiMq .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF9MI7SiMq .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9MI7SiMq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uF9MI7SiMq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uF9MI7SiMq .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uF9MI7SiMq .image-wrapper {
    padding: 0;
  }
}
.cid-uF9MI7SiMq .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uF9MI7SiMq .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uF9MI7SiMq .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uF9MI7SiMq .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uF9MI7SiMq .mbr-section-title {
  color: #30262b;
}
.cid-uF9MI7SiMq .mbr-text {
  color: #30262b;
}
.cid-uF9MI7SiMq .mbr-section-title,
.cid-uF9MI7SiMq .mbr-section-btn {
  color: #ff6600;
}
.cid-uFJcW2mS8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a113d;
}
.cid-uFJcW2mS8d .carousel-item {
  justify-content: center;
}
.cid-uFJcW2mS8d .carousel-item.active,
.cid-uFJcW2mS8d .carousel-item-next,
.cid-uFJcW2mS8d .carousel-item-prev {
  display: flex;
}
.cid-uFJcW2mS8d .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uFJcW2mS8d .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uFJcW2mS8d .carousel-control-next span {
  padding-left: 5px;
}
.cid-uFJcW2mS8d .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uFJcW2mS8d .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uFJcW2mS8d .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uFJcW2mS8d .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uFJcW2mS8d .user_desk {
  color: #ff6600;
}
.cid-uFJcW2mS8d .user_text {
  color: #ffffff;
}
.cid-uFJcW2mS8d .user_name {
  color: #ff6600;
}
.cid-uFJcW2mS8d H3 {
  color: #ff6600;
}
.cid-uF9P2LGqvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uF9P2LGqvq .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-uF9P2LGqvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9P2LGqvq .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-uF9P2LGqvq .container {
    padding: 0 15px;
  }
}
.cid-uF9P2LGqvq .row {
  position: relative;
  z-index: 1;
}
.cid-uF9P2LGqvq .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF9P2LGqvq .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9P2LGqvq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uF9P2LGqvq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uF9P2LGqvq .image-wrapper {
  padding-left: 40px;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uF9P2LGqvq .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF9P2LGqvq .image-wrapper {
    padding: 0;
  }
}
.cid-uF9P2LGqvq .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uF9P2LGqvq .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uF9P2LGqvq .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uF9P2LGqvq .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uF9P2LGqvq .mbr-section-title {
  color: #30262b;
}
.cid-uF9P2LGqvq .mbr-text {
  color: #0a113d;
}
.cid-uF9P2LGqvq .mbr-section-title,
.cid-uF9P2LGqvq .mbr-section-btn {
  color: #ff6600;
}
.cid-uF9ArGM3LC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff6600;
}
.cid-uF9ArGM3LC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9ArGM3LC .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-uF9ArGM3LC .container {
    padding: 0 15px;
  }
}
.cid-uF9ArGM3LC .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uF9ArGM3LC .row .card {
  justify-content: center;
}
.cid-uF9ArGM3LC .image-wrapper {
  position: relative;
}
.cid-uF9ArGM3LC .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
.cid-uF9ArGM3LC .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uF9ArGM3LC .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uF9ArGM3LC .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF9ArGM3LC .image-wrapper img {
    height: 350px;
  }
}
.cid-uF9ArGM3LC .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uF9ArGM3LC .text-wrapper {
    padding: 0;
  }
}
.cid-uF9ArGM3LC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF9ArGM3LC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFahrK0VNZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a113d;
}
.cid-uFahrK0VNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFahrK0VNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFahrK0VNZ .media-container-row {
  justify-content: space-between;
}
.cid-uFahrK0VNZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uFahrK0VNZ .text-content {
    max-width: none;
  }
}
.cid-uFahrK0VNZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff6600;
  border: 2px solid #ff6600;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFahrK0VNZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFahrK0VNZ .mbr-iconfont-social:hover {
  background-color: #ff6600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uFahrK0VNZ .icons {
    justify-content: center !important;
  }
  .cid-uFahrK0VNZ .text-content * {
    text-align: center;
  }
}
.cid-uFahrK0VNZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFahuVMNaA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a113d;
  overflow: hidden;
}
.cid-uFarBJPubT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFarBJPubT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFarBJPubT a {
  font-style: normal;
}
.cid-uFarBJPubT .show {
  overflow: visible;
}
.cid-uFarBJPubT .dropdown-menu {
  max-height: 400px;
}
.cid-uFarBJPubT .dropdown-item:active {
  background-color: transparent;
}
.cid-uFarBJPubT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFarBJPubT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uFarBJPubT .nav-item:focus,
.cid-uFarBJPubT .nav-link:focus {
  outline: none;
}
.cid-uFarBJPubT .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFarBJPubT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFarBJPubT .menu-logo {
  margin-right: auto;
}
.cid-uFarBJPubT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFarBJPubT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFarBJPubT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFarBJPubT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFarBJPubT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFarBJPubT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFarBJPubT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFarBJPubT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uFarBJPubT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFarBJPubT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFarBJPubT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFarBJPubT .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uFarBJPubT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFarBJPubT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFarBJPubT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFarBJPubT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFarBJPubT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFarBJPubT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFarBJPubT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFarBJPubT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFarBJPubT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFarBJPubT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFarBJPubT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFarBJPubT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFarBJPubT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFarBJPubT button.navbar-toggler:focus {
  outline: none;
}
.cid-uFarBJPubT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uFarBJPubT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFarBJPubT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarBJPubT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarBJPubT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFarBJPubT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarBJPubT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFarBJPubT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFarBJPubT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarBJPubT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarBJPubT .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFarBJPubT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFarBJPubT .collapsed .navbar-collapse.collapsing,
.cid-uFarBJPubT .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uFarBJPubT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFarBJPubT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFarBJPubT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFarBJPubT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFarBJPubT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFarBJPubT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFarBJPubT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFarBJPubT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFarBJPubT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uFarBJPubT .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFarBJPubT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFarBJPubT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarBJPubT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFarBJPubT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFarBJPubT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFarBJPubT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFarBJPubT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarBJPubT img {
    height: 3.8rem !important;
  }
  .cid-uFarBJPubT .btn {
    display: -webkit-flex;
  }
  .cid-uFarBJPubT button.navbar-toggler {
    display: block;
  }
  .cid-uFarBJPubT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFarBJPubT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarBJPubT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFarBJPubT .navbar-collapse.collapsing,
  .cid-uFarBJPubT .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uFarBJPubT .navbar-collapse.collapsing .navbar-nav,
  .cid-uFarBJPubT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFarBJPubT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFarBJPubT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFarBJPubT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFarBJPubT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFarBJPubT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFarBJPubT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFarBJPubT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFarBJPubT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFarBJPubT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFarBJPubT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uFarBJPubT .nav-link {
    justify-content: start!important;
  }
  .cid-uFarBJPubT .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uFarBJPubT .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uFarBJPubT .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uFarBJPubT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFarBJPubT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFarBJPubT .nav-link:hover,
.cid-uFarBJPubT .dropdown-item:hover {
  color: #ff6600 !important;
}
@media (min-width: 1500px) {
  .cid-uFarBJPubT .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uFarBJPubT .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uFarBK9UfJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-1757x1080.png");
}
.cid-uFarBK9UfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarBK9UfJ .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-uFarBK9UfJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFarBK9UfJ .container {
    padding: 0 24px;
  }
}
.cid-uFarBK9UfJ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uFarBK9UfJ .content-wrapper {
    padding: 0;
  }
}
.cid-uFarBK9UfJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uFarBK9UfJ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uFarBK9UfJ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uFarBK9UfJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFarBK9UfJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFarBK9UfJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFarBK9UfJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFarBK9UfJ .mbr-desc,
.cid-uFarBK9UfJ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarBK9UfJ .mbr-text,
.cid-uFarBK9UfJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarBK9UfJ .mbr-section-title,
.cid-uFarBK9UfJ .mbr-section-btn {
  text-align: center;
  color: #ff6600;
}
.cid-uFarBNeBC9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-uFarBNeBC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarBNeBC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarBNeBC9 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFarBNeBC9 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFarBNeBC9 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFarBNeBC9 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFarBNeBC9 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #0a113d;
}
.cid-uFarBNeBC9 .mbr-section-title {
  color: #0a113d;
}
.cid-uFarBNeBC9 .card-title {
  color: #0a113d;
}
.cid-uFarBNeBC9 P {
  color: #ff6600;
}
.cid-uFarBLoi3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff6600;
}
.cid-uFarBLoi3c .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-uFarBLoi3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarBLoi3c .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-uFarBLoi3c .container {
    padding: 0 15px;
  }
}
.cid-uFarBLoi3c .row {
  position: relative;
  z-index: 1;
}
.cid-uFarBLoi3c .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFarBLoi3c .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFarBLoi3c .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFarBLoi3c .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFarBLoi3c .image-wrapper {
  padding-left: 40px;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFarBLoi3c .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFarBLoi3c .image-wrapper {
    padding: 0;
  }
}
.cid-uFarBLoi3c .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFarBLoi3c .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFarBLoi3c .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFarBLoi3c .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFarBLoi3c .mbr-section-title {
  color: #30262b;
}
.cid-uFarBLoi3c .mbr-text {
  color: #ffffff;
}
.cid-uFarBLoi3c .mbr-section-title,
.cid-uFarBLoi3c .mbr-section-btn {
  color: #0a113d;
}
.cid-uFarBNyR5i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a113d;
}
.cid-uFarBNyR5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarBNyR5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarBNyR5i .media-container-row {
  justify-content: space-between;
}
.cid-uFarBNyR5i .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uFarBNyR5i .text-content {
    max-width: none;
  }
}
.cid-uFarBNyR5i .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff6600;
  border: 2px solid #ff6600;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFarBNyR5i .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFarBNyR5i .mbr-iconfont-social:hover {
  background-color: #ff6600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uFarBNyR5i .icons {
    justify-content: center !important;
  }
  .cid-uFarBNyR5i .text-content * {
    text-align: center;
  }
}
.cid-uFarBNyR5i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFarBNRcqG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a113d;
  overflow: hidden;
}
.cid-uFarA2a6zM .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFarA2a6zM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFarA2a6zM a {
  font-style: normal;
}
.cid-uFarA2a6zM .show {
  overflow: visible;
}
.cid-uFarA2a6zM .dropdown-menu {
  max-height: 400px;
}
.cid-uFarA2a6zM .dropdown-item:active {
  background-color: transparent;
}
.cid-uFarA2a6zM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFarA2a6zM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uFarA2a6zM .nav-item:focus,
.cid-uFarA2a6zM .nav-link:focus {
  outline: none;
}
.cid-uFarA2a6zM .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFarA2a6zM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFarA2a6zM .menu-logo {
  margin-right: auto;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFarA2a6zM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFarA2a6zM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uFarA2a6zM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFarA2a6zM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFarA2a6zM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFarA2a6zM .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uFarA2a6zM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFarA2a6zM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFarA2a6zM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFarA2a6zM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFarA2a6zM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFarA2a6zM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFarA2a6zM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFarA2a6zM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFarA2a6zM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFarA2a6zM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFarA2a6zM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFarA2a6zM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFarA2a6zM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFarA2a6zM button.navbar-toggler:focus {
  outline: none;
}
.cid-uFarA2a6zM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uFarA2a6zM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFarA2a6zM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarA2a6zM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarA2a6zM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFarA2a6zM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarA2a6zM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFarA2a6zM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFarA2a6zM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarA2a6zM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarA2a6zM .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFarA2a6zM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFarA2a6zM .collapsed .navbar-collapse.collapsing,
.cid-uFarA2a6zM .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uFarA2a6zM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFarA2a6zM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFarA2a6zM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFarA2a6zM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFarA2a6zM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFarA2a6zM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFarA2a6zM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFarA2a6zM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFarA2a6zM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uFarA2a6zM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFarA2a6zM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFarA2a6zM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarA2a6zM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFarA2a6zM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFarA2a6zM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFarA2a6zM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFarA2a6zM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarA2a6zM img {
    height: 3.8rem !important;
  }
  .cid-uFarA2a6zM .btn {
    display: -webkit-flex;
  }
  .cid-uFarA2a6zM button.navbar-toggler {
    display: block;
  }
  .cid-uFarA2a6zM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFarA2a6zM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarA2a6zM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFarA2a6zM .navbar-collapse.collapsing,
  .cid-uFarA2a6zM .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uFarA2a6zM .navbar-collapse.collapsing .navbar-nav,
  .cid-uFarA2a6zM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFarA2a6zM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFarA2a6zM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFarA2a6zM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFarA2a6zM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFarA2a6zM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFarA2a6zM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFarA2a6zM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFarA2a6zM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFarA2a6zM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFarA2a6zM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uFarA2a6zM .nav-link {
    justify-content: start!important;
  }
  .cid-uFarA2a6zM .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uFarA2a6zM .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uFarA2a6zM .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uFarA2a6zM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFarA2a6zM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFarA2a6zM .nav-link:hover,
.cid-uFarA2a6zM .dropdown-item:hover {
  color: #ff6600 !important;
}
@media (min-width: 1500px) {
  .cid-uFarA2a6zM .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uFarA2a6zM .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uFarA2uqiQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-1757x1080.png");
}
.cid-uFarA2uqiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarA2uqiQ .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-uFarA2uqiQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFarA2uqiQ .container {
    padding: 0 24px;
  }
}
.cid-uFarA2uqiQ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uFarA2uqiQ .content-wrapper {
    padding: 0;
  }
}
.cid-uFarA2uqiQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uFarA2uqiQ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uFarA2uqiQ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uFarA2uqiQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFarA2uqiQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFarA2uqiQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFarA2uqiQ .mbr-section-title {
  color: #ffffff;
}
.cid-uFarA2uqiQ .mbr-desc,
.cid-uFarA2uqiQ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarA2uqiQ .mbr-text,
.cid-uFarA2uqiQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarA2uqiQ .mbr-section-title,
.cid-uFarA2uqiQ .mbr-section-btn {
  text-align: center;
  color: #ff6600;
}
.cid-uG5hmiVbze {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG5hmiVbze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5hmiVbze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5hmiVbze .items-wrapper {
  justify-content: center;
}
.cid-uG5hmiVbze .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG5hmiVbze .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uG5hmiVbze .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG5hmiVbze .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uG5hmiVbze .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uG5hmiVbze .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uG5hmiVbze .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uG5hmiVbze .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uG5hmiVbze .mbr-section-subtitle {
  color: #68707c;
  text-align: center;
}
.cid-uFarA5XQXw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a113d;
}
.cid-uFarA5XQXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarA5XQXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarA5XQXw .media-container-row {
  justify-content: space-between;
}
.cid-uFarA5XQXw .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uFarA5XQXw .text-content {
    max-width: none;
  }
}
.cid-uFarA5XQXw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff6600;
  border: 2px solid #ff6600;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFarA5XQXw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFarA5XQXw .mbr-iconfont-social:hover {
  background-color: #ff6600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uFarA5XQXw .icons {
    justify-content: center !important;
  }
  .cid-uFarA5XQXw .text-content * {
    text-align: center;
  }
}
.cid-uFarA5XQXw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFarA6iNvZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a113d;
  overflow: hidden;
}
.cid-uFarjx40Q6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFarjx40Q6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFarjx40Q6 a {
  font-style: normal;
}
.cid-uFarjx40Q6 .show {
  overflow: visible;
}
.cid-uFarjx40Q6 .dropdown-menu {
  max-height: 400px;
}
.cid-uFarjx40Q6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFarjx40Q6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFarjx40Q6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uFarjx40Q6 .nav-item:focus,
.cid-uFarjx40Q6 .nav-link:focus {
  outline: none;
}
.cid-uFarjx40Q6 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFarjx40Q6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFarjx40Q6 .menu-logo {
  margin-right: auto;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFarjx40Q6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFarjx40Q6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uFarjx40Q6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFarjx40Q6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFarjx40Q6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFarjx40Q6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uFarjx40Q6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFarjx40Q6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFarjx40Q6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFarjx40Q6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFarjx40Q6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFarjx40Q6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFarjx40Q6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFarjx40Q6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFarjx40Q6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFarjx40Q6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFarjx40Q6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFarjx40Q6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFarjx40Q6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFarjx40Q6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFarjx40Q6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uFarjx40Q6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFarjx40Q6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarjx40Q6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarjx40Q6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFarjx40Q6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarjx40Q6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFarjx40Q6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFarjx40Q6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarjx40Q6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarjx40Q6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFarjx40Q6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFarjx40Q6 .collapsed .navbar-collapse.collapsing,
.cid-uFarjx40Q6 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uFarjx40Q6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFarjx40Q6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFarjx40Q6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFarjx40Q6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFarjx40Q6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFarjx40Q6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFarjx40Q6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFarjx40Q6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFarjx40Q6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uFarjx40Q6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFarjx40Q6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFarjx40Q6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarjx40Q6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFarjx40Q6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFarjx40Q6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFarjx40Q6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFarjx40Q6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarjx40Q6 img {
    height: 3.8rem !important;
  }
  .cid-uFarjx40Q6 .btn {
    display: -webkit-flex;
  }
  .cid-uFarjx40Q6 button.navbar-toggler {
    display: block;
  }
  .cid-uFarjx40Q6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFarjx40Q6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarjx40Q6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFarjx40Q6 .navbar-collapse.collapsing,
  .cid-uFarjx40Q6 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uFarjx40Q6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFarjx40Q6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFarjx40Q6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFarjx40Q6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFarjx40Q6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFarjx40Q6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFarjx40Q6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFarjx40Q6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFarjx40Q6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFarjx40Q6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFarjx40Q6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFarjx40Q6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uFarjx40Q6 .nav-link {
    justify-content: start!important;
  }
  .cid-uFarjx40Q6 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uFarjx40Q6 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uFarjx40Q6 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uFarjx40Q6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFarjx40Q6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFarjx40Q6 .nav-link:hover,
.cid-uFarjx40Q6 .dropdown-item:hover {
  color: #ff6600 !important;
}
@media (min-width: 1500px) {
  .cid-uFarjx40Q6 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uFarjx40Q6 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uFarjxrhkU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-1757x1080.png");
}
.cid-uFarjxrhkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarjxrhkU .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-uFarjxrhkU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFarjxrhkU .container {
    padding: 0 24px;
  }
}
.cid-uFarjxrhkU .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uFarjxrhkU .content-wrapper {
    padding: 0;
  }
}
.cid-uFarjxrhkU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uFarjxrhkU .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uFarjxrhkU .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uFarjxrhkU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFarjxrhkU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFarjxrhkU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFarjxrhkU .mbr-section-title {
  color: #ffffff;
}
.cid-uFarjxrhkU .mbr-desc,
.cid-uFarjxrhkU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarjxrhkU .mbr-text,
.cid-uFarjxrhkU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarjxrhkU .mbr-section-title,
.cid-uFarjxrhkU .mbr-section-btn {
  text-align: center;
  color: #ff6600;
}
.cid-uFarjxJaro {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0a113d;
}
.cid-uFarjxJaro .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uFarjxJaro .card-box {
  z-index: 2;
  position: relative;
}
.cid-uFarjxJaro .card-title,
.cid-uFarjxJaro .card-text {
  transition: all 0.3s;
}
.cid-uFarjxJaro .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 6px;
  background: #ff6600;
  transition: all 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .cid-uFarjxJaro .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uFarjxJaro .card-title,
.cid-uFarjxJaro .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarjxJaro .card-text {
  color: #353535;
}
.cid-uFarjxJaro .card-text,
.cid-uFarjxJaro .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFarjxJaro .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFarjxJaro .mbr-section-title {
  color: #ffffff;
}
.cid-uFarjxJaro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarjxJaro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarjy3pVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-uFarjy3pVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarjy3pVP .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-uFarjy3pVP .container {
    padding: 0 15px;
  }
}
.cid-uFarjy3pVP .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFarjy3pVP .row .card {
  justify-content: center;
}
.cid-uFarjy3pVP .image-wrapper {
  position: relative;
}
.cid-uFarjy3pVP .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ff6600;
  transform: skewX(-20deg);
}
.cid-uFarjy3pVP .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ff6600;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFarjy3pVP .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uFarjy3pVP .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFarjy3pVP .image-wrapper img {
    height: 350px;
  }
}
.cid-uFarjy3pVP .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uFarjy3pVP .text-wrapper {
    padding: 0;
  }
}
.cid-uFarjy3pVP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFarjy3pVP .mbr-text {
  color: #131c28;
  text-align: left;
}
.cid-uFarjykJ7Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a113d;
}
.cid-uFarjykJ7Z .item:focus,
.cid-uFarjykJ7Z span:focus {
  outline: none;
}
.cid-uFarjykJ7Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFarjykJ7Z .item {
    margin-bottom: 1rem;
  }
}
.cid-uFarjykJ7Z .mbr-card-title {
  background: #0a113d;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uFarjykJ7Z .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFarjykJ7Z .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFarjykJ7Z .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uFarjykJ7Z .item-wrapper {
  position: relative;
  background: #ff6600;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFarjykJ7Z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFarjykJ7Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFarjykJ7Z .mbr-text,
.cid-uFarjykJ7Z .item .mbr-section-btn {
  text-align: center;
}
.cid-uFarjykJ7Z .content-head {
  max-width: 800px;
}
.cid-uFarjykJ7Z .mbr-number {
  color: #ff6600;
}
.cid-uFarjykJ7Z .mbr-section-subtitle,
.cid-uFarjykJ7Z .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uFarjykJ7Z .mbr-text {
  text-align: left;
}
.cid-uFarjykJ7Z .mbr-text,
.cid-uFarjykJ7Z .mbr-card-btn {
  text-align: left;
}
.cid-uFarjykJ7Z .mbr-text,
.cid-uFarjykJ7Z .mbr-section-btn {
  text-align: left;
}
.cid-uFarjykJ7Z .mbr-text,
.cid-uFarjykJ7Z .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uFarjykJ7Z .card-text,
.cid-uFarjykJ7Z .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFarjykJ7Z .card-title {
  text-align: left;
}
.cid-uFarjyYcYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff6600;
}
.cid-uFarjyYcYJ .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-uFarjyYcYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarjyYcYJ .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-uFarjyYcYJ .container {
    padding: 0 15px;
  }
}
.cid-uFarjyYcYJ .row {
  position: relative;
  z-index: 1;
}
.cid-uFarjyYcYJ .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFarjyYcYJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFarjyYcYJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFarjyYcYJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFarjyYcYJ .image-wrapper {
  padding-left: 40px;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFarjyYcYJ .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFarjyYcYJ .image-wrapper {
    padding: 0;
  }
}
.cid-uFarjyYcYJ .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFarjyYcYJ .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFarjyYcYJ .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFarjyYcYJ .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFarjyYcYJ .mbr-section-title {
  color: #30262b;
}
.cid-uFarjyYcYJ .mbr-text {
  color: #ffffff;
}
.cid-uFarjyYcYJ .mbr-section-title,
.cid-uFarjyYcYJ .mbr-section-btn {
  color: #0a113d;
}
.cid-uFaInRSD84 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uFaInRSD84 .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-uFaInRSD84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaInRSD84 .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-uFaInRSD84 .container {
    padding: 0 15px;
  }
}
.cid-uFaInRSD84 .row {
  position: relative;
  z-index: 1;
}
.cid-uFaInRSD84 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFaInRSD84 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFaInRSD84 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFaInRSD84 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFaInRSD84 .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFaInRSD84 .image-wrapper {
    padding: 0;
  }
}
.cid-uFaInRSD84 .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFaInRSD84 .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFaInRSD84 .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFaInRSD84 .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFaInRSD84 .mbr-section-title {
  color: #30262b;
}
.cid-uFaInRSD84 .mbr-text {
  color: #30262b;
}
.cid-uFaInRSD84 .mbr-section-title,
.cid-uFaInRSD84 .mbr-section-btn {
  color: #ff6600;
}
.cid-uFarjCgegB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a113d;
}
.cid-uFarjCgegB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarjCgegB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarjCgegB .media-container-row {
  justify-content: space-between;
}
.cid-uFarjCgegB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uFarjCgegB .text-content {
    max-width: none;
  }
}
.cid-uFarjCgegB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff6600;
  border: 2px solid #ff6600;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFarjCgegB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFarjCgegB .mbr-iconfont-social:hover {
  background-color: #ff6600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uFarjCgegB .icons {
    justify-content: center !important;
  }
  .cid-uFarjCgegB .text-content * {
    text-align: center;
  }
}
.cid-uFarjCgegB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFarjCLbSf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a113d;
  overflow: hidden;
}
.cid-uFarsUBTQe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFarsUBTQe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFarsUBTQe a {
  font-style: normal;
}
.cid-uFarsUBTQe .show {
  overflow: visible;
}
.cid-uFarsUBTQe .dropdown-menu {
  max-height: 400px;
}
.cid-uFarsUBTQe .dropdown-item:active {
  background-color: transparent;
}
.cid-uFarsUBTQe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFarsUBTQe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uFarsUBTQe .nav-item:focus,
.cid-uFarsUBTQe .nav-link:focus {
  outline: none;
}
.cid-uFarsUBTQe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFarsUBTQe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFarsUBTQe .menu-logo {
  margin-right: auto;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFarsUBTQe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFarsUBTQe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uFarsUBTQe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFarsUBTQe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFarsUBTQe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFarsUBTQe .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uFarsUBTQe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFarsUBTQe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFarsUBTQe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFarsUBTQe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFarsUBTQe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFarsUBTQe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFarsUBTQe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFarsUBTQe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFarsUBTQe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFarsUBTQe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFarsUBTQe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFarsUBTQe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFarsUBTQe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFarsUBTQe button.navbar-toggler:focus {
  outline: none;
}
.cid-uFarsUBTQe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uFarsUBTQe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFarsUBTQe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarsUBTQe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarsUBTQe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFarsUBTQe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarsUBTQe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFarsUBTQe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFarsUBTQe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarsUBTQe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarsUBTQe .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFarsUBTQe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFarsUBTQe .collapsed .navbar-collapse.collapsing,
.cid-uFarsUBTQe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uFarsUBTQe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFarsUBTQe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFarsUBTQe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFarsUBTQe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFarsUBTQe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFarsUBTQe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFarsUBTQe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFarsUBTQe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFarsUBTQe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uFarsUBTQe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFarsUBTQe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFarsUBTQe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarsUBTQe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFarsUBTQe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFarsUBTQe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFarsUBTQe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFarsUBTQe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarsUBTQe img {
    height: 3.8rem !important;
  }
  .cid-uFarsUBTQe .btn {
    display: -webkit-flex;
  }
  .cid-uFarsUBTQe button.navbar-toggler {
    display: block;
  }
  .cid-uFarsUBTQe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFarsUBTQe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarsUBTQe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFarsUBTQe .navbar-collapse.collapsing,
  .cid-uFarsUBTQe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uFarsUBTQe .navbar-collapse.collapsing .navbar-nav,
  .cid-uFarsUBTQe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFarsUBTQe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFarsUBTQe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFarsUBTQe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFarsUBTQe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFarsUBTQe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFarsUBTQe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFarsUBTQe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFarsUBTQe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFarsUBTQe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFarsUBTQe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uFarsUBTQe .nav-link {
    justify-content: start!important;
  }
  .cid-uFarsUBTQe .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uFarsUBTQe .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uFarsUBTQe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uFarsUBTQe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFarsUBTQe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFarsUBTQe .nav-link:hover,
.cid-uFarsUBTQe .dropdown-item:hover {
  color: #ff6600 !important;
}
@media (min-width: 1500px) {
  .cid-uFarsUBTQe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uFarsUBTQe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uFarsUWpX4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-1757x1080.png");
}
.cid-uFarsUWpX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarsUWpX4 .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-uFarsUWpX4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFarsUWpX4 .container {
    padding: 0 24px;
  }
}
.cid-uFarsUWpX4 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uFarsUWpX4 .content-wrapper {
    padding: 0;
  }
}
.cid-uFarsUWpX4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uFarsUWpX4 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uFarsUWpX4 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uFarsUWpX4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFarsUWpX4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFarsUWpX4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFarsUWpX4 .mbr-section-title {
  color: #ffffff;
}
.cid-uFarsUWpX4 .mbr-desc,
.cid-uFarsUWpX4 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarsUWpX4 .mbr-text,
.cid-uFarsUWpX4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarsUWpX4 .mbr-section-title,
.cid-uFarsUWpX4 .mbr-section-btn {
  text-align: center;
  color: #ff6600;
}
.cid-uFarsXUlyn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uFarsXUlyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarsXUlyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarsXUlyn .google-map {
  height: 35rem;
  position: relative;
}
.cid-uFarsXUlyn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFarsXUlyn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFarsXUlyn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFarsXUlyn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFarsYxAjN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a113d;
}
.cid-uFarsYxAjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarsYxAjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarsYxAjN .media-container-row {
  justify-content: space-between;
}
.cid-uFarsYxAjN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uFarsYxAjN .text-content {
    max-width: none;
  }
}
.cid-uFarsYxAjN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff6600;
  border: 2px solid #ff6600;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFarsYxAjN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFarsYxAjN .mbr-iconfont-social:hover {
  background-color: #ff6600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uFarsYxAjN .icons {
    justify-content: center !important;
  }
  .cid-uFarsYxAjN .text-content * {
    text-align: center;
  }
}
.cid-uFarsYxAjN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFarsYRA7d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a113d;
  overflow: hidden;
}
.cid-uFarnDfEgi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFarnDfEgi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFarnDfEgi a {
  font-style: normal;
}
.cid-uFarnDfEgi .show {
  overflow: visible;
}
.cid-uFarnDfEgi .dropdown-menu {
  max-height: 400px;
}
.cid-uFarnDfEgi .dropdown-item:active {
  background-color: transparent;
}
.cid-uFarnDfEgi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFarnDfEgi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uFarnDfEgi .nav-item:focus,
.cid-uFarnDfEgi .nav-link:focus {
  outline: none;
}
.cid-uFarnDfEgi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFarnDfEgi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFarnDfEgi .menu-logo {
  margin-right: auto;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFarnDfEgi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFarnDfEgi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uFarnDfEgi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFarnDfEgi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFarnDfEgi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFarnDfEgi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uFarnDfEgi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFarnDfEgi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFarnDfEgi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFarnDfEgi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFarnDfEgi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFarnDfEgi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFarnDfEgi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFarnDfEgi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFarnDfEgi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFarnDfEgi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFarnDfEgi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFarnDfEgi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFarnDfEgi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFarnDfEgi button.navbar-toggler:focus {
  outline: none;
}
.cid-uFarnDfEgi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uFarnDfEgi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFarnDfEgi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarnDfEgi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFarnDfEgi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFarnDfEgi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarnDfEgi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFarnDfEgi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFarnDfEgi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFarnDfEgi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarnDfEgi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFarnDfEgi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFarnDfEgi .collapsed .navbar-collapse.collapsing,
.cid-uFarnDfEgi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uFarnDfEgi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFarnDfEgi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFarnDfEgi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFarnDfEgi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFarnDfEgi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFarnDfEgi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFarnDfEgi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFarnDfEgi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFarnDfEgi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uFarnDfEgi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFarnDfEgi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFarnDfEgi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFarnDfEgi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFarnDfEgi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFarnDfEgi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFarnDfEgi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFarnDfEgi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarnDfEgi img {
    height: 3.8rem !important;
  }
  .cid-uFarnDfEgi .btn {
    display: -webkit-flex;
  }
  .cid-uFarnDfEgi button.navbar-toggler {
    display: block;
  }
  .cid-uFarnDfEgi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFarnDfEgi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFarnDfEgi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFarnDfEgi .navbar-collapse.collapsing,
  .cid-uFarnDfEgi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uFarnDfEgi .navbar-collapse.collapsing .navbar-nav,
  .cid-uFarnDfEgi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFarnDfEgi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFarnDfEgi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFarnDfEgi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFarnDfEgi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFarnDfEgi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFarnDfEgi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFarnDfEgi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFarnDfEgi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFarnDfEgi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFarnDfEgi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uFarnDfEgi .nav-link {
    justify-content: start!important;
  }
  .cid-uFarnDfEgi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uFarnDfEgi .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uFarnDfEgi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uFarnDfEgi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFarnDfEgi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFarnDfEgi .nav-link:hover,
.cid-uFarnDfEgi .dropdown-item:hover {
  color: #ff6600 !important;
}
@media (min-width: 1500px) {
  .cid-uFarnDfEgi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uFarnDfEgi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uFarnDAA5M {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-1757x1080.png");
}
.cid-uFarnDAA5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnDAA5M .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-uFarnDAA5M .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFarnDAA5M .container {
    padding: 0 24px;
  }
}
.cid-uFarnDAA5M .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uFarnDAA5M .content-wrapper {
    padding: 0;
  }
}
.cid-uFarnDAA5M .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uFarnDAA5M .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uFarnDAA5M .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uFarnDAA5M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFarnDAA5M .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFarnDAA5M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFarnDAA5M .mbr-section-title {
  color: #ffffff;
}
.cid-uFarnDAA5M .mbr-desc,
.cid-uFarnDAA5M .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarnDAA5M .mbr-text,
.cid-uFarnDAA5M .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFarnDAA5M .mbr-section-title,
.cid-uFarnDAA5M .mbr-section-btn {
  text-align: center;
  color: #ff6600;
}
.cid-uFarnFDt7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-uFarnFDt7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnFDt7n .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-uFarnFDt7n .container {
    padding: 0 15px;
  }
}
.cid-uFarnFDt7n .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFarnFDt7n .row .card {
  justify-content: center;
}
.cid-uFarnFDt7n .image-wrapper {
  position: relative;
}
.cid-uFarnFDt7n .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
.cid-uFarnFDt7n .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFarnFDt7n .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uFarnFDt7n .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFarnFDt7n .image-wrapper img {
    height: 350px;
  }
}
.cid-uFarnFDt7n .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uFarnFDt7n .text-wrapper {
    padding: 0;
  }
}
.cid-uFarnFDt7n .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFarnFDt7n .mbr-text {
  color: #0a113d;
}
.cid-uFarnFT6ya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a113d;
}
.cid-uFarnFT6ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnFT6ya .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-uFarnFT6ya .container {
    padding: 0 15px;
  }
}
.cid-uFarnFT6ya .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFarnFT6ya .row .card {
  justify-content: center;
}
.cid-uFarnFT6ya .image-wrapper {
  position: relative;
}
.cid-uFarnFT6ya .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ff6600;
  transform: skewX(-20deg);
}
.cid-uFarnFT6ya .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ff6600;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFarnFT6ya .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uFarnFT6ya .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFarnFT6ya .image-wrapper img {
    height: 350px;
  }
}
.cid-uFarnFT6ya .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uFarnFT6ya .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFarnFT6ya .text-wrapper {
    padding: 0;
  }
}
.cid-uFarnFT6ya .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFarnFT6ya .mbr-text {
  color: #ff6600;
}
.cid-uFarnG9TNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-uFarnG9TNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnG9TNS .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-uFarnG9TNS .container {
    padding: 0 15px;
  }
}
.cid-uFarnG9TNS .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFarnG9TNS .row .card {
  justify-content: center;
}
.cid-uFarnG9TNS .image-wrapper {
  position: relative;
}
.cid-uFarnG9TNS .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
.cid-uFarnG9TNS .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFarnG9TNS .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uFarnG9TNS .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFarnG9TNS .image-wrapper img {
    height: 350px;
  }
}
.cid-uFarnG9TNS .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uFarnG9TNS .text-wrapper {
    padding: 0;
  }
}
.cid-uFarnG9TNS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFarnG9TNS .mbr-text {
  color: #131c28;
}
.cid-uFarnGpmaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff6600;
}
.cid-uFarnGpmaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnGpmaL .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-uFarnGpmaL .container {
    padding: 0 15px;
  }
}
.cid-uFarnGpmaL .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFarnGpmaL .row .card {
  justify-content: center;
}
.cid-uFarnGpmaL .image-wrapper {
  position: relative;
}
.cid-uFarnGpmaL .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
.cid-uFarnGpmaL .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #0a113d;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFarnGpmaL .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uFarnGpmaL .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFarnGpmaL .image-wrapper img {
    height: 350px;
  }
}
.cid-uFarnGpmaL .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uFarnGpmaL .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFarnGpmaL .text-wrapper {
    padding: 0;
  }
}
.cid-uFarnGpmaL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFarnGpmaL .mbr-text {
  color: #131c28;
}
.cid-uFarnEG7ES {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uFarnEG7ES .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-uFarnEG7ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnEG7ES .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-uFarnEG7ES .container {
    padding: 0 15px;
  }
}
.cid-uFarnEG7ES .row {
  position: relative;
  z-index: 1;
}
.cid-uFarnEG7ES .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFarnEG7ES .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFarnEG7ES .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFarnEG7ES .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFarnEG7ES .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFarnEG7ES .image-wrapper {
    padding: 0;
  }
}
.cid-uFarnEG7ES .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFarnEG7ES .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFarnEG7ES .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFarnEG7ES .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFarnEG7ES .mbr-section-title {
  color: #30262b;
}
.cid-uFarnEG7ES .mbr-text {
  color: #30262b;
}
.cid-uFarnEG7ES .mbr-section-title,
.cid-uFarnEG7ES .mbr-section-btn {
  color: #ff6600;
}
.cid-uFarnHi8r5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a113d;
}
.cid-uFarnHi8r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFarnHi8r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFarnHi8r5 .media-container-row {
  justify-content: space-between;
}
.cid-uFarnHi8r5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uFarnHi8r5 .text-content {
    max-width: none;
  }
}
.cid-uFarnHi8r5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff6600;
  border: 2px solid #ff6600;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uFarnHi8r5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uFarnHi8r5 .mbr-iconfont-social:hover {
  background-color: #ff6600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uFarnHi8r5 .icons {
    justify-content: center !important;
  }
  .cid-uFarnHi8r5 .text-content * {
    text-align: center;
  }
}
.cid-uFarnHi8r5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFarnHF4DU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a113d;
  overflow: hidden;
}
