section {
  background-color: #ffffff;
}

.form-control:focus {
  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: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

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

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  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: #111111;
}

.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;
}

/*! 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 {
  flex: 1 1 auto;
}

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

img,
iframe {
  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  display: inline-flex;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.5s ease-in-out;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  font-weight: 900;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  margin-left: 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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.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%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

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

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

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

.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: 0.667em 1.667em !important;
  margin: 0 !important;
}

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

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

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

.form-inline {
  display: -webkit-flex;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

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

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

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;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

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

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

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
}

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

/* Others*/
.note-check a[data-value="Rubik"] {
  font-style: normal;
}

.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: #ffffff;
  background-clip: border-box;
  color: #333333;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

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

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;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn .btn:hover {
  padding-right: 2rem;
  padding-left: 2rem;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  padding-left: 0.5rem;
}
.btn {
  padding: 0.5rem 1.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #717e78 !important;
}
.bg-success {
  background-color: #f16f52 !important;
}
.bg-info {
  background-color: #6593aa !important;
}
.bg-warning {
  background-color: #fff0b0 !important;
}
.bg-danger {
  background-color: #4c3b9f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #717e78 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #59635e !important;
  border-color: transparent !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: transparent !important;
}
.btn-info,
.btn-info:active {
  background-color: #6593aa !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4e798e !important;
  border-color: transparent !important;
}
.btn-success,
.btn-success:active {
  background-color: #f16f52 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ed4823 !important;
  border-color: transparent !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0b0 !important;
  border-color: transparent  !important;
  color: #b08f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #7d6500 !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b08f00 !important;
  background-color: #ffe67d !important;
  border-color: transparent !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4c3b9f !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3a2d7a !important;
  border-color: transparent !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #717e78;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #59635e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #717e78 !important;
  border-color: #717e78 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a2a2a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6593aa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4e798e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6593aa !important;
  border-color: #6593aa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f16f52;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ed4823 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f16f52 !important;
  border-color: #f16f52 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe67d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c3b9f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a2d7a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4c3b9f !important;
  border-color: #4c3b9f !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #717e78 !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #f16f52 !important;
}
.text-info {
  color: #6593aa !important;
}
.text-warning {
  color: #fff0b0 !important;
}
.text-danger {
  color: #4c3b9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #59635e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a2a2a2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ed4823 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4e798e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe67d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3a2d7a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.nav-tabs .nav-link.active {
  color: #717e78;
}
.nav-tabs .nav-link:not(.active) {
  color: #333333;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6593aa;
}
.alert-warning {
  background-color: #fff0b0;
}
.alert-danger {
  background-color: #4c3b9f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #717e78;
  border-color: #717e78;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #717e78;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3bbb8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7cdd7;
}
.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: #9487d2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #717e78 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8rem;
}
blockquote {
  border-color: #717e78;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #717e78;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #717e78;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #777d74;
  border-bottom-color: #777d74;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #717e78;
  border-bottom-color: #717e78;
}
.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: #717e78 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23717e78' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-stjUoTmiE3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-stjUoTmiE3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-stjUoTmiE3 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-stjUoTmiE3 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-stjUoTmiE3 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-stjUoTmiE3 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stjUoTmiE3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stjUoTmiE3 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-stjUoTmiE3 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-stjUoTmiE3 .navbar.collapsed.opened .navbar-collapse.show,
.cid-stjUoTmiE3 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-stjUoTmiE3 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-stjUoTmiE3 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-stjUoTmiE3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-stjUoTmiE3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stjUoTmiE3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stjUoTmiE3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stjUoTmiE3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stjUoTmiE3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-stjUoTmiE3 .navbar {
    flex-wrap: nowrap;
  }
  .cid-stjUoTmiE3 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-stjUoTmiE3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stjUoTmiE3 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-stjUoTmiE3 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-stjUoTmiE3 .navbar.opened .navbar-collapse.show,
  .cid-stjUoTmiE3 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-stjUoTmiE3 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-stjUoTmiE3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stjUoTmiE3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stjUoTmiE3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stjUoTmiE3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stjUoTmiE3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-stjUoTmiE3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stjUoTmiE3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-stjUoTmiE3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-stjUoTmiE3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-stjUoTmiE3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stjUoTmiE3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stjUoTmiE3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stjUoTmiE3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stjUoTmiE3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stjUoTmiE3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stjUoTmiE3 .dropdown-item.active,
.cid-stjUoTmiE3 .dropdown-item:active {
  background-color: transparent;
}
.cid-stjUoTmiE3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stjUoTmiE3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stjUoTmiE3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stjUoTmiE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stjUoTmiE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stjUoTmiE3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stjUoTmiE3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stjUoTmiE3 .navbar-buttons {
  text-align: center;
}
.cid-stjUoTmiE3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stjUoTmiE3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-stjUoTmiE3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stjUoTmiE3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stjUoTmiE3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stjUoTmiE3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stjUoTmiE3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stjUoTmiE3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stjUoTmiE3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stjUoTmiE3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stjUoTmiE3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stjUoTmiE3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-stjUoTmiE3 a.nav-link:focus {
  outline: none;
}
.cid-stjUoTmiE3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stjUoTmiE3 .nav-link:hover,
.cid-stjUoTmiE3 .dropdown-item:hover {
  color: #4c3b9f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stjUoTmiE3 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-stjUoTmiE3 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-stjW2Aza0S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #717e78;
}
.cid-stjW2Aza0S .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-stjW2Aza0S .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-stjW2Aza0S .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-stjW2Aza0S .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-stjW2Aza0S .mbr-text,
.cid-stjW2Aza0S .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-stjW2Aza0S .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #000000;
}
.cid-stjW2Aza0S .mbr-text-title {
  text-align: left;
  color: #000000;
}
.cid-stjW2Aza0S .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-stjW2Aza0S .mbr-text-2,
.cid-stjW2Aza0S .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-stjW2Aza0S .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-stjW2Aza0S .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-stjW2Aza0S .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-stjW2Aza0S .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-stjW2Aza0S .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-stjW2Aza0S .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-stk6SUqwXW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/posterubc2-1080x640.jpeg");
}
.cid-stkcejAAcY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3-2.webp");
}
.cid-stkcejAAcY .mbr-section-title {
  color: #4c3b9f;
}
.cid-stkfRJgfdk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shutterstock-147573320-1844x963.jpeg");
}
.cid-stkfRJgfdk .mbr-section-title {
  color: #ffffff;
}
.cid-stkfRJgfdk .mbr-text,
.cid-stkfRJgfdk .mbr-section-btn {
  color: #ffffff;
}
.cid-stkfRJgfdk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stki6ClTZw {
  background-color: #efeeee;
}
.cid-stki6ClTZw .container {
  max-width: 1500px;
}
.cid-stki6ClTZw img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-stki6ClTZw img:hover {
  transform: scale(1.1);
}
.cid-stki6ClTZw .row {
  background: #ffffff;
}
.cid-stki6ClTZw .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-stki6ClTZw h2 {
  padding: 0;
  margin: 0;
}
.cid-stki6ClTZw .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stki6ClTZw .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-stki6ClTZw .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-stki6ClTZw .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-stki6ClTZw .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-stki6ClTZw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-stki6ClTZw .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-stki6ClTZw .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-stki6ClTZw .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-stki6ClTZw .row {
    margin: 0rem;
  }
  .cid-stki6ClTZw .text-col {
    padding: 2rem 1rem;
  }
  .cid-stki6ClTZw .number {
    margin-right: 2rem;
  }
  .cid-stki6ClTZw .img-col {
    margin-bottom: 3rem;
  }
}
.cid-stki6ClTZw H2 {
  color: #4c3b9f;
  text-align: right;
}
.cid-stki6ClTZw .mbr-text {
  color: #767676;
}
.cid-stkmkx4oW1 {
  background-color: #bbbbbb;
}
.cid-stkmkx4oW1 .container {
  max-width: 1500px;
}
.cid-stkmkx4oW1 .row {
  background: #bbbbbb;
}
.cid-stkmkx4oW1 .img-col {
  padding: 0;
}
.cid-stkmkx4oW1 .title-col {
  padding: 4rem 8rem;
}
.cid-stkmkx4oW1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-stkmkx4oW1 h2 {
  padding: 0;
  margin: 0;
}
.cid-stkmkx4oW1 .text-wrap {
  margin: auto;
}
.cid-stkmkx4oW1 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-stkmkx4oW1 .row {
    margin: 2rem;
  }
  .cid-stkmkx4oW1 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-stkmkx4oW1 .row {
    margin: 0rem;
  }
  .cid-stkmkx4oW1 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-stkmkx4oW1 H2 {
  color: #301a4b;
}
.cid-stknbdDutd {
  background-color: #efeeee;
}
.cid-stknbdDutd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-stknbdDutd img:hover {
  transform: scale(1.1);
}
.cid-stknbdDutd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-stknbdDutd h2 {
  padding: 0;
  margin: 0;
}
.cid-stknbdDutd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stknbdDutd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-stknbdDutd .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-stknbdDutd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-stknbdDutd .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-stknbdDutd .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-stknbdDutd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-stknbdDutd .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-stknbdDutd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-stknbdDutd H2 {
  color: #333333;
}
.cid-stknbdDutd .mbr-text {
  color: #767676;
}
.cid-stkoLKm9Up {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/boardnew-3-1100x476.jpeg");
}
.cid-stkoLKm9Up .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-stkoLKm9Up .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-stkoLKm9Up {
    align-items: flex-end;
  }
  .cid-stkoLKm9Up .row {
    justify-content: flex-start;
  }
  .cid-stkoLKm9Up .content-wrap {
    width: 84%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-stkoLKm9Up .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-stkoLKm9Up {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-stkoLKm9Up .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-stkoLKm9Up .content-wrap {
    width: 100%;
  }
}
.cid-stkoLKm9Up .mbr-section-title {
  color: #d88b17;
}
.cid-stkpWuvoqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stkqSYyOBr {
  background-image: url("../../../assets/images/shutterstock-725507023-722x347.jpg");
}
.cid-stkqSYyOBr .mbr-section-title {
  color: #301a4b;
}
.cid-stkqSYyOBr .mbr-text,
.cid-stkqSYyOBr .mbr-section-btn {
  color: #000000;
}
.cid-stkqSYyOBr .mbr-section-subtitle {
  color: #333333;
}
.cid-stkBnzNN8S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stkBnzNN8S .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-stkBnzNN8S .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stkBnzNN8S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-stkBnzNN8S .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-stkBnzNN8S .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stli8CoTgS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stli8CoTgS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-stli8CoTgS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stli8CoTgS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-stli8CoTgS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-stli8CoTgS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stkAXpie79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stkBodiWvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stkBodiWvB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-stkBodiWvB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-stkBodiWvB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-stkBodiWvB .mbr-text,
.cid-stkBodiWvB .mbr-section-btn {
  text-align: left;
}
.cid-stkENIKH7x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stkENIKH7x .row {
  flex-direction: row-reverse;
}
.cid-stkENIKH7x .video-wrapper iframe {
  width: 100%;
}
.cid-stkENIKH7x .mbr-section-title,
.cid-stkENIKH7x .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-stkENIKH7x .text-wrapper {
    padding: 2rem;
  }
}
.cid-stktUTaqQW {
  background-image: url("../../../assets/images/goal-1191x583.jpg");
}
.cid-stktUTaqQW .mbr-section-title {
  color: #301a4b;
}
.cid-stktUTaqQW .mbr-text,
.cid-stktUTaqQW .mbr-section-btn {
  color: #000000;
}
.cid-stktUTaqQW .mbr-section-subtitle {
  color: #333333;
}
.cid-stkylhZt6q {
  background-color: #ffffff;
}
.cid-stkylhZt6q .container {
  max-width: 1500px;
}
.cid-stkylhZt6q .row {
  background: #ffffff;
}
.cid-stkylhZt6q .img-col {
  padding: 0;
}
.cid-stkylhZt6q .title-col {
  padding: 4rem 8rem;
}
.cid-stkylhZt6q img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-stkylhZt6q h2 {
  padding: 0;
  margin: 0;
}
.cid-stkylhZt6q .text-wrap {
  margin: auto;
}
.cid-stkylhZt6q .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-stkylhZt6q .row {
    margin: 2rem;
  }
  .cid-stkylhZt6q .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-stkylhZt6q .row {
    margin: 0rem;
  }
  .cid-stkylhZt6q .title-col {
    padding: 2rem 1rem;
  }
}
.cid-stkylhZt6q H2 {
  color: #301a4b;
}
.cid-stkI7QzmX2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stkI7QzmX2 .content {
    text-align: center;
  }
  .cid-stkI7QzmX2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stkI7QzmX2 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-stkI7QzmX2 textarea.form-control {
  resize: none;
}
.cid-stkI7QzmX2 .input-group-btn {
  display: inline-block;
}
.cid-stkI7QzmX2 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-stkI7QzmX2 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stkI7QzmX2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stkI7QzmX2 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-stkI7QzmX2 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-stkI7QzmX2 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-stkI7QzmX2 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stkI7QzmX2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-stkI7QzmX2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stkI7QzmX2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-stkI7QzmX2 .form-control,
.cid-stkI7QzmX2 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-stkI7QzmX2 .foot-title,
.cid-stkI7QzmX2 .img-logo {
  color: #000000;
}
.cid-stkI7QzmX2 P {
  color: #000000;
}
.cid-stkGPgBWzI {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-stkGPgBWzI a {
  text-align: center;
}
.cid-stkGPgBWzI p {
  color: #0a0a0a;
  text-align: center;
}
.cid-stkGPgBWzI span {
  font-size: 2rem;
}
.cid-stkGPgBWzI .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-stkGPgBWzI .socicon-twitter {
  color: #4da7de;
}
.cid-stkGPgBWzI .socicon-facebook {
  color: #3e5b98;
}
.cid-stkGPgBWzI .socicon-googleplus {
  color: #dd4b39;
}
.cid-stkGPgBWzI .socicon-instagram {
  color: #3f729b;
}
.cid-stkGPgBWzI .social-list a:focus {
  text-decoration: none;
}
.cid-stkGPgBWzI .text-copyright {
  width: 100%;
}
.cid-stkGPgBWzI .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-stkGPgBWzI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-stkGPgBWzI .logo-footer {
  line-height: normal;
}
.cid-stkGPgBWzI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stkGPgBWzI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stkGPgBWzI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-stkGPgBWzI .media-container-row a {
  margin: 0 1rem;
}
