/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 100vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 100vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.2;
}

.mbr-text {
  font-style: normal;
  line-height: 1.3;
}

.mbr-normal {
  font-weight: 400;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1rem;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
  font-weight: 600;
}

.btn .mbr-iconfont-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
  padding-left: 0.8rem !important;
}

.popover-content .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 1.875rem;
  line-height: .9;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.27rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.27rem;
}
/* ---- 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: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    line-height: .9;
    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: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2383d2 !important;
}
.bg-success {
  background-color: #6140b7 !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #2383d2 !important;
  border-color: #2383d2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #185a90 !important;
  border-color: #185a90 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #185a90 !important;
  border-color: #185a90 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2383d2 !important;
  border-color: #2383d2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #185a90 !important;
  border-color: #185a90 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #185a90 !important;
  border-color: #185a90 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #6140b7 !important;
  border-color: #6140b7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #432c7e !important;
  border-color: #432c7e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #432c7e !important;
  border-color: #432c7e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !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: #144c7b;
  color: #144c7b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #2383d2;
  border-color: #2383d2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2383d2 !important;
  border-color: #2383d2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #144c7b;
  color: #144c7b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #2383d2;
  border-color: #2383d2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2383d2 !important;
  border-color: #2383d2 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #39266b;
  color: #39266b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #6140b7;
  border-color: #6140b7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6140b7 !important;
  border-color: #6140b7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !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: #2383d2 !important;
}
.text-secondary {
  color: #2383d2 !important;
}
.text-success {
  color: #6140b7 !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #144c7b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #144c7b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #39266b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.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.active .btn {
  background-color: #2383d2;
  border-color: #2383d2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbe3f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ad9bdc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.27rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.27rem;
}
blockquote {
  border-color: #2383d2;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #2383d2 !important;
  border-color: #2383d2 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2383d2;
  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: #2383d2;
  border-bottom-color: #2383d2;
}
.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: #2383d2 !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: #2383d2 !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='%232383d2' %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-szEyz3iaXH {
  z-index: 1000;
  width: 100%;
}
.cid-szEyz3iaXH nav.navbar {
  position: fixed;
}
.cid-szEyz3iaXH .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-szEyz3iaXH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szEyz3iaXH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szEyz3iaXH .dropdown-item:hover,
.cid-szEyz3iaXH .dropdown-item:focus {
  background: #2383d2 !important;
  color: white !important;
}
.cid-szEyz3iaXH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szEyz3iaXH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szEyz3iaXH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-szEyz3iaXH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szEyz3iaXH .nav-link {
  position: relative;
}
.cid-szEyz3iaXH .container {
  display: flex;
  margin: auto;
}
.cid-szEyz3iaXH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-szEyz3iaXH .dropdown-menu,
.cid-szEyz3iaXH .navbar.opened {
  background: #ffffff !important;
}
.cid-szEyz3iaXH .nav-item:focus,
.cid-szEyz3iaXH .nav-link:focus {
  outline: none;
}
.cid-szEyz3iaXH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szEyz3iaXH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szEyz3iaXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-szEyz3iaXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szEyz3iaXH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szEyz3iaXH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szEyz3iaXH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-szEyz3iaXH .navbar.opened {
  transition: all 0.3s;
}
.cid-szEyz3iaXH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-szEyz3iaXH .navbar .navbar-logo img {
  width: auto;
}
.cid-szEyz3iaXH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szEyz3iaXH .navbar.collapsed {
  justify-content: center;
}
.cid-szEyz3iaXH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szEyz3iaXH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szEyz3iaXH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-szEyz3iaXH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szEyz3iaXH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szEyz3iaXH .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-szEyz3iaXH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szEyz3iaXH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szEyz3iaXH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szEyz3iaXH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szEyz3iaXH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szEyz3iaXH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szEyz3iaXH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szEyz3iaXH .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-szEyz3iaXH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szEyz3iaXH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szEyz3iaXH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szEyz3iaXH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szEyz3iaXH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szEyz3iaXH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szEyz3iaXH .navbar.navbar-short {
  min-height: 60px;
}
.cid-szEyz3iaXH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szEyz3iaXH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szEyz3iaXH .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-szEyz3iaXH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szEyz3iaXH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szEyz3iaXH .dropdown-item.active,
.cid-szEyz3iaXH .dropdown-item:active {
  background-color: transparent;
}
.cid-szEyz3iaXH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szEyz3iaXH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szEyz3iaXH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szEyz3iaXH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szEyz3iaXH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szEyz3iaXH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szEyz3iaXH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szEyz3iaXH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szEyz3iaXH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-szEyz3iaXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szEyz3iaXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szEyz3iaXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szEyz3iaXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szEyz3iaXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szEyz3iaXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szEyz3iaXH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szEyz3iaXH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szEyz3iaXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szEyz3iaXH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szEyz3iaXH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szEyz3iaXH .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-szEyz3iaXH .navbar {
    height: 70px;
  }
  .cid-szEyz3iaXH .navbar.opened {
    height: auto;
  }
  .cid-szEyz3iaXH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSb9WtunRS {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
}
.cid-rSb9WtunRS .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSb9WtunRS .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-rSb9WtunRS .card-wrapper .card-img .card-icon {
  background: #6140b7;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-rSb9WtunRS .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-rSb9WtunRS .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSb9WtunRS .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #2383d2;
  font-weight: 700;
}
.cid-rSb9WtunRS .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSb9WtunRS .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 18px;
}
.cid-rSb9WtunRS .card-wrapper .card-box .card-title {
  color: #24aa52;
}
.cid-szK732ELaM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szK732ELaM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-szK732ELaM img:hover {
  transform: scale(1.1);
}
.cid-szK732ELaM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-szK732ELaM h2 {
  padding: 0;
  margin: 0;
}
.cid-szK732ELaM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szK732ELaM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-szK732ELaM .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-szK732ELaM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-szK732ELaM .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-szK732ELaM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-szK732ELaM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-szK732ELaM .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-szK732ELaM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-szK732ELaM H2 {
  color: #333333;
}
.cid-szK732ELaM .mbr-text {
  color: #767676;
}
.cid-szK732ELaM H3 {
  color: #2383d2;
}
.cid-szK732ELaM H1 {
  color: #24aa52;
}
.cid-rSb9XEn0Np {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-rSb9XEn0Np .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  width: 100%;
}
.cid-rSb9XEn0Np .mbr-section-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-rSb9XEn0Np .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.cid-rSb9XEn0Np .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
  line-height: 48px;
}
.cid-rSb9XEn0Np .mbr-text,
.cid-rSb9XEn0Np .video-text {
  color: #6140b7;
}
.cid-rSb9XEn0Np .card {
  padding: 1rem 0.5rem;
}
.cid-rSb9XEn0Np .card .mbr-crt-title .card-title {
  color: #6140b7;
}
.cid-rSb9XEn0Np .wrap {
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
.cid-rSb9XEn0Np .wrap .pie_progress {
  height: inherit;
}
.cid-rSb9XEn0Np .btn {
  margin: 0 !important;
}
.cid-rSb9XEn0Np path {
  stroke: #ffffff;
  stroke-width: 9;
}
.cid-rSb9XEn0Np ellipse {
  stroke: #000000 !important;
  fill: #ffffff;
}
.cid-rSb9XEn0Np .video-wrap {
  cursor: pointer;
}
.cid-rSb9XEn0Np .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-rSb9XEn0Np .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rSb9XEn0Np .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSb9XEn0Np .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-rSb9XEn0Np .video-wrap .video-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSb9XEn0Np .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSb9XEn0Np .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSb9XEn0Np .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSb9XEn0Np a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #6140b7;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSb9XEn0Np a.close:hover {
  color: #6140b7;
}
@media (max-width: 1200px) {
  .cid-rSb9XEn0Np .video-wrap {
    justify-content: center !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rSb9XEn0Np .card {
    flex-basis: 33%;
  }
}
@media (max-width: 1199px) {
  .cid-rSb9XEn0Np .main > div {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSb9XEn0Np h2,
  .cid-rSb9XEn0Np h3 {
    text-align: center !important;
  }
  .cid-rSb9XEn0Np .main > div > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rSb9XEn0Np .second-col {
    padding-top: 1.5rem;
  }
  .cid-rSb9XEn0Np .video-wrap {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-rSb9XEn0Np .show-modal {
    height: 80%;
  }
}
.cid-rSb9XEn0Np p {
  color: #2383d2;
}
.cid-rSb9XEn0Np .card .mbr-crt-title .card-title {
  color: #ffffff;
}
.cid-szPxNngHh9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-szPxNngHh9 .card-wrapper {
  background-color: #a98eed;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-szPxNngHh9 .card-wrapper {
    padding: 1rem;
  }
}
.cid-szPxNngHh9 .text-wrapper {
  max-width: 28rem;
}
.cid-szPxNngHh9 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-szPxNngHh9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-szPxNngHh9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-szPxNngHh9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szPxNngHh9 .content-wrapper {
    padding: 3rem;
  }
  .cid-szPxNngHh9 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-szPxNngHh9 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-szPxNngHh9 .text-column {
    padding-left: 16px !important;
    padding-right: 4rem;
  }
}
.cid-szPxNngHh9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szPxNngHh9 .card-title {
  color: #2383d2;
}
.cid-rSbcpd8ZX6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-rSbcpd8ZX6 .mbr-section-subtitle {
  color: #2383d2;
  font-weight: 800;
}
.cid-rSbcpd8ZX6 .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbcpd8ZX6 .mbr-section-title {
  color: #6140b7;
  font-weight: 700;
  text-align: center;
}
.cid-rSbcpd8ZX6 .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSbcpd8ZX6 .mbr-text {
  color: #6d7a8c;
  margin: 1.5rem 0;
}
.cid-rSbcpd8ZX6 .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSbcpd8ZX6 .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbcpd8ZX6 .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbcpd8ZX6 .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #2383d2;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbcpd8ZX6 .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.cid-rSbcpd8ZX6 .card .card-wrap .card-title {
  font-weight: 700;
  color: #2383d2;
}
.cid-rSbcpd8ZX6 .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-rSbcpd8ZX6 .card .card-wrap .user-desc {
  font-weight: 600;
  color: #6d7a8c;
}
.cid-rSbcpd8ZX6 .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #2383d2;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #6140b7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list .soc-item:hover {
  background-color: #130947 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-rSbcpd8ZX6 .mbr-iconfont {
  color: #6140b7;
}
.cid-rSbcpd8ZX6 .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSbcpd8ZX6 .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #6140b7;
}
@media (min-width: 992px) {
  .cid-rSbcpd8ZX6 .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-rSbcpd8ZX6 .card {
    margin-bottom: 30px;
  }
}
.cid-szPmZ06BmA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-szPmZ06BmA .mbr-section-subtitle {
  color: #2383d2;
  font-weight: 800;
}
.cid-szPmZ06BmA .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-szPmZ06BmA .mbr-section-title {
  color: #2383d2;
  font-weight: 700;
  text-align: center;
}
.cid-szPmZ06BmA .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-szPmZ06BmA .mbr-text {
  color: #6d7a8c;
  margin: 1.5rem 0;
}
.cid-szPmZ06BmA .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-szPmZ06BmA .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-szPmZ06BmA .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-szPmZ06BmA .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #4f87fb;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-szPmZ06BmA .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.cid-szPmZ06BmA .card .card-wrap .card-title {
  font-weight: 700;
  color: #2383d2;
}
.cid-szPmZ06BmA .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-szPmZ06BmA .card .card-wrap .user-desc {
  font-weight: 600;
  color: #6d7a8c;
}
.cid-szPmZ06BmA .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-szPmZ06BmA .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-szPmZ06BmA .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #2383d2;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szPmZ06BmA .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #6140b7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-szPmZ06BmA .card .card-wrap .social-list .soc-item:hover {
  background-color: #130947 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szPmZ06BmA .mbr-iconfont {
  color: #6140b7;
}
.cid-szPmZ06BmA .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-szPmZ06BmA .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #6140b7;
}
@media (min-width: 992px) {
  .cid-szPmZ06BmA .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-szPmZ06BmA .card {
    margin-bottom: 30px;
  }
}
.cid-szPAsEikvQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-szPAsEikvQ .container {
  max-width: 1500px;
}
.cid-szPAsEikvQ .row {
  background: #6140b7;
}
.cid-szPAsEikvQ .img-col {
  padding: 0;
}
.cid-szPAsEikvQ .title-col {
  padding: 4rem 6rem;
}
.cid-szPAsEikvQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-szPAsEikvQ h2 {
  padding: 0;
  margin: 0;
}
.cid-szPAsEikvQ .text-wrap {
  margin: auto;
}
.cid-szPAsEikvQ .mbr-text {
  color: #ebe9d1;
}
@media (max-width: 1200px) {
  .cid-szPAsEikvQ .row {
    margin: 2rem;
  }
  .cid-szPAsEikvQ .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-szPAsEikvQ .row {
    margin: 0rem;
  }
  .cid-szPAsEikvQ .title-col {
    padding: 2rem 1rem;
  }
}
.cid-szPvCT8Tx8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-szPvCT8Tx8 .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-szPvCT8Tx8 .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-szPvCT8Tx8 .row {
  align-items: center;
  height: 100%;
}
.cid-szPvCT8Tx8 .container {
  max-width: 720px;
  margin: auto;
}
.cid-szPr7jDZYH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-footer-2000x831.jpg");
}
.cid-szPr7jDZYH .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-szPr7jDZYH .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-szPr7jDZYH .form-control:focus,
.cid-szPr7jDZYH .form-control:hover {
  border: 1px solid #6d7a8c;
  background-color: #e9e9e9;
}
.cid-szPr7jDZYH .form-group {
  margin-bottom: 1rem;
}
.cid-szPr7jDZYH input::-webkit-input-placeholder,
.cid-szPr7jDZYH textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-szPr7jDZYH input:-moz-placeholder,
.cid-szPr7jDZYH textarea:-moz-placeholder {
  color: #656565;
}
.cid-szPr7jDZYH .jq-selectbox li,
.cid-szPr7jDZYH .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-szPr7jDZYH .jq-selectbox li:hover,
.cid-szPr7jDZYH .jq-selectbox li.selected {
  background-color: #e9e9e9;
  color: #000000;
}
.cid-szPr7jDZYH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-szPr7jDZYH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e9e9e9;
}
.cid-szPr7jDZYH .map {
  width: 100%;
  height: 30rem;
}
.cid-szPr7jDZYH .map iframe {
  width: inherit;
  height: 100%;
}
.cid-szPr7jDZYH .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szPr7jDZYH .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-szPr7jDZYH .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-szPr7jDZYH .mbr-text {
  color: #767676;
}
.cid-szPr7jDZYH a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-szPr7jDZYH .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-szPr7jDZYH .input-group-btn {
  display: block;
  text-align: center;
}
.cid-szPr7jDZYH textarea.form-control {
  resize: none;
}
.cid-szPr7jDZYH .google-map {
  height: 25rem;
  position: relative;
}
.cid-szPr7jDZYH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-szPr7jDZYH .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-szPr7jDZYH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-szPr7jDZYH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-szPr7jDZYH h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-szPr7jDZYH .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-szPr7jDZYH .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-szPr7jDZYH .google-map {
    padding-bottom: 2rem;
  }
}
.cid-szPr7jDZYH H2 {
  color: #6140b7;
}
.cid-rSbcsFlJOV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSbcsFlJOV .links {
  text-align: center;
  color: #6140b7;
}
.cid-rSbcsFlJOV p {
  margin: 0;
}
.cid-rSbcsFlJOV a {
  color: #6140b7;
}
.cid-rSbcsFlJOV a:hover {
  color: #2383d2 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 100vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 100vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.2;
}

.mbr-text {
  font-style: normal;
  line-height: 1.3;
}

.mbr-normal {
  font-weight: 400;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1rem;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
  font-weight: 600;
}

.btn .mbr-iconfont-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
  padding-left: 0.8rem !important;
}

.popover-content .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */.cid-sCFrK1ZmK9 {
  z-index: 1000;
  width: 100%;
}
.cid-sCFrK1ZmK9 nav.navbar {
  position: fixed;
}
.cid-sCFrK1ZmK9 .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-sCFrK1ZmK9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCFrK1ZmK9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCFrK1ZmK9 .dropdown-item:hover,
.cid-sCFrK1ZmK9 .dropdown-item:focus {
  background: #2383d2 !important;
  color: white !important;
}
.cid-sCFrK1ZmK9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCFrK1ZmK9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCFrK1ZmK9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCFrK1ZmK9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCFrK1ZmK9 .nav-link {
  position: relative;
}
.cid-sCFrK1ZmK9 .container {
  display: flex;
  margin: auto;
}
.cid-sCFrK1ZmK9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCFrK1ZmK9 .dropdown-menu,
.cid-sCFrK1ZmK9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sCFrK1ZmK9 .nav-item:focus,
.cid-sCFrK1ZmK9 .nav-link:focus {
  outline: none;
}
.cid-sCFrK1ZmK9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCFrK1ZmK9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFrK1ZmK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCFrK1ZmK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFrK1ZmK9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCFrK1ZmK9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCFrK1ZmK9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sCFrK1ZmK9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCFrK1ZmK9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCFrK1ZmK9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCFrK1ZmK9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCFrK1ZmK9 .navbar.collapsed {
  justify-content: center;
}
.cid-sCFrK1ZmK9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCFrK1ZmK9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCFrK1ZmK9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-sCFrK1ZmK9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCFrK1ZmK9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCFrK1ZmK9 .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-sCFrK1ZmK9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCFrK1ZmK9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCFrK1ZmK9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCFrK1ZmK9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFrK1ZmK9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFrK1ZmK9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFrK1ZmK9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFrK1ZmK9 .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-sCFrK1ZmK9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCFrK1ZmK9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFrK1ZmK9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFrK1ZmK9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCFrK1ZmK9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCFrK1ZmK9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFrK1ZmK9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCFrK1ZmK9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCFrK1ZmK9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCFrK1ZmK9 .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-sCFrK1ZmK9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFrK1ZmK9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFrK1ZmK9 .dropdown-item.active,
.cid-sCFrK1ZmK9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFrK1ZmK9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFrK1ZmK9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFrK1ZmK9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFrK1ZmK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCFrK1ZmK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFrK1ZmK9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFrK1ZmK9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCFrK1ZmK9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCFrK1ZmK9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCFrK1ZmK9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCFrK1ZmK9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFrK1ZmK9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFrK1ZmK9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFrK1ZmK9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFrK1ZmK9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFrK1ZmK9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFrK1ZmK9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFrK1ZmK9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFrK1ZmK9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCFrK1ZmK9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCFrK1ZmK9 .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-sCFrK1ZmK9 .navbar {
    height: 70px;
  }
  .cid-sCFrK1ZmK9 .navbar.opened {
    height: auto;
  }
  .cid-sCFrK1ZmK9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFsHedCQu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFsHedCQu .mbr-section-title {
  color: #6140b7;
  text-align: center;
}
.cid-sCFsHedCQu .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCFsHedCQu .row {
  align-items: center;
  height: 100%;
}
.cid-sCFsHedCQu .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCFrK73sP7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCFrK73sP7 .card-wrapper {
  background-color: #a98eed;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sCFrK73sP7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sCFrK73sP7 .text-wrapper {
  max-width: 28rem;
}
.cid-sCFrK73sP7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCFrK73sP7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFrK73sP7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCFrK73sP7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFrK73sP7 .content-wrapper {
    padding: 3rem;
  }
  .cid-sCFrK73sP7 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sCFrK73sP7 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCFrK73sP7 .text-column {
    padding-left: 16px !important;
    padding-right: 4rem;
  }
}
.cid-sCFrK73sP7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCFrK73sP7 .card-title {
  color: #2383d2;
}
.cid-sCFrK7S1u8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sCFrK7S1u8 .mbr-section-subtitle {
  color: #2383d2;
  font-weight: 800;
}
.cid-sCFrK7S1u8 .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sCFrK7S1u8 .mbr-section-title {
  color: #6140b7;
  font-weight: 700;
  text-align: center;
}
.cid-sCFrK7S1u8 .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sCFrK7S1u8 .mbr-text {
  color: #6d7a8c;
  margin: 1.5rem 0;
}
.cid-sCFrK7S1u8 .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-sCFrK7S1u8 .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sCFrK7S1u8 .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sCFrK7S1u8 .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #2383d2;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sCFrK7S1u8 .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.cid-sCFrK7S1u8 .card .card-wrap .card-title {
  font-weight: 700;
  color: #2383d2;
}
.cid-sCFrK7S1u8 .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-sCFrK7S1u8 .card .card-wrap .user-desc {
  font-weight: 600;
  color: #6d7a8c;
}
.cid-sCFrK7S1u8 .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-sCFrK7S1u8 .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sCFrK7S1u8 .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #2383d2;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCFrK7S1u8 .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #6140b7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sCFrK7S1u8 .card .card-wrap .social-list .soc-item:hover {
  background-color: #130947 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCFrK7S1u8 .mbr-iconfont {
  color: #6140b7;
}
.cid-sCFrK7S1u8 .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sCFrK7S1u8 .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #6140b7;
}
@media (min-width: 992px) {
  .cid-sCFrK7S1u8 .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-sCFrK7S1u8 .card {
    margin-bottom: 30px;
  }
}
.cid-sCFrK9qniu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sCFrK9qniu .mbr-section-subtitle {
  color: #2383d2;
  font-weight: 800;
}
.cid-sCFrK9qniu .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sCFrK9qniu .mbr-section-title {
  color: #2383d2;
  font-weight: 700;
  text-align: center;
}
.cid-sCFrK9qniu .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sCFrK9qniu .mbr-text {
  color: #6d7a8c;
  margin: 1.5rem 0;
}
.cid-sCFrK9qniu .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-sCFrK9qniu .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sCFrK9qniu .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sCFrK9qniu .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #4f87fb;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sCFrK9qniu .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.cid-sCFrK9qniu .card .card-wrap .card-title {
  font-weight: 700;
  color: #2383d2;
}
.cid-sCFrK9qniu .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-sCFrK9qniu .card .card-wrap .user-desc {
  font-weight: 600;
  color: #6d7a8c;
}
.cid-sCFrK9qniu .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-sCFrK9qniu .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sCFrK9qniu .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #2383d2;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCFrK9qniu .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #6140b7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sCFrK9qniu .card .card-wrap .social-list .soc-item:hover {
  background-color: #130947 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCFrK9qniu .mbr-iconfont {
  color: #6140b7;
}
.cid-sCFrK9qniu .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sCFrK9qniu .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #6140b7;
}
@media (min-width: 992px) {
  .cid-sCFrK9qniu .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-sCFrK9qniu .card {
    margin-bottom: 30px;
  }
}
.cid-sCFrKbrMfm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCFrKbrMfm .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sCFrKbrMfm .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCFrKbrMfm .row {
  align-items: center;
  height: 100%;
}
.cid-sCFrKbrMfm .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCFrKbOytF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-footer-2000x831.jpg");
}
.cid-sCFrKbOytF .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCFrKbOytF .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCFrKbOytF .form-control:focus,
.cid-sCFrKbOytF .form-control:hover {
  border: 1px solid #6d7a8c;
  background-color: #e9e9e9;
}
.cid-sCFrKbOytF .form-group {
  margin-bottom: 1rem;
}
.cid-sCFrKbOytF input::-webkit-input-placeholder,
.cid-sCFrKbOytF textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sCFrKbOytF input:-moz-placeholder,
.cid-sCFrKbOytF textarea:-moz-placeholder {
  color: #656565;
}
.cid-sCFrKbOytF .jq-selectbox li,
.cid-sCFrKbOytF .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCFrKbOytF .jq-selectbox li:hover,
.cid-sCFrKbOytF .jq-selectbox li.selected {
  background-color: #e9e9e9;
  color: #000000;
}
.cid-sCFrKbOytF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCFrKbOytF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e9e9e9;
}
.cid-sCFrKbOytF .map {
  width: 100%;
  height: 30rem;
}
.cid-sCFrKbOytF .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sCFrKbOytF .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFrKbOytF .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCFrKbOytF .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sCFrKbOytF .mbr-text {
  color: #767676;
}
.cid-sCFrKbOytF a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sCFrKbOytF .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sCFrKbOytF .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sCFrKbOytF textarea.form-control {
  resize: none;
}
.cid-sCFrKbOytF .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCFrKbOytF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCFrKbOytF .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-sCFrKbOytF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCFrKbOytF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sCFrKbOytF h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sCFrKbOytF .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCFrKbOytF .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sCFrKbOytF .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sCFrKbOytF H2 {
  color: #6140b7;
}
.cid-sCFrKcKbMR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sCFrKcKbMR .links {
  text-align: center;
  color: #6140b7;
}
.cid-sCFrKcKbMR p {
  margin: 0;
}
.cid-sCFrKcKbMR a {
  color: #6140b7;
}
.cid-sCFrKcKbMR a:hover {
  color: #2383d2 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 100vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 100vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.2;
}

.mbr-text {
  font-style: normal;
  line-height: 1.3;
}

.mbr-normal {
  font-weight: 400;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1rem;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
  font-weight: 600;
}

.btn .mbr-iconfont-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
  padding-left: 0.8rem !important;
}

.popover-content .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */.cid-sCFttkYGm6 {
  z-index: 1000;
  width: 100%;
}
.cid-sCFttkYGm6 nav.navbar {
  position: fixed;
}
.cid-sCFttkYGm6 .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-sCFttkYGm6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCFttkYGm6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCFttkYGm6 .dropdown-item:hover,
.cid-sCFttkYGm6 .dropdown-item:focus {
  background: #2383d2 !important;
  color: white !important;
}
.cid-sCFttkYGm6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCFttkYGm6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCFttkYGm6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCFttkYGm6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCFttkYGm6 .nav-link {
  position: relative;
}
.cid-sCFttkYGm6 .container {
  display: flex;
  margin: auto;
}
.cid-sCFttkYGm6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCFttkYGm6 .dropdown-menu,
.cid-sCFttkYGm6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sCFttkYGm6 .nav-item:focus,
.cid-sCFttkYGm6 .nav-link:focus {
  outline: none;
}
.cid-sCFttkYGm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCFttkYGm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFttkYGm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCFttkYGm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFttkYGm6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCFttkYGm6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCFttkYGm6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sCFttkYGm6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCFttkYGm6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCFttkYGm6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCFttkYGm6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCFttkYGm6 .navbar.collapsed {
  justify-content: center;
}
.cid-sCFttkYGm6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCFttkYGm6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCFttkYGm6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-sCFttkYGm6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCFttkYGm6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCFttkYGm6 .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-sCFttkYGm6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCFttkYGm6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCFttkYGm6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCFttkYGm6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFttkYGm6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFttkYGm6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFttkYGm6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFttkYGm6 .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-sCFttkYGm6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCFttkYGm6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFttkYGm6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFttkYGm6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCFttkYGm6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCFttkYGm6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFttkYGm6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCFttkYGm6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCFttkYGm6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCFttkYGm6 .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-sCFttkYGm6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFttkYGm6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFttkYGm6 .dropdown-item.active,
.cid-sCFttkYGm6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFttkYGm6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFttkYGm6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFttkYGm6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFttkYGm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCFttkYGm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFttkYGm6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFttkYGm6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCFttkYGm6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCFttkYGm6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCFttkYGm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCFttkYGm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFttkYGm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFttkYGm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFttkYGm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFttkYGm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFttkYGm6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFttkYGm6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFttkYGm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFttkYGm6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCFttkYGm6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCFttkYGm6 .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-sCFttkYGm6 .navbar {
    height: 70px;
  }
  .cid-sCFttkYGm6 .navbar.opened {
    height: auto;
  }
  .cid-sCFttkYGm6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFvUa6CuZ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFvUa6CuZ .mbr-section-title {
  color: #6140b7;
  text-align: center;
}
.cid-sCFvUa6CuZ .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCFvUa6CuZ .row {
  align-items: center;
  height: 100%;
}
.cid-sCFvUa6CuZ .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCFttmGuFp {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
}
.cid-sCFttmGuFp .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sCFttmGuFp .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-sCFttmGuFp .card-wrapper .card-img .card-icon {
  background: #6140b7;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sCFttmGuFp .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-sCFttmGuFp .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCFttmGuFp .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #2383d2;
  font-weight: 700;
}
.cid-sCFttmGuFp .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-sCFttmGuFp .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 18px;
}
.cid-sCFttmGuFp .card-wrapper .card-box .card-title {
  color: #24aa52;
}
.cid-sCFttnKFb2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCFttnKFb2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sCFttnKFb2 img:hover {
  transform: scale(1.1);
}
.cid-sCFttnKFb2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sCFttnKFb2 h2 {
  padding: 0;
  margin: 0;
}
.cid-sCFttnKFb2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCFttnKFb2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sCFttnKFb2 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sCFttnKFb2 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sCFttnKFb2 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sCFttnKFb2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sCFttnKFb2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFttnKFb2 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sCFttnKFb2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sCFttnKFb2 H2 {
  color: #333333;
}
.cid-sCFttnKFb2 .mbr-text {
  color: #767676;
}
.cid-sCFttnKFb2 H3 {
  color: #2383d2;
}
.cid-sCFttnKFb2 H1 {
  color: #24aa52;
}
.cid-sCFttobJ2a {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-sCFttobJ2a .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  width: 100%;
}
.cid-sCFttobJ2a .mbr-section-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-sCFttobJ2a .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.cid-sCFttobJ2a .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
  line-height: 48px;
}
.cid-sCFttobJ2a .mbr-text,
.cid-sCFttobJ2a .video-text {
  color: #6140b7;
}
.cid-sCFttobJ2a .card {
  padding: 1rem 0.5rem;
}
.cid-sCFttobJ2a .card .mbr-crt-title .card-title {
  color: #6140b7;
}
.cid-sCFttobJ2a .wrap {
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
.cid-sCFttobJ2a .wrap .pie_progress {
  height: inherit;
}
.cid-sCFttobJ2a .btn {
  margin: 0 !important;
}
.cid-sCFttobJ2a path {
  stroke: #ffffff;
  stroke-width: 9;
}
.cid-sCFttobJ2a ellipse {
  stroke: #000000 !important;
  fill: #ffffff;
}
.cid-sCFttobJ2a .video-wrap {
  cursor: pointer;
}
.cid-sCFttobJ2a .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-sCFttobJ2a .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sCFttobJ2a .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sCFttobJ2a .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sCFttobJ2a .video-wrap .video-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCFttobJ2a .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCFttobJ2a .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCFttobJ2a .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCFttobJ2a a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #6140b7;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCFttobJ2a a.close:hover {
  color: #6140b7;
}
@media (max-width: 1200px) {
  .cid-sCFttobJ2a .video-wrap {
    justify-content: center !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCFttobJ2a .card {
    flex-basis: 33%;
  }
}
@media (max-width: 1199px) {
  .cid-sCFttobJ2a .main > div {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-sCFttobJ2a h2,
  .cid-sCFttobJ2a h3 {
    text-align: center !important;
  }
  .cid-sCFttobJ2a .main > div > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sCFttobJ2a .second-col {
    padding-top: 1.5rem;
  }
  .cid-sCFttobJ2a .video-wrap {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sCFttobJ2a .show-modal {
    height: 80%;
  }
}
.cid-sCFttobJ2a p {
  color: #2383d2;
}
.cid-sCFttobJ2a .card .mbr-crt-title .card-title {
  color: #ffffff;
}
.cid-sCFtttht3z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCFtttht3z .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sCFtttht3z .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCFtttht3z .row {
  align-items: center;
  height: 100%;
}
.cid-sCFtttht3z .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCFtttN40h {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-footer-2000x831.jpg");
}
.cid-sCFtttN40h .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCFtttN40h .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCFtttN40h .form-control:focus,
.cid-sCFtttN40h .form-control:hover {
  border: 1px solid #6d7a8c;
  background-color: #e9e9e9;
}
.cid-sCFtttN40h .form-group {
  margin-bottom: 1rem;
}
.cid-sCFtttN40h input::-webkit-input-placeholder,
.cid-sCFtttN40h textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sCFtttN40h input:-moz-placeholder,
.cid-sCFtttN40h textarea:-moz-placeholder {
  color: #656565;
}
.cid-sCFtttN40h .jq-selectbox li,
.cid-sCFtttN40h .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCFtttN40h .jq-selectbox li:hover,
.cid-sCFtttN40h .jq-selectbox li.selected {
  background-color: #e9e9e9;
  color: #000000;
}
.cid-sCFtttN40h .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCFtttN40h .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e9e9e9;
}
.cid-sCFtttN40h .map {
  width: 100%;
  height: 30rem;
}
.cid-sCFtttN40h .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sCFtttN40h .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFtttN40h .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCFtttN40h .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sCFtttN40h .mbr-text {
  color: #767676;
}
.cid-sCFtttN40h a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sCFtttN40h .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sCFtttN40h .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sCFtttN40h textarea.form-control {
  resize: none;
}
.cid-sCFtttN40h .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCFtttN40h .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCFtttN40h .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-sCFtttN40h .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCFtttN40h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sCFtttN40h h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sCFtttN40h .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCFtttN40h .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sCFtttN40h .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sCFtttN40h H2 {
  color: #6140b7;
}
.cid-sCFttuB0MG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sCFttuB0MG .links {
  text-align: center;
  color: #6140b7;
}
.cid-sCFttuB0MG p {
  margin: 0;
}
.cid-sCFttuB0MG a {
  color: #6140b7;
}
.cid-sCFttuB0MG a:hover {
  color: #2383d2 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 100vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 100vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.2;
}

.mbr-text {
  font-style: normal;
  line-height: 1.3;
}

.mbr-normal {
  font-weight: 400;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1rem;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
  font-weight: 600;
}

.btn .mbr-iconfont-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
  padding-left: 0.8rem !important;
}

.popover-content .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */.cid-sCFu1ALZhJ {
  z-index: 1000;
  width: 100%;
}
.cid-sCFu1ALZhJ nav.navbar {
  position: fixed;
}
.cid-sCFu1ALZhJ .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-sCFu1ALZhJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCFu1ALZhJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCFu1ALZhJ .dropdown-item:hover,
.cid-sCFu1ALZhJ .dropdown-item:focus {
  background: #2383d2 !important;
  color: white !important;
}
.cid-sCFu1ALZhJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCFu1ALZhJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCFu1ALZhJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCFu1ALZhJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCFu1ALZhJ .nav-link {
  position: relative;
}
.cid-sCFu1ALZhJ .container {
  display: flex;
  margin: auto;
}
.cid-sCFu1ALZhJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCFu1ALZhJ .dropdown-menu,
.cid-sCFu1ALZhJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sCFu1ALZhJ .nav-item:focus,
.cid-sCFu1ALZhJ .nav-link:focus {
  outline: none;
}
.cid-sCFu1ALZhJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCFu1ALZhJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFu1ALZhJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCFu1ALZhJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFu1ALZhJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCFu1ALZhJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCFu1ALZhJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sCFu1ALZhJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sCFu1ALZhJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCFu1ALZhJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sCFu1ALZhJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCFu1ALZhJ .navbar.collapsed {
  justify-content: center;
}
.cid-sCFu1ALZhJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCFu1ALZhJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCFu1ALZhJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-sCFu1ALZhJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCFu1ALZhJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCFu1ALZhJ .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-sCFu1ALZhJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCFu1ALZhJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCFu1ALZhJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCFu1ALZhJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFu1ALZhJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFu1ALZhJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFu1ALZhJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFu1ALZhJ .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-sCFu1ALZhJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCFu1ALZhJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFu1ALZhJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFu1ALZhJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCFu1ALZhJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCFu1ALZhJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFu1ALZhJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCFu1ALZhJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCFu1ALZhJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCFu1ALZhJ .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-sCFu1ALZhJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFu1ALZhJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFu1ALZhJ .dropdown-item.active,
.cid-sCFu1ALZhJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFu1ALZhJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFu1ALZhJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFu1ALZhJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFu1ALZhJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCFu1ALZhJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFu1ALZhJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFu1ALZhJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCFu1ALZhJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCFu1ALZhJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCFu1ALZhJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCFu1ALZhJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFu1ALZhJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFu1ALZhJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFu1ALZhJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFu1ALZhJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFu1ALZhJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFu1ALZhJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFu1ALZhJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFu1ALZhJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCFu1ALZhJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCFu1ALZhJ .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-sCFu1ALZhJ .navbar {
    height: 70px;
  }
  .cid-sCFu1ALZhJ .navbar.opened {
    height: auto;
  }
  .cid-sCFu1ALZhJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFunpruS5 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCFunpruS5 .mbr-section-title {
  color: #6140b7;
  text-align: center;
}
.cid-sCFunpruS5 .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCFunpruS5 .row {
  align-items: center;
  height: 100%;
}
.cid-sCFunpruS5 .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCFu1D8uHU {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-sCFu1D8uHU .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  width: 100%;
}
.cid-sCFu1D8uHU .mbr-section-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-sCFu1D8uHU .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.cid-sCFu1D8uHU .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
  line-height: 48px;
}
.cid-sCFu1D8uHU .mbr-text,
.cid-sCFu1D8uHU .video-text {
  color: #6140b7;
}
.cid-sCFu1D8uHU .card {
  padding: 1rem 0.5rem;
}
.cid-sCFu1D8uHU .card .mbr-crt-title .card-title {
  color: #6140b7;
}
.cid-sCFu1D8uHU .wrap {
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
.cid-sCFu1D8uHU .wrap .pie_progress {
  height: inherit;
}
.cid-sCFu1D8uHU .btn {
  margin: 0 !important;
}
.cid-sCFu1D8uHU path {
  stroke: #ffffff;
  stroke-width: 9;
}
.cid-sCFu1D8uHU ellipse {
  stroke: #000000 !important;
  fill: #ffffff;
}
.cid-sCFu1D8uHU .video-wrap {
  cursor: pointer;
}
.cid-sCFu1D8uHU .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-sCFu1D8uHU .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sCFu1D8uHU .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sCFu1D8uHU .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sCFu1D8uHU .video-wrap .video-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCFu1D8uHU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCFu1D8uHU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCFu1D8uHU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCFu1D8uHU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #6140b7;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCFu1D8uHU a.close:hover {
  color: #6140b7;
}
@media (max-width: 1200px) {
  .cid-sCFu1D8uHU .video-wrap {
    justify-content: center !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCFu1D8uHU .card {
    flex-basis: 33%;
  }
}
@media (max-width: 1199px) {
  .cid-sCFu1D8uHU .main > div {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-sCFu1D8uHU h2,
  .cid-sCFu1D8uHU h3 {
    text-align: center !important;
  }
  .cid-sCFu1D8uHU .main > div > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sCFu1D8uHU .second-col {
    padding-top: 1.5rem;
  }
  .cid-sCFu1D8uHU .video-wrap {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sCFu1D8uHU .show-modal {
    height: 80%;
  }
}
.cid-sCFu1D8uHU p {
  color: #2383d2;
}
.cid-sCFu1D8uHU .card .mbr-crt-title .card-title {
  color: #ffffff;
}
.cid-sCFu1EiUbB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCFu1EiUbB .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sCFu1EiUbB .mbr-section-subtitle {
  color: #6d7a8c;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCFu1EiUbB .row {
  align-items: center;
  height: 100%;
}
.cid-sCFu1EiUbB .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCFu1EFZ4Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-footer-2000x831.jpg");
}
.cid-sCFu1EFZ4Y .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCFu1EFZ4Y .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCFu1EFZ4Y .form-control:focus,
.cid-sCFu1EFZ4Y .form-control:hover {
  border: 1px solid #6d7a8c;
  background-color: #e9e9e9;
}
.cid-sCFu1EFZ4Y .form-group {
  margin-bottom: 1rem;
}
.cid-sCFu1EFZ4Y input::-webkit-input-placeholder,
.cid-sCFu1EFZ4Y textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sCFu1EFZ4Y input:-moz-placeholder,
.cid-sCFu1EFZ4Y textarea:-moz-placeholder {
  color: #656565;
}
.cid-sCFu1EFZ4Y .jq-selectbox li,
.cid-sCFu1EFZ4Y .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCFu1EFZ4Y .jq-selectbox li:hover,
.cid-sCFu1EFZ4Y .jq-selectbox li.selected {
  background-color: #e9e9e9;
  color: #000000;
}
.cid-sCFu1EFZ4Y .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCFu1EFZ4Y .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e9e9e9;
}
.cid-sCFu1EFZ4Y .map {
  width: 100%;
  height: 30rem;
}
.cid-sCFu1EFZ4Y .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sCFu1EFZ4Y .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFu1EFZ4Y .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCFu1EFZ4Y .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sCFu1EFZ4Y .mbr-text {
  color: #767676;
}
.cid-sCFu1EFZ4Y a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sCFu1EFZ4Y .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sCFu1EFZ4Y .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sCFu1EFZ4Y textarea.form-control {
  resize: none;
}
.cid-sCFu1EFZ4Y .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCFu1EFZ4Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCFu1EFZ4Y .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-sCFu1EFZ4Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCFu1EFZ4Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sCFu1EFZ4Y h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sCFu1EFZ4Y .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCFu1EFZ4Y .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sCFu1EFZ4Y .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sCFu1EFZ4Y H2 {
  color: #6140b7;
}
.cid-sCFu1FoQqy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sCFu1FoQqy .links {
  text-align: center;
  color: #6140b7;
}
.cid-sCFu1FoQqy p {
  margin: 0;
}
.cid-sCFu1FoQqy a {
  color: #6140b7;
}
.cid-sCFu1FoQqy a:hover {
  color: #2383d2 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
