body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4b648c !important;
}
.bg-success {
  background-color: #4b648c !important;
}
.bg-info {
  background-color: #4b648c !important;
}
.bg-warning {
  background-color: #9b9d9f !important;
}
.bg-danger {
  background-color: #9b9d9f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-info,
.btn-info:active {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-success,
.btn-success:active {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #30405a !important;
  border-color: #30405a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #747779 !important;
  border-color: #747779 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #747779 !important;
  border-color: #747779 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #747779 !important;
  border-color: #747779 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #747779 !important;
  border-color: #747779 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #27354a;
  color: #27354a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4b648c;
  border-color: #4b648c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b648c !important;
  border-color: #4b648c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #27354a;
  color: #27354a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4b648c;
  border-color: #4b648c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b648c !important;
  border-color: #4b648c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #27354a;
  color: #27354a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4b648c;
  border-color: #4b648c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4b648c !important;
  border-color: #4b648c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #27354a;
  color: #27354a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4b648c;
  border-color: #4b648c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4b648c !important;
  border-color: #4b648c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #686a6c;
  color: #686a6c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #9b9d9f;
  border-color: #9b9d9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #686a6c;
  color: #686a6c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #9b9d9f;
  border-color: #9b9d9f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4b648c !important;
}
.text-secondary {
  color: #4b648c !important;
}
.text-success {
  color: #4b648c !important;
}
.text-info {
  color: #4b648c !important;
}
.text-warning {
  color: #9b9d9f !important;
}
.text-danger {
  color: #9b9d9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #27354a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #27354a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #27354a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27354a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #686a6c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9b9d9f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4b648c;
}
.alert-warning {
  background-color: #9b9d9f;
}
.alert-danger {
  background-color: #9b9d9f;
}
.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: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4b648c;
  border-color: #4b648c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b648c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #92a5c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #92a5c5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #92a5c5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dcdddd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dcdddd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #4b648c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4b648c;
  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: #4b648c;
  border-bottom-color: #4b648c;
}
.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: #4b648c !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: #4b648c !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='%234b648c' %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;
}
hr {
  border: none;
  background-color: #9b9d9f;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #9b9d9f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #9b9d9f;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #9b9d9f;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #9b9d9f !important;
}
.btn-danger:hover {
  color: #9b9d9f !important;
}
.btn-warning:hover {
  color: #9b9d9f !important;
}
.btn-success:hover {
  color: #4b648c !important;
}
.btn-info:hover {
  color: #4b648c !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #4b648c !important;
}
.btn-primary:hover {
  color: #4b648c !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #9b9d9f !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #9b9d9f;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #4b648c !important;
}
.btn-success-outline:hover::before {
  background-color: #4b648c !important;
}
.btn-info-outline:hover::before {
  background-color: #4b648c !important;
}
.btn-primary-outline:hover::before {
  background-color: #4b648c !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #9b9d9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #9b9d9f !important;
}
.cid-sOSSXmHJBK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6b83a9;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sOSSXmHJBK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sOSSXmHJBK .nav-item,
.cid-sOSSXmHJBK .nav-link,
.cid-sOSSXmHJBK .navbar-caption {
  font-weight: normal;
}
.cid-sOSSXmHJBK .nav-item:focus,
.cid-sOSSXmHJBK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sOSSXmHJBK .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sOSSXmHJBK .nav-item .nav-link {
    position: relative;
  }
  .cid-sOSSXmHJBK .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6b83a9;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sOSSXmHJBK .nav-item:hover .nav-link:before,
  .cid-sOSSXmHJBK .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sOSSXmHJBK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sOSSXmHJBK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOSSXmHJBK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sOSSXmHJBK .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sOSSXmHJBK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOSSXmHJBK .dropdown .dropdown-menu .dropdown-item .soc-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-sOSSXmHJBK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sOSSXmHJBK .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sOSSXmHJBK .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sOSSXmHJBK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sOSSXmHJBK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOSSXmHJBK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOSSXmHJBK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOSSXmHJBK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOSSXmHJBK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOSSXmHJBK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOSSXmHJBK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sOSSXmHJBK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOSSXmHJBK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOSSXmHJBK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOSSXmHJBK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOSSXmHJBK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOSSXmHJBK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sOSSXmHJBK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sOSSXmHJBK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOSSXmHJBK .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-sOSSXmHJBK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOSSXmHJBK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOSSXmHJBK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sOSSXmHJBK .dropdown-item.active,
.cid-sOSSXmHJBK .dropdown-item:active {
  background-color: transparent;
}
.cid-sOSSXmHJBK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOSSXmHJBK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOSSXmHJBK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOSSXmHJBK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sOSSXmHJBK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOSSXmHJBK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOSSXmHJBK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOSSXmHJBK .navbar-buttons {
  text-align: center;
}
.cid-sOSSXmHJBK 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-sOSSXmHJBK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sOSSXmHJBK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOSSXmHJBK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOSSXmHJBK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOSSXmHJBK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOSSXmHJBK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOSSXmHJBK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOSSXmHJBK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOSSXmHJBK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOSSXmHJBK .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-sOSSXmHJBK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOSSXmHJBK .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4b648c;
  display: inline-flex;
}
.cid-sOSSXmHJBK .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sOSSXmHJBK .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sOSSXmHJBK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOSSXmHJBK a.nav-link .mbr-iconfont-btn,
.cid-sOSSXmHJBK a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sOSSXmHJBK a.nav-link:hover .mbr-iconfont-btn,
.cid-sOSSXmHJBK a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sOSSXmHJBK a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOSSXmHJBK .navbar {
    height: 77px;
  }
  .cid-sOSSXmHJBK .navbar.opened {
    height: auto;
  }
  .cid-sOSSXmHJBK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOSVA2B7ok {
  padding-top: 210px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/instituto-oris-27-2000x1333.jpg");
}
@media (max-width: 767px) {
  .cid-sOSVA2B7ok {
    padding-top: 105px;
    padding-bottom: 120px;
  }
}
.cid-sOSVA2B7ok .btn {
  padding: 15px 25px 15px 25px;
  font-weight: bold;
}
.cid-sOSVA2B7ok .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-sOSVA2B7ok .mbr-media {
  height: 70px;
}
.cid-sOSVA2B7ok .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-sOSVA2B7ok .mbr-media span:hover {
  opacity: 0.7;
}
.cid-sOSVA2B7ok .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-sOSVA2B7ok .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sOSVA2B7ok .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOSVA2B7ok .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sOSVA2B7ok a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sOSVA2B7ok a.close:hover {
  color: #ffffff;
}
.cid-sOSVA2B7ok .mbr-text,
.cid-sOSVA2B7ok .mbr-section-btn {
  color: #efefef;
}
.cid-sOSVA2B7ok .display-1 {
  letter-spacing: 0px;
}
.cid-tTbsgJR8pi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-tTbsgJR8pi .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-tTbsgJR8pi .row {
    padding-bottom: 40px;
  }
}
.cid-tTbsgJR8pi .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tTbsgJR8pi .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-tTbsgJR8pi .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: #fff;
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tTbsgJR8pi .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tTbsgJR8pi .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tTbsgJR8pi .text-container {
    text-align: center!important;
  }
}
.cid-tTbsgJR8pi .mbr-section-title {
  color: #4b648c;
}
.cid-tTbsgJR8pi .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tTbsgJR8pi .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-tTbsgJR8pi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tTbsgJR8pi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tTbsgJR8pi .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tTbsgJR8pi .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-tTbsgJR8pi .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tTbsgJR8pi .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tTbsgJR8pi .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tTbsgJR8pi .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tTbsgJR8pi .col-video .mbr-media img {
    height: auto;
  }
}
.cid-tTbsgJR8pi .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tTbsgJR8pi .mbr-media {
  position: relative;
}
.cid-tTbsgJR8pi .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tTbsgJR8pi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tTbsgJR8pi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tTbsgJR8pi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.cid-tTbsgJR8pi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTbsgJR8pi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tTbsgJR8pi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTbsgJR8pi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTbsgJR8pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTbsgJR8pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTbsgJR8pi .mbr-section-subtitle,
.cid-tTbsgJR8pi .mbr-section-btn {
  color: #777777;
}
.cid-tTbqR11ULD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #e2e2e2;
}
.cid-tTbqR11ULD .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tTbqR11ULD .row {
    padding: 2rem 1rem;
  }
}
.cid-tTbqR11ULD img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tTbqR11ULD img {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tTbqR11ULD .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tTbqR11ULD .mbr-text,
.cid-tTbqR11ULD .mbr-section-btn {
  color: #777777;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tTbqR11ULD .mbr-text,
  .cid-tTbqR11ULD .mbr-section-btn {
    text-align: center;
  }
}
.cid-tTbqR11ULD .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tTbqR11ULD .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tTbqR11ULD .mbr-section-title {
  color: #4b648c;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tTbqR11ULD .mbr-section-title {
    text-align: center;
  }
}
.cid-sOSLIGbimm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #6b83a9;
}
.cid-sOSLIGbimm .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sOSLIGbimm .mbr-section-title {
  color: #233d63;
}
.cid-sOSLIGbimm .mbr-section-subtitle {
  text-align: center;
}
.cid-sOSLIGbimm .mbr-section-btn {
  margin-top: 35px;
}
.cid-sOSLIGbimm .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sOSLIGbimm .mbr-section-btn .btn-white:hover {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
}
.cid-sOSLIGbimm .mbr-section-title,
.cid-sOSLIGbimm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sOSLIGbimm .animation__background .circle {
  display: inline-block;
  position: absolute;
  opacity: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-sOSLIGbimm .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  opacity: 10%;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-sOSTIMxz8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeef4;
}
.cid-sOSTIMxz8t .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6b83a9;
  margin-bottom: 1.5rem;
}
.cid-sOSTIMxz8t .col-lg-4,
.cid-sOSTIMxz8t .col-12 {
  padding: 0 2rem;
}
.cid-sOSTIMxz8t .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sOSTIMxz8t .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sOSTIMxz8t .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sOSTIMxz8t .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sOSTIMxz8t .card-title,
.cid-sOSTIMxz8t .iconfont-wrapper {
  color: #101010;
  text-align: center;
}
.cid-sOSTIMxz8t .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sOSTIMxz8t .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sOSTIMxz8t .mbr-section-title {
  color: #232323;
}
.cid-sOSUMUlDYJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOSUMUlDYJ .navbar-logo {
  width: 300px;
  margin-bottom: 10px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sOSUMUlDYJ .navbar-logo {
    width: 200px;
  }
}
.cid-sOSUMUlDYJ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sOSUMUlDYJ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOSUMUlDYJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sOSUMUlDYJ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sOSUMUlDYJ .text2 {
  color: #000000;
  text-align: left;
}
.cid-sOSUMUlDYJ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sOSUMUlDYJ .logo-title {
  text-align: center;
}
.cid-sOSUMUlDYJ .logo-sub-title {
  text-align: center;
}
.cid-sOSUMUlDYJ .links {
  text-align: center;
  color: #656565;
}
.cid-sOSUMUlDYJ .logo-sub-title i {
  color: #9e9e9e;
}
