body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fcdd85 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcdd85 !important;
  border-color: #fcdd85 !important;
  color: #7f5f03 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #7f5f03 !important;
  background-color: #fac83a !important;
  border-color: #fac83a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7f5f03 !important;
  background-color: #fac83a !important;
  border-color: #fac83a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #fac121;
  color: #fac121;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7f5f03;
  background-color: #fcdd85;
  border-color: #fcdd85;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7f5f03 !important;
  background-color: #fcdd85 !important;
  border-color: #fcdd85 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !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: #fcdd85 !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #fef9e9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.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: #fcdd85;
  border-color: #fcdd85;
  color: #987104;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcdd85;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #fcdd85;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fcdd85;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fcdd85;
  border-bottom-color: #fcdd85;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fcdd85 !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: #55b4d4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fcdd85' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uN5Q2eOuc2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN5Q2eOuc2 .nav-link {
  position: relative;
}
.cid-uN5Q2eOuc2 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN5Q2eOuc2 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN5Q2eOuc2 .container {
  display: flex;
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .nav-link,
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-caption,
.cid-uN5Q2eOuc2 .navbar.navbar-short .mbr-iconfont,
.cid-uN5Q2eOuc2 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN5Q2eOuc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-uN5Q2eOuc2 .dropdown-menu,
.cid-uN5Q2eOuc2 .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN5Q2eOuc2 .nav-item:focus,
.cid-uN5Q2eOuc2 .nav-link:focus {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.opened {
  transition: all .3s;
}
.cid-uN5Q2eOuc2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN5Q2eOuc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN5Q2eOuc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN5Q2eOuc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN5Q2eOuc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN5Q2eOuc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN5Q2eOuc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN5Q2eOuc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN5Q2eOuc2 .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN5Q2eOuc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown-item.active,
.cid-uN5Q2eOuc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN5Q2eOuc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN5Q2eOuc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN5Q2eOuc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN5Q2eOuc2 .navbar-buttons {
  text-align: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN5Q2eOuc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN5Q2eOuc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN5Q2eOuc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN5Q2eOuc2 .navbar {
    height: 77px;
  }
  .cid-uN5Q2eOuc2 .navbar.opened {
    height: auto;
  }
  .cid-uN5Q2eOuc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRHzigYNau {
  background-image: url("../../../assets/images/blueprint-on-a-table-picture-id1215780785-1024x576.jpg?v=1Uudw9");
}
.cid-sRHzigYNau h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-sRHzigYNau span {
  background-image: url("../../../assets/images/background2.jpg?v=1Uudw9");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sRHzigYNau .mbr-section-title {
  color: #ffffff;
}
.cid-sRHxzFFpxf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sRHxzFFpxf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sRHxzFFpxf LABEL {
  text-align: center;
}
.cid-sRHqPoV1ey {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tfkIrgPl3u .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tfkIrgPl3u .row {
    margin: 0 2rem;
  }
}
.cid-tfkIrgPl3u .col,
.cid-tfkIrgPl3u .col-auto {
  padding: 0;
}
.cid-tfkIrgPl3u .form-group {
  margin-bottom: 0rem;
}
.cid-tfkIrgPl3u .items {
  color: #ffffff;
}
.cid-tfkIrgPl3u .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tfkIrgPl3u .col-md-6,
  .cid-tfkIrgPl3u .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfkIrgPl3u .navbar-brand {
    justify-content: center;
  }
  .cid-tfkIrgPl3u .row {
    margin: 0;
  }
}
.cid-tfkIrgPl3u .items a,
.cid-tfkIrgPl3u .mbr-text a {
  background-size: 100% 0%;
}
.cid-tfkIrgPl3u .items a:hover,
.cid-tfkIrgPl3u .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uN5Q2eOuc2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN5Q2eOuc2 .nav-link {
  position: relative;
}
.cid-uN5Q2eOuc2 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN5Q2eOuc2 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN5Q2eOuc2 .container {
  display: flex;
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .nav-link,
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-caption,
.cid-uN5Q2eOuc2 .navbar.navbar-short .mbr-iconfont,
.cid-uN5Q2eOuc2 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN5Q2eOuc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-uN5Q2eOuc2 .dropdown-menu,
.cid-uN5Q2eOuc2 .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN5Q2eOuc2 .nav-item:focus,
.cid-uN5Q2eOuc2 .nav-link:focus {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.opened {
  transition: all .3s;
}
.cid-uN5Q2eOuc2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN5Q2eOuc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN5Q2eOuc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN5Q2eOuc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN5Q2eOuc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN5Q2eOuc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN5Q2eOuc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN5Q2eOuc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN5Q2eOuc2 .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN5Q2eOuc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown-item.active,
.cid-uN5Q2eOuc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN5Q2eOuc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN5Q2eOuc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN5Q2eOuc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN5Q2eOuc2 .navbar-buttons {
  text-align: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN5Q2eOuc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN5Q2eOuc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN5Q2eOuc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN5Q2eOuc2 .navbar {
    height: 77px;
  }
  .cid-uN5Q2eOuc2 .navbar.opened {
    height: auto;
  }
  .cid-uN5Q2eOuc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRJ7f7M6N6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asset-1site-edit-1025x683.jpg?v=1Uudw9");
}
.cid-sRJ7f7M6N6 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sRJ7f7M6N6 .main-head {
    padding-right: 80px;
  }
}
.cid-sRJ7f7M6N6 .first-table {
  margin: 0;
}
.cid-sRJ7f7M6N6 .first-table.two-items {
  margin-right: 15px;
}
.cid-sRJ7f7M6N6 .first-table .table-head-wrapper {
  background: #ffac00;
}
.cid-sRJ7f7M6N6 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sRJ7f7M6N6 .second-table .table-head-wrapper {
  background: #9e9e9e;
}
.cid-sRJ7f7M6N6 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ffac00;
}
.cid-sRJ7f7M6N6 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sRJ7f7M6N6 .first-table,
  .cid-sRJ7f7M6N6 .second-table {
    margin: 0 15px;
  }
  .cid-sRJ7f7M6N6 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sRJ7f7M6N6 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sRJ7f7M6N6 .first-table,
  .cid-sRJ7f7M6N6 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sRJ7f7M6N6 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sRJ7f7M6N6 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-sRJ7f7M6N6 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sRJ7f7M6N6 .mbr-section-title b:last-child,
.cid-sRJ7f7M6N6 .mbr-section-title strong:last-child {
  color: #ffac00;
}
.cid-sRJ7f7M6N6 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sRJ7f7M6N6 .table .mbr-section-btn,
.cid-sRJ7f7M6N6 .list-group {
  color: #000000;
}
.cid-sRJlGJI8cq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #121212;
}
.cid-sRJlGJI8cq .container-fluid {
  position: relative;
}
.cid-sRJlGJI8cq .page-title-content .mbr-iconfont {
  font-size: 31px;
  margin-top: -10px;
  color: #ffd03a;
}
.cid-sRJlGJI8cq .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sRJlGJI8cq .page-title-content p > span {
  font-size: 39px !important;
  color: #ffd03a;
  margin-left: 1rem !important;
}
@media (max-width: 576px) {
  .cid-sRJlGJI8cq .page-title-content {
    text-align: center;
  }
}
.cid-sRJlGJI8cq .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sRJlGJI8cq .mbr-section-btn {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.cid-sRJlGJI8cq .mbr-section-btn .btn:hover {
  color: #ffffff !important;
}
.cid-sRJlGJI8cq .mbr-section-btn a {
  display: inline-block;
  color: #f1a631;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sRJlGJI8cq .mbr-section-btn a:not(:first-child) {
  margin-left: 20px;
}
.cid-sRJlGJI8cq .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sRJlGJI8cq .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sRJlGJI8cq .mbr-section-btn a:hover:after,
.cid-sRJlGJI8cq .mbr-section-btn a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sRJlGJI8cq .mbr-section-btn a:hover:before,
.cid-sRJlGJI8cq .mbr-section-btn a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sRJlGJI8cq .text {
  margin: 0px;
  margin-top: 67px;
}
.cid-sRJlGJI8cq .scroll-text {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cid-sRJlGJI8cq .scroll-text:hover {
  opacity: 0.5;
}
.cid-sRJlGJI8cq .mbr-arrow {
  bottom: 0px;
  right: -100px;
  background-color: #121212;
}
.cid-sRJlGJI8cq .mbr-arrow .mbr-iconfont {
  color: #ffd03a;
  font-size: 51px;
}
.cid-sRJlGJI8cq .mbr-arrow > a > i {
  left: -27px;
  font-style: normal;
  line-height: 1;
}
.cid-sRJlGJI8cq .down {
  margin-top: 126px;
}
@media (max-width: 768px) {
  .cid-sRJlGJI8cq .down {
    display: none;
  }
}
.cid-sRJlGJI8cq .social-links .mbr-iconfont {
  color: #ffd03a;
}
.cid-sRJlGJI8cq .social-links .link {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-sRJlGJI8cq .social-links .link:hover {
  opacity: 0.5;
}
.cid-sRJlGJI8cq .btn {
  padding: 0.7rem 2.2rem;
}
.cid-sRJlGJI8cq a.text-white:hover,
.cid-sRJlGJI8cq a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSX8Tcni8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSX8Tcni8P img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sSX8Tcni8P img {
    width: 100%;
  }
}
.cid-sSX8Tcni8P .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sSX8Tcni8P .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sSX8Tcni8P .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sSX8Tcni8P .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffac00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sSX8Tcni8P .mbr-text,
.cid-sSX8Tcni8P .mbr-section-btn {
  color: #777777;
}
.cid-sSX8Tcni8P .mbr-section-subtitle {
  color: #777777;
}
.cid-sSX8Tcni8P .mbr-list {
  color: #777777;
}
.cid-sRJo4AlZS1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sRJo4AlZS1 .mbr-text {
  color: #121212;
}
.cid-sRJo4AlZS1 img {
  border-radius: 50%;
}
.cid-sRJo4AlZS1 .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #55b4d4;
}
.cid-sRJo4AlZS1 .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-sRJo4AlZS1 .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-sRJo4AlZS1 .card-box .awesome:hover:after,
.cid-sRJo4AlZS1 .card-box .awesome:focus:after {
  width: 0%;
}
.cid-sRJo4AlZS1 .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-sRJo4AlZS1 .upline .line {
  background-color: #ffac00;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-sRJo4AlZS1 .card-box {
    text-align: center;
  }
  .cid-sRJo4AlZS1 .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-sRJo4AlZS1 .upline {
    padding-left: 0;
  }
  .cid-sRJo4AlZS1 .upline .line {
    display: none;
  }
  .cid-sRJo4AlZS1 .awesome {
    text-align: center !important;
  }
}
.cid-sRJ5sYr0uE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tfkIrgPl3u .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tfkIrgPl3u .row {
    margin: 0 2rem;
  }
}
.cid-tfkIrgPl3u .col,
.cid-tfkIrgPl3u .col-auto {
  padding: 0;
}
.cid-tfkIrgPl3u .form-group {
  margin-bottom: 0rem;
}
.cid-tfkIrgPl3u .items {
  color: #ffffff;
}
.cid-tfkIrgPl3u .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tfkIrgPl3u .col-md-6,
  .cid-tfkIrgPl3u .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfkIrgPl3u .navbar-brand {
    justify-content: center;
  }
  .cid-tfkIrgPl3u .row {
    margin: 0;
  }
}
.cid-tfkIrgPl3u .items a,
.cid-tfkIrgPl3u .mbr-text a {
  background-size: 100% 0%;
}
.cid-tfkIrgPl3u .items a:hover,
.cid-tfkIrgPl3u .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uN5Q2eOuc2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN5Q2eOuc2 .nav-link {
  position: relative;
}
.cid-uN5Q2eOuc2 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN5Q2eOuc2 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN5Q2eOuc2 .container {
  display: flex;
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .nav-link,
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-caption,
.cid-uN5Q2eOuc2 .navbar.navbar-short .mbr-iconfont,
.cid-uN5Q2eOuc2 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN5Q2eOuc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-uN5Q2eOuc2 .dropdown-menu,
.cid-uN5Q2eOuc2 .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN5Q2eOuc2 .nav-item:focus,
.cid-uN5Q2eOuc2 .nav-link:focus {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.opened {
  transition: all .3s;
}
.cid-uN5Q2eOuc2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN5Q2eOuc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN5Q2eOuc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN5Q2eOuc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN5Q2eOuc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN5Q2eOuc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN5Q2eOuc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN5Q2eOuc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN5Q2eOuc2 .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN5Q2eOuc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown-item.active,
.cid-uN5Q2eOuc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN5Q2eOuc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN5Q2eOuc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN5Q2eOuc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN5Q2eOuc2 .navbar-buttons {
  text-align: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN5Q2eOuc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN5Q2eOuc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN5Q2eOuc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN5Q2eOuc2 .navbar {
    height: 77px;
  }
  .cid-uN5Q2eOuc2 .navbar.opened {
    height: auto;
  }
  .cid-uN5Q2eOuc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sROeFxIcEV {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../../assets/images/background3.jpg?v=1Uudw9");
}
.cid-sROeFxIcEV .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.cid-sROeFxIcEV .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-sROeFxIcEV .countdown-title img {
  max-width: 128px;
}
.cid-sROeFxIcEV .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sROeFxIcEV .number-wrap {
  color: #aaaaaa;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sROeFxIcEV .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sROeFxIcEV .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sROeFxIcEV .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #ffffff;
}
.cid-sROeFxIcEV .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sROeFxIcEV .dot {
    display: none;
  }
  .cid-sROeFxIcEV .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sROeFxIcEV .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-sROeFxIcEV .number-wrap {
    min-width: auto;
  }
  .cid-sROeFxIcEV .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-sROeFxIcEV .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sROeFxIcEV .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sROeFxIcEV .number {
    font-size: 25px;
  }
}
.cid-sRLCywORAQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tfkIrgPl3u .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tfkIrgPl3u .row {
    margin: 0 2rem;
  }
}
.cid-tfkIrgPl3u .col,
.cid-tfkIrgPl3u .col-auto {
  padding: 0;
}
.cid-tfkIrgPl3u .form-group {
  margin-bottom: 0rem;
}
.cid-tfkIrgPl3u .items {
  color: #ffffff;
}
.cid-tfkIrgPl3u .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tfkIrgPl3u .col-md-6,
  .cid-tfkIrgPl3u .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfkIrgPl3u .navbar-brand {
    justify-content: center;
  }
  .cid-tfkIrgPl3u .row {
    margin: 0;
  }
}
.cid-tfkIrgPl3u .items a,
.cid-tfkIrgPl3u .mbr-text a {
  background-size: 100% 0%;
}
.cid-tfkIrgPl3u .items a:hover,
.cid-tfkIrgPl3u .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uN5Q2eOuc2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN5Q2eOuc2 .nav-link {
  position: relative;
}
.cid-uN5Q2eOuc2 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN5Q2eOuc2 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN5Q2eOuc2 .container {
  display: flex;
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .nav-link,
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-caption,
.cid-uN5Q2eOuc2 .navbar.navbar-short .mbr-iconfont,
.cid-uN5Q2eOuc2 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN5Q2eOuc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-uN5Q2eOuc2 .dropdown-menu,
.cid-uN5Q2eOuc2 .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN5Q2eOuc2 .nav-item:focus,
.cid-uN5Q2eOuc2 .nav-link:focus {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.opened {
  transition: all .3s;
}
.cid-uN5Q2eOuc2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN5Q2eOuc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN5Q2eOuc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN5Q2eOuc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN5Q2eOuc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN5Q2eOuc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN5Q2eOuc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN5Q2eOuc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN5Q2eOuc2 .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN5Q2eOuc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown-item.active,
.cid-uN5Q2eOuc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN5Q2eOuc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN5Q2eOuc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN5Q2eOuc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN5Q2eOuc2 .navbar-buttons {
  text-align: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN5Q2eOuc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN5Q2eOuc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN5Q2eOuc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN5Q2eOuc2 .navbar {
    height: 77px;
  }
  .cid-uN5Q2eOuc2 .navbar.opened {
    height: auto;
  }
  .cid-uN5Q2eOuc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfP6soBBLO .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tfP6soBBLO p {
  margin: 0;
}
.cid-tfP6soBBLO .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tfP6soBBLO .display-1 {
  line-height: 1;
}
.cid-tfP6soRNTf {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfP6soRNTf h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tfP6soRNTf h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfP6soRNTf li {
  list-style: none;
}
.cid-tfP6soRNTf .location-wrap {
  min-width: 500px;
}
.cid-tfP6soRNTf .btn {
  min-width: 230px;
}
.cid-tfP6soRNTf .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-tfP6soRNTf .col-title {
  margin-bottom: 2rem;
}
.cid-tfP6soRNTf h3 {
  min-width: 110px;
}
.cid-tfP6soRNTf .date-wrap {
  min-width: 260px;
}
.cid-tfP6soRNTf .btn-primary-outline,
.cid-tfP6soRNTf .btn-secondary-outline,
.cid-tfP6soRNTf .btn-info-outline,
.cid-tfP6soRNTf .btn-success-outline,
.cid-tfP6soRNTf .btn-warning-outline,
.cid-tfP6soRNTf .btn-danger-outline,
.cid-tfP6soRNTf .btn-black-outline,
.cid-tfP6soRNTf .btn-white-outline {
  border: none;
}
.cid-tfP6soRNTf .btn-primary-outline:hover,
.cid-tfP6soRNTf .btn-secondary-outline:hover,
.cid-tfP6soRNTf .btn-info-outline:hover,
.cid-tfP6soRNTf .btn-success-outline:hover,
.cid-tfP6soRNTf .btn-warning-outline:hover,
.cid-tfP6soRNTf .btn-danger-outline:hover,
.cid-tfP6soRNTf .btn-black-outline:hover,
.cid-tfP6soRNTf .btn-white-outline:hover,
.cid-tfP6soRNTf .btn-primary-outline:focus,
.cid-tfP6soRNTf .btn-secondary-outline:focus,
.cid-tfP6soRNTf .btn-info-outline:focus,
.cid-tfP6soRNTf .btn-success-outline:focus,
.cid-tfP6soRNTf .btn-warning-outline:focus,
.cid-tfP6soRNTf .btn-danger-outline:focus,
.cid-tfP6soRNTf .btn-black-outline:focus,
.cid-tfP6soRNTf .btn-white-outline:focus {
  background: inherit!important;
  color: inherit!important;
}
.cid-tfP6soRNTf .list {
  padding: 0;
  margin: 0;
}
.cid-tfP6soRNTf .icon-wrap,
.cid-tfP6soRNTf .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tfP6soRNTf .btn span {
  font-size: 1rem;
}
.cid-tfP6soRNTf h6 {
  margin: 0;
}
.cid-tfP6soRNTf h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-tfP6soRNTf .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tfP6soRNTf .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-tfP6soRNTf .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-tfP6soRNTf .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-tfP6soRNTf .date-wrap {
    min-width: auto;
  }
  .cid-tfP6soRNTf .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-tfP6soRNTf h3 {
    min-width: auto;
  }
}
.cid-tfP6splUGw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tfP6splUGw .mbr-text {
    text-align: center;
  }
}
.cid-tfP6splUGw .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tfP6splUGw .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-tfP6splUGw .media-content {
  padding: 5rem 2rem;
}
.cid-tfP6splUGw img {
  height: 100%;
  object-fit: cover;
}
.cid-tfP6splUGw .mbr-figure {
  height: 100%;
}
.cid-tfP6splUGw .col-lg-5,
.cid-tfP6splUGw .col-lg-7 {
  padding: 0;
}
.cid-tfP6splUGw .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tfP6splUGw .media-content {
    padding: 3rem 1rem;
  }
}
.cid-tfP6spFSXR {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tfP6spFSXR h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-tfP6spFSXR h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfP6spFSXR h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfP6spFSXR .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-tfP6spUYBw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tfP6spUYBw .card-title {
  color: #55b4d4;
}
.cid-tfP6spUYBw .btn {
  font-weight: 400 !important;
  line-height: 0px !important;
  font-size: 17px !important;
  padding: 1.5rem 1rem !important;
  width: 140px !important;
  height: 40px;
  letter-spacing: 1px !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  color: #fff !important;
  background-color: #09120d;
}
.cid-tfP6spUYBw .btn:hover {
  background-color: #ffffff !important;
  color: #09120d !important;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cid-tfP6spUYBw .btn:hover a {
  color: #09120d !important;
}
.cid-tfP6spUYBw .btn:hover span {
  color: #09120d !important;
}
.cid-tfP6spUYBw .number {
  font-size: 210px;
  color: #55b4d4;
  line-height: 1.3 !important;
}
.cid-tfP6spUYBw img {
  border-radius: 100%;
  box-shadow: none;
  overflow: hidden;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tfP6spUYBw .separator {
  margin-top: 38px;
  width: 30%;
}
.cid-tfP6spUYBw .separator .sep-holder {
  height: 1px;
  position: relative;
  min-width: 10%;
}
.cid-tfP6spUYBw .separator .sep-holder .sep-line {
  border-top-width: 2px;
  border-color: #ffac00;
  height: 1px;
  border-top: 1px solid #ffac00;
  position: relative;
  top: 1px;
}
.cid-tfP6spUYBw .inner {
  box-sizing: border-box;
}
.cid-tfP6spUYBw a {
  display: inline-block;
  color: #5263b8 !important;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tfP6spUYBw a:not(:first-child) {
  margin-left: 20px;
}
.cid-tfP6spUYBw a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tfP6spUYBw a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tfP6spUYBw a:hover:after,
.cid-tfP6spUYBw a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tfP6spUYBw a:hover:before,
.cid-tfP6spUYBw a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
@media (max-width: 1200px) {
  .cid-tfP6spUYBw .number {
    font-size: 158px;
  }
}
@media (max-width: 565px) {
  .cid-tfP6spUYBw .number {
    font-size: 80px;
    line-height: 1 !important;
  }
}
.cid-uAL9kItdKG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAL9kItdKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAL9kItdKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfP6sqftN8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-tfP6sqftN8 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tfP6sqftN8 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tfP6sqftN8 .row {
    margin: 0 2rem;
  }
}
.cid-tfP6sqftN8 .col,
.cid-tfP6sqftN8 .col-auto {
  padding: 0;
}
.cid-tfP6sqftN8 .form-group {
  margin-bottom: 0rem;
}
.cid-tfP6sqftN8 .items {
  color: #ffffff;
}
.cid-tfP6sqftN8 .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tfP6sqftN8 .col-md-6,
  .cid-tfP6sqftN8 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfP6sqftN8 .navbar-brand {
    justify-content: center;
  }
  .cid-tfP6sqftN8 .row {
    margin: 0;
  }
}
.cid-tfP6sqftN8 .items a,
.cid-tfP6sqftN8 .mbr-text a {
  background-size: 100% 0%;
}
.cid-tfP6sqftN8 .items a:hover,
.cid-tfP6sqftN8 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tfP6sqDIMf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
.cid-uN5Q2eOuc2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN5Q2eOuc2 .nav-link {
  position: relative;
}
.cid-uN5Q2eOuc2 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN5Q2eOuc2 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN5Q2eOuc2 .container {
  display: flex;
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .nav-link,
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-caption,
.cid-uN5Q2eOuc2 .navbar.navbar-short .mbr-iconfont,
.cid-uN5Q2eOuc2 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN5Q2eOuc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-uN5Q2eOuc2 .dropdown-menu,
.cid-uN5Q2eOuc2 .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN5Q2eOuc2 .nav-item:focus,
.cid-uN5Q2eOuc2 .nav-link:focus {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.opened {
  transition: all .3s;
}
.cid-uN5Q2eOuc2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN5Q2eOuc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN5Q2eOuc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN5Q2eOuc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN5Q2eOuc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN5Q2eOuc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN5Q2eOuc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN5Q2eOuc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN5Q2eOuc2 .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN5Q2eOuc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown-item.active,
.cid-uN5Q2eOuc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN5Q2eOuc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN5Q2eOuc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN5Q2eOuc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN5Q2eOuc2 .navbar-buttons {
  text-align: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN5Q2eOuc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN5Q2eOuc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN5Q2eOuc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN5Q2eOuc2 .navbar {
    height: 77px;
  }
  .cid-uN5Q2eOuc2 .navbar.opened {
    height: auto;
  }
  .cid-uN5Q2eOuc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSWkW5GwuX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sSWkW5GwuX .mbr-text {
    text-align: center;
  }
}
.cid-sSWkW5GwuX li {
  list-style: none;
  padding-bottom: 1.5rem;
  text-decoration: underline;
}
.cid-sSWkW5GwuX ul {
  padding: 0;
  margin: 0;
}
.cid-sSWkW5GwuX H3 {
  text-align: center;
}
.cid-sSWkW5GwuX .item1 a:hover {
  color: #ffffff !important;
}
.cid-sSWkW5GwuX h2 {
  line-height: 1;
  letter-spacing: -3px;
}
.cid-sSWkW5GwuX .mbr-text,
.cid-sSWkW5GwuX .mbr-section-btn {
  color: #ffffff;
}
.cid-sSWuKhVcbg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sSWuKhVcbg .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-sSWuKhVcbg .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-sSWuKhVcbg .icon-wrapper {
  background: #ffac00;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSWuKhVcbg .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-sSWuKhVcbg .card-text {
  color: #ffac00;
}
.cid-sSWuKhVcbg .card-title {
  color: #ffffff;
}
.cid-sSWu0Zi3E9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sSWu0Zi3E9 .mbr-media {
  position: relative;
}
.cid-sSWu0Zi3E9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sSWu0Zi3E9 .box {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sSWu0Zi3E9 .box {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-sSWu0Zi3E9 .box {
    margin-bottom: 2rem;
  }
}
.cid-sSWu0Zi3E9 .box1 {
  background-image: url("../../../assets/images/background4.jpg?v=1Uudw9");
}
.cid-sSWu0Zi3E9 .box2 {
  background-image: url("../../../assets/images/background2.jpg?v=1Uudw9");
}
.cid-sSWu0Zi3E9 .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSWu0Zi3E9 .icon-wrap a {
  height: 20px;
}
.cid-sSWu0Zi3E9 .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sSWu0Zi3E9 .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-sSWu0Zi3E9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sSWu0Zi3E9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sSWu0Zi3E9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sSWu0Zi3E9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sSWu0Zi3E9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSWuN3Fvuf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sSWuN3Fvuf .progress {
  width: 100%;
}
.cid-sSWuN3Fvuf p {
  margin-bottom: 0.4rem;
}
.cid-sSWuN3Fvuf .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sSWuN3Fvuf progress {
  height: 6px;
}
.cid-sSWuN3Fvuf .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-sSWuN3Fvuf .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sSWuN3Fvuf .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sSWuN3Fvuf .progress_value {
  position: relative;
}
.cid-sSWuN3Fvuf .progress1 .progressbar-number:before,
.cid-sSWuN3Fvuf .progress2 .progressbar-number:before,
.cid-sSWuN3Fvuf .progress3 .progressbar-number:before,
.cid-sSWuN3Fvuf .progress4 .progressbar-number:before,
.cid-sSWuN3Fvuf .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sSWuN3Fvuf progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sSWuN3Fvuf progress::-webkit-progress-value {
  background: #ffac00;
}
.cid-sSWuN3Fvuf progress[value]::-moz-progress-bar {
  background: #ffac00;
}
.cid-sSWuN3Fvuf progress::-ms-fill {
  background: #ffac00;
}
.cid-sSWuN3Fvuf .progress1 .progressbar-number:before {
  content: '0';
}
.cid-sSWuN3Fvuf .progress2 .progressbar-number:before {
  content: '0';
}
.cid-sSWuN3Fvuf .progress3 .progressbar-number:before {
  content: '0';
}
.cid-sSWuN3Fvuf .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sSWuN3Fvuf .progress5 .progressbar-number:before {
  content: '60';
}
.cid-sSWuN3Fvuf .section-content-text {
  color: #454545;
}
.cid-sSWuN3Fvuf .progressbar-title p,
.cid-sSWuN3Fvuf .progress_value {
  color: #31363b;
}
.cid-sSWuN3Fvuf .mbr-section-subtitle {
  color: #777777;
}
.cid-tfkIrgPl3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tfkIrgPl3u .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tfkIrgPl3u .row {
    margin: 0 2rem;
  }
}
.cid-tfkIrgPl3u .col,
.cid-tfkIrgPl3u .col-auto {
  padding: 0;
}
.cid-tfkIrgPl3u .form-group {
  margin-bottom: 0rem;
}
.cid-tfkIrgPl3u .items {
  color: #ffffff;
}
.cid-tfkIrgPl3u .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tfkIrgPl3u .col-md-6,
  .cid-tfkIrgPl3u .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfkIrgPl3u .navbar-brand {
    justify-content: center;
  }
  .cid-tfkIrgPl3u .row {
    margin: 0;
  }
}
.cid-tfkIrgPl3u .items a,
.cid-tfkIrgPl3u .mbr-text a {
  background-size: 100% 0%;
}
.cid-tfkIrgPl3u .items a:hover,
.cid-tfkIrgPl3u .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sSWkFnQSTo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
.cid-uN5Q2eOuc2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN5Q2eOuc2 .nav-link {
  position: relative;
}
.cid-uN5Q2eOuc2 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN5Q2eOuc2 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN5Q2eOuc2 .container {
  display: flex;
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .nav-link,
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-caption,
.cid-uN5Q2eOuc2 .navbar.navbar-short .mbr-iconfont,
.cid-uN5Q2eOuc2 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN5Q2eOuc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-uN5Q2eOuc2 .dropdown-menu,
.cid-uN5Q2eOuc2 .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN5Q2eOuc2 .nav-item:focus,
.cid-uN5Q2eOuc2 .nav-link:focus {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN5Q2eOuc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN5Q2eOuc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.opened {
  transition: all .3s;
}
.cid-uN5Q2eOuc2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN5Q2eOuc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN5Q2eOuc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN5Q2eOuc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN5Q2eOuc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN5Q2eOuc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN5Q2eOuc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN5Q2eOuc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN5Q2eOuc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN5Q2eOuc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN5Q2eOuc2 .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN5Q2eOuc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN5Q2eOuc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN5Q2eOuc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN5Q2eOuc2 .dropdown-item.active,
.cid-uN5Q2eOuc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN5Q2eOuc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN5Q2eOuc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN5Q2eOuc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN5Q2eOuc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN5Q2eOuc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN5Q2eOuc2 .navbar-buttons {
  text-align: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN5Q2eOuc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN5Q2eOuc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN5Q2eOuc2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN5Q2eOuc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN5Q2eOuc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN5Q2eOuc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN5Q2eOuc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN5Q2eOuc2 .navbar {
    height: 77px;
  }
  .cid-uN5Q2eOuc2 .navbar.opened {
    height: auto;
  }
  .cid-uN5Q2eOuc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfP7OGdpKF {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfP7OGdpKF h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tfP7OGdpKF h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfP7OGdpKF li {
  list-style: none;
}
.cid-tfP7OGdpKF .location-wrap {
  min-width: 500px;
}
.cid-tfP7OGdpKF .btn {
  min-width: 230px;
}
.cid-tfP7OGdpKF .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-tfP7OGdpKF .col-title {
  margin-bottom: 2rem;
}
.cid-tfP7OGdpKF h3 {
  min-width: 110px;
}
.cid-tfP7OGdpKF .date-wrap {
  min-width: 260px;
}
.cid-tfP7OGdpKF .btn-primary-outline,
.cid-tfP7OGdpKF .btn-secondary-outline,
.cid-tfP7OGdpKF .btn-info-outline,
.cid-tfP7OGdpKF .btn-success-outline,
.cid-tfP7OGdpKF .btn-warning-outline,
.cid-tfP7OGdpKF .btn-danger-outline,
.cid-tfP7OGdpKF .btn-black-outline,
.cid-tfP7OGdpKF .btn-white-outline {
  border: none;
}
.cid-tfP7OGdpKF .btn-primary-outline:hover,
.cid-tfP7OGdpKF .btn-secondary-outline:hover,
.cid-tfP7OGdpKF .btn-info-outline:hover,
.cid-tfP7OGdpKF .btn-success-outline:hover,
.cid-tfP7OGdpKF .btn-warning-outline:hover,
.cid-tfP7OGdpKF .btn-danger-outline:hover,
.cid-tfP7OGdpKF .btn-black-outline:hover,
.cid-tfP7OGdpKF .btn-white-outline:hover,
.cid-tfP7OGdpKF .btn-primary-outline:focus,
.cid-tfP7OGdpKF .btn-secondary-outline:focus,
.cid-tfP7OGdpKF .btn-info-outline:focus,
.cid-tfP7OGdpKF .btn-success-outline:focus,
.cid-tfP7OGdpKF .btn-warning-outline:focus,
.cid-tfP7OGdpKF .btn-danger-outline:focus,
.cid-tfP7OGdpKF .btn-black-outline:focus,
.cid-tfP7OGdpKF .btn-white-outline:focus {
  background: inherit!important;
  color: inherit!important;
}
.cid-tfP7OGdpKF .list {
  padding: 0;
  margin: 0;
}
.cid-tfP7OGdpKF .icon-wrap,
.cid-tfP7OGdpKF .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tfP7OGdpKF .btn span {
  font-size: 1rem;
}
.cid-tfP7OGdpKF h6 {
  margin: 0;
}
.cid-tfP7OGdpKF h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-tfP7OGdpKF .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tfP7OGdpKF .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-tfP7OGdpKF .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-tfP7OGdpKF .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-tfP7OGdpKF .date-wrap {
    min-width: auto;
  }
  .cid-tfP7OGdpKF .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-tfP7OGdpKF h3 {
    min-width: auto;
  }
}
.cid-tfP7Zxr8Oi {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tfP7Zxr8Oi h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-tfP7Zxr8Oi h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfP7Zxr8Oi h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfP7Zxr8Oi .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-tfP7U8gmeh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tfP7U8gmeh .card-title {
  color: #95ced1;
}
.cid-tfP7U8gmeh .btn {
  font-weight: 400 !important;
  line-height: 0px !important;
  font-size: 17px !important;
  padding: 1.5rem 1rem !important;
  width: 140px !important;
  height: 40px;
  letter-spacing: 1px !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  color: #fff !important;
  background-color: #09120d;
}
.cid-tfP7U8gmeh .btn:hover {
  background-color: #ffffff !important;
  color: #09120d !important;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cid-tfP7U8gmeh .btn:hover a {
  color: #09120d !important;
}
.cid-tfP7U8gmeh .btn:hover span {
  color: #09120d !important;
}
.cid-tfP7U8gmeh .number {
  font-size: 210px;
  color: #95ced1;
  line-height: 1.3 !important;
}
.cid-tfP7U8gmeh img {
  border-radius: 100%;
  box-shadow: none;
  overflow: hidden;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tfP7U8gmeh .separator {
  margin-top: 38px;
  width: 30%;
}
.cid-tfP7U8gmeh .separator .sep-holder {
  height: 1px;
  position: relative;
  min-width: 10%;
}
.cid-tfP7U8gmeh .separator .sep-holder .sep-line {
  border-top-width: 2px;
  border-color: #ffac00;
  height: 1px;
  border-top: 1px solid #ffac00;
  position: relative;
  top: 1px;
}
.cid-tfP7U8gmeh .inner {
  box-sizing: border-box;
}
.cid-tfP7U8gmeh a {
  display: inline-block;
  color: #5263b8 !important;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tfP7U8gmeh a:not(:first-child) {
  margin-left: 20px;
}
.cid-tfP7U8gmeh a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tfP7U8gmeh a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tfP7U8gmeh a:hover:after,
.cid-tfP7U8gmeh a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tfP7U8gmeh a:hover:before,
.cid-tfP7U8gmeh a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
@media (max-width: 1200px) {
  .cid-tfP7U8gmeh .number {
    font-size: 158px;
  }
}
@media (max-width: 565px) {
  .cid-tfP7U8gmeh .number {
    font-size: 80px;
    line-height: 1 !important;
  }
}
.cid-tfkIrgPl3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-tfkIrgPl3u img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tfkIrgPl3u .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tfkIrgPl3u .row {
    margin: 0 2rem;
  }
}
.cid-tfkIrgPl3u .col,
.cid-tfkIrgPl3u .col-auto {
  padding: 0;
}
.cid-tfkIrgPl3u .form-group {
  margin-bottom: 0rem;
}
.cid-tfkIrgPl3u .items {
  color: #ffffff;
}
.cid-tfkIrgPl3u .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tfkIrgPl3u .col-md-6,
  .cid-tfkIrgPl3u .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfkIrgPl3u .navbar-brand {
    justify-content: center;
  }
  .cid-tfkIrgPl3u .row {
    margin: 0;
  }
}
.cid-tfkIrgPl3u .items a,
.cid-tfkIrgPl3u .mbr-text a {
  background-size: 100% 0%;
}
.cid-tfkIrgPl3u .items a:hover,
.cid-tfkIrgPl3u .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-rJ1POHc9fX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
.cid-uN83qOFuNj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN83qOFuNj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uN83qOFuNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN83qOFuNj .nav-link {
  position: relative;
}
.cid-uN83qOFuNj .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uN83qOFuNj .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uN83qOFuNj .container {
  display: flex;
  margin: auto;
}
.cid-uN83qOFuNj .navbar.navbar-short .nav-link,
.cid-uN83qOFuNj .navbar.navbar-short .navbar-caption,
.cid-uN83qOFuNj .navbar.navbar-short .mbr-iconfont,
.cid-uN83qOFuNj .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uN83qOFuNj .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uN83qOFuNj .navbar-caption {
  padding-right: 3rem;
}
.cid-uN83qOFuNj .dropdown-menu,
.cid-uN83qOFuNj .navbar.opened {
  background: #ffac00 !important;
}
.cid-uN83qOFuNj .nav-item:focus,
.cid-uN83qOFuNj .nav-link:focus {
  outline: none;
}
.cid-uN83qOFuNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN83qOFuNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN83qOFuNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uN83qOFuNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uN83qOFuNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN83qOFuNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN83qOFuNj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #575555;
}
.cid-uN83qOFuNj .navbar.opened {
  transition: all .3s;
}
.cid-uN83qOFuNj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uN83qOFuNj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uN83qOFuNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN83qOFuNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN83qOFuNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN83qOFuNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN83qOFuNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN83qOFuNj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN83qOFuNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN83qOFuNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uN83qOFuNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uN83qOFuNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN83qOFuNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN83qOFuNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN83qOFuNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN83qOFuNj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN83qOFuNj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uN83qOFuNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN83qOFuNj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN83qOFuNj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN83qOFuNj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN83qOFuNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uN83qOFuNj .navbar.navbar-short {
  background: #575555 !important;
  min-height: 60px;
}
.cid-uN83qOFuNj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN83qOFuNj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uN83qOFuNj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN83qOFuNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN83qOFuNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN83qOFuNj .dropdown-item.active,
.cid-uN83qOFuNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uN83qOFuNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN83qOFuNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN83qOFuNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN83qOFuNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575555;
}
.cid-uN83qOFuNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN83qOFuNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN83qOFuNj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uN83qOFuNj .navbar-buttons {
  text-align: center;
}
.cid-uN83qOFuNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN83qOFuNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN83qOFuNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN83qOFuNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN83qOFuNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN83qOFuNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN83qOFuNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN83qOFuNj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN83qOFuNj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN83qOFuNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN83qOFuNj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uN83qOFuNj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN83qOFuNj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uN83qOFuNj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uN83qOFuNj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN83qOFuNj .navbar {
    height: 77px;
  }
  .cid-uN83qOFuNj .navbar.opened {
    height: auto;
  }
  .cid-uN83qOFuNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN847FkE36 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-uN847FkE36 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #fcdd85);
}
.cid-uN847FkE36 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uN847FkE36 .btn-col {
    justify-content: center;
  }
}
.cid-uN847FkE36 .mbr-text,
.cid-uN847FkE36 .mbr-section-btn {
  color: #999999;
}
.cid-uN847FkE36 p {
  margin: 0;
}
.cid-uN84ErmGDf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
  position: relative;
  overflow: hidden;
}
.cid-uN84ErmGDf .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uN84ErmGDf #e1_circle,
.cid-uN84ErmGDf #e3_circle,
.cid-uN84ErmGDf #e4_circle,
.cid-uN84ErmGDf #e5_circle {
  fill: #95ced1 !important;
}
.cid-uN84ErmGDf #e6_circle {
  fill: #073b4c !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uN84ErmGDf .round {
  border-radius: 100%;
  position: absolute;
  background-color: #95ced1;
  animation: orbit 4s linear infinite;
}
.cid-uN84ErmGDf .rev {
  animation: rev 4s linear infinite;
}
.cid-uN84ErmGDf .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uN84ErmGDf .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uN84ErmGDf .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uN84ErmGDf .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uN84ErmGDf .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uN84ErmGDf .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uN84ErmGDf .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uN84ErmGDf .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uN84ErmGDf .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uN84ErmGDf .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uN84ErmGDf .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uN84ErmGDf .mbr-text,
.cid-uN84ErmGDf .mbr-section-btn {
  color: #716c80;
}
.cid-uN84ErmGDf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uN84ErmGDf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uN84ErmGDf .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-uN84ErmGDf .round {
    display: none;
  }
}
.cid-uN83qQy6yz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95ced1;
}
.cid-uN83qQy6yz img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uN83qQy6yz .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uN83qQy6yz .row {
    margin: 0 2rem;
  }
}
.cid-uN83qQy6yz .col,
.cid-uN83qQy6yz .col-auto {
  padding: 0;
}
.cid-uN83qQy6yz .form-group {
  margin-bottom: 0rem;
}
.cid-uN83qQy6yz .items {
  color: #ffffff;
}
.cid-uN83qQy6yz .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uN83qQy6yz .col-md-6,
  .cid-uN83qQy6yz .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uN83qQy6yz .navbar-brand {
    justify-content: center;
  }
  .cid-uN83qQy6yz .row {
    margin: 0;
  }
}
.cid-uN83qQy6yz .items a,
.cid-uN83qQy6yz .mbr-text a {
  background-size: 100% 0%;
}
.cid-uN83qQy6yz .items a:hover,
.cid-uN83qQy6yz .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uN83qQVmbj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95ced1;
}
