body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #ffa200 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #021126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #af9014 !important;
  border-color: #af9014 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #6a580c !important;
  border-color: #6a580c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6a580c !important;
  border-color: #6a580c !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #021126 !important;
  border-color: #021126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #53450a;
  color: #53450a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #af9014;
  border-color: #af9014;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #af9014 !important;
  border-color: #af9014 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #021126;
  border-color: #021126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #021126 !important;
  border-color: #021126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #444444 !important;
}
.text-secondary {
  color: #af9014 !important;
}
.text-success {
  color: #ffa200 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #021126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #53450a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #996100 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #021126;
}
.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 {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffeccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #94bef9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !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: #af9014 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23444444' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tGNgQYQ6QE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tGNgQYQ6QE nav.navbar {
  position: fixed;
}
.cid-tGNgQYQ6QE .spasilogo {
  margin-left: 5px;
}
.cid-tGNgQYQ6QE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGNgQYQ6QE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGNgQYQ6QE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGNgQYQ6QE .dropdown-item:hover,
.cid-tGNgQYQ6QE .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tGNgQYQ6QE .dropdown-item:hover span {
  color: white;
}
.cid-tGNgQYQ6QE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGNgQYQ6QE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGNgQYQ6QE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGNgQYQ6QE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGNgQYQ6QE .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tGNgQYQ6QE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGNgQYQ6QE .container {
    flex-wrap: nowrap;
  }
}
.cid-tGNgQYQ6QE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGNgQYQ6QE .dropdown-menu,
.cid-tGNgQYQ6QE .navbar.opened {
  background: #021126 !important;
}
.cid-tGNgQYQ6QE .nav-item:focus,
.cid-tGNgQYQ6QE .nav-link:focus {
  outline: none;
}
.cid-tGNgQYQ6QE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGNgQYQ6QE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGNgQYQ6QE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGNgQYQ6QE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGNgQYQ6QE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGNgQYQ6QE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGNgQYQ6QE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #021126;
}
.cid-tGNgQYQ6QE .navbar.opened {
  transition: all 0.3s;
}
.cid-tGNgQYQ6QE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGNgQYQ6QE .navbar .navbar-logo img {
  width: auto;
}
.cid-tGNgQYQ6QE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGNgQYQ6QE .navbar.collapsed {
  justify-content: center;
}
.cid-tGNgQYQ6QE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGNgQYQ6QE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGNgQYQ6QE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tGNgQYQ6QE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGNgQYQ6QE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGNgQYQ6QE .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: 41%;
}
.cid-tGNgQYQ6QE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGNgQYQ6QE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGNgQYQ6QE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGNgQYQ6QE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGNgQYQ6QE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGNgQYQ6QE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGNgQYQ6QE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGNgQYQ6QE .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: 40%;
  }
  .cid-tGNgQYQ6QE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGNgQYQ6QE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGNgQYQ6QE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGNgQYQ6QE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGNgQYQ6QE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGNgQYQ6QE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGNgQYQ6QE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGNgQYQ6QE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGNgQYQ6QE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGNgQYQ6QE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGNgQYQ6QE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGNgQYQ6QE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGNgQYQ6QE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGNgQYQ6QE .dropdown-item.active,
.cid-tGNgQYQ6QE .dropdown-item:active {
  background-color: transparent;
}
.cid-tGNgQYQ6QE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGNgQYQ6QE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGNgQYQ6QE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGNgQYQ6QE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #021126;
}
.cid-tGNgQYQ6QE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGNgQYQ6QE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGNgQYQ6QE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGNgQYQ6QE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGNgQYQ6QE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGNgQYQ6QE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tGNgQYQ6QE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGNgQYQ6QE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGNgQYQ6QE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGNgQYQ6QE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGNgQYQ6QE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGNgQYQ6QE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGNgQYQ6QE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGNgQYQ6QE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGNgQYQ6QE .navbar-dropdown {
  position: fixed;
}
.cid-tGNgQYQ6QE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGNgQYQ6QE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGNgQYQ6QE .navbar {
    height: 70px;
  }
  .cid-tGNgQYQ6QE .navbar.opened {
    height: auto;
  }
  .cid-tGNgQYQ6QE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGW87v2216 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/building01-1080x720.jpg");
}
.cid-tGW87v2216 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGW87v2216 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGW87v2216 .container {
    padding: 0 20px;
  }
  .cid-tGW87v2216 .container .row {
    padding: 0;
  }
}
.cid-tGW87v2216 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tGW87v2216 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGW87v2216 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGW87v2216 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tGW87v2216 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tGW87v2216 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGW87v2216 .mbr-text {
  color: #ffffff;
}
.cid-tGW87v2216 .mbr-text,
.cid-tGW87v2216 .mbr-section-btn {
  text-align: left;
}
.cid-tGNKPY6t1G {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #8b720f 0%, #8b720f 30%, #8b720f 30%, #8b720f 100%);
}
.cid-tGNKPY6t1G .animated-element {
  color: #efefef;
}
.cid-tGNKPY6t1G .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGNKPY6t1G .mbr-section-subtitle {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tGNKPY6t1G .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGNKPY6t1G .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tGNKPY6t1G {
    background: #8b720f;
  }
  .cid-tGNKPY6t1G .img-block {
    padding-bottom: 2rem;
  }
}
.cid-tGNKPY6t1G .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGNw9fdhMh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/library-books-library-books-library-shelves-bookshelf-full-bookshelf-generative-ai-2000x1121.jpg");
}
.cid-tGNw9fdhMh .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-tGNw9fdhMh h4 {
  text-align: center;
}
.cid-tGNw9fdhMh p {
  text-align: center;
}
.cid-tGNw9fdhMh .card {
  padding-bottom: 3rem;
}
.cid-tGNw9fdhMh .card-img {
  padding-bottom: 1.5rem;
}
.cid-tGNw9fdhMh .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGNw9fdhMh .card-title,
.cid-tGNw9fdhMh .card-img {
  color: #c2a015;
  text-align: center;
}
.cid-tGNw9fdhMh .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-tGNw9fdhMh .header-title,
.cid-tGNw9fdhMh .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tGNw9fdhMh .header-title {
  letter-spacing: 0.1em;
  color: #c2a015;
}
.cid-tGNw9fdhMh .header-text {
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-tGWgdzQafJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #021126;
}
.cid-tGWgdzQafJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWgdzQafJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWgdzQafJ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tGWgdzQafJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGWgdzQafJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGWgdzQafJ .container {
    padding: 0 20px;
  }
  .cid-tGWgdzQafJ .container .row {
    padding: 0;
  }
}
.cid-tGWgdzQafJ .row {
  justify-content: center;
}
.cid-tGWgdzQafJ .panel-group {
  border-radius: 0;
}
.cid-tGWgdzQafJ .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #303030;
}
.cid-tGWgdzQafJ .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tGWgdzQafJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tGWgdzQafJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tGWgdzQafJ .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tGWgdzQafJ .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #82786e;
}
.cid-tGWgdzQafJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tGWgdzQafJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #af9014;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tGWgdzQafJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tGWgdzQafJ .panel-title-edit {
  color: #ffffff;
}
.cid-tGWgdzQafJ .panel-text {
  color: #c2a015;
}
.cid-tGWQKkrrtn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #af9014;
}
.cid-tGWQKkrrtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWQKkrrtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGWQKkrrtn .container {
    padding: 0 30px;
  }
}
.cid-tGWQKkrrtn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tGWQKkrrtn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGWQKkrrtn .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tGWQKkrrtn .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tGWJTNU5X5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af9014;
}
.cid-tGWJTNU5X5 .main-col {
  display: flex;
}
.cid-tGWJTNU5X5 .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #d9d9d8;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tGWJTNU5X5 .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tGWJTNU5X5 .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tGWJTNU5X5 .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tGWJTNU5X5 .text-wrapper {
    width: 52%;
  }
}
.cid-tGWJTNU5X5 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tGWJTNU5X5 .prof-text {
  color: #00284e;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tGWJTNU5X5 .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tGWJTNU5X5 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tGWJTNU5X5 .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tGWJTNU5X5 .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGWJTNU5X5 .image-wrapper {
    width: 48%;
  }
}
.cid-tGWJTNU5X5 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGWJTNU5X5 .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tGWJTNU5X5 .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tGWJTNU5X5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tGWJTNU5X5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGWJTNU5X5 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tGWJTNU5X5 .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tGWJTNU5X5 .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tGWJTNU5X5 .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tGWJTNU5X5 .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tGWJTNU5X5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWJTNU5X5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWJTNU5X5 .mbr-section-title,
.cid-tGWJTNU5X5 .mbr-section-btn {
  color: #000000;
}
.cid-tGWMp9C60f {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #af9014;
}
.cid-tGWMp9C60f .main-col {
  display: flex;
}
.cid-tGWMp9C60f .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #d9d9d8;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
  flex-direction: row-reverse;
}
.cid-tGWMp9C60f .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tGWMp9C60f .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tGWMp9C60f .text-wrapper {
    padding: 40px 50px 40px 70px;
    padding: 40px 70px 40px 50px;
  }
}
@media (min-width: 992px) {
  .cid-tGWMp9C60f .text-wrapper {
    width: 52%;
  }
}
.cid-tGWMp9C60f .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tGWMp9C60f .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tGWMp9C60f .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tGWMp9C60f .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tGWMp9C60f .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tGWMp9C60f .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGWMp9C60f .image-wrapper {
    width: 48%;
  }
}
.cid-tGWMp9C60f .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGWMp9C60f .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tGWMp9C60f .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tGWMp9C60f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tGWMp9C60f .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGWMp9C60f .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tGWMp9C60f .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tGWMp9C60f .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tGWMp9C60f .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tGWMp9C60f .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tGWMp9C60f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWMp9C60f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWMp9C60f .mbr-section-title,
.cid-tGWMp9C60f .mbr-section-btn {
  color: #000000;
}
.cid-tGY83dKjlQ {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/careers01-1104x717.jpg");
}
.cid-tGY83dKjlQ .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tGY83dKjlQ .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGY83dKjlQ .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tGY83dKjlQ .mbr-text,
.cid-tGY83dKjlQ .mbr-section-btn {
  text-align: left;
}
.cid-tGY83dKjlQ .card-title,
.cid-tGY83dKjlQ .card-img {
  color: #c2a015;
}
.cid-tGY9BP0qly {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #021126;
}
.cid-tGY9BP0qly .mbr-text,
.cid-tGY9BP0qly blockquote {
  color: #767676;
}
.cid-tGSMGJvUnX .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGSMGJvUnX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGSMGJvUnX .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-tGSMGJvUnX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGSMGJvUnX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGNuDQQV5f {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #021126;
}
.cid-tGNuDQQV5f .row {
  flex-direction: row-reverse;
}
.cid-tGNuDQQV5f img {
  display: inline;
}
.cid-tGNuDQQV5f .si {
  width: 100%;
}
.cid-tGNuDQQV5f .si img {
  width: auto;
}
.cid-tGNuDQQV5f .text {
  color: #ffffff;
}
.cid-tGNuDQQV5f .text,
.cid-tGNuDQQV5f .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tGNuDQQV5f .copyright {
  color: #465052;
}
.cid-tGNuDQQV5f .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGNuDQQV5f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGNuDQQV5f .list {
    margin-bottom: 0rem;
  }
}
.cid-tGNuDQQV5f .list li {
  margin-bottom: .5rem;
}
.cid-tGNuDQQV5f .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tGNuDQQV5f .logo {
    margin-top: 2rem;
  }
}
.cid-tGNuDQQV5f .mbr-section-subtitle {
  color: #c2a015;
}
.cid-tPUnbKxJKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tPUnbKxJKt nav.navbar {
  position: fixed;
}
.cid-tPUnbKxJKt .spasilogo {
  margin-left: 5px;
}
.cid-tPUnbKxJKt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPUnbKxJKt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPUnbKxJKt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPUnbKxJKt .dropdown-item:hover,
.cid-tPUnbKxJKt .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tPUnbKxJKt .dropdown-item:hover span {
  color: white;
}
.cid-tPUnbKxJKt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPUnbKxJKt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPUnbKxJKt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPUnbKxJKt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPUnbKxJKt .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tPUnbKxJKt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPUnbKxJKt .container {
    flex-wrap: nowrap;
  }
}
.cid-tPUnbKxJKt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPUnbKxJKt .dropdown-menu,
.cid-tPUnbKxJKt .navbar.opened {
  background: #021126 !important;
}
.cid-tPUnbKxJKt .nav-item:focus,
.cid-tPUnbKxJKt .nav-link:focus {
  outline: none;
}
.cid-tPUnbKxJKt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPUnbKxJKt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPUnbKxJKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPUnbKxJKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPUnbKxJKt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPUnbKxJKt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPUnbKxJKt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #021126;
}
.cid-tPUnbKxJKt .navbar.opened {
  transition: all 0.3s;
}
.cid-tPUnbKxJKt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPUnbKxJKt .navbar .navbar-logo img {
  width: auto;
}
.cid-tPUnbKxJKt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPUnbKxJKt .navbar.collapsed {
  justify-content: center;
}
.cid-tPUnbKxJKt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPUnbKxJKt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPUnbKxJKt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tPUnbKxJKt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPUnbKxJKt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPUnbKxJKt .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: 41%;
}
.cid-tPUnbKxJKt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPUnbKxJKt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPUnbKxJKt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPUnbKxJKt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPUnbKxJKt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPUnbKxJKt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPUnbKxJKt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPUnbKxJKt .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: 40%;
  }
  .cid-tPUnbKxJKt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPUnbKxJKt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPUnbKxJKt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPUnbKxJKt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPUnbKxJKt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPUnbKxJKt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPUnbKxJKt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPUnbKxJKt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPUnbKxJKt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPUnbKxJKt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPUnbKxJKt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPUnbKxJKt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPUnbKxJKt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPUnbKxJKt .dropdown-item.active,
.cid-tPUnbKxJKt .dropdown-item:active {
  background-color: transparent;
}
.cid-tPUnbKxJKt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPUnbKxJKt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPUnbKxJKt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPUnbKxJKt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #021126;
}
.cid-tPUnbKxJKt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPUnbKxJKt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPUnbKxJKt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPUnbKxJKt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPUnbKxJKt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPUnbKxJKt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tPUnbKxJKt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPUnbKxJKt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUnbKxJKt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUnbKxJKt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPUnbKxJKt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUnbKxJKt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPUnbKxJKt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPUnbKxJKt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUnbKxJKt .navbar-dropdown {
  position: fixed;
}
.cid-tPUnbKxJKt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPUnbKxJKt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPUnbKxJKt .navbar {
    height: 70px;
  }
  .cid-tPUnbKxJKt .navbar.opened {
    height: auto;
  }
  .cid-tPUnbKxJKt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPUpgpXMpm {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/books-1906x763.jpg");
}
.cid-tPUpgpXMpm .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-tPUpgpXMpm .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tPUpgpXMpm .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-tPUpgpXMpm .mbr-media {
  height: 70px;
}
.cid-tPUpgpXMpm .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-tPUpgpXMpm .mbr-media span:hover {
  opacity: 0.7;
}
.cid-tPUpgpXMpm .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-tPUpgpXMpm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPUpgpXMpm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPUpgpXMpm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPUpgpXMpm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tPUpgpXMpm a.close:hover {
  color: #ffffff;
}
.cid-tPUpgpXMpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUpgpXMpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUpc7ECEL {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPUpc7ECEL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tPUpc7ECEL .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tPUpc7ECEL .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tPUpc7ECEL .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tPUpc7ECEL .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tPUpc7ECEL .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tPUpc7ECEL .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tPUpc7ECEL .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tPUpc7ECEL .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tPUpc7ECEL .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tPUpc7ECEL .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tPUpc7ECEL .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tPUpc7ECEL .mbr-text {
  color: #000000;
}
.cid-tPUpc7ECEL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tPUnbPosGE {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #021126;
}
.cid-tPUnbPosGE .row {
  flex-direction: row-reverse;
}
.cid-tPUnbPosGE img {
  display: inline;
}
.cid-tPUnbPosGE .si {
  width: 100%;
}
.cid-tPUnbPosGE .si img {
  width: auto;
}
.cid-tPUnbPosGE .text {
  color: #ffffff;
}
.cid-tPUnbPosGE .text,
.cid-tPUnbPosGE .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tPUnbPosGE .copyright {
  color: #465052;
}
.cid-tPUnbPosGE .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tPUnbPosGE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPUnbPosGE .list {
    margin-bottom: 0rem;
  }
}
.cid-tPUnbPosGE .list li {
  margin-bottom: .5rem;
}
.cid-tPUnbPosGE .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tPUnbPosGE .logo {
    margin-top: 2rem;
  }
}
.cid-tPUnbPosGE .mbr-section-subtitle {
  color: #c2a015;
}
