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: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !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: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !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: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !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: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !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: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !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: #999999;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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_wraper {
  display: none;
}
.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: #3c71d3 !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-rVs3EEyyG4 .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs3EEyyG4 .dropdown-item:hover,
.cid-rVs3EEyyG4 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs3EEyyG4 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs3EEyyG4 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs3EEyyG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs3EEyyG4 .nav-link {
  position: relative;
}
.cid-rVs3EEyyG4 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs3EEyyG4 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs3EEyyG4 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs3EEyyG4 .dropdown-menu,
.cid-rVs3EEyyG4 .navbar.opened {
  background: #1e2228 !important;
}
.cid-rVs3EEyyG4 .nav-item:focus,
.cid-rVs3EEyyG4 .nav-link:focus {
  outline: none;
}
.cid-rVs3EEyyG4 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs3EEyyG4 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs3EEyyG4 .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-rVs3EEyyG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs3EEyyG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs3EEyyG4 .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-rVs3EEyyG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs3EEyyG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs3EEyyG4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-rVs3EEyyG4 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs3EEyyG4 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs3EEyyG4 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs3EEyyG4 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs3EEyyG4 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs3EEyyG4 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs3EEyyG4 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs3EEyyG4 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs3EEyyG4 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs3EEyyG4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs3EEyyG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs3EEyyG4 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs3EEyyG4 .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs3EEyyG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs3EEyyG4 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs3EEyyG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs3EEyyG4 .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-rVs3EEyyG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs3EEyyG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs3EEyyG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs3EEyyG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs3EEyyG4 .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-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs3EEyyG4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs3EEyyG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs3EEyyG4 .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-rVs3EEyyG4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs3EEyyG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs3EEyyG4 .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-rVs3EEyyG4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs3EEyyG4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs3EEyyG4 .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-rVs3EEyyG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs3EEyyG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs3EEyyG4 .dropdown-item.active,
.cid-rVs3EEyyG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs3EEyyG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs3EEyyG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs3EEyyG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs3EEyyG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-rVs3EEyyG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs3EEyyG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs3EEyyG4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs3EEyyG4 .navbar-buttons {
  text-align: center;
}
.cid-rVs3EEyyG4 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-rVs3EEyyG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 .navbar-dropdown {
  position: fixed;
}
.cid-rVs3EEyyG4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs3EEyyG4 .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-rVs3EEyyG4 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs3EEyyG4 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs3EEyyG4 .navbar {
    height: 77px;
  }
  .cid-rVs3EEyyG4 .navbar.opened {
    height: auto;
  }
  .cid-rVs3EEyyG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVs3FWodnW {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-rVs3FWodnW .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-rVs3FWodnW .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-rVs3FWodnW .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-rVs3FWodnW .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-rVs3Lutwi8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-rVs3Lutwi8 ul {
  padding: 0;
  margin: 0;
}
.cid-rVs3Lutwi8 ul li {
  list-style: none;
}
.cid-rVs3Lutwi8 ul li h4 {
  margin: 0;
}
.cid-rVs3Lutwi8 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rVs3Lutwi8 .item {
  color: #cacaca;
}
.cid-rVs3Lutwi8 .col-title {
  color: #ffffff;
}
.cid-rVs3Lutwi8 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rVs3Lutwi8 .col-title1 {
  margin-bottom: 40px;
}
.cid-rVs3Lutwi8 .form-group,
.cid-rVs3Lutwi8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rVs3Lutwi8 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rVs3Lutwi8 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rVs3Lutwi8 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rVs3Lutwi8 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rVs3Lutwi8 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rVs3Lutwi8 .col + .mbr-section-btn .btn,
.cid-rVs3Lutwi8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rVs3Lutwi8 .col + .mbr-section-btn .btn.display-4,
.cid-rVs3Lutwi8 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rVs3Lutwi8 .col + .mbr-section-btn .btn:hover,
.cid-rVs3Lutwi8 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rVs3Lutwi8 .dragArea > *:nth-last-child(2).col,
.cid-rVs3Lutwi8 .dragArea > *:nth-last-child(2).col-auto,
.cid-rVs3Lutwi8 .col + .mbr-section-btn,
.cid-rVs3Lutwi8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rVs3Lutwi8 .form1 {
  margin-top: 30px;
}
.cid-rVs3Lutwi8 .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rVs3Lutwi8 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rVs3LKglxt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-rVs3LKglxt .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs3LKglxt .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs3LKglxt p {
  color: #ffffff;
}
.cid-sExVanWHH1 .dropdown-menu {
  padding: 12px 0;
}
.cid-sExVanWHH1 .dropdown-item:hover,
.cid-sExVanWHH1 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sExVanWHH1 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sExVanWHH1 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sExVanWHH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sExVanWHH1 .nav-link {
  position: relative;
}
.cid-sExVanWHH1 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sExVanWHH1 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sExVanWHH1 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sExVanWHH1 .dropdown-menu,
.cid-sExVanWHH1 .navbar.opened {
  background: #1e2228 !important;
}
.cid-sExVanWHH1 .nav-item:focus,
.cid-sExVanWHH1 .nav-link:focus {
  outline: none;
}
.cid-sExVanWHH1 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sExVanWHH1 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sExVanWHH1 .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-sExVanWHH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sExVanWHH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sExVanWHH1 .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-sExVanWHH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sExVanWHH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sExVanWHH1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sExVanWHH1 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sExVanWHH1 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sExVanWHH1 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sExVanWHH1 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sExVanWHH1 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sExVanWHH1 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sExVanWHH1 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sExVanWHH1 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sExVanWHH1 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sExVanWHH1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sExVanWHH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sExVanWHH1 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sExVanWHH1 .navbar.collapsed.opened {
  position: fixed;
}
.cid-sExVanWHH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sExVanWHH1 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sExVanWHH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sExVanWHH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sExVanWHH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sExVanWHH1 .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-sExVanWHH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sExVanWHH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sExVanWHH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sExVanWHH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sExVanWHH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sExVanWHH1 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sExVanWHH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sExVanWHH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sExVanWHH1 .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-sExVanWHH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sExVanWHH1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sExVanWHH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sExVanWHH1 .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-sExVanWHH1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sExVanWHH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sExVanWHH1 .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sExVanWHH1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sExVanWHH1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sExVanWHH1 .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-sExVanWHH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sExVanWHH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sExVanWHH1 .dropdown-item.active,
.cid-sExVanWHH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sExVanWHH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sExVanWHH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sExVanWHH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sExVanWHH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sExVanWHH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sExVanWHH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sExVanWHH1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sExVanWHH1 .navbar-buttons {
  text-align: center;
}
.cid-sExVanWHH1 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-sExVanWHH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sExVanWHH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sExVanWHH1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sExVanWHH1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sExVanWHH1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sExVanWHH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sExVanWHH1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sExVanWHH1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sExVanWHH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sExVanWHH1 .navbar-dropdown {
  position: fixed;
}
.cid-sExVanWHH1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sExVanWHH1 .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-sExVanWHH1 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sExVanWHH1 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sExVanWHH1 .navbar {
    height: 77px;
  }
  .cid-sExVanWHH1 .navbar.opened {
    height: auto;
  }
  .cid-sExVanWHH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sExVaouJcb {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-sExVaouJcb .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sExVaouJcb .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sExVaouJcb .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sExVaouJcb .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sExVarETHI {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-sExVarETHI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-sExVarETHI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVarETHI .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVarETHI .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sExVarETHI .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-sExVarETHI .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sExVarETHI .nav-tabs {
  width: 100%;
}
.cid-sExVarETHI .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-sExVarETHI .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-sExVarETHI .tab-pane .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-sExVarETHI .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-sExVarETHI .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-sExVarETHI .nav-item {
    display: table-row !important;
  }
}
.cid-sExVascCIH {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sExVascCIH .back {
  background: linear-gradient(45deg, #cad8f1, #2e5bff);
}
.cid-sExVascCIH .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sExVascCIH .plan:first-child {
    padding-top: 0px;
  }
}
.cid-sExVascCIH .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-sExVascCIH .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sExVascCIH .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sExVascCIH .plan:last-child {
    padding-top: 0px;
  }
}
.cid-sExVascCIH .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-sExVascCIH .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sExVascCIH .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-sExVascCIH .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-sExVascCIH .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVascCIH .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #cad8f1;
}
.cid-sExVascCIH .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVascCIH .main-title {
  margin-bottom: 36px;
  color: #404040;
}
.cid-sExVascCIH .main-title.display-2 {
  line-height: 1.375;
}
.cid-sExVascCIH .main-text {
  color: #606060;
}
.cid-sExVascCIH .main-text.display-4 {
  line-height: 1.75;
}
.cid-sExVascCIH .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sExVascCIH .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-sExVascCIH .plan .plan-header,
.cid-sExVascCIH .plan .plan-body {
  background-color: #fff;
}
.cid-sExVascCIH .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sExVascCIH .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-sExVascCIH .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-sExVascCIH .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-sExVascCIH .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sExVascCIH .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-sExVascCIH .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-sExVascCIH .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-sExVascCIH .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sExVascCIH .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-sExVascCIH .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sExVascCIH .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-sExVascCIH .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sExVascCIH .nav-tabs {
  margin: auto;
  border: none;
}
.cid-sExVascCIH .nav-tabs .nav-item {
  margin: 0;
}
.cid-sExVascCIH .nav-tabs .nav-item .btn {
  color: #606060 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-sExVascCIH .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-sExVascCIH .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-sExVascCIH .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #ecedee;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-sExVascCIH .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-sExVascCIH .nav-tabs .nav-item .btn.active:before {
    background-color: #3c71d3 !important;
  }
}
@media (max-width: 767px) {
  .cid-sExVascCIH .nav-tabs .nav-item .btn {
    border-color: #3c71d3 !important;
  }
}
.cid-sExVascCIH .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #3c71d3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-sExVascCIH .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-sExVascCIH .nav-tabs .nav-item .btn.active {
    background-color: #3c71d3 !important;
  }
}
@media (min-width: 768px) {
  .cid-sExVascCIH .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sExVascCIH .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sExVascCIH .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-sExVascCIH .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-sExVascCIH .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-sExVascCIH .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-sExVascCIH .mbr-iconfont {
  font-size: 60px;
  color: #848abd;
}
.cid-sExVasRPaG {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #f3f4f7;
}
.cid-sExVasRPaG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sExVasRPaG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVasRPaG .mbr-section-title {
  color: #404040;
}
.cid-sExVasRPaG .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sExVasRPaG .main-text {
  color: #606060;
}
.cid-sExVasRPaG .carousel {
  z-index: 2;
  position: relative;
}
.cid-sExVasRPaG .user {
  padding: 0 !important;
}
.cid-sExVasRPaG .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sExVasRPaG .carousel-item.active,
.cid-sExVasRPaG .carousel-item-next,
.cid-sExVasRPaG .carousel-item-prev {
  display: flex;
}
.cid-sExVasRPaG .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sExVasRPaG .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sExVasRPaG .details .info {
  padding-left: 20px;
}
.cid-sExVasRPaG .details .info .user_name {
  margin: 0;
}
.cid-sExVasRPaG .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sExVasRPaG .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-sExVasRPaG .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sExVasRPaG .carousel-controls a {
  font-size: 2rem;
}
.cid-sExVasRPaG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sExVasRPaG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sExVasRPaG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sExVasRPaG .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-sExVasRPaG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sExVasRPaG .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sExVasRPaG .user_text {
  color: #707070;
  text-align: left;
}
.cid-sExVasRPaG .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sExVasRPaG .user_desk {
  color: #767676;
}
.cid-sExVasRPaG .user_desk,
.cid-sExVasRPaG .carousel-item {
  text-align: left;
}
.cid-sExVasRPaG .carousel-item {
  padding-right: 20px;
}
.cid-sExVasRPaG .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sExVasRPaG .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sExVasRPaG .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sExVasRPaG .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-sExVatsuzc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f7;
}
.cid-sExVatsuzc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sExVatsuzc .form-control,
.cid-sExVatsuzc .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-sExVatsuzc .form-control::-webkit-input-placeholder,
.cid-sExVatsuzc .field-input::-webkit-input-placeholder,
.cid-sExVatsuzc .form-control::-webkit-input-placeholder,
.cid-sExVatsuzc .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sExVatsuzc .form-control:-moz-placeholder,
.cid-sExVatsuzc .field-input:-moz-placeholder,
.cid-sExVatsuzc .form-control:-moz-placeholder,
.cid-sExVatsuzc .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sExVatsuzc .form-control:hover,
.cid-sExVatsuzc .field-input:hover,
.cid-sExVatsuzc .form-control:focus,
.cid-sExVatsuzc .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sExVatsuzc .form-control:hover::-webkit-input-placeholder,
.cid-sExVatsuzc .field-input:hover::-webkit-input-placeholder,
.cid-sExVatsuzc .form-control:focus::-webkit-input-placeholder,
.cid-sExVatsuzc .field-input:focus::-webkit-input-placeholder,
.cid-sExVatsuzc .form-control:hover::-webkit-input-placeholder,
.cid-sExVatsuzc .field-input:hover::-webkit-input-placeholder,
.cid-sExVatsuzc .form-control:focus::-webkit-input-placeholder,
.cid-sExVatsuzc .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sExVatsuzc .form-control:hover:-moz-placeholder,
.cid-sExVatsuzc .field-input:hover:-moz-placeholder,
.cid-sExVatsuzc .form-control:focus:-moz-placeholder,
.cid-sExVatsuzc .field-input:focus:-moz-placeholder,
.cid-sExVatsuzc .form-control:hover:-moz-placeholder,
.cid-sExVatsuzc .field-input:hover:-moz-placeholder,
.cid-sExVatsuzc .form-control:focus:-moz-placeholder,
.cid-sExVatsuzc .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sExVatsuzc textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sExVatsuzc .jq-number__spin:hover,
.cid-sExVatsuzc .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sExVatsuzc .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sExVatsuzc .jq-selectbox li,
.cid-sExVatsuzc .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sExVatsuzc .jq-selectbox li:hover,
.cid-sExVatsuzc .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sExVatsuzc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sExVatsuzc .jq-number__spin.minus:hover:after,
.cid-sExVatsuzc .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sExVatsuzc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sExVatsuzc .jq-number__spin.minus:after,
.cid-sExVatsuzc .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sExVatsuzc input::-webkit-clear-button {
  display: none;
}
.cid-sExVatsuzc input::-webkit-inner-spin-button {
  display: none;
}
.cid-sExVatsuzc input::-webkit-outer-spin-button {
  display: none;
}
.cid-sExVatsuzc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sExVatsuzc .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-sExVatsuzc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVatsuzc .mbr-section-title {
  color: #404040;
}
.cid-sExVatsuzc .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sExVatsuzc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVatsuzc .mbr-text {
  color: #606060;
}
.cid-sExVatsuzc .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sExVatsuzc .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sExVatsuzc .required {
  width: 100%;
  color: #808080;
}
.cid-sExVatsuzc img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sExVatsuzc .counter {
  top: 45%;
  left: 10%;
}
.cid-sExVatsuzc .counter .full-circle {
  background-color: #848abd;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sExVatsuzc .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sExVatsuzc .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sExVatsuzc .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sExVatsuzc img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sExVatsuzc .required {
    text-align: center;
  }
}
.cid-sExVatQjSq .google-map {
  height: 30rem;
  position: relative;
}
.cid-sExVatQjSq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sExVatQjSq .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-sExVatQjSq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sExVatQjSq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sExVaud1lE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-sExVaud1lE ul {
  padding: 0;
  margin: 0;
}
.cid-sExVaud1lE ul li {
  list-style: none;
}
.cid-sExVaud1lE ul li h4 {
  margin: 0;
}
.cid-sExVaud1lE ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sExVaud1lE .item {
  color: #cacaca;
}
.cid-sExVaud1lE .col-title {
  color: #ffffff;
}
.cid-sExVaud1lE .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sExVaud1lE .col-title1 {
  margin-bottom: 40px;
}
.cid-sExVaud1lE .form-group,
.cid-sExVaud1lE .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sExVaud1lE .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sExVaud1lE .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sExVaud1lE .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sExVaud1lE .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sExVaud1lE .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sExVaud1lE .col + .mbr-section-btn .btn,
.cid-sExVaud1lE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sExVaud1lE .col + .mbr-section-btn .btn.display-4,
.cid-sExVaud1lE .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sExVaud1lE .col + .mbr-section-btn .btn:hover,
.cid-sExVaud1lE .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sExVaud1lE .dragArea > *:nth-last-child(2).col,
.cid-sExVaud1lE .dragArea > *:nth-last-child(2).col-auto,
.cid-sExVaud1lE .col + .mbr-section-btn,
.cid-sExVaud1lE .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sExVaud1lE .form1 {
  margin-top: 30px;
}
.cid-sExVaud1lE .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sExVaud1lE .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sExVauHKpb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-sExVauHKpb .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sExVauHKpb .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sExVauHKpb p {
  color: #ffffff;
}
.cid-sExVe0vihR .dropdown-menu {
  padding: 12px 0;
}
.cid-sExVe0vihR .dropdown-item:hover,
.cid-sExVe0vihR .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sExVe0vihR .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sExVe0vihR .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sExVe0vihR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sExVe0vihR .nav-link {
  position: relative;
}
.cid-sExVe0vihR .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sExVe0vihR .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sExVe0vihR .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sExVe0vihR .dropdown-menu,
.cid-sExVe0vihR .navbar.opened {
  background: #1e2228 !important;
}
.cid-sExVe0vihR .nav-item:focus,
.cid-sExVe0vihR .nav-link:focus {
  outline: none;
}
.cid-sExVe0vihR .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sExVe0vihR .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sExVe0vihR .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-sExVe0vihR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sExVe0vihR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sExVe0vihR .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-sExVe0vihR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sExVe0vihR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sExVe0vihR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sExVe0vihR .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sExVe0vihR .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sExVe0vihR .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sExVe0vihR .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sExVe0vihR .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sExVe0vihR .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sExVe0vihR .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sExVe0vihR .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sExVe0vihR .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sExVe0vihR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sExVe0vihR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sExVe0vihR .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sExVe0vihR .navbar.collapsed.opened {
  position: fixed;
}
.cid-sExVe0vihR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sExVe0vihR .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sExVe0vihR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sExVe0vihR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sExVe0vihR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sExVe0vihR .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-sExVe0vihR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sExVe0vihR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sExVe0vihR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sExVe0vihR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sExVe0vihR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sExVe0vihR .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sExVe0vihR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sExVe0vihR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sExVe0vihR .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-sExVe0vihR .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sExVe0vihR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sExVe0vihR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sExVe0vihR .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-sExVe0vihR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sExVe0vihR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sExVe0vihR .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sExVe0vihR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sExVe0vihR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sExVe0vihR .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-sExVe0vihR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sExVe0vihR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sExVe0vihR .dropdown-item.active,
.cid-sExVe0vihR .dropdown-item:active {
  background-color: transparent;
}
.cid-sExVe0vihR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sExVe0vihR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sExVe0vihR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sExVe0vihR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sExVe0vihR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sExVe0vihR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sExVe0vihR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sExVe0vihR .navbar-buttons {
  text-align: center;
}
.cid-sExVe0vihR 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-sExVe0vihR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sExVe0vihR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sExVe0vihR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sExVe0vihR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sExVe0vihR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sExVe0vihR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sExVe0vihR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sExVe0vihR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sExVe0vihR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sExVe0vihR .navbar-dropdown {
  position: fixed;
}
.cid-sExVe0vihR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sExVe0vihR .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-sExVe0vihR .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sExVe0vihR .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sExVe0vihR .navbar {
    height: 77px;
  }
  .cid-sExVe0vihR .navbar.opened {
    height: auto;
  }
  .cid-sExVe0vihR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sExVe0SrWD {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-sExVe0SrWD .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sExVe0SrWD .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sExVe0SrWD .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sExVe0SrWD .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sExVe15bSL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sExVe15bSL .card1 {
  margin-bottom: 20px;
}
.cid-sExVe15bSL .card2 {
  margin-top: 20px;
}
.cid-sExVe15bSL .card3 {
  margin-bottom: 20px;
}
.cid-sExVe15bSL .card4 {
  margin-top: 20px;
}
.cid-sExVe15bSL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sExVe15bSL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe15bSL .mbr-section-title {
  color: #404040;
}
.cid-sExVe15bSL .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-sExVe15bSL .mbr-section-subtitle {
  color: #606060;
}
.cid-sExVe15bSL .mbr-section-subtitle.display-5 {
  line-height: 1.45;
}
.cid-sExVe15bSL .mbr-text {
  color: #606060;
}
.cid-sExVe15bSL .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sExVe15bSL .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sExVe15bSL .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .card-subtitle {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #ffffff;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sExVe15bSL .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sExVe15bSL .card1 .card-wrapper {
  background-color: #d698b5;
}
.cid-sExVe15bSL .card2 .card-wrapper {
  background-color: #9ccd7e;
}
.cid-sExVe15bSL .card3 .card-wrapper {
  background-color: #5ca7db;
}
.cid-sExVe15bSL .card4 .card-wrapper {
  background-color: #848abd;
}
@media (min-width: 1500px) {
  .cid-sExVe15bSL .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sExVe15bSL .card-wrapper {
    flex-direction: column;
  }
  .cid-sExVe15bSL .card-box {
    padding: 2rem 1rem;
  }
  .cid-sExVe15bSL .card-box,
  .cid-sExVe15bSL .img-wrapper {
    width: 100%;
  }
  .cid-sExVe15bSL .img-wrapper {
    padding: 4rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sExVe15bSL .card {
    margin-bottom: 2rem;
  }
}
.cid-sExVe1xmKn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sExVe1xmKn img {
  width: 100%;
}
.cid-sExVe1xmKn .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-sExVe1xmKn .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe1xmKn .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sExVe1xmKn .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sExVe1xmKn .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sExVe1xmKn .contents {
  margin-top: 36px;
}
.cid-sExVe1xmKn .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sExVe1xmKn .mbr-section-btn {
  margin-top: 8px;
}
.cid-sExVe1xmKn .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sExVe1xmKn .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sExVe1xmKn .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-sExVe1xmKn .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sExVe1xmKn .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sExVe1xmKn .mbr-list .list li {
  line-height: 1.75;
}
.cid-sExVe1xmKn .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-sExVe1QJmD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sExVe1QJmD {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sExVe1QJmD .box {
    height: 250px;
  }
  .cid-sExVe1QJmD .row {
    padding: 1rem !important;
  }
  .cid-sExVe1QJmD .mbr-text {
    margin-top: 30px;
    text-align: left;
  }
}
.cid-sExVe1QJmD .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.cid-sExVe1QJmD .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe1QJmD .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVe1QJmD .mbr-section-title {
  color: #404040;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sExVe1QJmD .mbr-text {
  color: #606060;
}
.cid-sExVe1QJmD .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sExVe1QJmD .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
.cid-sExVe1QJmD .mbr-list .list li {
  line-height: 1.75;
}
.cid-sExVe1QJmD .mbr-list .list li:before {
  font-weight: 900;
  color: #3c71d3;
  display: inline-block;
  font-family: FontAwesome !important;
  content: "\f061";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
}
.cid-sExVe1QJmD .mbr-section-btn {
  text-align: left;
  margin-top: 30px;
}
.cid-sExVe1QJmD .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sExVe1QJmD .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sExVe1QJmD .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sExVe1QJmD .box {
  background-image: url("../../../assets/images/01.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0;
}
.cid-sExVe1QJmD .box .overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sExVe1QJmD .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sExVe1QJmD .icon-wrap span {
  padding-left: 8px;
}
.cid-sExVe1QJmD .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sExVe1QJmD .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-sExVe1QJmD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sExVe1QJmD .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-sExVe1QJmD .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-sExVe1QJmD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sExVe1QJmD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sExVe1QJmD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sExVe1QJmD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sExVe1QJmD a.close:hover {
  color: #ffffff;
}
.cid-sExVe2mjje {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sExVe2mjje .container {
    max-width: 1400px;
  }
}
.cid-sExVe2mjje .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVe2mjje .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sExVe2mjje .main-title {
  margin-bottom: 56px;
}
.cid-sExVe2mjje .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-sExVe2mjje .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe2mjje img {
  width: 100%;
}
.cid-sExVe2mjje .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-sExVe2mjje .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-sExVe2mjje .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-sExVe2mjje .card-wrapper .card-box {
  height: 100%;
}
.cid-sExVe2mjje .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sExVe2mjje .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sExVe2mjje .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sExVe2mjje .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sExVe2mjje .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sExVe2mjje .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sExVe2mjje .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sExVe2mjje .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sExVe2mjje .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sExVe2mjje .mbr-section-btn {
  text-align: center;
}
.cid-sExVe2mjje .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sExVe2mjje .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sExVe2mjje .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-sExVe2mjje .card-box {
    padding: 1rem;
  }
}
.cid-sExVe2JHcd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #38346b;
  background: linear-gradient(135deg, #38346b, #102f62);
}
.cid-sExVe2JHcd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sExVe2JHcd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe2JHcd .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
}
.cid-sExVe2JHcd .main-title {
  color: #ffffff;
}
.cid-sExVe2JHcd .main-title.display-2 {
  line-height: 1.375;
}
.cid-sExVe2JHcd .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sExVe2JHcd .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sExVe2JHcd .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-sExVe2JHcd .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-sExVe2JHcd .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sExVe2JHcd .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-sExVe2JHcd .card .card-text {
  color: #ffffff;
}
.cid-sExVe2JHcd .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-sExVe2JHcd .svg-gradient {
  position: absolute;
}
.cid-sExVe2JHcd ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sExVe2JHcd .progress1 path {
  stroke: #5ca7db;
}
.cid-sExVe2JHcd .progress2 path {
  stroke: #9ccd7e;
}
.cid-sExVe2JHcd .progress3 path {
  stroke: #d75959;
}
.cid-sExVe2JHcd .progress4 path {
  stroke: #f5c463;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sExVe2JHcd .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sExVe3bneH {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-sExVe3bneH .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-sExVe3bneH .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe3bneH .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVe3bneH .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sExVe3bneH .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-sExVe3bneH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sExVe3bneH .nav-tabs {
  width: 100%;
}
.cid-sExVe3bneH .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-sExVe3bneH .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-sExVe3bneH .tab-pane .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-sExVe3bneH .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-sExVe3bneH .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-sExVe3bneH .nav-item {
    display: table-row !important;
  }
}
.cid-sExVe3KQmq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sExVe3KQmq .back {
  background: linear-gradient(45deg, #cad8f1, #2e5bff);
}
.cid-sExVe3KQmq .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sExVe3KQmq .plan:first-child {
    padding-top: 0px;
  }
}
.cid-sExVe3KQmq .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-sExVe3KQmq .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sExVe3KQmq .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sExVe3KQmq .plan:last-child {
    padding-top: 0px;
  }
}
.cid-sExVe3KQmq .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-sExVe3KQmq .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sExVe3KQmq .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-sExVe3KQmq .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-sExVe3KQmq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe3KQmq .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #cad8f1;
}
.cid-sExVe3KQmq .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVe3KQmq .main-title {
  margin-bottom: 36px;
  color: #404040;
}
.cid-sExVe3KQmq .main-title.display-2 {
  line-height: 1.375;
}
.cid-sExVe3KQmq .main-text {
  color: #606060;
}
.cid-sExVe3KQmq .main-text.display-4 {
  line-height: 1.75;
}
.cid-sExVe3KQmq .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sExVe3KQmq .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-sExVe3KQmq .plan .plan-header,
.cid-sExVe3KQmq .plan .plan-body {
  background-color: #fff;
}
.cid-sExVe3KQmq .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sExVe3KQmq .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-sExVe3KQmq .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-sExVe3KQmq .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-sExVe3KQmq .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sExVe3KQmq .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-sExVe3KQmq .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-sExVe3KQmq .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-sExVe3KQmq .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sExVe3KQmq .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-sExVe3KQmq .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sExVe3KQmq .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-sExVe3KQmq .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sExVe3KQmq .nav-tabs {
  margin: auto;
  border: none;
}
.cid-sExVe3KQmq .nav-tabs .nav-item {
  margin: 0;
}
.cid-sExVe3KQmq .nav-tabs .nav-item .btn {
  color: #606060 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-sExVe3KQmq .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-sExVe3KQmq .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #ecedee;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item .btn.active:before {
    background-color: #3c71d3 !important;
  }
}
@media (max-width: 767px) {
  .cid-sExVe3KQmq .nav-tabs .nav-item .btn {
    border-color: #3c71d3 !important;
  }
}
.cid-sExVe3KQmq .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #3c71d3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-sExVe3KQmq .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-sExVe3KQmq .nav-tabs .nav-item .btn.active {
    background-color: #3c71d3 !important;
  }
}
@media (min-width: 768px) {
  .cid-sExVe3KQmq .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-sExVe3KQmq .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-sExVe3KQmq .mbr-iconfont {
  font-size: 60px;
  color: #848abd;
}
.cid-sExVe4pf2Q {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #f3f4f7;
}
.cid-sExVe4pf2Q .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sExVe4pf2Q .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe4pf2Q .mbr-section-title {
  color: #404040;
}
.cid-sExVe4pf2Q .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sExVe4pf2Q .main-text {
  color: #606060;
}
.cid-sExVe4pf2Q .carousel {
  z-index: 2;
  position: relative;
}
.cid-sExVe4pf2Q .user {
  padding: 0 !important;
}
.cid-sExVe4pf2Q .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sExVe4pf2Q .carousel-item.active,
.cid-sExVe4pf2Q .carousel-item-next,
.cid-sExVe4pf2Q .carousel-item-prev {
  display: flex;
}
.cid-sExVe4pf2Q .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sExVe4pf2Q .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sExVe4pf2Q .details .info {
  padding-left: 20px;
}
.cid-sExVe4pf2Q .details .info .user_name {
  margin: 0;
}
.cid-sExVe4pf2Q .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sExVe4pf2Q .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-sExVe4pf2Q .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sExVe4pf2Q .carousel-controls a {
  font-size: 2rem;
}
.cid-sExVe4pf2Q .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sExVe4pf2Q .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sExVe4pf2Q ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sExVe4pf2Q .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-sExVe4pf2Q .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sExVe4pf2Q .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sExVe4pf2Q .user_text {
  color: #707070;
  text-align: left;
}
.cid-sExVe4pf2Q .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sExVe4pf2Q .user_desk {
  color: #767676;
}
.cid-sExVe4pf2Q .user_desk,
.cid-sExVe4pf2Q .carousel-item {
  text-align: left;
}
.cid-sExVe4pf2Q .carousel-item {
  padding-right: 20px;
}
.cid-sExVe4pf2Q .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sExVe4pf2Q .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sExVe4pf2Q .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sExVe4pf2Q .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-sExVe4T6ih {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f7;
}
.cid-sExVe4T6ih .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sExVe4T6ih .form-control,
.cid-sExVe4T6ih .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-sExVe4T6ih .form-control::-webkit-input-placeholder,
.cid-sExVe4T6ih .field-input::-webkit-input-placeholder,
.cid-sExVe4T6ih .form-control::-webkit-input-placeholder,
.cid-sExVe4T6ih .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sExVe4T6ih .form-control:-moz-placeholder,
.cid-sExVe4T6ih .field-input:-moz-placeholder,
.cid-sExVe4T6ih .form-control:-moz-placeholder,
.cid-sExVe4T6ih .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sExVe4T6ih .form-control:hover,
.cid-sExVe4T6ih .field-input:hover,
.cid-sExVe4T6ih .form-control:focus,
.cid-sExVe4T6ih .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sExVe4T6ih .form-control:hover::-webkit-input-placeholder,
.cid-sExVe4T6ih .field-input:hover::-webkit-input-placeholder,
.cid-sExVe4T6ih .form-control:focus::-webkit-input-placeholder,
.cid-sExVe4T6ih .field-input:focus::-webkit-input-placeholder,
.cid-sExVe4T6ih .form-control:hover::-webkit-input-placeholder,
.cid-sExVe4T6ih .field-input:hover::-webkit-input-placeholder,
.cid-sExVe4T6ih .form-control:focus::-webkit-input-placeholder,
.cid-sExVe4T6ih .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sExVe4T6ih .form-control:hover:-moz-placeholder,
.cid-sExVe4T6ih .field-input:hover:-moz-placeholder,
.cid-sExVe4T6ih .form-control:focus:-moz-placeholder,
.cid-sExVe4T6ih .field-input:focus:-moz-placeholder,
.cid-sExVe4T6ih .form-control:hover:-moz-placeholder,
.cid-sExVe4T6ih .field-input:hover:-moz-placeholder,
.cid-sExVe4T6ih .form-control:focus:-moz-placeholder,
.cid-sExVe4T6ih .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sExVe4T6ih textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sExVe4T6ih .jq-number__spin:hover,
.cid-sExVe4T6ih .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sExVe4T6ih .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sExVe4T6ih .jq-selectbox li,
.cid-sExVe4T6ih .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sExVe4T6ih .jq-selectbox li:hover,
.cid-sExVe4T6ih .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sExVe4T6ih .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sExVe4T6ih .jq-number__spin.minus:hover:after,
.cid-sExVe4T6ih .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sExVe4T6ih .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sExVe4T6ih .jq-number__spin.minus:after,
.cid-sExVe4T6ih .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sExVe4T6ih input::-webkit-clear-button {
  display: none;
}
.cid-sExVe4T6ih input::-webkit-inner-spin-button {
  display: none;
}
.cid-sExVe4T6ih input::-webkit-outer-spin-button {
  display: none;
}
.cid-sExVe4T6ih input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sExVe4T6ih .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-sExVe4T6ih .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sExVe4T6ih .mbr-section-title {
  color: #404040;
}
.cid-sExVe4T6ih .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sExVe4T6ih .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sExVe4T6ih .mbr-text {
  color: #606060;
}
.cid-sExVe4T6ih .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sExVe4T6ih .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sExVe4T6ih .required {
  width: 100%;
  color: #808080;
}
.cid-sExVe4T6ih img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sExVe4T6ih .counter {
  top: 45%;
  left: 10%;
}
.cid-sExVe4T6ih .counter .full-circle {
  background-color: #848abd;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sExVe4T6ih .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sExVe4T6ih .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sExVe4T6ih .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sExVe4T6ih img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sExVe4T6ih .required {
    text-align: center;
  }
}
.cid-sExVe5jehF .google-map {
  height: 30rem;
  position: relative;
}
.cid-sExVe5jehF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sExVe5jehF .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-sExVe5jehF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sExVe5jehF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sExVe5Ga8w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-sExVe5Ga8w ul {
  padding: 0;
  margin: 0;
}
.cid-sExVe5Ga8w ul li {
  list-style: none;
}
.cid-sExVe5Ga8w ul li h4 {
  margin: 0;
}
.cid-sExVe5Ga8w ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sExVe5Ga8w .item {
  color: #cacaca;
}
.cid-sExVe5Ga8w .col-title {
  color: #ffffff;
}
.cid-sExVe5Ga8w .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sExVe5Ga8w .col-title1 {
  margin-bottom: 40px;
}
.cid-sExVe5Ga8w .form-group,
.cid-sExVe5Ga8w .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sExVe5Ga8w .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sExVe5Ga8w .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sExVe5Ga8w .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sExVe5Ga8w .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sExVe5Ga8w .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sExVe5Ga8w .col + .mbr-section-btn .btn,
.cid-sExVe5Ga8w .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sExVe5Ga8w .col + .mbr-section-btn .btn.display-4,
.cid-sExVe5Ga8w .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sExVe5Ga8w .col + .mbr-section-btn .btn:hover,
.cid-sExVe5Ga8w .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sExVe5Ga8w .dragArea > *:nth-last-child(2).col,
.cid-sExVe5Ga8w .dragArea > *:nth-last-child(2).col-auto,
.cid-sExVe5Ga8w .col + .mbr-section-btn,
.cid-sExVe5Ga8w .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sExVe5Ga8w .form1 {
  margin-top: 30px;
}
.cid-sExVe5Ga8w .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sExVe5Ga8w .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sExVe682jZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-sExVe682jZ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sExVe682jZ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sExVe682jZ p {
  color: #ffffff;
}
.cid-sEzhjeLrAt .dropdown-menu {
  padding: 12px 0;
}
.cid-sEzhjeLrAt .dropdown-item:hover,
.cid-sEzhjeLrAt .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sEzhjeLrAt .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sEzhjeLrAt .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sEzhjeLrAt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEzhjeLrAt .nav-link {
  position: relative;
}
.cid-sEzhjeLrAt .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sEzhjeLrAt .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEzhjeLrAt .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sEzhjeLrAt .dropdown-menu,
.cid-sEzhjeLrAt .navbar.opened {
  background: #1e2228 !important;
}
.cid-sEzhjeLrAt .nav-item:focus,
.cid-sEzhjeLrAt .nav-link:focus {
  outline: none;
}
.cid-sEzhjeLrAt .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sEzhjeLrAt .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sEzhjeLrAt .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-sEzhjeLrAt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEzhjeLrAt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEzhjeLrAt .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-sEzhjeLrAt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEzhjeLrAt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEzhjeLrAt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sEzhjeLrAt .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sEzhjeLrAt .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sEzhjeLrAt .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sEzhjeLrAt .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sEzhjeLrAt .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sEzhjeLrAt .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sEzhjeLrAt .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sEzhjeLrAt .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sEzhjeLrAt .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sEzhjeLrAt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sEzhjeLrAt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEzhjeLrAt .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sEzhjeLrAt .navbar.collapsed.opened {
  position: fixed;
}
.cid-sEzhjeLrAt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sEzhjeLrAt .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sEzhjeLrAt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sEzhjeLrAt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEzhjeLrAt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEzhjeLrAt .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-sEzhjeLrAt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEzhjeLrAt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEzhjeLrAt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEzhjeLrAt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEzhjeLrAt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEzhjeLrAt .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sEzhjeLrAt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEzhjeLrAt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEzhjeLrAt .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-sEzhjeLrAt .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sEzhjeLrAt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEzhjeLrAt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEzhjeLrAt .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-sEzhjeLrAt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sEzhjeLrAt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEzhjeLrAt .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sEzhjeLrAt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEzhjeLrAt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEzhjeLrAt .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-sEzhjeLrAt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEzhjeLrAt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEzhjeLrAt .dropdown-item.active,
.cid-sEzhjeLrAt .dropdown-item:active {
  background-color: transparent;
}
.cid-sEzhjeLrAt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEzhjeLrAt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEzhjeLrAt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEzhjeLrAt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sEzhjeLrAt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEzhjeLrAt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEzhjeLrAt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEzhjeLrAt .navbar-buttons {
  text-align: center;
}
.cid-sEzhjeLrAt 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-sEzhjeLrAt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEzhjeLrAt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEzhjeLrAt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzhjeLrAt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzhjeLrAt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEzhjeLrAt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzhjeLrAt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEzhjeLrAt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEzhjeLrAt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzhjeLrAt .navbar-dropdown {
  position: fixed;
}
.cid-sEzhjeLrAt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzhjeLrAt .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-sEzhjeLrAt .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sEzhjeLrAt .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEzhjeLrAt .navbar {
    height: 77px;
  }
  .cid-sEzhjeLrAt .navbar.opened {
    height: auto;
  }
  .cid-sEzhjeLrAt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEzhjfiiEh {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-sEzhjfiiEh .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sEzhjfiiEh .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sEzhjfiiEh .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sEzhjfiiEh .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sEzhjfFN93 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sEzhjfFN93 .card1 {
  margin-bottom: 20px;
}
.cid-sEzhjfFN93 .card2 {
  margin-top: 20px;
}
.cid-sEzhjfFN93 .card3 {
  margin-bottom: 20px;
}
.cid-sEzhjfFN93 .card4 {
  margin-top: 20px;
}
.cid-sEzhjfFN93 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sEzhjfFN93 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjfFN93 .mbr-section-title {
  color: #404040;
}
.cid-sEzhjfFN93 .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-sEzhjfFN93 .mbr-section-subtitle {
  color: #606060;
}
.cid-sEzhjfFN93 .mbr-section-subtitle.display-5 {
  line-height: 1.45;
}
.cid-sEzhjfFN93 .mbr-text {
  color: #606060;
}
.cid-sEzhjfFN93 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEzhjfFN93 .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .card-subtitle {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #ffffff;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sEzhjfFN93 .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sEzhjfFN93 .card1 .card-wrapper {
  background-color: #d698b5;
}
.cid-sEzhjfFN93 .card2 .card-wrapper {
  background-color: #9ccd7e;
}
.cid-sEzhjfFN93 .card3 .card-wrapper {
  background-color: #5ca7db;
}
.cid-sEzhjfFN93 .card4 .card-wrapper {
  background-color: #848abd;
}
@media (min-width: 1500px) {
  .cid-sEzhjfFN93 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sEzhjfFN93 .card-wrapper {
    flex-direction: column;
  }
  .cid-sEzhjfFN93 .card-box {
    padding: 2rem 1rem;
  }
  .cid-sEzhjfFN93 .card-box,
  .cid-sEzhjfFN93 .img-wrapper {
    width: 100%;
  }
  .cid-sEzhjfFN93 .img-wrapper {
    padding: 4rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEzhjfFN93 .card {
    margin-bottom: 2rem;
  }
}
.cid-sEzhjgeg02 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEzhjgeg02 img {
  width: 100%;
}
.cid-sEzhjgeg02 .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-sEzhjgeg02 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjgeg02 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sEzhjgeg02 .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sEzhjgeg02 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sEzhjgeg02 .contents {
  margin-top: 36px;
}
.cid-sEzhjgeg02 .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEzhjgeg02 .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEzhjgeg02 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEzhjgeg02 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEzhjgeg02 .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-sEzhjgeg02 .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sEzhjgeg02 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sEzhjgeg02 .mbr-list .list li {
  line-height: 1.75;
}
.cid-sEzhjgeg02 .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-sEzhjgzTCa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sEzhjgzTCa {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sEzhjgzTCa .box {
    height: 250px;
  }
  .cid-sEzhjgzTCa .row {
    padding: 1rem !important;
  }
  .cid-sEzhjgzTCa .mbr-text {
    margin-top: 30px;
    text-align: left;
  }
}
.cid-sEzhjgzTCa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.cid-sEzhjgzTCa .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjgzTCa .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzhjgzTCa .mbr-section-title {
  color: #404040;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sEzhjgzTCa .mbr-text {
  color: #606060;
}
.cid-sEzhjgzTCa .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sEzhjgzTCa .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
.cid-sEzhjgzTCa .mbr-list .list li {
  line-height: 1.75;
}
.cid-sEzhjgzTCa .mbr-list .list li:before {
  font-weight: 900;
  color: #3c71d3;
  display: inline-block;
  font-family: FontAwesome !important;
  content: "\f061";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
}
.cid-sEzhjgzTCa .mbr-section-btn {
  text-align: left;
  margin-top: 30px;
}
.cid-sEzhjgzTCa .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sEzhjgzTCa .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sEzhjgzTCa .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEzhjgzTCa .box {
  background-image: url("../../../assets/images/01.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0;
}
.cid-sEzhjgzTCa .box .overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sEzhjgzTCa .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEzhjgzTCa .icon-wrap span {
  padding-left: 8px;
}
.cid-sEzhjgzTCa .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sEzhjgzTCa .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-sEzhjgzTCa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sEzhjgzTCa .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-sEzhjgzTCa .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-sEzhjgzTCa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sEzhjgzTCa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sEzhjgzTCa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sEzhjgzTCa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sEzhjgzTCa a.close:hover {
  color: #ffffff;
}
.cid-sEzhjha1On {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sEzhjha1On .container {
    max-width: 1400px;
  }
}
.cid-sEzhjha1On .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzhjha1On .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sEzhjha1On .main-title {
  margin-bottom: 56px;
}
.cid-sEzhjha1On .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-sEzhjha1On .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjha1On img {
  width: 100%;
}
.cid-sEzhjha1On .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-sEzhjha1On .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-sEzhjha1On .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-sEzhjha1On .card-wrapper .card-box {
  height: 100%;
}
.cid-sEzhjha1On .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sEzhjha1On .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sEzhjha1On .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sEzhjha1On .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEzhjha1On .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sEzhjha1On .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sEzhjha1On .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sEzhjha1On .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sEzhjha1On .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sEzhjha1On .mbr-section-btn {
  text-align: center;
}
.cid-sEzhjha1On .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sEzhjha1On .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sEzhjha1On .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-sEzhjha1On .card-box {
    padding: 1rem;
  }
}
.cid-sEzhjhz7f3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #38346b;
  background: linear-gradient(135deg, #38346b, #102f62);
}
.cid-sEzhjhz7f3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sEzhjhz7f3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjhz7f3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
}
.cid-sEzhjhz7f3 .main-title {
  color: #ffffff;
}
.cid-sEzhjhz7f3 .main-title.display-2 {
  line-height: 1.375;
}
.cid-sEzhjhz7f3 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sEzhjhz7f3 .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sEzhjhz7f3 .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-sEzhjhz7f3 .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-sEzhjhz7f3 .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sEzhjhz7f3 .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-sEzhjhz7f3 .card .card-text {
  color: #ffffff;
}
.cid-sEzhjhz7f3 .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-sEzhjhz7f3 .svg-gradient {
  position: absolute;
}
.cid-sEzhjhz7f3 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sEzhjhz7f3 .progress1 path {
  stroke: #5ca7db;
}
.cid-sEzhjhz7f3 .progress2 path {
  stroke: #9ccd7e;
}
.cid-sEzhjhz7f3 .progress3 path {
  stroke: #d75959;
}
.cid-sEzhjhz7f3 .progress4 path {
  stroke: #f5c463;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sEzhjhz7f3 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sEzhji12Eu {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-sEzhji12Eu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-sEzhji12Eu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhji12Eu .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzhji12Eu .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sEzhji12Eu .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-sEzhji12Eu .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sEzhji12Eu .nav-tabs {
  width: 100%;
}
.cid-sEzhji12Eu .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-sEzhji12Eu .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-sEzhji12Eu .tab-pane .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-sEzhji12Eu .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-sEzhji12Eu .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-sEzhji12Eu .nav-item {
    display: table-row !important;
  }
}
.cid-sEzhjiFBxL {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sEzhjiFBxL .back {
  background: linear-gradient(45deg, #cad8f1, #2e5bff);
}
.cid-sEzhjiFBxL .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sEzhjiFBxL .plan:first-child {
    padding-top: 0px;
  }
}
.cid-sEzhjiFBxL .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-sEzhjiFBxL .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sEzhjiFBxL .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sEzhjiFBxL .plan:last-child {
    padding-top: 0px;
  }
}
.cid-sEzhjiFBxL .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-sEzhjiFBxL .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sEzhjiFBxL .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-sEzhjiFBxL .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-sEzhjiFBxL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjiFBxL .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #cad8f1;
}
.cid-sEzhjiFBxL .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzhjiFBxL .main-title {
  margin-bottom: 36px;
  color: #404040;
}
.cid-sEzhjiFBxL .main-title.display-2 {
  line-height: 1.375;
}
.cid-sEzhjiFBxL .main-text {
  color: #606060;
}
.cid-sEzhjiFBxL .main-text.display-4 {
  line-height: 1.75;
}
.cid-sEzhjiFBxL .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sEzhjiFBxL .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-sEzhjiFBxL .plan .plan-header,
.cid-sEzhjiFBxL .plan .plan-body {
  background-color: #fff;
}
.cid-sEzhjiFBxL .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-sEzhjiFBxL .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-sEzhjiFBxL .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-sEzhjiFBxL .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sEzhjiFBxL .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-sEzhjiFBxL .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-sEzhjiFBxL .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-sEzhjiFBxL .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sEzhjiFBxL .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-sEzhjiFBxL .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEzhjiFBxL .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-sEzhjiFBxL .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sEzhjiFBxL .nav-tabs {
  margin: auto;
  border: none;
}
.cid-sEzhjiFBxL .nav-tabs .nav-item {
  margin: 0;
}
.cid-sEzhjiFBxL .nav-tabs .nav-item .btn {
  color: #606060 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-sEzhjiFBxL .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-sEzhjiFBxL .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #ecedee;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item .btn.active:before {
    background-color: #3c71d3 !important;
  }
}
@media (max-width: 767px) {
  .cid-sEzhjiFBxL .nav-tabs .nav-item .btn {
    border-color: #3c71d3 !important;
  }
}
.cid-sEzhjiFBxL .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #3c71d3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-sEzhjiFBxL .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-sEzhjiFBxL .nav-tabs .nav-item .btn.active {
    background-color: #3c71d3 !important;
  }
}
@media (min-width: 768px) {
  .cid-sEzhjiFBxL .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-sEzhjiFBxL .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-sEzhjiFBxL .mbr-iconfont {
  font-size: 60px;
  color: #848abd;
}
.cid-sEzhjjibfz {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #f3f4f7;
}
.cid-sEzhjjibfz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sEzhjjibfz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjjibfz .mbr-section-title {
  color: #404040;
}
.cid-sEzhjjibfz .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sEzhjjibfz .main-text {
  color: #606060;
}
.cid-sEzhjjibfz .carousel {
  z-index: 2;
  position: relative;
}
.cid-sEzhjjibfz .user {
  padding: 0 !important;
}
.cid-sEzhjjibfz .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sEzhjjibfz .carousel-item.active,
.cid-sEzhjjibfz .carousel-item-next,
.cid-sEzhjjibfz .carousel-item-prev {
  display: flex;
}
.cid-sEzhjjibfz .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sEzhjjibfz .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sEzhjjibfz .details .info {
  padding-left: 20px;
}
.cid-sEzhjjibfz .details .info .user_name {
  margin: 0;
}
.cid-sEzhjjibfz .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sEzhjjibfz .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-sEzhjjibfz .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sEzhjjibfz .carousel-controls a {
  font-size: 2rem;
}
.cid-sEzhjjibfz .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sEzhjjibfz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sEzhjjibfz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sEzhjjibfz .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-sEzhjjibfz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sEzhjjibfz .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sEzhjjibfz .user_text {
  color: #707070;
  text-align: left;
}
.cid-sEzhjjibfz .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sEzhjjibfz .user_desk {
  color: #767676;
}
.cid-sEzhjjibfz .user_desk,
.cid-sEzhjjibfz .carousel-item {
  text-align: left;
}
.cid-sEzhjjibfz .carousel-item {
  padding-right: 20px;
}
.cid-sEzhjjibfz .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sEzhjjibfz .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sEzhjjibfz .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sEzhjjibfz .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-sEzhjjMHTH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f7;
}
.cid-sEzhjjMHTH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sEzhjjMHTH .form-control,
.cid-sEzhjjMHTH .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-sEzhjjMHTH .form-control::-webkit-input-placeholder,
.cid-sEzhjjMHTH .field-input::-webkit-input-placeholder,
.cid-sEzhjjMHTH .form-control::-webkit-input-placeholder,
.cid-sEzhjjMHTH .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sEzhjjMHTH .form-control:-moz-placeholder,
.cid-sEzhjjMHTH .field-input:-moz-placeholder,
.cid-sEzhjjMHTH .form-control:-moz-placeholder,
.cid-sEzhjjMHTH .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sEzhjjMHTH .form-control:hover,
.cid-sEzhjjMHTH .field-input:hover,
.cid-sEzhjjMHTH .form-control:focus,
.cid-sEzhjjMHTH .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sEzhjjMHTH .form-control:hover::-webkit-input-placeholder,
.cid-sEzhjjMHTH .field-input:hover::-webkit-input-placeholder,
.cid-sEzhjjMHTH .form-control:focus::-webkit-input-placeholder,
.cid-sEzhjjMHTH .field-input:focus::-webkit-input-placeholder,
.cid-sEzhjjMHTH .form-control:hover::-webkit-input-placeholder,
.cid-sEzhjjMHTH .field-input:hover::-webkit-input-placeholder,
.cid-sEzhjjMHTH .form-control:focus::-webkit-input-placeholder,
.cid-sEzhjjMHTH .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sEzhjjMHTH .form-control:hover:-moz-placeholder,
.cid-sEzhjjMHTH .field-input:hover:-moz-placeholder,
.cid-sEzhjjMHTH .form-control:focus:-moz-placeholder,
.cid-sEzhjjMHTH .field-input:focus:-moz-placeholder,
.cid-sEzhjjMHTH .form-control:hover:-moz-placeholder,
.cid-sEzhjjMHTH .field-input:hover:-moz-placeholder,
.cid-sEzhjjMHTH .form-control:focus:-moz-placeholder,
.cid-sEzhjjMHTH .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sEzhjjMHTH textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sEzhjjMHTH .jq-number__spin:hover,
.cid-sEzhjjMHTH .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEzhjjMHTH .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEzhjjMHTH .jq-selectbox li,
.cid-sEzhjjMHTH .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sEzhjjMHTH .jq-selectbox li:hover,
.cid-sEzhjjMHTH .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sEzhjjMHTH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sEzhjjMHTH .jq-number__spin.minus:hover:after,
.cid-sEzhjjMHTH .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sEzhjjMHTH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sEzhjjMHTH .jq-number__spin.minus:after,
.cid-sEzhjjMHTH .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sEzhjjMHTH input::-webkit-clear-button {
  display: none;
}
.cid-sEzhjjMHTH input::-webkit-inner-spin-button {
  display: none;
}
.cid-sEzhjjMHTH input::-webkit-outer-spin-button {
  display: none;
}
.cid-sEzhjjMHTH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sEzhjjMHTH .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-sEzhjjMHTH .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzhjjMHTH .mbr-section-title {
  color: #404040;
}
.cid-sEzhjjMHTH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sEzhjjMHTH .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzhjjMHTH .mbr-text {
  color: #606060;
}
.cid-sEzhjjMHTH .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sEzhjjMHTH .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sEzhjjMHTH .required {
  width: 100%;
  color: #808080;
}
.cid-sEzhjjMHTH img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sEzhjjMHTH .counter {
  top: 45%;
  left: 10%;
}
.cid-sEzhjjMHTH .counter .full-circle {
  background-color: #848abd;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sEzhjjMHTH .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sEzhjjMHTH .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sEzhjjMHTH .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sEzhjjMHTH img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sEzhjjMHTH .required {
    text-align: center;
  }
}
.cid-sEzhjkbz8i .google-map {
  height: 30rem;
  position: relative;
}
.cid-sEzhjkbz8i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sEzhjkbz8i .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-sEzhjkbz8i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sEzhjkbz8i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sEzhjkCsnz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-sEzhjkCsnz ul {
  padding: 0;
  margin: 0;
}
.cid-sEzhjkCsnz ul li {
  list-style: none;
}
.cid-sEzhjkCsnz ul li h4 {
  margin: 0;
}
.cid-sEzhjkCsnz ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sEzhjkCsnz .item {
  color: #cacaca;
}
.cid-sEzhjkCsnz .col-title {
  color: #ffffff;
}
.cid-sEzhjkCsnz .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sEzhjkCsnz .col-title1 {
  margin-bottom: 40px;
}
.cid-sEzhjkCsnz .form-group,
.cid-sEzhjkCsnz .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sEzhjkCsnz .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sEzhjkCsnz .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sEzhjkCsnz .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sEzhjkCsnz .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sEzhjkCsnz .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sEzhjkCsnz .col + .mbr-section-btn .btn,
.cid-sEzhjkCsnz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sEzhjkCsnz .col + .mbr-section-btn .btn.display-4,
.cid-sEzhjkCsnz .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sEzhjkCsnz .col + .mbr-section-btn .btn:hover,
.cid-sEzhjkCsnz .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sEzhjkCsnz .dragArea > *:nth-last-child(2).col,
.cid-sEzhjkCsnz .dragArea > *:nth-last-child(2).col-auto,
.cid-sEzhjkCsnz .col + .mbr-section-btn,
.cid-sEzhjkCsnz .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sEzhjkCsnz .form1 {
  margin-top: 30px;
}
.cid-sEzhjkCsnz .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sEzhjkCsnz .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sEzhjlegOS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-sEzhjlegOS .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sEzhjlegOS .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sEzhjlegOS p {
  color: #ffffff;
}
.cid-sEzj3ri2Fs .dropdown-menu {
  padding: 12px 0;
}
.cid-sEzj3ri2Fs .dropdown-item:hover,
.cid-sEzj3ri2Fs .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sEzj3ri2Fs .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sEzj3ri2Fs .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sEzj3ri2Fs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEzj3ri2Fs .nav-link {
  position: relative;
}
.cid-sEzj3ri2Fs .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sEzj3ri2Fs .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEzj3ri2Fs .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sEzj3ri2Fs .dropdown-menu,
.cid-sEzj3ri2Fs .navbar.opened {
  background: #1e2228 !important;
}
.cid-sEzj3ri2Fs .nav-item:focus,
.cid-sEzj3ri2Fs .nav-link:focus {
  outline: none;
}
.cid-sEzj3ri2Fs .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sEzj3ri2Fs .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sEzj3ri2Fs .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-sEzj3ri2Fs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEzj3ri2Fs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEzj3ri2Fs .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-sEzj3ri2Fs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEzj3ri2Fs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEzj3ri2Fs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sEzj3ri2Fs .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sEzj3ri2Fs .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sEzj3ri2Fs .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sEzj3ri2Fs .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sEzj3ri2Fs .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sEzj3ri2Fs .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sEzj3ri2Fs .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sEzj3ri2Fs .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sEzj3ri2Fs .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sEzj3ri2Fs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sEzj3ri2Fs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEzj3ri2Fs .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sEzj3ri2Fs .navbar.collapsed.opened {
  position: fixed;
}
.cid-sEzj3ri2Fs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sEzj3ri2Fs .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sEzj3ri2Fs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sEzj3ri2Fs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEzj3ri2Fs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEzj3ri2Fs .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-sEzj3ri2Fs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEzj3ri2Fs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEzj3ri2Fs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEzj3ri2Fs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEzj3ri2Fs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEzj3ri2Fs .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sEzj3ri2Fs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEzj3ri2Fs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEzj3ri2Fs .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-sEzj3ri2Fs .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sEzj3ri2Fs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEzj3ri2Fs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEzj3ri2Fs .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-sEzj3ri2Fs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sEzj3ri2Fs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEzj3ri2Fs .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sEzj3ri2Fs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEzj3ri2Fs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEzj3ri2Fs .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-sEzj3ri2Fs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEzj3ri2Fs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEzj3ri2Fs .dropdown-item.active,
.cid-sEzj3ri2Fs .dropdown-item:active {
  background-color: transparent;
}
.cid-sEzj3ri2Fs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEzj3ri2Fs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEzj3ri2Fs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEzj3ri2Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sEzj3ri2Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEzj3ri2Fs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEzj3ri2Fs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEzj3ri2Fs .navbar-buttons {
  text-align: center;
}
.cid-sEzj3ri2Fs 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-sEzj3ri2Fs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEzj3ri2Fs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEzj3ri2Fs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzj3ri2Fs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzj3ri2Fs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEzj3ri2Fs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzj3ri2Fs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEzj3ri2Fs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEzj3ri2Fs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzj3ri2Fs .navbar-dropdown {
  position: fixed;
}
.cid-sEzj3ri2Fs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzj3ri2Fs .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-sEzj3ri2Fs .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sEzj3ri2Fs .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEzj3ri2Fs .navbar {
    height: 77px;
  }
  .cid-sEzj3ri2Fs .navbar.opened {
    height: auto;
  }
  .cid-sEzj3ri2Fs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEzj3s1Ul0 {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-sEzj3s1Ul0 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sEzj3s1Ul0 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sEzj3s1Ul0 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sEzj3s1Ul0 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sEzjn9ZEre {
  padding-top: 90px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #242930;
}
.cid-sEzjn9ZEre svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-sEzjn9ZEre #e2_shape {
  fill: #ffffff !important;
}
.cid-sEzjn9ZEre .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sEzjn9ZEre .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzjn9ZEre .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzjn9ZEre .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sEzjn9ZEre .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzjn9ZEre .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEzjn9ZEre .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-sEzjn9ZEre .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sEzjn9ZEre .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sEzjn9ZEre .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sEzjn9ZEre .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEzjn9ZEre .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-sEzjn9ZEre .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEzjn9ZEre .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sEzjn9ZEre .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sEzjn9ZEre .card .card-box .card-title,
  .cid-sEzjn9ZEre .card .card-box .mbr-text,
  .cid-sEzjn9ZEre .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sEzjn9ZEre .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sEzjn9ZEre .card .card-img {
    text-align: right !important;
  }
}
.cid-sEzj3snWNv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-sEzj3snWNv ul {
  padding: 0;
  margin: 0;
}
.cid-sEzj3snWNv ul li {
  list-style: none;
}
.cid-sEzj3snWNv ul li h4 {
  margin: 0;
}
.cid-sEzj3snWNv ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sEzj3snWNv .item {
  color: #cacaca;
}
.cid-sEzj3snWNv .col-title {
  color: #ffffff;
}
.cid-sEzj3snWNv .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sEzj3snWNv .col-title1 {
  margin-bottom: 40px;
}
.cid-sEzj3snWNv .form-group,
.cid-sEzj3snWNv .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sEzj3snWNv .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sEzj3snWNv .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sEzj3snWNv .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sEzj3snWNv .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sEzj3snWNv .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sEzj3snWNv .col + .mbr-section-btn .btn,
.cid-sEzj3snWNv .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sEzj3snWNv .col + .mbr-section-btn .btn.display-4,
.cid-sEzj3snWNv .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sEzj3snWNv .col + .mbr-section-btn .btn:hover,
.cid-sEzj3snWNv .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sEzj3snWNv .dragArea > *:nth-last-child(2).col,
.cid-sEzj3snWNv .dragArea > *:nth-last-child(2).col-auto,
.cid-sEzj3snWNv .col + .mbr-section-btn,
.cid-sEzj3snWNv .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sEzj3snWNv .form1 {
  margin-top: 30px;
}
.cid-sEzj3snWNv .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sEzj3snWNv .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sEzj3sTuww {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-sEzj3sTuww .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sEzj3sTuww .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sEzj3sTuww p {
  color: #ffffff;
}
.cid-sEzy6Rf18V .dropdown-menu {
  padding: 12px 0;
}
.cid-sEzy6Rf18V .dropdown-item:hover,
.cid-sEzy6Rf18V .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sEzy6Rf18V .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sEzy6Rf18V .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sEzy6Rf18V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEzy6Rf18V .nav-link {
  position: relative;
}
.cid-sEzy6Rf18V .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sEzy6Rf18V .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEzy6Rf18V .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sEzy6Rf18V .dropdown-menu,
.cid-sEzy6Rf18V .navbar.opened {
  background: #1e2228 !important;
}
.cid-sEzy6Rf18V .nav-item:focus,
.cid-sEzy6Rf18V .nav-link:focus {
  outline: none;
}
.cid-sEzy6Rf18V .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sEzy6Rf18V .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sEzy6Rf18V .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-sEzy6Rf18V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEzy6Rf18V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEzy6Rf18V .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-sEzy6Rf18V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEzy6Rf18V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEzy6Rf18V .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sEzy6Rf18V .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sEzy6Rf18V .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sEzy6Rf18V .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sEzy6Rf18V .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sEzy6Rf18V .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sEzy6Rf18V .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sEzy6Rf18V .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sEzy6Rf18V .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sEzy6Rf18V .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sEzy6Rf18V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sEzy6Rf18V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEzy6Rf18V .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sEzy6Rf18V .navbar.collapsed.opened {
  position: fixed;
}
.cid-sEzy6Rf18V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sEzy6Rf18V .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sEzy6Rf18V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sEzy6Rf18V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEzy6Rf18V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEzy6Rf18V .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-sEzy6Rf18V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEzy6Rf18V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEzy6Rf18V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEzy6Rf18V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEzy6Rf18V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEzy6Rf18V .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sEzy6Rf18V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEzy6Rf18V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEzy6Rf18V .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-sEzy6Rf18V .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sEzy6Rf18V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEzy6Rf18V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEzy6Rf18V .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-sEzy6Rf18V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sEzy6Rf18V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEzy6Rf18V .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sEzy6Rf18V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEzy6Rf18V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEzy6Rf18V .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-sEzy6Rf18V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEzy6Rf18V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEzy6Rf18V .dropdown-item.active,
.cid-sEzy6Rf18V .dropdown-item:active {
  background-color: transparent;
}
.cid-sEzy6Rf18V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEzy6Rf18V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEzy6Rf18V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEzy6Rf18V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sEzy6Rf18V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEzy6Rf18V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEzy6Rf18V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEzy6Rf18V .navbar-buttons {
  text-align: center;
}
.cid-sEzy6Rf18V 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-sEzy6Rf18V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEzy6Rf18V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEzy6Rf18V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzy6Rf18V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzy6Rf18V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEzy6Rf18V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzy6Rf18V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEzy6Rf18V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEzy6Rf18V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzy6Rf18V .navbar-dropdown {
  position: fixed;
}
.cid-sEzy6Rf18V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzy6Rf18V .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-sEzy6Rf18V .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sEzy6Rf18V .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEzy6Rf18V .navbar {
    height: 77px;
  }
  .cid-sEzy6Rf18V .navbar.opened {
    height: auto;
  }
  .cid-sEzy6Rf18V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEzy6REoom {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-sEzy6REoom .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sEzy6REoom .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sEzy6REoom .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sEzy6REoom .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sEzy6RZL4j {
  padding-top: 90px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #242930;
}
.cid-sEzy6RZL4j svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-sEzy6RZL4j #e2_shape {
  fill: #ffffff !important;
}
.cid-sEzy6RZL4j .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sEzy6RZL4j .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzy6RZL4j .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzy6RZL4j .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sEzy6RZL4j .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzy6RZL4j .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEzy6RZL4j .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-sEzy6RZL4j .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sEzy6RZL4j .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sEzy6RZL4j .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sEzy6RZL4j .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEzy6RZL4j .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-sEzy6RZL4j .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEzy6RZL4j .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sEzy6RZL4j .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sEzy6RZL4j .card .card-box .card-title,
  .cid-sEzy6RZL4j .card .card-box .mbr-text,
  .cid-sEzy6RZL4j .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sEzy6RZL4j .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sEzy6RZL4j .card .card-img {
    text-align: right !important;
  }
}
.cid-sEzy6SDmux {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-sEzy6SDmux ul {
  padding: 0;
  margin: 0;
}
.cid-sEzy6SDmux ul li {
  list-style: none;
}
.cid-sEzy6SDmux ul li h4 {
  margin: 0;
}
.cid-sEzy6SDmux ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sEzy6SDmux .item {
  color: #cacaca;
}
.cid-sEzy6SDmux .col-title {
  color: #ffffff;
}
.cid-sEzy6SDmux .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sEzy6SDmux .col-title1 {
  margin-bottom: 40px;
}
.cid-sEzy6SDmux .form-group,
.cid-sEzy6SDmux .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sEzy6SDmux .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sEzy6SDmux .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sEzy6SDmux .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sEzy6SDmux .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sEzy6SDmux .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sEzy6SDmux .col + .mbr-section-btn .btn,
.cid-sEzy6SDmux .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sEzy6SDmux .col + .mbr-section-btn .btn.display-4,
.cid-sEzy6SDmux .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sEzy6SDmux .col + .mbr-section-btn .btn:hover,
.cid-sEzy6SDmux .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sEzy6SDmux .dragArea > *:nth-last-child(2).col,
.cid-sEzy6SDmux .dragArea > *:nth-last-child(2).col-auto,
.cid-sEzy6SDmux .col + .mbr-section-btn,
.cid-sEzy6SDmux .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sEzy6SDmux .form1 {
  margin-top: 30px;
}
.cid-sEzy6SDmux .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sEzy6SDmux .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sEzy6T36MD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-sEzy6T36MD .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sEzy6T36MD .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sEzy6T36MD p {
  color: #ffffff;
}
.cid-sEzyc0AN3E .dropdown-menu {
  padding: 12px 0;
}
.cid-sEzyc0AN3E .dropdown-item:hover,
.cid-sEzyc0AN3E .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sEzyc0AN3E .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sEzyc0AN3E .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sEzyc0AN3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEzyc0AN3E .nav-link {
  position: relative;
}
.cid-sEzyc0AN3E .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sEzyc0AN3E .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEzyc0AN3E .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sEzyc0AN3E .dropdown-menu,
.cid-sEzyc0AN3E .navbar.opened {
  background: #1e2228 !important;
}
.cid-sEzyc0AN3E .nav-item:focus,
.cid-sEzyc0AN3E .nav-link:focus {
  outline: none;
}
.cid-sEzyc0AN3E .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sEzyc0AN3E .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sEzyc0AN3E .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-sEzyc0AN3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEzyc0AN3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEzyc0AN3E .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-sEzyc0AN3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEzyc0AN3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEzyc0AN3E .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sEzyc0AN3E .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sEzyc0AN3E .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sEzyc0AN3E .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sEzyc0AN3E .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sEzyc0AN3E .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sEzyc0AN3E .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sEzyc0AN3E .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sEzyc0AN3E .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sEzyc0AN3E .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sEzyc0AN3E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sEzyc0AN3E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEzyc0AN3E .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sEzyc0AN3E .navbar.collapsed.opened {
  position: fixed;
}
.cid-sEzyc0AN3E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sEzyc0AN3E .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sEzyc0AN3E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sEzyc0AN3E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEzyc0AN3E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEzyc0AN3E .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-sEzyc0AN3E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEzyc0AN3E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEzyc0AN3E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEzyc0AN3E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEzyc0AN3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEzyc0AN3E .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sEzyc0AN3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEzyc0AN3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEzyc0AN3E .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-sEzyc0AN3E .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sEzyc0AN3E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEzyc0AN3E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEzyc0AN3E .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-sEzyc0AN3E .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sEzyc0AN3E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEzyc0AN3E .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sEzyc0AN3E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEzyc0AN3E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEzyc0AN3E .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-sEzyc0AN3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEzyc0AN3E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEzyc0AN3E .dropdown-item.active,
.cid-sEzyc0AN3E .dropdown-item:active {
  background-color: transparent;
}
.cid-sEzyc0AN3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEzyc0AN3E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEzyc0AN3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEzyc0AN3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sEzyc0AN3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEzyc0AN3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEzyc0AN3E ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEzyc0AN3E .navbar-buttons {
  text-align: center;
}
.cid-sEzyc0AN3E 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-sEzyc0AN3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEzyc0AN3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEzyc0AN3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzyc0AN3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEzyc0AN3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEzyc0AN3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzyc0AN3E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEzyc0AN3E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEzyc0AN3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEzyc0AN3E .navbar-dropdown {
  position: fixed;
}
.cid-sEzyc0AN3E a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzyc0AN3E .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-sEzyc0AN3E .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sEzyc0AN3E .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEzyc0AN3E .navbar {
    height: 77px;
  }
  .cid-sEzyc0AN3E .navbar.opened {
    height: auto;
  }
  .cid-sEzyc0AN3E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEzyc0VMEW {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/olympus-1679x1300.jpg");
}
.cid-sEzyc0VMEW .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sEzyc0VMEW .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sEzyc0VMEW .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sEzyc0VMEW .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sEzyc18Pjv {
  padding-top: 90px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #242930;
}
.cid-sEzyc18Pjv svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-sEzyc18Pjv #e2_shape {
  fill: #ffffff !important;
}
.cid-sEzyc18Pjv .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sEzyc18Pjv .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEzyc18Pjv .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEzyc18Pjv .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sEzyc18Pjv .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEzyc18Pjv .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEzyc18Pjv .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-sEzyc18Pjv .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sEzyc18Pjv .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sEzyc18Pjv .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sEzyc18Pjv .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEzyc18Pjv .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-sEzyc18Pjv .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEzyc18Pjv .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sEzyc18Pjv .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sEzyc18Pjv .card .card-box .card-title,
  .cid-sEzyc18Pjv .card .card-box .mbr-text,
  .cid-sEzyc18Pjv .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sEzyc18Pjv .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sEzyc18Pjv .card .card-img {
    text-align: right !important;
  }
}
.cid-sEzyc1KiNV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-sEzyc1KiNV ul {
  padding: 0;
  margin: 0;
}
.cid-sEzyc1KiNV ul li {
  list-style: none;
}
.cid-sEzyc1KiNV ul li h4 {
  margin: 0;
}
.cid-sEzyc1KiNV ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sEzyc1KiNV .item {
  color: #cacaca;
}
.cid-sEzyc1KiNV .col-title {
  color: #ffffff;
}
.cid-sEzyc1KiNV .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sEzyc1KiNV .col-title1 {
  margin-bottom: 40px;
}
.cid-sEzyc1KiNV .form-group,
.cid-sEzyc1KiNV .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sEzyc1KiNV .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sEzyc1KiNV .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sEzyc1KiNV .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sEzyc1KiNV .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sEzyc1KiNV .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sEzyc1KiNV .col + .mbr-section-btn .btn,
.cid-sEzyc1KiNV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sEzyc1KiNV .col + .mbr-section-btn .btn.display-4,
.cid-sEzyc1KiNV .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sEzyc1KiNV .col + .mbr-section-btn .btn:hover,
.cid-sEzyc1KiNV .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sEzyc1KiNV .dragArea > *:nth-last-child(2).col,
.cid-sEzyc1KiNV .dragArea > *:nth-last-child(2).col-auto,
.cid-sEzyc1KiNV .col + .mbr-section-btn,
.cid-sEzyc1KiNV .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sEzyc1KiNV .form1 {
  margin-top: 30px;
}
.cid-sEzyc1KiNV .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sEzyc1KiNV .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sEzyc2fasJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-sEzyc2fasJ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sEzyc2fasJ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sEzyc2fasJ p {
  color: #ffffff;
}
