body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fcb72e !important;
}
.bg-success {
  background-color: #8800aa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #100d0e !important;
}
.bg-danger {
  background-color: #50ad0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcb72e !important;
  border-color: #fcb72e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fdd179 !important;
  border-color: #fdd179 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fdd179 !important;
  border-color: #fdd179 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcb72e !important;
  border-color: #fcb72e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #fdd179 !important;
  border-color: #fdd179 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fdd179 !important;
  border-color: #fdd179 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #8800aa !important;
  border-color: #8800aa !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c500f6 !important;
  border-color: #c500f6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c500f6 !important;
  border-color: #c500f6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #100d0e !important;
  border-color: #100d0e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3a2f33 !important;
  border-color: #3a2f33 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a2f33 !important;
  border-color: #3a2f33 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #50ad0e !important;
  border-color: #50ad0e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #72ed1b !important;
  border-color: #72ed1b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #72ed1b !important;
  border-color: #72ed1b !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c18103;
  color: #c18103;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fcb72e;
  border-color: #fcb72e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fcb72e !important;
  border-color: #fcb72e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c18103;
  color: #c18103;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fcb72e;
  border-color: #fcb72e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fcb72e !important;
  border-color: #fcb72e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #360044;
  color: #360044;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #8800aa;
  border-color: #8800aa;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8800aa !important;
  border-color: #8800aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #100d0e;
  border-color: #100d0e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #100d0e !important;
  border-color: #100d0e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #244f06;
  color: #244f06;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #50ad0e;
  border-color: #50ad0e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #50ad0e !important;
  border-color: #50ad0e !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #fcb72e !important;
}
.text-secondary {
  color: #fcb72e !important;
}
.text-success {
  color: #8800aa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #100d0e !important;
}
.text-danger {
  color: #50ad0e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fdda93 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdda93 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cf11ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #483b3f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #81ee33 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #100d0e;
}
.alert-danger {
  background-color: #50ad0e;
}
.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: #fcb72e;
  border-color: #fcb72e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcb72e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d42aff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c7bbbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8ff04a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #fcb72e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fcb72e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fcb72e;
  border-bottom-color: #fcb72e;
}
.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: #fcb72e !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: #fcb72e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fcb72e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQJOCSMmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQQJOCSMmx .carousel {
  height: 800px;
}
.cid-uQQJOCSMmx .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uQQJOCSMmx .carousel-item,
.cid-uQQJOCSMmx .carousel-inner {
  height: 100%;
}
.cid-uQQJOCSMmx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-uQQJOCSMmx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQQJOCSMmx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQQJOCSMmx .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-uQQJOCSMmx .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uQQJOCSMmx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQQJOCSMmx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQQJOCSMmx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQQJOCSMmx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-uQQJOCSMmx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQQJOCSMmx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQQJOCSMmx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQQJOCSMmx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQQJOCSMmx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-uQQJOCSMmx .carousel-indicators li.active {
  background-color: #fcb72e;
}
.cid-uQQJOCSMmx .carousel-indicators li.active,
.cid-uQQJOCSMmx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQQJOCSMmx .carousel-indicators li::after,
.cid-uQQJOCSMmx .carousel-indicators li::before {
  content: none;
}
.cid-uQQJOCSMmx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQQJOCSMmx .carousel-indicators {
    display: none !important;
  }
}
.cid-uQQJOCSMmx .btn.btn-primary-outline {
  border: 1px solid #fcb72e;
}
.cid-uQQJOCSMmx .btn.btn-primary-outline:hover {
  background-color: #fcb72e !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-secondary-outline {
  border: 1px solid #fcb72e;
}
.cid-uQQJOCSMmx .btn.btn-secondary-outline:hover {
  background-color: #fcb72e !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-success-outline {
  border: 1px solid #8800aa;
}
.cid-uQQJOCSMmx .btn.btn-success-outline:hover {
  background-color: #8800aa !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-info-outline {
  border: 1px solid #ffffff;
}
.cid-uQQJOCSMmx .btn.btn-info-outline:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-warning-outline {
  border: 1px solid #100d0e;
}
.cid-uQQJOCSMmx .btn.btn-warning-outline:hover {
  background-color: #100d0e !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-danger-outline {
  border: 1px solid #50ad0e;
}
.cid-uQQJOCSMmx .btn.btn-danger-outline:hover {
  background-color: #50ad0e !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uQQJOCSMmx .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uQQJOCSMmx .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uQQJOCSMmx .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uQQJOCSMmx .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uQQJOCSMmx .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uQQJOCSMmx .carousel-control {
    display: none;
  }
  .cid-uQQJOCSMmx .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uQQJOCSMmx .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-v1jSa3HjMr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/orbit20telecoms20website20map20base2004-2000x473.jpg");
}
.cid-v1jSa3HjMr .mbr-overlay {
  background: #5eeebb;
}
.cid-v1jSa3HjMr .container {
  pointer-events: none;
}
.cid-v1jSa3HjMr .title__block,
.cid-v1jSa3HjMr .image__block {
  pointer-events: all;
}
.cid-v1jSa3HjMr .mbr-section-title {
  margin-bottom: 40px;
  color: #8800aa;
}
.cid-v1jSa3HjMr .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-v1jSa3HjMr .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-v1jSa3HjMr .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-v1jSa3HjMr .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-v1jSa3HjMr .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-v1jSa3HjMr .image__block {
  max-height: 600px;
}
.cid-v1jSa3HjMr .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1jSa3HjMr .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v1jSa3HjMr .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v1jSa3HjMr .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v1jSa3HjMr .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v1jSa3HjMr .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v1jSa3HjMr .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v1jSa3HjMr .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v1jSa3HjMr .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v1jSa3HjMr .mbr-text,
.cid-v1jSa3HjMr .mbr-section-btn {
  color: #100d0e;
}
.cid-v2QzNF1K7Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vecteezy-close-up-view-of-servers-in-a-data-center-showing-network-57211778-2000x1121.jpg");
}
.cid-v2QzNF1K7Y .counts__block {
  width: 100%;
}
.cid-v2QzNF1K7Y .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v2QzNF1K7Y .mbr-iconfont {
  margin-right: 10px;
  color: #fcb72e;
}
.cid-v2QzNF1K7Y .item__text {
  margin: 5px 0;
  color: #fcb72e;
}
.cid-v2QzNF1K7Y .mbr-text {
  margin: 20px 0 10px;
  color: #ffffff;
}
.cid-v2QzNF1K7Y .wrap {
  margin-bottom: 30px;
}
.cid-v2QzNF1K7Y .wrap:last-child {
  margin-bottom: 0;
}
.cid-v2QzNF1K7Y .title__block {
  color: #ffffff;
}
.cid-v1nN9yfvkd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcb72e;
}
@media (max-width: 767px) {
  .cid-v1nN9yfvkd .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-v1nN9yfvkd h4,
.cid-v1nN9yfvkd h5,
.cid-v1nN9yfvkd p {
  margin-bottom: 0;
}
.cid-v1nN9yfvkd p {
  color: #767676;
}
.cid-v1nN9yfvkd .card-wrapper {
  transition: all 0.3s;
  background-color: #8800aa;
}
.cid-v1nN9yfvkd .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-v1nN9yfvkd .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v1nN9yfvkd .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-v1nN9yfvkd .card-wrapper .card-title {
  position: relative;
}
.cid-v1nN9yfvkd .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-v1nN9yfvkd .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-v1nN9yfvkd .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-v1nN9yfvkd .card-title,
.cid-v1nN9yfvkd .main-title {
  color: #57468b;
}
.cid-v1nN9yfvkd .card-img {
  width: auto;
}
.cid-v1nN9yfvkd .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v13ebYoAgm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v13ebYoAgm .card-box {
  padding: 0rem;
}
.cid-v13ebYoAgm .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v13ebYoAgm .card {
  padding: 0;
  margin: auto;
}
.cid-v13ebYoAgm .card-img {
  height: 400px;
}
.cid-v13ebYoAgm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v13ebYoAgm .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-v13ebYoAgm .card-wrapper {
    padding: 4rem;
  }
}
.cid-v13ebYoAgm .card-title {
  color: #8800aa;
}
.cid-v1jjYlUS6t {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fcb72e;
}
.cid-v1jjYlUS6t H2 {
  color: #e7272d;
}
.cid-v1jjYlUS6t .mbr-text,
.cid-v1jjYlUS6t .mbr-section-btn {
  color: #000000;
}
.cid-v1jjYlUS6t img {
  max-width: 500px;
  margin: auto;
}
.cid-v1jjYlUS6t .btn span {
  font-size: 2.4rem!important;
  margin-top: 0.6rem!important;
  margin-bottom: 0rem!important;
}
.cid-v1jjYlUS6t .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-v1jjYlUS6t H1 {
  color: #8800aa;
}
.cid-uOzaGA11Ry {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #ffffff);
}
.cid-uOzaGA11Ry .mbr-section-title {
  color: #06182d;
}
.cid-uOzaGA11Ry .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #8800aa;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uOzaGA11Ry .mbr-section-subtitle {
  color: #06182d;
}
.cid-uOzaGA11Ry .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uOzaGA11Ry .mbr-section-text {
  color: #999999;
}
.cid-uOzaGA11Ry .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-uOzaGA11Ry .carousel {
  width: 85%;
  margin: auto;
}
.cid-uOzaGA11Ry .carousel-item {
  justify-content: center;
}
.cid-uOzaGA11Ry .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uOzaGA11Ry .carousel-item .wrap-img {
  text-align: center;
}
.cid-uOzaGA11Ry .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uOzaGA11Ry .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-uOzaGA11Ry .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uOzaGA11Ry .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uOzaGA11Ry .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uOzaGA11Ry .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uOzaGA11Ry .cloneditem-1,
.cid-uOzaGA11Ry .cloneditem-2,
.cid-uOzaGA11Ry .cloneditem-3,
.cid-uOzaGA11Ry .cloneditem-4,
.cid-uOzaGA11Ry .cloneditem-5 {
  display: none;
}
.cid-uOzaGA11Ry .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOzaGA11Ry .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uOzaGA11Ry .carousel-inner {
    opacity: 0.8;
  }
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides2 .cloneditem-1,
  .cid-uOzaGA11Ry .carousel-inner.slides2 .cloneditem-2,
  .cid-uOzaGA11Ry .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides3 .cloneditem-1,
  .cid-uOzaGA11Ry .carousel-inner.slides3 .cloneditem-2,
  .cid-uOzaGA11Ry .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides4 .cloneditem-1,
  .cid-uOzaGA11Ry .carousel-inner.slides4 .cloneditem-2,
  .cid-uOzaGA11Ry .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides5 .cloneditem-1,
  .cid-uOzaGA11Ry .carousel-inner.slides5 .cloneditem-2,
  .cid-uOzaGA11Ry .carousel-inner.slides5 .cloneditem-3,
  .cid-uOzaGA11Ry .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOzaGA11Ry .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOzaGA11Ry .carousel-inner.slides6 .cloneditem-1,
  .cid-uOzaGA11Ry .carousel-inner.slides6 .cloneditem-2,
  .cid-uOzaGA11Ry .carousel-inner.slides6 .cloneditem-3,
  .cid-uOzaGA11Ry .carousel-inner.slides6 .cloneditem-4,
  .cid-uOzaGA11Ry .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uOzaGA11Ry .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-uOzaGA11Ry .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-uOzaGA11Ry .carousel-control-prev {
    left: -10px !important;
  }
  .cid-uOzaGA11Ry .carousel-control-next {
    right: -10px !important;
  }
}
.cid-uOzaGA11Ry .mbr-section-title,
.cid-uOzaGA11Ry .col {
  color: #8800aa;
}
.cid-uQUMl6Nu6B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vecteezy-cheerful-african-american-call-center-employee-assisting-47268429-2000x750.jpeg");
}
.cid-uQUMl6Nu6B .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uQUMl6Nu6B .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uQUMl6Nu6B .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uQUMl6Nu6B .form-group {
  padding-right: 0;
}
.cid-uQUMl6Nu6B .card {
  padding: 3rem 8rem;
}
.cid-uQUMl6Nu6B .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uQUMl6Nu6B .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uQUMl6Nu6B .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQUMl6Nu6B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQUMl6Nu6B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQUMl6Nu6B .map-placeholder {
  display: none;
}
.cid-uQUMl6Nu6B .btn-primary {
  border: 1px solid #fcb72e !important;
}
.cid-uQUMl6Nu6B .btn-primary:hover {
  border: 1px solid #fcb72e !important;
}
.cid-uQUMl6Nu6B .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uQUMl6Nu6B .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uQUMl6Nu6B .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uQUMl6Nu6B .mbr-text {
  color: #444;
}
.cid-uQUMl6Nu6B h5 {
  margin-bottom: 0;
}
.cid-uQUMl6Nu6B .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uQUMl6Nu6B .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQUMl6Nu6B .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uQUMl6Nu6B .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQUMl6Nu6B .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQUMl6Nu6B .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQUMl6Nu6B .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQUMl6Nu6B .social-list a:hover {
  opacity: 0.4;
}
.cid-uQUMl6Nu6B .media-container-row > div {
  padding: 0px;
}
.cid-uQUMl6Nu6B .text2 {
  color: #000000;
  text-align: left;
}
.cid-uQUMl6Nu6B .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uQUMl6Nu6B .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uQUMl6Nu6B .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uQUMl6Nu6B .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQUMl6Nu6B h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uQUMl6Nu6B .form-group {
    max-width: 180px;
  }
  .cid-uQUMl6Nu6B .card {
    padding: 2rem 1rem;
  }
}
.cid-uQUMl6Nu6B .links span {
  color: #9e9e9e;
}
.cid-uQUMl6Nu6B .logo-title,
.cid-uQUMl6Nu6B .logo-sub-title {
  text-align: center;
}
.cid-uQUMl6Nu6B .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uQQLZb1XIT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #100d0e;
}
.cid-uQQLZb1XIT .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQQLZb1XIT .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQQLZb1XIT .mbr-text {
  color: #444;
}
.cid-uQQLZb1XIT h5 {
  margin-bottom: 0;
}
.cid-uQQLZb1XIT .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQQLZb1XIT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLZb1XIT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uQQLZb1XIT .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLZb1XIT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQQLZb1XIT .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uQQLZb1XIT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQQLZb1XIT .social-list a:hover {
  opacity: .4;
}
.cid-uQQLZb1XIT .media-container-row > div {
  padding: 0px;
}
.cid-uQQLZb1XIT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQQLZb1XIT .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQQLZb1XIT .group-title SPAN {
  color: #ffffff;
}
.cid-uQQLZb1XIT .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQQLZb1XIT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQQLZb1XIT .social-list,
  .cid-uQQLZb1XIT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQQLZb1XIT h3 {
    margin-bottom: 10px;
  }
  .cid-uQQLZb1XIT .navbar-brand {
    text-align: center;
  }
}
.cid-uQQLZb1XIT .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1qhAiXNYA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #100d0e;
}
.cid-v1qhAiXNYA .content__block {
  padding: 50px 15px;
}
.cid-v1qhAiXNYA .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fcb72e;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-v1qhAiXNYA .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v1qhAiXNYA .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-v1qhAiXNYA .image {
  perspective: 3500px;
  position: relative;
}
.cid-v1qhAiXNYA .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(16, 13, 14, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-v1qhAiXNYA .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1qhAiXNYA .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-v1qhAiXNYA .mbr-section-btn .btn-white-outline:hover {
  color: #fcb72e !important;
}
@media (max-width: 991px) {
  .cid-v1qhAiXNYA .content__block {
    padding: 30px 15px;
  }
  .cid-v1qhAiXNYA .mbr-figure {
    padding: 0;
  }
  .cid-v1qhAiXNYA .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(16, 13, 14, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-v1qhAiXNYA .lg-push {
    right: 1%;
  }
  .cid-v1qhAiXNYA .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v1qhAiXNYA .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-v1qhAiXNYA .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-v1qhAiXNYA .mbr-section-title {
  color: #fcb72e;
}
.cid-v17ekwYFic {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v17ekwYFic .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v17ekwYFic .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v17ekwYFic .mbr-text {
  color: #444;
}
.cid-v17ekwYFic h5 {
  margin-bottom: 0;
}
.cid-v17ekwYFic .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v17ekwYFic .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v17ekwYFic .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v17ekwYFic .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v17ekwYFic .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v17ekwYFic .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v17ekwYFic .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v17ekwYFic .social-list a:hover {
  opacity: .4;
}
.cid-v17ekwYFic .media-container-row > div {
  padding: 0px;
}
.cid-v17ekwYFic .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v17ekwYFic .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v17ekwYFic .group-title SPAN {
  color: #ffffff;
}
.cid-v17ekwYFic .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v17ekwYFic .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v17ekwYFic .social-list,
  .cid-v17ekwYFic .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v17ekwYFic h3 {
    margin-bottom: 10px;
  }
  .cid-v17ekwYFic .navbar-brand {
    text-align: center;
  }
}
.cid-v17ekwYFic .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v13ix4RRxt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8800aa;
  background: linear-gradient(-45deg, rgba(136, 0, 170, 0.8), #fcb72e);
}
.cid-v13ix4RRxt .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v13ix4RRxt .container {
  pointer-events: none;
}
.cid-v13ix4RRxt .title__block,
.cid-v13ix4RRxt .image__block {
  pointer-events: all;
}
.cid-v13ix4RRxt .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v13ix4RRxt .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-v13ix4RRxt .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-v13ix4RRxt .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-v13ix4RRxt .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-v13ix4RRxt .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-v13ix4RRxt .image__block {
  max-height: 600px;
}
.cid-v13ix4RRxt .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v13ix4RRxt .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v13ix4RRxt .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v13ix4RRxt .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v13ix4RRxt .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v13ix4RRxt .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v13ix4RRxt .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v13ix4RRxt .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v13ix4RRxt .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v136OP4Jbq {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/concentrated-african-american-call-center-operator-working-2000x1333.jpg");
}
.cid-v136OP4Jbq .plan-body .btn-bgr {
  z-index: 0;
}
.cid-v136OP4Jbq .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-v136OP4Jbq .list-group-item {
  padding: .75rem 0rem;
}
.cid-v136OP4Jbq .plan-subtitle {
  color: #66458e;
}
.cid-v136OP4Jbq .mbr-text {
  margin: 15px 0 0 0;
  color: #ffffff;
  text-align: left;
}
.cid-v136OP4Jbq .price-term .term {
  display: inline-block;
  background: #4e84c2;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-v136OP4Jbq .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-v136OP4Jbq .plan .mbr-overlay {
  background: #8800aa;
  opacity: 0.8;
}
.cid-v136OP4Jbq .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-v136OP4Jbq .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-v136OP4Jbq .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-v136OP4Jbq .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-v136OP4Jbq .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-v136OP4Jbq .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v136OP4Jbq .plan {
    margin-bottom: 30px;
  }
}
.cid-v136OP4Jbq .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-v136OP4Jbq .price-figure {
    font-size: 4.25rem;
  }
}
.cid-v136OP4Jbq .plan-title {
  color: #ffffff;
}
.cid-v136OP4Jbq .price-figure {
  color: #ffffff;
}
.cid-v136OP4Jbq .price-term {
  color: #ffffff;
  text-align: center;
}
.cid-v136OP4Jbq LI {
  color: #ffffff;
}
.cid-v136OP4Jbq .plan-price {
  color: #fcb72e;
}
.cid-v17epJs4YL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v17epJs4YL .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v17epJs4YL .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v17epJs4YL .mbr-text {
  color: #444;
}
.cid-v17epJs4YL h5 {
  margin-bottom: 0;
}
.cid-v17epJs4YL .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v17epJs4YL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v17epJs4YL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v17epJs4YL .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v17epJs4YL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v17epJs4YL .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v17epJs4YL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v17epJs4YL .social-list a:hover {
  opacity: .4;
}
.cid-v17epJs4YL .media-container-row > div {
  padding: 0px;
}
.cid-v17epJs4YL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v17epJs4YL .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v17epJs4YL .group-title SPAN {
  color: #ffffff;
}
.cid-v17epJs4YL .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v17epJs4YL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v17epJs4YL .social-list,
  .cid-v17epJs4YL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v17epJs4YL h3 {
    margin-bottom: 10px;
  }
  .cid-v17epJs4YL .navbar-brand {
    text-align: center;
  }
}
.cid-v17epJs4YL .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0XdJjdodE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/126257-2000x1125.jpg");
}
.cid-v0XdJjdodE .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0XdJjdodE .card {
  background-color: #000000;
  padding: 4rem 10rem;
}
.cid-v0XdJjdodE .input-group-btn {
  display: block;
}
.cid-v0XdJjdodE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v0XdJjdodE .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #fcb72e;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v0XdJjdodE .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-v0XdJjdodE .btn-primary {
  border: 1px solid #fcb72e !important;
}
.cid-v0XdJjdodE .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v0XdJjdodE .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-v0XdJjdodE .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-v0XdJjdodE .card {
    padding: 2rem;
  }
}
.cid-v0XdJjdodE .mbr-section-title,
.cid-v0XdJjdodE .line-wrap {
  color: #fcb72e;
}
.cid-v0XdJjdodE LABEL {
  color: #8800aa;
}
.cid-v17eupo4g3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v17eupo4g3 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v17eupo4g3 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v17eupo4g3 .mbr-text {
  color: #444;
}
.cid-v17eupo4g3 h5 {
  margin-bottom: 0;
}
.cid-v17eupo4g3 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v17eupo4g3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v17eupo4g3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v17eupo4g3 .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v17eupo4g3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v17eupo4g3 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v17eupo4g3 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v17eupo4g3 .social-list a:hover {
  opacity: .4;
}
.cid-v17eupo4g3 .media-container-row > div {
  padding: 0px;
}
.cid-v17eupo4g3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v17eupo4g3 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v17eupo4g3 .group-title SPAN {
  color: #ffffff;
}
.cid-v17eupo4g3 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v17eupo4g3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v17eupo4g3 .social-list,
  .cid-v17eupo4g3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v17eupo4g3 h3 {
    margin-bottom: 10px;
  }
  .cid-v17eupo4g3 .navbar-brand {
    text-align: center;
  }
}
.cid-v17eupo4g3 .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v13bPWaKJf {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vecteezy-close-up-view-of-servers-in-a-data-center-showing-network-57211778-2000x1121.jpg");
}
.cid-v13bPWaKJf .card-box {
  padding: 0rem;
}
.cid-v13bPWaKJf .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v13bPWaKJf .card {
  padding: 0;
  margin: auto;
}
.cid-v13bPWaKJf .card-img {
  height: 400px;
}
.cid-v13bPWaKJf .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v13bPWaKJf .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-v13bPWaKJf .card-wrapper {
    padding: 4rem;
  }
}
.cid-v13bPWaKJf .card-title {
  color: #000000;
}
.cid-v13ca7BY8T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/concentrated-african-american-call-center-operator-working-2000x1333.jpg");
}
.cid-v13ca7BY8T .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v13ca7BY8T .card {
  background-color: #000000;
  padding: 4rem 10rem;
}
.cid-v13ca7BY8T .input-group-btn {
  display: block;
}
.cid-v13ca7BY8T .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v13ca7BY8T .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #fcb72e;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v13ca7BY8T .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-v13ca7BY8T .btn-primary {
  border: 1px solid #fcb72e !important;
}
.cid-v13ca7BY8T .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v13ca7BY8T .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-v13ca7BY8T .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-v13ca7BY8T .card {
    padding: 2rem;
  }
}
.cid-v13ca7BY8T .mbr-section-title,
.cid-v13ca7BY8T .line-wrap {
  color: #fcb72e;
}
.cid-v13ca7BY8T LABEL {
  color: #ffffff;
}
.cid-v17ehLo8R2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v17ehLo8R2 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v17ehLo8R2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v17ehLo8R2 .mbr-text {
  color: #444;
}
.cid-v17ehLo8R2 h5 {
  margin-bottom: 0;
}
.cid-v17ehLo8R2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v17ehLo8R2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v17ehLo8R2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v17ehLo8R2 .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v17ehLo8R2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v17ehLo8R2 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v17ehLo8R2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v17ehLo8R2 .social-list a:hover {
  opacity: .4;
}
.cid-v17ehLo8R2 .media-container-row > div {
  padding: 0px;
}
.cid-v17ehLo8R2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v17ehLo8R2 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v17ehLo8R2 .group-title SPAN {
  color: #ffffff;
}
.cid-v17ehLo8R2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v17ehLo8R2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v17ehLo8R2 .social-list,
  .cid-v17ehLo8R2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v17ehLo8R2 h3 {
    margin-bottom: 10px;
  }
  .cid-v17ehLo8R2 .navbar-brand {
    text-align: center;
  }
}
.cid-v17ehLo8R2 .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v17ex3p2uG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8800aa;
  background: linear-gradient(-45deg, rgba(136, 0, 170, 0.8), #fcb72e);
}
.cid-v17ex3p2uG .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v17ex3p2uG .container {
  pointer-events: none;
}
.cid-v17ex3p2uG .title__block,
.cid-v17ex3p2uG .image__block {
  pointer-events: all;
}
.cid-v17ex3p2uG .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v17ex3p2uG .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-v17ex3p2uG .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-v17ex3p2uG .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-v17ex3p2uG .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-v17ex3p2uG .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-v17ex3p2uG .image__block {
  max-height: 600px;
}
.cid-v17ex3p2uG .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v17ex3p2uG .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v17ex3p2uG .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v17ex3p2uG .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v17ex3p2uG .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v17ex3p2uG .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v17ex3p2uG .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v17ex3p2uG .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v17ex3p2uG .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v2JeliDaWJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2JeliDaWJ .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v2JeliDaWJ .section-header {
    margin-bottom: 4rem;
  }
}
.cid-v2JeliDaWJ .item-title {
  text-align: left;
}
.cid-v2JeliDaWJ img,
.cid-v2JeliDaWJ .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v2JeliDaWJ .item:focus,
.cid-v2JeliDaWJ span:focus {
  outline: none;
}
.cid-v2JeliDaWJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2JeliDaWJ .item-wrapper {
  position: relative;
  background: #fcb72e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2JeliDaWJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2JeliDaWJ .item-wrapper .item-footer {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2JeliDaWJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2JeliDaWJ .item-wrapper .item-footer {
    padding: 2rem 1rem 1rem;
  }
}
.cid-v2JeliDaWJ .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 2rem;
}
.cid-v2JeliDaWJ .mbr-section-title {
  color: #8800aa;
}
.cid-v2JeliDaWJ .mbr-text,
.cid-v2JeliDaWJ .mbr-section-btn {
  text-align: left;
}
.cid-v2JsviaWn4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2JsviaWn4 .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v2JsviaWn4 .section-header {
    margin-bottom: 4rem;
  }
}
.cid-v2JsviaWn4 .item-title {
  text-align: left;
}
.cid-v2JsviaWn4 img,
.cid-v2JsviaWn4 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v2JsviaWn4 .item:focus,
.cid-v2JsviaWn4 span:focus {
  outline: none;
}
.cid-v2JsviaWn4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2JsviaWn4 .item-wrapper {
  position: relative;
  background: #fcb72e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2JsviaWn4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2JsviaWn4 .item-wrapper .item-footer {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2JsviaWn4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2JsviaWn4 .item-wrapper .item-footer {
    padding: 2rem 1rem 1rem;
  }
}
.cid-v2JsviaWn4 .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 2rem;
}
.cid-v2JsviaWn4 .mbr-section-title {
  color: #232323;
}
.cid-v2JsviaWn4 .mbr-text,
.cid-v2JsviaWn4 .mbr-section-btn {
  text-align: left;
}
.cid-v4MPINoyCH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4MPINoyCH .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v4MPINoyCH .section-header {
    margin-bottom: 4rem;
  }
}
.cid-v4MPINoyCH .item-title {
  text-align: left;
}
.cid-v4MPINoyCH img,
.cid-v4MPINoyCH .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v4MPINoyCH .item:focus,
.cid-v4MPINoyCH span:focus {
  outline: none;
}
.cid-v4MPINoyCH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4MPINoyCH .item-wrapper {
  position: relative;
  background: #fcb72e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4MPINoyCH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4MPINoyCH .item-wrapper .item-footer {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4MPINoyCH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4MPINoyCH .item-wrapper .item-footer {
    padding: 2rem 1rem 1rem;
  }
}
.cid-v4MPINoyCH .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 2rem;
}
.cid-v4MPINoyCH .mbr-section-title {
  color: #232323;
}
.cid-v4MPINoyCH .mbr-text,
.cid-v4MPINoyCH .mbr-section-btn {
  text-align: left;
}
.cid-v4MPKO7HGr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4MPKO7HGr .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v4MPKO7HGr .section-header {
    margin-bottom: 4rem;
  }
}
.cid-v4MPKO7HGr .item-title {
  text-align: left;
}
.cid-v4MPKO7HGr img,
.cid-v4MPKO7HGr .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v4MPKO7HGr .item:focus,
.cid-v4MPKO7HGr span:focus {
  outline: none;
}
.cid-v4MPKO7HGr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4MPKO7HGr .item-wrapper {
  position: relative;
  background: #fcb72e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4MPKO7HGr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4MPKO7HGr .item-wrapper .item-footer {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4MPKO7HGr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4MPKO7HGr .item-wrapper .item-footer {
    padding: 2rem 1rem 1rem;
  }
}
.cid-v4MPKO7HGr .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 2rem;
}
.cid-v4MPKO7HGr .mbr-section-title {
  color: #232323;
}
.cid-v4MPKO7HGr .mbr-text,
.cid-v4MPKO7HGr .mbr-section-btn {
  text-align: left;
}
.cid-v4P227QcDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4P227QcDw .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v4P227QcDw .section-header {
    margin-bottom: 4rem;
  }
}
.cid-v4P227QcDw .item-title {
  text-align: left;
}
.cid-v4P227QcDw img,
.cid-v4P227QcDw .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v4P227QcDw .item:focus,
.cid-v4P227QcDw span:focus {
  outline: none;
}
.cid-v4P227QcDw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4P227QcDw .item-wrapper {
  position: relative;
  background: #fcb72e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4P227QcDw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4P227QcDw .item-wrapper .item-footer {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4P227QcDw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4P227QcDw .item-wrapper .item-footer {
    padding: 2rem 1rem 1rem;
  }
}
.cid-v4P227QcDw .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 2rem;
}
.cid-v4P227QcDw .mbr-section-title {
  color: #232323;
}
.cid-v4P227QcDw .mbr-text,
.cid-v4P227QcDw .mbr-section-btn {
  text-align: left;
  color: #100d0e;
}
.cid-v4S8kgBVLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4S8kgBVLl .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v4S8kgBVLl .section-header {
    margin-bottom: 4rem;
  }
}
.cid-v4S8kgBVLl .item-title {
  text-align: left;
}
.cid-v4S8kgBVLl img,
.cid-v4S8kgBVLl .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v4S8kgBVLl .item:focus,
.cid-v4S8kgBVLl span:focus {
  outline: none;
}
.cid-v4S8kgBVLl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4S8kgBVLl .item-wrapper {
  position: relative;
  background: #fcb72e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4S8kgBVLl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4S8kgBVLl .item-wrapper .item-footer {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4S8kgBVLl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4S8kgBVLl .item-wrapper .item-footer {
    padding: 2rem 1rem 1rem;
  }
}
.cid-v4S8kgBVLl .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 2rem;
}
.cid-v4S8kgBVLl .mbr-section-title {
  color: #232323;
}
.cid-v4S8kgBVLl .mbr-text,
.cid-v4S8kgBVLl .mbr-section-btn {
  text-align: left;
}
.cid-v17efuL5O7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v17efuL5O7 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v17efuL5O7 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v17efuL5O7 .mbr-text {
  color: #444;
}
.cid-v17efuL5O7 h5 {
  margin-bottom: 0;
}
.cid-v17efuL5O7 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v17efuL5O7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v17efuL5O7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v17efuL5O7 .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v17efuL5O7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v17efuL5O7 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v17efuL5O7 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v17efuL5O7 .social-list a:hover {
  opacity: .4;
}
.cid-v17efuL5O7 .media-container-row > div {
  padding: 0px;
}
.cid-v17efuL5O7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v17efuL5O7 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v17efuL5O7 .group-title SPAN {
  color: #ffffff;
}
.cid-v17efuL5O7 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v17efuL5O7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v17efuL5O7 .social-list,
  .cid-v17efuL5O7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v17efuL5O7 h3 {
    margin-bottom: 10px;
  }
  .cid-v17efuL5O7 .navbar-brand {
    text-align: center;
  }
}
.cid-v17efuL5O7 .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2O0t1YhIw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fcb72e;
}
.cid-v2O0t1YhIw .card-box {
  padding: 0rem;
}
.cid-v2O0t1YhIw .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v2O0t1YhIw .card {
  padding: 0;
  margin: auto;
}
.cid-v2O0t1YhIw .card-img {
  height: 400px;
}
.cid-v2O0t1YhIw .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2O0t1YhIw .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-v2O0t1YhIw .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2O0t1YhIw .card-title {
  color: #8800aa;
}
.cid-v2OUVotDTN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2OUVotDTN .row {
  flex-direction: row-reverse;
}
.cid-v2OUVotDTN .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/2149370566-1333x2000.jpg");
}
.cid-v2OUVotDTN .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-v2OUVotDTN .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-v2OUVotDTN .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #8800aa;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-v2OUVotDTN .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-v2OUVotDTN .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v2OUVotDTN .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-v2OUVotDTN .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-v2OUVotDTN .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-v2OUVotDTN .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-v2OUVotDTN .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #8800aa;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-v2OUVotDTN .card .wrapper .link-wrap {
  width: 100%;
}
.cid-v2OUVotDTN .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-v2OUVotDTN .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-v2OUVotDTN .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-v2OUVotDTN .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v2OUVotDTN .card .wrapper .mbr-text {
  color: #100d0e;
}
.cid-v2OUVotDTN .card .wrapper .mbr-section-title {
  color: #8800aa;
}
.cid-v2OUVotDTN .card .wrapper .mbr-list,
.cid-v2OUVotDTN .social-media,
.cid-v2OUVotDTN .mbr-section-btn {
  color: #100d0e;
}
.cid-v2Qzt802hr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2Qzt802hr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2Qzt802hr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2Qzt802hr .mbr-form {
  max-width: 450px;
}
.cid-v2Qzt802hr textarea {
  min-height: 150px;
}
.cid-v2Qzt802hr .mbr-text {
  color: #100d0e;
}
.cid-v2Qzt802hr .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-v2Qzt802hr .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-v2Qzt802hr H2 {
  color: #8800aa;
}
.cid-v2O1TsaviL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #100d0e;
}
.cid-v2O1TsaviL .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v2O1TsaviL .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v2O1TsaviL .mbr-text {
  color: #444;
}
.cid-v2O1TsaviL h5 {
  margin-bottom: 0;
}
.cid-v2O1TsaviL .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v2O1TsaviL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2O1TsaviL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v2O1TsaviL .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2O1TsaviL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2O1TsaviL .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v2O1TsaviL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2O1TsaviL .social-list a:hover {
  opacity: .4;
}
.cid-v2O1TsaviL .media-container-row > div {
  padding: 0px;
}
.cid-v2O1TsaviL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v2O1TsaviL .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2O1TsaviL .group-title SPAN {
  color: #ffffff;
}
.cid-v2O1TsaviL .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v2O1TsaviL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v2O1TsaviL .social-list,
  .cid-v2O1TsaviL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2O1TsaviL h3 {
    margin-bottom: 10px;
  }
  .cid-v2O1TsaviL .navbar-brand {
    text-align: center;
  }
}
.cid-v2O1TsaviL .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v2Ho2YJUsf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8800aa;
  background: linear-gradient(-45deg, rgba(136, 0, 170, 0.8), #fcb72e);
}
.cid-v2Ho2YJUsf .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v2Ho2YJUsf .container {
  pointer-events: none;
}
.cid-v2Ho2YJUsf .title__block,
.cid-v2Ho2YJUsf .image__block {
  pointer-events: all;
}
.cid-v2Ho2YJUsf .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v2Ho2YJUsf .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-v2Ho2YJUsf .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-v2Ho2YJUsf .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-v2Ho2YJUsf .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-v2Ho2YJUsf .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-v2Ho2YJUsf .image__block {
  max-height: 600px;
}
.cid-v2Ho2YJUsf .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2Ho2YJUsf .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v2Ho2YJUsf .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v2Ho2YJUsf .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v2Ho2YJUsf .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2Ho2YJUsf .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v2Ho2YJUsf .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2Ho2YJUsf .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2Ho2YJUsf .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v2Ho6Epfpy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v2Ho6Epfpy .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v2Ho6Epfpy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v2Ho6Epfpy .mbr-text {
  color: #444;
}
.cid-v2Ho6Epfpy h5 {
  margin-bottom: 0;
}
.cid-v2Ho6Epfpy .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v2Ho6Epfpy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2Ho6Epfpy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v2Ho6Epfpy .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2Ho6Epfpy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2Ho6Epfpy .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v2Ho6Epfpy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2Ho6Epfpy .social-list a:hover {
  opacity: .4;
}
.cid-v2Ho6Epfpy .media-container-row > div {
  padding: 0px;
}
.cid-v2Ho6Epfpy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v2Ho6Epfpy .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2Ho6Epfpy .group-title SPAN {
  color: #ffffff;
}
.cid-v2Ho6Epfpy .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v2Ho6Epfpy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v2Ho6Epfpy .social-list,
  .cid-v2Ho6Epfpy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2Ho6Epfpy h3 {
    margin-bottom: 10px;
  }
  .cid-v2Ho6Epfpy .navbar-brand {
    text-align: center;
  }
}
.cid-v2Ho6Epfpy .links SPAN {
  color: #9e9e9e;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2yRERQXN2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8800aa;
  background: linear-gradient(-45deg, rgba(136, 0, 170, 0.8), #fcb72e);
}
.cid-v2yRERQXN2 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v2yRERQXN2 .container {
  pointer-events: none;
}
.cid-v2yRERQXN2 .title__block,
.cid-v2yRERQXN2 .image__block {
  pointer-events: all;
}
.cid-v2yRERQXN2 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v2yRERQXN2 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-v2yRERQXN2 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-v2yRERQXN2 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-v2yRERQXN2 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-v2yRERQXN2 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-v2yRERQXN2 .image__block {
  max-height: 600px;
}
.cid-v2yRERQXN2 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2yRERQXN2 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v2yRERQXN2 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v2yRERQXN2 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v2yRERQXN2 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2yRERQXN2 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v2yRERQXN2 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2yRERQXN2 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2yRERQXN2 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v2IOA8LyPj {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/concentrated-african-american-call-center-operator-working-2000x1333.jpg");
}
.cid-v2IOA8LyPj .plan-body .btn-bgr {
  z-index: 0;
}
.cid-v2IOA8LyPj .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-v2IOA8LyPj .list-group-item {
  padding: .75rem 0rem;
}
.cid-v2IOA8LyPj .plan-subtitle {
  color: #66458e;
}
.cid-v2IOA8LyPj .mbr-text {
  margin: 15px 0 0 0;
  color: #ffffff;
  text-align: left;
}
.cid-v2IOA8LyPj .price-term .term {
  display: inline-block;
  background: #4e84c2;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-v2IOA8LyPj .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-v2IOA8LyPj .plan .mbr-overlay {
  background: #8800aa;
  opacity: 0.8;
}
.cid-v2IOA8LyPj .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-v2IOA8LyPj .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-v2IOA8LyPj .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-v2IOA8LyPj .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-v2IOA8LyPj .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-v2IOA8LyPj .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v2IOA8LyPj .plan {
    margin-bottom: 30px;
  }
}
.cid-v2IOA8LyPj .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-v2IOA8LyPj .price-figure {
    font-size: 4.25rem;
  }
}
.cid-v2IOA8LyPj .plan-title {
  color: #ffffff;
}
.cid-v2IOA8LyPj .price-figure {
  color: #ffffff;
}
.cid-v2IOA8LyPj .price-term {
  color: #ffffff;
  text-align: center;
}
.cid-v2IOA8LyPj LI {
  color: #ffffff;
}
.cid-v2IOA8LyPj .plan-price {
  color: #fcb72e;
}
.cid-v1u8fU1up6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v1u8fU1up6 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v1u8fU1up6 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v1u8fU1up6 .mbr-text {
  color: #444;
}
.cid-v1u8fU1up6 h5 {
  margin-bottom: 0;
}
.cid-v1u8fU1up6 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v1u8fU1up6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1u8fU1up6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v1u8fU1up6 .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1u8fU1up6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v1u8fU1up6 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v1u8fU1up6 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v1u8fU1up6 .social-list a:hover {
  opacity: .4;
}
.cid-v1u8fU1up6 .media-container-row > div {
  padding: 0px;
}
.cid-v1u8fU1up6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v1u8fU1up6 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1u8fU1up6 .group-title SPAN {
  color: #ffffff;
}
.cid-v1u8fU1up6 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v1u8fU1up6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v1u8fU1up6 .social-list,
  .cid-v1u8fU1up6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v1u8fU1up6 h3 {
    margin-bottom: 10px;
  }
  .cid-v1u8fU1up6 .navbar-brand {
    text-align: center;
  }
}
.cid-v1u8fU1up6 .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v2IExUZzfs .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-v2IExUZzfs .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v2IExUZzfs .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v2IExUZzfs .dropdown-item {
  color: #8800aa !important;
}
.cid-v2IExUZzfs .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v2IExUZzfs .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v2IExUZzfs .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v2IExUZzfs .btn-white {
  color: #fcb72e !important;
}
.cid-v2IExUZzfs .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v2IExUZzfs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v2IExUZzfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2IExUZzfs .container {
  display: flex;
  margin: auto;
}
.cid-v2IExUZzfs .navbar.navbar-short .nav-link,
.cid-v2IExUZzfs .navbar.navbar-short .navbar-caption,
.cid-v2IExUZzfs .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v2IExUZzfs .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v2IExUZzfs .navbar-caption {
  padding-right: 3rem;
}
.cid-v2IExUZzfs .navbar.opened {
  background: #8800aa !important;
}
.cid-v2IExUZzfs .nav-item:focus,
.cid-v2IExUZzfs .nav-link:focus {
  outline: none;
}
.cid-v2IExUZzfs .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-v2IExUZzfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2IExUZzfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2IExUZzfs .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-v2IExUZzfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2IExUZzfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2IExUZzfs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v2IExUZzfs .navbar.opened {
  transition: all .3s;
}
.cid-v2IExUZzfs .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v2IExUZzfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2IExUZzfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2IExUZzfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2IExUZzfs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v2IExUZzfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2IExUZzfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2IExUZzfs .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-v2IExUZzfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2IExUZzfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2IExUZzfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2IExUZzfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2IExUZzfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2IExUZzfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2IExUZzfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2IExUZzfs .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-v2IExUZzfs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2IExUZzfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2IExUZzfs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2IExUZzfs .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-v2IExUZzfs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2IExUZzfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2IExUZzfs .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v2IExUZzfs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2IExUZzfs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2IExUZzfs .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-v2IExUZzfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2IExUZzfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2IExUZzfs .dropdown-item.active,
.cid-v2IExUZzfs .dropdown-item:active {
  background-color: transparent;
}
.cid-v2IExUZzfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2IExUZzfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2IExUZzfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2IExUZzfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v2IExUZzfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2IExUZzfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2IExUZzfs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2IExUZzfs .navbar-buttons {
  text-align: center;
}
.cid-v2IExUZzfs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2IExUZzfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v2IExUZzfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2IExUZzfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2IExUZzfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2IExUZzfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2IExUZzfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2IExUZzfs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2IExUZzfs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2IExUZzfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2IExUZzfs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v2IExUZzfs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2IExUZzfs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2IExUZzfs .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-v2IExUZzfs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2IExUZzfs .navbar {
    height: 77px;
  }
  .cid-v2IExUZzfs .navbar.opened {
    height: auto;
  }
  .cid-v2IExUZzfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2IExVov82 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2IExVov82 .card-box {
  padding: 0rem;
}
.cid-v2IExVov82 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v2IExVov82 .card {
  padding: 0;
  margin: auto;
}
.cid-v2IExVov82 .card-img {
  height: 400px;
}
.cid-v2IExVov82 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2IExVov82 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-v2IExVov82 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2IExVov82 .card-title {
  color: #000000;
}
.cid-v2IExVM4MS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vecteezy-portrait-of-a-smiling-woman-in-casual-clothes-wearing-31690689-2000x1333.jpeg");
}
.cid-v2IExVM4MS .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2IExVM4MS .card {
  background-color: #000000;
  padding: 4rem 10rem;
}
.cid-v2IExVM4MS .input-group-btn {
  display: block;
}
.cid-v2IExVM4MS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v2IExVM4MS .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #fcb72e;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v2IExVM4MS .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-v2IExVM4MS .btn-primary {
  border: 1px solid #fcb72e !important;
}
.cid-v2IExVM4MS .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v2IExVM4MS .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-v2IExVM4MS .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-v2IExVM4MS .card {
    padding: 2rem;
  }
}
.cid-v2IExVM4MS .mbr-section-title,
.cid-v2IExVM4MS .line-wrap {
  color: #fcb72e;
}
.cid-v2IExVM4MS LABEL {
  color: #ffffff;
}
.cid-v2IExWamNB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v2IExWamNB .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v2IExWamNB .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v2IExWamNB .mbr-text {
  color: #444;
}
.cid-v2IExWamNB h5 {
  margin-bottom: 0;
}
.cid-v2IExWamNB .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v2IExWamNB .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2IExWamNB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v2IExWamNB .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2IExWamNB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2IExWamNB .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v2IExWamNB .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2IExWamNB .social-list a:hover {
  opacity: .4;
}
.cid-v2IExWamNB .media-container-row > div {
  padding: 0px;
}
.cid-v2IExWamNB .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v2IExWamNB .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2IExWamNB .group-title SPAN {
  color: #ffffff;
}
.cid-v2IExWamNB .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v2IExWamNB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v2IExWamNB .social-list,
  .cid-v2IExWamNB .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2IExWamNB h3 {
    margin-bottom: 10px;
  }
  .cid-v2IExWamNB .navbar-brand {
    text-align: center;
  }
}
.cid-v2IExWamNB .links SPAN {
  color: #9e9e9e;
}
.cid-v2IExWIWPA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v2IExWIWPA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v2IExWIWPA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v2IExWIWPA .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v2IExWIWPA .row-copyright p {
  width: 100%;
}
.cid-v2IExWIWPA .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1jndiFOMn .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .dropdown-item {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v1jndiFOMn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1jndiFOMn .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn-white {
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v1jndiFOMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jndiFOMn .container {
  display: flex;
  margin: auto;
}
.cid-v1jndiFOMn .navbar.navbar-short .nav-link,
.cid-v1jndiFOMn .navbar.navbar-short .navbar-caption,
.cid-v1jndiFOMn .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v1jndiFOMn .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v1jndiFOMn .navbar-caption {
  padding-right: 3rem;
}
.cid-v1jndiFOMn .navbar.opened {
  background: #8800aa !important;
}
.cid-v1jndiFOMn .nav-item:focus,
.cid-v1jndiFOMn .nav-link:focus {
  outline: none;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jndiFOMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jndiFOMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jndiFOMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.opened {
  transition: all .3s;
}
.cid-v1jndiFOMn .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v1jndiFOMn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1jndiFOMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jndiFOMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1jndiFOMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jndiFOMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1jndiFOMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1jndiFOMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jndiFOMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1jndiFOMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1jndiFOMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jndiFOMn .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-v1jndiFOMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1jndiFOMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1jndiFOMn .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1jndiFOMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jndiFOMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jndiFOMn .dropdown-item.active,
.cid-v1jndiFOMn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jndiFOMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jndiFOMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v1jndiFOMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1jndiFOMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jndiFOMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1jndiFOMn .navbar-buttons {
  text-align: center;
}
.cid-v1jndiFOMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1jndiFOMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1jndiFOMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1jndiFOMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1jndiFOMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1jndiFOMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1jndiFOMn .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-v1jndiFOMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jndiFOMn .navbar {
    height: 77px;
  }
  .cid-v1jndiFOMn .navbar.opened {
    height: auto;
  }
  .cid-v1jndiFOMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2Nz8I3fJH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v2Nz8I3fJH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v2Nz8I3fJH img:hover {
  transform: scale(1.1);
}
.cid-v2Nz8I3fJH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v2Nz8I3fJH h2 {
  padding: 0;
  margin: 0;
}
.cid-v2Nz8I3fJH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2Nz8I3fJH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v2Nz8I3fJH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-v2Nz8I3fJH .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-v2Nz8I3fJH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v2Nz8I3fJH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v2Nz8I3fJH .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-v2Nz8I3fJH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v2Nz8I3fJH H2 {
  color: #333333;
}
.cid-v2Nz8I3fJH .mbr-text {
  color: #100d0e;
}
.cid-v2Nz8I3fJH H1 {
  color: #8800aa;
}
.cid-v2Nu5Apmfj {
  padding-top: 750px;
  background-image: url("../../../assets/images/orbit20telecoms-a-girl-with-headphones-on-is-writing-on-her-laptop-70254872-2000x1143.jpg");
}
.cid-v2Nu5Apmfj H2 {
  color: #fcb72e;
}
.cid-v2Nu5Apmfj h1 {
  background: linear-gradient(to left, #fcb72e, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v2Nu5Apmfj section {
  align-items: flex-end !important;
}
.cid-v2Nu5Apmfj .mbr-text,
.cid-v2Nu5Apmfj .mbr-section-btn {
  color: #999999;
}
.cid-v2Nu5Apmfj .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-v2NsUwQaRi {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #100d0e;
}
.cid-v2NsUwQaRi .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v2NsUwQaRi .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v2NsUwQaRi .mbr-text {
  color: #444;
}
.cid-v2NsUwQaRi h5 {
  margin-bottom: 0;
}
.cid-v2NsUwQaRi .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v2NsUwQaRi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2NsUwQaRi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v2NsUwQaRi .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2NsUwQaRi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2NsUwQaRi .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v2NsUwQaRi .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2NsUwQaRi .social-list a:hover {
  opacity: .4;
}
.cid-v2NsUwQaRi .media-container-row > div {
  padding: 0px;
}
.cid-v2NsUwQaRi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v2NsUwQaRi .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2NsUwQaRi .group-title SPAN {
  color: #ffffff;
}
.cid-v2NsUwQaRi .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v2NsUwQaRi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v2NsUwQaRi .social-list,
  .cid-v2NsUwQaRi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2NsUwQaRi h3 {
    margin-bottom: 10px;
  }
  .cid-v2NsUwQaRi .navbar-brand {
    text-align: center;
  }
}
.cid-v2NsUwQaRi .links SPAN {
  color: #9e9e9e;
}
.cid-v1toUGtE81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v1toUGtE81 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1toUGtE81 .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright p {
  width: 100%;
}
.cid-v1toUGtE81 .row-copyright .mbr-text {
  color: #ffffff;
}
.cid-v2NCi6Nygo .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-v2NCi6Nygo .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v2NCi6Nygo .dropdown-menu {
  padding: 0;
  background: #fcb72e !important;
}
.cid-v2NCi6Nygo .dropdown-item {
  color: #8800aa !important;
}
.cid-v2NCi6Nygo .dropdown-item:hover {
  color: #8800aa !important;
}
.cid-v2NCi6Nygo .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v2NCi6Nygo .nav-link:hover {
  color: #fcb72e !important;
}
.cid-v2NCi6Nygo .btn-white {
  color: #fcb72e !important;
}
.cid-v2NCi6Nygo .btn:hover {
  border-color: #fcb72e !important;
  color: #fcb72e !important;
}
.cid-v2NCi6Nygo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v2NCi6Nygo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2NCi6Nygo .container {
  display: flex;
  margin: auto;
}
.cid-v2NCi6Nygo .navbar.navbar-short .nav-link,
.cid-v2NCi6Nygo .navbar.navbar-short .navbar-caption,
.cid-v2NCi6Nygo .navbar.navbar-short .mbr-iconfont {
  color: #fcb72e !important;
  border-color: #fcb72e;
}
.cid-v2NCi6Nygo .navbar.navbar-short .hamburger span {
  background: #fcb72e !important;
}
.cid-v2NCi6Nygo .navbar-caption {
  padding-right: 3rem;
}
.cid-v2NCi6Nygo .navbar.opened {
  background: #8800aa !important;
}
.cid-v2NCi6Nygo .nav-item:focus,
.cid-v2NCi6Nygo .nav-link:focus {
  outline: none;
}
.cid-v2NCi6Nygo .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-v2NCi6Nygo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2NCi6Nygo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2NCi6Nygo .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-v2NCi6Nygo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2NCi6Nygo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2NCi6Nygo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8800aa;
}
.cid-v2NCi6Nygo .navbar.opened {
  transition: all .3s;
}
.cid-v2NCi6Nygo .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-v2NCi6Nygo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2NCi6Nygo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2NCi6Nygo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2NCi6Nygo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v2NCi6Nygo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2NCi6Nygo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2NCi6Nygo .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-v2NCi6Nygo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2NCi6Nygo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2NCi6Nygo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2NCi6Nygo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2NCi6Nygo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2NCi6Nygo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2NCi6Nygo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2NCi6Nygo .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-v2NCi6Nygo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2NCi6Nygo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2NCi6Nygo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2NCi6Nygo .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-v2NCi6Nygo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2NCi6Nygo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2NCi6Nygo .navbar.navbar-short {
  background: #8800aa !important;
  min-height: 60px;
}
.cid-v2NCi6Nygo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2NCi6Nygo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2NCi6Nygo .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-v2NCi6Nygo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2NCi6Nygo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2NCi6Nygo .dropdown-item.active,
.cid-v2NCi6Nygo .dropdown-item:active {
  background-color: transparent;
}
.cid-v2NCi6Nygo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2NCi6Nygo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2NCi6Nygo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2NCi6Nygo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8800aa;
}
.cid-v2NCi6Nygo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2NCi6Nygo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2NCi6Nygo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2NCi6Nygo .navbar-buttons {
  text-align: center;
}
.cid-v2NCi6Nygo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2NCi6Nygo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcb72e;
}
.cid-v2NCi6Nygo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2NCi6Nygo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2NCi6Nygo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2NCi6Nygo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2NCi6Nygo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2NCi6Nygo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2NCi6Nygo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2NCi6Nygo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2NCi6Nygo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v2NCi6Nygo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2NCi6Nygo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2NCi6Nygo .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-v2NCi6Nygo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2NCi6Nygo .navbar {
    height: 77px;
  }
  .cid-v2NCi6Nygo .navbar.opened {
    height: auto;
  }
  .cid-v2NCi6Nygo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2NCi76I8N {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2NCi76I8N .card-box {
  padding: 0rem;
}
.cid-v2NCi76I8N .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v2NCi76I8N .card {
  padding: 0;
  margin: auto;
}
.cid-v2NCi76I8N .card-img {
  height: 400px;
}
.cid-v2NCi76I8N .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2NCi76I8N .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-v2NCi76I8N .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2NCi76I8N .card-title {
  color: #000000;
}
.cid-v2NCi7qgpH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vecteezy-a-child-is-playing-on-a-tablet-computer-in-a-classroom-68736655-2000x1333.jpg");
}
.cid-v2NCi7qgpH .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2NCi7qgpH .card {
  background-color: #000000;
  padding: 4rem 10rem;
}
.cid-v2NCi7qgpH .input-group-btn {
  display: block;
}
.cid-v2NCi7qgpH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v2NCi7qgpH .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #fcb72e;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v2NCi7qgpH .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-v2NCi7qgpH .btn-primary {
  border: 1px solid #fcb72e !important;
}
.cid-v2NCi7qgpH .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v2NCi7qgpH .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-v2NCi7qgpH .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-v2NCi7qgpH .card {
    padding: 2rem;
  }
}
.cid-v2NCi7qgpH .mbr-section-title,
.cid-v2NCi7qgpH .line-wrap {
  color: #fcb72e;
}
.cid-v2NCi7qgpH LABEL {
  color: #ffffff;
}
.cid-v2NCi7GK6P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100d0e;
}
.cid-v2NCi7GK6P .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v2NCi7GK6P .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v2NCi7GK6P .mbr-text {
  color: #444;
}
.cid-v2NCi7GK6P h5 {
  margin-bottom: 0;
}
.cid-v2NCi7GK6P .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v2NCi7GK6P .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2NCi7GK6P .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v2NCi7GK6P .socicon {
  font-size: 1.3rem;
  background: #fcb72e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2NCi7GK6P .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2NCi7GK6P .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v2NCi7GK6P .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2NCi7GK6P .social-list a:hover {
  opacity: .4;
}
.cid-v2NCi7GK6P .media-container-row > div {
  padding: 0px;
}
.cid-v2NCi7GK6P .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v2NCi7GK6P .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2NCi7GK6P .group-title SPAN {
  color: #ffffff;
}
.cid-v2NCi7GK6P .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v2NCi7GK6P .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v2NCi7GK6P .social-list,
  .cid-v2NCi7GK6P .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2NCi7GK6P h3 {
    margin-bottom: 10px;
  }
  .cid-v2NCi7GK6P .navbar-brand {
    text-align: center;
  }
}
.cid-v2NCi7GK6P .links SPAN {
  color: #9e9e9e;
}
.cid-v2NCi8d7wi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8800aa;
}
.cid-v2NCi8d7wi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v2NCi8d7wi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v2NCi8d7wi .row-copyright {
  word-break: break-word;
  width: 100%;
}
.cid-v2NCi8d7wi .row-copyright p {
  width: 100%;
}
.cid-v2NCi8d7wi .row-copyright .mbr-text {
  color: #ffffff;
}
