body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #5e17eb !important;
}
.bg-info {
  background-color: #ffde59 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0d0027 !important;
  border-color: #0d0027 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffde59 !important;
  border-color: #ffde59 !important;
  color: #594700 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #594700 !important;
  background-color: #ffcf0d !important;
  border-color: #ffcf0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #5e17eb !important;
  border-color: #5e17eb !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #420ea7 !important;
  border-color: #420ea7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0d0027;
  color: #0d0027;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0d0027;
  border-color: #0d0027;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d0027 !important;
  border-color: #0d0027 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffde59;
  color: #ffde59;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #594700;
  background-color: #ffde59;
  border-color: #ffde59;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #594700 !important;
  background-color: #ffde59 !important;
  border-color: #ffde59 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5e17eb;
  color: #5e17eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5e17eb;
  border-color: #5e17eb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5e17eb !important;
  border-color: #5e17eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #0d0027 !important;
}
.text-success {
  color: #5e17eb !important;
}
.text-info {
  color: #ffde59 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2f008d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9f75f3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fff2bf !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffde59;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e0d3fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #848abd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0d0027 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23848abd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rVs6AFAdxl .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs6AFAdxl .dropdown-item:hover,
.cid-rVs6AFAdxl .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs6AFAdxl .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6AFAdxl .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs6AFAdxl .nav-link {
  position: relative;
}
.cid-rVs6AFAdxl .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs6AFAdxl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs6AFAdxl .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs6AFAdxl .dropdown-menu,
.cid-rVs6AFAdxl .navbar.opened {
  background: #1e2228 !important;
}
.cid-rVs6AFAdxl .nav-item:focus,
.cid-rVs6AFAdxl .nav-link:focus {
  outline: none;
}
.cid-rVs6AFAdxl .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs6AFAdxl .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-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs6AFAdxl .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-rVs6AFAdxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs6AFAdxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs6AFAdxl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0d0027;
  background: none;
}
.cid-rVs6AFAdxl .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs6AFAdxl .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs6AFAdxl .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs6AFAdxl .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs6AFAdxl .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs6AFAdxl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs6AFAdxl .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs6AFAdxl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs6AFAdxl .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-rVs6AFAdxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs6AFAdxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs6AFAdxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs6AFAdxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs6AFAdxl .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: 41%;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs6AFAdxl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs6AFAdxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs6AFAdxl .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs6AFAdxl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs6AFAdxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs6AFAdxl .navbar.navbar-short {
  background: #0d0027 !important;
  min-height: 60px;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs6AFAdxl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs6AFAdxl .dropdown-item.active,
.cid-rVs6AFAdxl .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs6AFAdxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0027;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs6AFAdxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs6AFAdxl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs6AFAdxl .navbar-buttons {
  text-align: center;
}
.cid-rVs6AFAdxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl .navbar-dropdown {
  position: fixed;
}
.cid-rVs6AFAdxl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs6AFAdxl .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs6AFAdxl .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs6AFAdxl .navbar {
    height: 77px;
  }
  .cid-rVs6AFAdxl .navbar.opened {
    height: auto;
  }
  .cid-rVs6AFAdxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDQ4hyV9x6 {
  background-image: url("../../../assets/images/background4.webp");
}
.cid-tDQ4hyV9x6 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tDQ4hyV9x6 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tDQ4hyV9x6 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tDQ4hyV9x6 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tDQX66ng0F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-tDQX66ng0F img {
  width: 100%;
}
.cid-tDQX66ng0F .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDQX66ng0F .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDQX66ng0F .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tDQX66ng0F .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tDQX66ng0F .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tDQX66ng0F .contents {
  margin-top: 36px;
}
.cid-tDQX66ng0F .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tDQX66ng0F .mbr-section-btn {
  margin-top: 8px;
}
.cid-tDQX66ng0F .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tDQX66ng0F .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tDQX66ng0F .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tDQX66ng0F .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tDQX66ng0F .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tDQX66ng0F .mbr-list .list li {
  line-height: 1.75;
}
.cid-tDQX66ng0F .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tDQX66ng0F .contents .mbr-text,
.cid-tDQX66ng0F .mbr-section-btn {
  color: #ffffff;
}
.cid-tDQX66ng0F .mbr-section-subtitle,
.cid-tDQX66ng0F .mbr-section-btn {
  color: #ffde59;
}
.cid-tDQX66ng0F .mbr-section-title,
.cid-tDQX66ng0F .mbr-section-btn {
  color: #ffde59;
}
.cid-rVs6CeEtXs {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rVs6CeEtXs .container {
    max-width: 1400px;
  }
}
.cid-rVs6CeEtXs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6CeEtXs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6CeEtXs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6CeEtXs .main-title {
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card {
  transition: all 0.3s;
}
.cid-rVs6CeEtXs .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper {
  width: auto;
  height: 207px;
  margin-bottom: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-rVs6CeEtXs .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rVs6CeEtXs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:active,
.cid-rVs6CeEtXs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tDQYSgCOGo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffde59;
}
.cid-tDQYSgCOGo img {
  width: 100%;
}
.cid-tDQYSgCOGo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDQYSgCOGo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDQYSgCOGo .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tDQYSgCOGo .contents {
  margin-top: 36px;
}
.cid-tDQYSgCOGo .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tDQYSgCOGo .mbr-section-btn {
  margin-top: 8px;
}
.cid-tDQYSgCOGo .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tDQYSgCOGo .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tDQYSgCOGo .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tDQZxQIkJO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tDQZxQIkJO .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDQZxQIkJO img {
  width: 100%;
}
.cid-tDQZxQIkJO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDQZxQIkJO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDQZxQIkJO .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tDQZxQIkJO .contents {
  margin-top: 36px;
}
.cid-tDQZxQIkJO .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tDQZxQIkJO .mbr-section-btn {
  margin-top: 8px;
}
.cid-tDQZxQIkJO .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tDQZxQIkJO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tDQZxQIkJO .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tDR6HrfHDj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5e17eb;
}
.cid-tDR6HrfHDj img {
  width: 100%;
}
.cid-tDR6HrfHDj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDR6HrfHDj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDR6HrfHDj .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tDR6HrfHDj .contents {
  margin-top: 36px;
}
.cid-tDR6HrfHDj .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tDR6HrfHDj .mbr-section-btn {
  margin-top: 8px;
}
.cid-tDR6HrfHDj .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tDR6HrfHDj .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tDR6HrfHDj .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tDR6HrfHDj .contents .mbr-text,
.cid-tDR6HrfHDj .mbr-section-btn {
  color: #f9fafb;
}
.cid-tDR8DsFu1o {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  background-color: #38346b;
}
.cid-tDR8DsFu1o:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-tDR8DsFu1o:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-tDR8DsFu1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDR8DsFu1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDR8DsFu1o .row {
  position: relative;
  z-index: 2;
}
.cid-tDR8DsFu1o .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-tDR8DsFu1o .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-tDR8DsFu1o .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tDR8DsFu1o .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tDR8DsFu1o .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-tDR8DsFu1o .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-tDR8DsFu1o .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tDR8DsFu1o .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tDR8DsFu1o form {
  width: 100%;
}
.cid-tDR8DsFu1o form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tDR8DsFu1o form p {
  color: #FFFFFF;
}
.cid-tDR8DsFu1o form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-tDR8DsFu1o form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-tDR8DsFu1o form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tDR8DsFu1o form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tDR8DsFu1o form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tDR8DsFu1o form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tDR8DsFu1o form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-tDR8DsFu1o form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tDR8DsFu1o form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-tDR8DsFu1o form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDR8DsFu1o form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDR8DsFu1o form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDR8DsFu1o form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDR8DsFu1o form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-tDR8DsFu1o form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form input,
.cid-tDR8DsFu1o form textarea {
  transition: .3s all;
}
.cid-tDR8DsFu1o form input:active,
.cid-tDR8DsFu1o form textarea:active,
.cid-tDR8DsFu1o form input:focus,
.cid-tDR8DsFu1o form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-tDR8DsFu1o form input:active::-webkit-input-placeholder,
.cid-tDR8DsFu1o form textarea:active::-webkit-input-placeholder,
.cid-tDR8DsFu1o form input:focus::-webkit-input-placeholder,
.cid-tDR8DsFu1o form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form input:active::-moz-placeholder,
.cid-tDR8DsFu1o form textarea:active::-moz-placeholder,
.cid-tDR8DsFu1o form input:focus::-moz-placeholder,
.cid-tDR8DsFu1o form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form input:active:-moz-placeholder,
.cid-tDR8DsFu1o form textarea:active:-moz-placeholder,
.cid-tDR8DsFu1o form input:focus:-moz-placeholder,
.cid-tDR8DsFu1o form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form input:active:-ms-input-placeholder,
.cid-tDR8DsFu1o form textarea:active:-ms-input-placeholder,
.cid-tDR8DsFu1o form input:focus:-ms-input-placeholder,
.cid-tDR8DsFu1o form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tDR8DsFu1o form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tDR8DsFu1o form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tDR8DsFu1o form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tDR8DsFu1o form .form-check label {
  color: #FFFFFF;
}
.cid-tDR8DsFu1o form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tDR8DsFu1o form .form-check-input:focus,
.cid-tDR8DsFu1o form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-tDR8DsFu1o form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.cid-rVs6HuYwmv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5e17eb;
}
@media (min-width: 1500px) {
  .cid-rVs6HuYwmv .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
}
.cid-tDRhebRipH .dropdown-menu {
  padding: 12px 0;
}
.cid-tDRhebRipH .dropdown-item:hover,
.cid-tDRhebRipH .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tDRhebRipH .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tDRhebRipH .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tDRhebRipH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDRhebRipH .nav-link {
  position: relative;
}
.cid-tDRhebRipH .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tDRhebRipH .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDRhebRipH .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tDRhebRipH .dropdown-menu,
.cid-tDRhebRipH .navbar.opened {
  background: #1e2228 !important;
}
.cid-tDRhebRipH .nav-item:focus,
.cid-tDRhebRipH .nav-link:focus {
  outline: none;
}
.cid-tDRhebRipH .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tDRhebRipH .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tDRhebRipH .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-tDRhebRipH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDRhebRipH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDRhebRipH .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-tDRhebRipH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDRhebRipH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDRhebRipH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0d0027;
  background: none;
}
.cid-tDRhebRipH .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tDRhebRipH .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tDRhebRipH .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tDRhebRipH .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tDRhebRipH .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tDRhebRipH .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tDRhebRipH .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tDRhebRipH .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tDRhebRipH .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tDRhebRipH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDRhebRipH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDRhebRipH .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tDRhebRipH .navbar.collapsed.opened {
  position: fixed;
}
.cid-tDRhebRipH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tDRhebRipH .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDRhebRipH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tDRhebRipH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDRhebRipH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDRhebRipH .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-tDRhebRipH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDRhebRipH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDRhebRipH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDRhebRipH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDRhebRipH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDRhebRipH .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tDRhebRipH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDRhebRipH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDRhebRipH .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: 41%;
  }
  .cid-tDRhebRipH .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tDRhebRipH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDRhebRipH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDRhebRipH .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDRhebRipH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tDRhebRipH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDRhebRipH .navbar.navbar-short {
  background: #0d0027 !important;
  min-height: 60px;
}
.cid-tDRhebRipH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDRhebRipH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDRhebRipH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDRhebRipH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRhebRipH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRhebRipH .dropdown-item.active,
.cid-tDRhebRipH .dropdown-item:active {
  background-color: transparent;
}
.cid-tDRhebRipH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDRhebRipH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDRhebRipH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDRhebRipH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0027;
}
.cid-tDRhebRipH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDRhebRipH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDRhebRipH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tDRhebRipH .navbar-buttons {
  text-align: center;
}
.cid-tDRhebRipH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDRhebRipH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDRhebRipH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDRhebRipH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDRhebRipH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDRhebRipH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDRhebRipH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDRhebRipH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDRhebRipH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDRhebRipH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDRhebRipH .navbar-dropdown {
  position: fixed;
}
.cid-tDRhebRipH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDRhebRipH .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tDRhebRipH .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tDRhebRipH .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDRhebRipH .navbar {
    height: 77px;
  }
  .cid-tDRhebRipH .navbar.opened {
    height: auto;
  }
  .cid-tDRhebRipH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDRhjn2q6k {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #98bec8;
}
.cid-tDRhjn2q6k .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tDRhjn2q6k .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDRhjn2q6k .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tDRhjn2q6k .main-title.display-2 {
  line-height: 1.375;
}
.cid-tDRhjn2q6k .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tDRhjn2q6k .mbr-text {
  color: #606060;
}
.cid-tDRhjn2q6k .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDRhjn2q6k .mbr-section-btn {
  margin-top: 24px;
}
.cid-tDRhjn2q6k .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tDRhjn2q6k .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tDRhjn2q6k .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tDRhef0ffR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5e17eb;
}
@media (min-width: 1500px) {
  .cid-tDRhef0ffR .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tDRhef0ffR .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tDRhef0ffR p {
  color: #ffffff;
}
