@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);





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: #f8362c !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: #f8362c !important;
  border-color: #f8362c !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d11107 !important;
  border-color: #d11107 !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: #f8362c;
  color: #f8362c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f8362c;
  border-color: #f8362c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8362c !important;
  border-color: #f8362c !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: #f8362c !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: #fb948f !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: #f8362c;
  border-color: #f8362c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f8362c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f1;
}
.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: #f8362c;
}
/* 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: #f8362c;
  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: #f8362c;
  border-bottom-color: #f8362c;
}
.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: #f8362c !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='%23f8362c' %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-sAvGg76p3M .dropdown-menu {
  padding: 12px 0;
}
.cid-sAvGg76p3M .dropdown-item:hover,
.cid-sAvGg76p3M .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sAvGg76p3M .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sAvGg76p3M .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sAvGg76p3M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAvGg76p3M .nav-link {
  position: relative;
}
.cid-sAvGg76p3M .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sAvGg76p3M .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sAvGg76p3M .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sAvGg76p3M .dropdown-menu,
.cid-sAvGg76p3M .navbar.opened {
  background: #1e2228 !important;
}
.cid-sAvGg76p3M .nav-item:focus,
.cid-sAvGg76p3M .nav-link:focus {
  outline: none;
}
.cid-sAvGg76p3M .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sAvGg76p3M .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sAvGg76p3M .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-sAvGg76p3M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAvGg76p3M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAvGg76p3M .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-sAvGg76p3M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAvGg76p3M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAvGg76p3M .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #132c46;
}
.cid-sAvGg76p3M .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sAvGg76p3M .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sAvGg76p3M .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sAvGg76p3M .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sAvGg76p3M .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sAvGg76p3M .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sAvGg76p3M .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sAvGg76p3M .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sAvGg76p3M .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sAvGg76p3M .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sAvGg76p3M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAvGg76p3M .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sAvGg76p3M .navbar.collapsed.opened {
  position: fixed;
}
.cid-sAvGg76p3M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sAvGg76p3M .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sAvGg76p3M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sAvGg76p3M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAvGg76p3M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAvGg76p3M .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-sAvGg76p3M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAvGg76p3M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sAvGg76p3M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sAvGg76p3M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAvGg76p3M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAvGg76p3M .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sAvGg76p3M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAvGg76p3M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAvGg76p3M .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-sAvGg76p3M .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sAvGg76p3M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sAvGg76p3M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAvGg76p3M .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-sAvGg76p3M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sAvGg76p3M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAvGg76p3M .navbar.navbar-short {
  background: #132c46 !important;
  min-height: 60px;
}
.cid-sAvGg76p3M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sAvGg76p3M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAvGg76p3M .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-sAvGg76p3M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAvGg76p3M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAvGg76p3M .dropdown-item.active,
.cid-sAvGg76p3M .dropdown-item:active {
  background-color: transparent;
}
.cid-sAvGg76p3M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAvGg76p3M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAvGg76p3M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAvGg76p3M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #132c46;
}
.cid-sAvGg76p3M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAvGg76p3M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAvGg76p3M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAvGg76p3M .navbar-buttons {
  text-align: center;
}
.cid-sAvGg76p3M 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-sAvGg76p3M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAvGg76p3M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAvGg76p3M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAvGg76p3M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAvGg76p3M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAvGg76p3M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAvGg76p3M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAvGg76p3M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAvGg76p3M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAvGg76p3M .navbar-dropdown {
  position: fixed;
}
.cid-sAvGg76p3M a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAvGg76p3M .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-sAvGg76p3M .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sAvGg76p3M .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAvGg76p3M .navbar {
    height: 77px;
  }
  .cid-sAvGg76p3M .navbar.opened {
    height: auto;
  }
  .cid-sAvGg76p3M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAvGhqcJ7m {
  padding-top: 270px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/shutterstock-1379441627.jpg");
}
.cid-sAvGhqcJ7m .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sAvGhqcJ7m .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sAvGhqcJ7m .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sAvGhqcJ7m .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sAvGhqcJ7m .mbr-section-title,
.cid-sAvGhqcJ7m .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sAvGhqcJ7m .mbr-section-subtitle,
.cid-sAvGhqcJ7m .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sAzB78tdKr {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAzB78tdKr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAzB78tdKr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAzB78tdKr .minibadge {
  display: inline-block;
  border-radius: 10rem;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #848abd;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 600;
}
.cid-sAzB78tdKr .minibadge.display-4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sAzB78tdKr .meta {
  color: #999999;
  text-align: left;
  margin-top: 20px;
}
.cid-sAzB78tdKr .meta .date .clock {
  margin-right: 4px;
}
.cid-sAzB78tdKr .meta .comments .comment {
  margin-right: 4px;
}
.cid-sAzB78tdKr .meta .comments:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 0.6rem 0 0.6rem;
  vertical-align: 3px;
  background: rgba(48, 48, 48, 0.35);
}
.cid-sAzB78tdKr .meta.display-4 {
  font-size: 13px;
}
.cid-sAzB78tdKr .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sAzB78tdKr .main-text {
  color: #606060;
}
.cid-sAzB78tdKr .carousel {
  margin-top: 56px;
}
.cid-sAzB78tdKr .wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
  margin-bottom: 30px;
}
.cid-sAzB78tdKr .wrapper .mbr-overlay {
  background: #1e1e1e;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.cid-sAzB78tdKr .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}
.cid-sAzB78tdKr .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-80%);
  opacity: 0;
  padding: 0.75rem 1rem;
  transition: all 0.4s ease;
}
.cid-sAzB78tdKr .wrapper:hover .mbr-overlay {
  background: #1e1e1e;
  opacity: 0.6;
  z-index: 1;
}
.cid-sAzB78tdKr .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-sAzB78tdKr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAzB78tdKr .carousel-item.active,
.cid-sAzB78tdKr .carousel-item-next,
.cid-sAzB78tdKr .carousel-item-prev {
  display: flex;
}
.cid-sAzB78tdKr .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px;
}
.cid-sAzB78tdKr .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(211, 79, 78, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sAzB78tdKr .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(211, 79, 78, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
}
.cid-sAzB78tdKr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sAzB78tdKr .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sAzB78tdKr .carousel-controls {
    display: block;
  }
  .cid-sAzB78tdKr .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sAzB78tdKr .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sAzB78tdKr .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sAzB78tdKr .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sAzB78tdKr .text-element {
    padding: 1rem;
  }
  .cid-sAzB78tdKr .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAzB78tdKr .image-element {
    min-width: 50%;
  }
  .cid-sAzB78tdKr .media-container-row {
    width: 100%;
  }
}
.cid-sAzB78tdKr .carousel-control-prev {
  left: -70px;
}
.cid-sAzB78tdKr .carousel-control-next {
  right: -40px;
}
.cid-sAvNbyPEyd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fefefe;
}
.cid-sAvNbyPEyd img {
  width: 100%;
}
.cid-sAvNbyPEyd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvNbyPEyd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvNbyPEyd .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAvNbyPEyd .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sAvNbyPEyd .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvNbyPEyd .contents {
  margin-top: 36px;
}
.cid-sAvNbyPEyd .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAvNbyPEyd .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAvNbyPEyd .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAvNbyPEyd .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAvNbyPEyd .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-sAvNbyPEyd .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sAvNbyPEyd .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sAvNbyPEyd .mbr-list .list li {
  line-height: 1.75;
}
.cid-sAvNbyPEyd .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-sAvNbyPEyd .mbr-section-title,
.cid-sAvNbyPEyd .mbr-section-btn DIV {
  text-align: left;
}
.cid-sAvNbyPEyd .contents .mbr-text,
.cid-sAvNbyPEyd .mbr-section-btn {
  text-align: left;
}
.cid-sAvNbyPEyd .mbr-section-title,
.cid-sAvNbyPEyd .mbr-section-btn {
  color: #132c46;
}
.cid-sAvOVc96UJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1efdd;
}
.cid-sAvOVc96UJ img {
  width: 100%;
}
.cid-sAvOVc96UJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvOVc96UJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvOVc96UJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAvOVc96UJ .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sAvOVc96UJ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvOVc96UJ .contents {
  margin-top: 36px;
}
.cid-sAvOVc96UJ .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAvOVc96UJ .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAvOVc96UJ .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAvOVc96UJ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAvOVc96UJ .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-sAvOVc96UJ .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sAvOVc96UJ .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sAvOVc96UJ .mbr-list .list li {
  line-height: 1.75;
}
.cid-sAvOVc96UJ .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-sAvOVc96UJ .mbr-section-title,
.cid-sAvOVc96UJ .mbr-section-btn {
  text-align: left;
  color: #132c46;
}
.cid-sAvOVc96UJ .contents .mbr-text,
.cid-sAvOVc96UJ .mbr-section-btn {
  text-align: left;
  color: #606060;
}
.cid-sAvQ7lM9cI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAvQ7lM9cI img {
  width: 100%;
}
.cid-sAvQ7lM9cI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvQ7lM9cI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvQ7lM9cI .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAvQ7lM9cI .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sAvQ7lM9cI .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvQ7lM9cI .contents {
  margin-top: 36px;
}
.cid-sAvQ7lM9cI .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAvQ7lM9cI .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAvQ7lM9cI .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAvQ7lM9cI .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAvQ7lM9cI .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-sAvQ7lM9cI .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sAvQ7lM9cI .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sAvQ7lM9cI .mbr-list .list li {
  line-height: 1.75;
}
.cid-sAvQ7lM9cI .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-sAvQ7lM9cI .mbr-section-title,
.cid-sAvQ7lM9cI .mbr-section-btn DIV {
  text-align: left;
}
.cid-sAvQ7lM9cI .contents .mbr-text,
.cid-sAvQ7lM9cI .mbr-section-btn {
  text-align: left;
}
.cid-sAvQ7lM9cI .mbr-section-title,
.cid-sAvQ7lM9cI .mbr-section-btn {
  color: #132c46;
}
.cid-sAvVL6mwF9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sAvVL6mwF9 .mbr-overlay {
  background: linear-gradient(135deg, #232323, #232323);
}
.cid-sAvVL6mwF9 .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.cid-sAvVL6mwF9 .badge_wrap {
  width: 100%;
}
.cid-sAvVL6mwF9 .badge_wrap .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.cid-sAvVL6mwF9 .badge_wrap .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvVL6mwF9 .mbr-section-title {
  width: 100%;
}
.cid-sAvVL6mwF9 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvVL6mwF9 .mbr-section-subtitle {
  width: 100%;
}
.cid-sAvVL6mwF9 .box {
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sAvVL6mwF9 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sAvVL6mwF9 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #f8362c !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sAvVL6mwF9 .mbr-media span:hover {
  opacity: 1;
  color: #d34f4e !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-sAvVL6mwF9 .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-sAvVL6mwF9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sAvVL6mwF9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sAvVL6mwF9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sAvVL6mwF9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sAvVL6mwF9 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sAvVL6mwF9 .box {
    height: 250px;
  }
}
.cid-sAvVL6mwF9 .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-sAvVL6mwF9 .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-sAvQkiUdbs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1efdd;
}
.cid-sAvQkiUdbs img {
  width: 100%;
}
.cid-sAvQkiUdbs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvQkiUdbs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvQkiUdbs .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAvQkiUdbs .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sAvQkiUdbs .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvQkiUdbs .contents {
  margin-top: 36px;
}
.cid-sAvQkiUdbs .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAvQkiUdbs .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAvQkiUdbs .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAvQkiUdbs .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAvQkiUdbs .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-sAvQkiUdbs .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sAvQkiUdbs .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sAvQkiUdbs .mbr-list .list li {
  line-height: 1.75;
}
.cid-sAvQkiUdbs .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-sAvQkiUdbs .mbr-section-title,
.cid-sAvQkiUdbs .mbr-section-btn {
  text-align: left;
  color: #132c46;
}
.cid-sAvQkiUdbs .contents .mbr-text,
.cid-sAvQkiUdbs .mbr-section-btn {
  text-align: left;
  color: #606060;
}
.cid-sAvQDEvgSU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAvQDEvgSU img {
  width: 100%;
}
.cid-sAvQDEvgSU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvQDEvgSU .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvQDEvgSU .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAvQDEvgSU .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sAvQDEvgSU .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvQDEvgSU .contents {
  margin-top: 36px;
}
.cid-sAvQDEvgSU .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAvQDEvgSU .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAvQDEvgSU .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAvQDEvgSU .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAvQDEvgSU .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-sAvQDEvgSU .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sAvQDEvgSU .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sAvQDEvgSU .mbr-list .list li {
  line-height: 1.75;
}
.cid-sAvQDEvgSU .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-sAvQDEvgSU .mbr-section-title,
.cid-sAvQDEvgSU .mbr-section-btn DIV {
  text-align: left;
}
.cid-sAvQDEvgSU .contents .mbr-text,
.cid-sAvQDEvgSU .mbr-section-btn {
  text-align: left;
}
.cid-sAvQDEvgSU .mbr-section-title,
.cid-sAvQDEvgSU .mbr-section-btn {
  color: #132c46;
}
.cid-sAzDtxYcqR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sAzDtxYcqR .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sAzDtxYcqR .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sAzDtxYcqR .card .card-img {
  height: 100%;
}
.cid-sAzDtxYcqR .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sAzDtxYcqR .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #4249cc;
}
.cid-sAzDtxYcqR .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sAzDtxYcqR .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sAzDtxYcqR .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sAzDtxYcqR .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sAzDtxYcqR .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sAzDtxYcqR .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sAzDtxYcqR .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAzDtxYcqR .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sAzDtxYcqR .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sAzDtxYcqR .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sAzDtxYcqR .mbr-section-title,
.cid-sAzDtxYcqR .line-wrap {
  color: #232323;
  text-align: center;
}
.cid-sAzDtxYcqR .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sAzDtxYcqR .card-big {
    height: 200px;
  }
  .cid-sAzDtxYcqR .card-img {
    margin-top: -15%;
  }
}
.cid-sAzDviaDt3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sAzDviaDt3 .card-box {
  padding: 0rem;
}
.cid-sAzDviaDt3 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sAzDviaDt3 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sAzDviaDt3 .big h4 {
  margin: 0;
}
.cid-sAzDviaDt3 .card {
  padding: 0;
  min-height: 300px;
}
.cid-sAzDviaDt3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAzDviaDt3 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-sAzDviaDt3 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sAzDviaDt3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sAzDviaDt3 .cardbg1 {
  background: #d7e7ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sAzDviaDt3 .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sAzDviaDt3 .main-title {
  color: #ffffff;
}
.cid-sAvQRGdYwB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAvQRGdYwB img {
  width: 100%;
}
.cid-sAvQRGdYwB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvQRGdYwB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvQRGdYwB .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAvQRGdYwB .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sAvQRGdYwB .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sAvQRGdYwB .contents {
  margin-top: 36px;
}
.cid-sAvQRGdYwB .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAvQRGdYwB .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAvQRGdYwB .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAvQRGdYwB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAvQRGdYwB .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-sAvQRGdYwB .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sAvQRGdYwB .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sAvQRGdYwB .mbr-list .list li {
  line-height: 1.75;
}
.cid-sAvQRGdYwB .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-sAvQRGdYwB .mbr-section-title,
.cid-sAvQRGdYwB .mbr-section-btn {
  text-align: left;
  color: #132c46;
}
.cid-sAvQRGdYwB .contents .mbr-text,
.cid-sAvQRGdYwB .mbr-section-btn {
  text-align: left;
  color: #606060;
}
.cid-sAvS9kBHsz {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-image: url("../../../assets/images/shutterstock-110408939-1000x928.jpg");
}
.cid-sAvS9kBHsz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sAvS9kBHsz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvS9kBHsz .mbr-section-title {
  color: #132c46;
}
.cid-sAvS9kBHsz .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sAvS9kBHsz .main-text {
  color: #606060;
}
.cid-sAvS9kBHsz .carousel {
  z-index: 2;
  position: relative;
}
.cid-sAvS9kBHsz .user {
  padding: 0 !important;
}
.cid-sAvS9kBHsz .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sAvS9kBHsz .carousel-item.active,
.cid-sAvS9kBHsz .carousel-item-next,
.cid-sAvS9kBHsz .carousel-item-prev {
  display: flex;
}
.cid-sAvS9kBHsz .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sAvS9kBHsz .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sAvS9kBHsz .details .info {
  padding-left: 20px;
}
.cid-sAvS9kBHsz .details .info .user_name {
  margin: 0;
}
.cid-sAvS9kBHsz .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sAvS9kBHsz .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-sAvS9kBHsz .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sAvS9kBHsz .carousel-controls a {
  font-size: 2rem;
}
.cid-sAvS9kBHsz .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-sAvS9kBHsz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sAvS9kBHsz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sAvS9kBHsz .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-sAvS9kBHsz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sAvS9kBHsz .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sAvS9kBHsz .user_text {
  color: #707070;
  text-align: left;
}
.cid-sAvS9kBHsz .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sAvS9kBHsz .user_desk {
  color: #767676;
}
.cid-sAvS9kBHsz .user_desk,
.cid-sAvS9kBHsz .carousel-item {
  text-align: left;
}
.cid-sAvS9kBHsz .carousel-item {
  padding-right: 20px;
}
.cid-sAvS9kBHsz .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sAvS9kBHsz .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sAvS9kBHsz .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sAvS9kBHsz .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-sAvS9kBHsz .user_text p,
.cid-sAvS9kBHsz .carousel-item {
  color: #232323;
}
.cid-sAvUNkW8Mv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAvUNkW8Mv img {
  width: 100%;
}
.cid-sAvUNkW8Mv .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f8362c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAvUNkW8Mv .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAvUNkW8Mv .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sAvUNkW8Mv .panel-group {
  margin-top: 36px;
}
.cid-sAvUNkW8Mv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sAvUNkW8Mv .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sAvUNkW8Mv .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sAvUNkW8Mv .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sAvUNkW8Mv .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sAvUNkW8Mv .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sAvUNkW8Mv * {
    text-align: left;
  }
}
.cid-sAvUNkW8Mv .main-title {
  color: #132c46;
}
