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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #407696 !important;
}
.bg-success {
  background-color: #395de2 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #63b68f !important;
}
.bg-danger {
  background-color: #777777 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #407696 !important;
  border-color: #407696 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #294c60 !important;
  border-color: #294c60 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #294c60 !important;
  border-color: #294c60 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #37a5d4 !important;
  border-color: #37a5d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #22789d !important;
  border-color: #22789d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #22789d !important;
  border-color: #22789d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #395de2 !important;
  border-color: #395de2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1a3bb4 !important;
  border-color: #1a3bb4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a3bb4 !important;
  border-color: #1a3bb4 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #63b68f !important;
  border-color: #63b68f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #418b68 !important;
  border-color: #418b68 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #418b68 !important;
  border-color: #418b68 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #777777 !important;
  border-color: #777777 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #515151 !important;
  border-color: #515151 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #515151 !important;
  border-color: #515151 !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: #213e4f;
  color: #213e4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #407696;
  border-color: #407696;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #407696 !important;
  border-color: #407696 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1d6888;
  color: #1d6888;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #37a5d4;
  border-color: #37a5d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #37a5d4 !important;
  border-color: #37a5d4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #17349e;
  color: #17349e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #395de2;
  border-color: #395de2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #395de2 !important;
  border-color: #395de2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #397a5b;
  color: #397a5b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #63b68f;
  border-color: #63b68f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #63b68f !important;
  border-color: #63b68f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #777777 !important;
  border-color: #777777 !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: #407696 !important;
}
.text-secondary {
  color: #37a5d4 !important;
}
.text-success {
  color: #395de2 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #63b68f !important;
}
.text-danger {
  color: #777777 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #213e4f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1d6888 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #17349e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #397a5b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !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: #83868c;
}
.alert-warning {
  background-color: #63b68f;
}
.alert-danger {
  background-color: #777777;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #407696;
  border-color: #407696;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #407696;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #89b3cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebeffc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #badfcd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #407696;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #407696 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #407696;
  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: #407696;
  border-bottom-color: #407696;
}
.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: #407696 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #37a5d4 !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='%23407696' %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-sfhrpgglut {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfhrpgglut nav.navbar {
  position: fixed;
}
.cid-sfhrpgglut .dropdown-item:before {
  font-family: Mobirise !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-sfhrpgglut .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfhrpgglut .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfhrpgglut .dropdown-item:hover,
.cid-sfhrpgglut .dropdown-item:focus {
  background: #407696 !important;
  color: white !important;
}
.cid-sfhrpgglut .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfhrpgglut .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfhrpgglut .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfhrpgglut .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfhrpgglut .nav-link {
  position: relative;
}
.cid-sfhrpgglut .container {
  display: flex;
  margin: auto;
}
.cid-sfhrpgglut .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfhrpgglut .dropdown-menu,
.cid-sfhrpgglut .navbar.opened {
  background: #ffffff !important;
}
.cid-sfhrpgglut .nav-item:focus,
.cid-sfhrpgglut .nav-link:focus {
  outline: none;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfhrpgglut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfhrpgglut .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfhrpgglut .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sfhrpgglut .navbar.opened {
  transition: all 0.3s;
}
.cid-sfhrpgglut .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfhrpgglut .navbar .navbar-logo img {
  width: auto;
}
.cid-sfhrpgglut .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfhrpgglut .navbar.collapsed {
  justify-content: center;
}
.cid-sfhrpgglut .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfhrpgglut .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfhrpgglut .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sfhrpgglut .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfhrpgglut .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfhrpgglut .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-sfhrpgglut .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfhrpgglut .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfhrpgglut .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfhrpgglut .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfhrpgglut .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfhrpgglut .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfhrpgglut .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfhrpgglut .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-sfhrpgglut .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfhrpgglut .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfhrpgglut .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfhrpgglut .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfhrpgglut .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfhrpgglut .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfhrpgglut .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfhrpgglut .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfhrpgglut .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfhrpgglut .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfhrpgglut .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfhrpgglut .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfhrpgglut .dropdown-item.active,
.cid-sfhrpgglut .dropdown-item:active {
  background-color: transparent;
}
.cid-sfhrpgglut .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfhrpgglut .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfhrpgglut .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfhrpgglut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfhrpgglut .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfhrpgglut .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfhrpgglut ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfhrpgglut .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfhrpgglut button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfhrpgglut .navigation {
  padding-bottom: 16px !important;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfhrpgglut .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfhrpgglut a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfhrpgglut .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-sfhrpgglut .navbar {
    height: 70px;
  }
  .cid-sfhrpgglut .navbar.opened {
    height: auto;
  }
  .cid-sfhrpgglut .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2V9SnoqGp {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/flower-1920x1081.png");
}
.cid-s2V9SnoqGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-section-title {
  color: #777777;
  text-align: right;
}
.cid-s2V9SnoqGp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-s2V9SnoqGp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-s2V9SnoqGp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #407696;
  background-color: #777777;
  font-size: 2.475rem;
}
.cid-s2V9SnoqGp .mbr-section-btn {
  display: flex;
}
.cid-s2V9SnoqGp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-s2V9SnoqGp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-1,
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-s2V9SnoqGp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-s2V9SnoqGp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V9SnoqGp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #395de2;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V9SnoqGp a.close:hover {
  color: #395de2;
}
@media (max-width: 991px) {
  .cid-s2V9SnoqGp .separator,
  .cid-s2V9SnoqGp .sep-holder,
  .cid-s2V9SnoqGp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9SnoqGp .buttons-wrap {
    flex-direction: column;
  }
  .cid-s2V9SnoqGp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V9SnoqGp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-s2V9SnoqGp .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-s2V9SnoqGp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-s2V9SnoqGp .mbr-section-title DIV {
  text-align: right;
}
.cid-s2V9SnoqGp .mbr-text,
.cid-s2V9SnoqGp .mbr-section-btn {
  color: #777777;
  text-align: right;
}
.cid-s2V9TbCQOl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2V9TbCQOl .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V9TbCQOl .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #407696;
}
.cid-s2V9TbCQOl .contents .mbr-subtitle {
  color: #37a5d4;
  margin-bottom: 10px;
}
.cid-s2V9TbCQOl .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-s2V9TbCQOl .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V9TbCQOl .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-title {
  color: #407696;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-title:hover {
  color: #407696;
  transition: 0.3s all;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-subtitle {
  color: #407696;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V9TbCQOl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V9TbCQOl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-s2V9TbCQOl .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-s2V9TbCQOl .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-s2V9TbCQOl .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-text,
.cid-s2V9TbCQOl .mbr-section-btn {
  color: #777777;
}
.cid-s2V9ULbg4N {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2V9ULbg4N .main-row {
  flex-direction: row-reverse;
}
.cid-s2V9ULbg4N .content {
  padding-right: 30px;
}
.cid-s2V9ULbg4N img {
  width: 100%;
}
.cid-s2V9ULbg4N .mbr-section-subtitle {
  color: #37a5d4;
}
.cid-s2V9ULbg4N .mbr-section-title {
  text-align: left;
  color: #407696;
}
.cid-s2V9ULbg4N .mbr-text {
  color: #777777;
}
.cid-s2V9ULbg4N .left-part {
  color: #37a5d4;
}
.cid-s2V9ULbg4N .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-s2V9ULbg4N .left-part .mbr-text {
  color: #407696;
  display: inline;
}
.cid-s2V9ULbg4N .mbr-section-btn {
  margin-top: 40px;
}
.cid-s2V9ULbg4N .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-s2V9ULbg4N * {
    text-align: left;
  }
}
.cid-sg77XHl449 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #517f9a;
}
.cid-sg77XHl449 ul {
  padding: 0;
  margin: 0;
}
.cid-sg77XHl449 ul li {
  list-style: none;
}
.cid-sg77XHl449 ul li h4 {
  margin: 0;
}
.cid-sg77XHl449 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sg77XHl449 .item {
  color: #ffffff;
}
.cid-sg77XHl449 .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-sg77XHl449 .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-sg77XHl449 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sg77XHl449 .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-sg77XHl449 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-sg77XHl449 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sfhrpgglut {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfhrpgglut nav.navbar {
  position: fixed;
}
.cid-sfhrpgglut .dropdown-item:before {
  font-family: Mobirise !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-sfhrpgglut .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfhrpgglut .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfhrpgglut .dropdown-item:hover,
.cid-sfhrpgglut .dropdown-item:focus {
  background: #407696 !important;
  color: white !important;
}
.cid-sfhrpgglut .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfhrpgglut .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfhrpgglut .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfhrpgglut .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfhrpgglut .nav-link {
  position: relative;
}
.cid-sfhrpgglut .container {
  display: flex;
  margin: auto;
}
.cid-sfhrpgglut .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfhrpgglut .dropdown-menu,
.cid-sfhrpgglut .navbar.opened {
  background: #ffffff !important;
}
.cid-sfhrpgglut .nav-item:focus,
.cid-sfhrpgglut .nav-link:focus {
  outline: none;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfhrpgglut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfhrpgglut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfhrpgglut .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfhrpgglut .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sfhrpgglut .navbar.opened {
  transition: all 0.3s;
}
.cid-sfhrpgglut .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfhrpgglut .navbar .navbar-logo img {
  width: auto;
}
.cid-sfhrpgglut .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfhrpgglut .navbar.collapsed {
  justify-content: center;
}
.cid-sfhrpgglut .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfhrpgglut .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfhrpgglut .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sfhrpgglut .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfhrpgglut .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfhrpgglut .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-sfhrpgglut .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfhrpgglut .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfhrpgglut .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfhrpgglut .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfhrpgglut .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfhrpgglut .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfhrpgglut .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfhrpgglut .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-sfhrpgglut .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfhrpgglut .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfhrpgglut .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfhrpgglut .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfhrpgglut .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfhrpgglut .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfhrpgglut .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfhrpgglut .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfhrpgglut .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfhrpgglut .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfhrpgglut .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfhrpgglut .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfhrpgglut .dropdown-item.active,
.cid-sfhrpgglut .dropdown-item:active {
  background-color: transparent;
}
.cid-sfhrpgglut .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfhrpgglut .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfhrpgglut .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfhrpgglut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfhrpgglut .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfhrpgglut .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfhrpgglut ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfhrpgglut .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfhrpgglut button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfhrpgglut button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfhrpgglut .navigation {
  padding-bottom: 16px !important;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfhrpgglut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfhrpgglut .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfhrpgglut a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfhrpgglut .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-sfhrpgglut .navbar {
    height: 70px;
  }
  .cid-sfhrpgglut .navbar.opened {
    height: auto;
  }
  .cid-sfhrpgglut .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shfwdn89Qv {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shfwdn89Qv .mbr-section-subtitle {
  color: #767676;
}
.cid-shfxftS2Cb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shfxftS2Cb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shfxftS2Cb .section-text {
  padding: 2rem 0;
}
.cid-shfxftS2Cb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shfxftS2Cb .inner-container {
    width: 100% !important;
  }
}
.cid-shfwdTGua2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfwdTGua2 .mbr-text,
.cid-shfwdTGua2 blockquote {
  color: #767676;
}
.cid-shfxWl4ejG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfxWl4ejG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shfxWl4ejG .section-text {
  padding: 2rem 0;
}
.cid-shfxWl4ejG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shfxWl4ejG .inner-container {
    width: 100% !important;
  }
}
.cid-shfy1rBeBn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfy1rBeBn .mbr-text,
.cid-shfy1rBeBn blockquote {
  color: #767676;
}
.cid-shfyaxoscj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfyaxoscj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shfyaxoscj .section-text {
  padding: 2rem 0;
}
.cid-shfyaxoscj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shfyaxoscj .inner-container {
    width: 100% !important;
  }
}
.cid-shfyhDMMYp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfyhDMMYp .mbr-text,
.cid-shfyhDMMYp blockquote {
  color: #767676;
}
.cid-shfzBkHcu9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfzBkHcu9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shfzBkHcu9 .section-text {
  padding: 2rem 0;
}
.cid-shfzBkHcu9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shfzBkHcu9 .inner-container {
    width: 100% !important;
  }
}
.cid-shfzODvUc6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shfzODvUc6 .mbr-text,
.cid-shfzODvUc6 blockquote {
  color: #767676;
}
.cid-shfAuVD4cn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shfAuVD4cn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shfAuVD4cn .section-text {
  padding: 2rem 0;
}
.cid-shfAuVD4cn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shfAuVD4cn .inner-container {
    width: 100% !important;
  }
}
.cid-shfAB3NBBL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shfAB3NBBL .mbr-text,
.cid-shfAB3NBBL blockquote {
  color: #767676;
}
