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

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

:focus {
  outline: none;
}

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

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

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 {
  justify-content: center;
  -webkit-justify-content: center;
}

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;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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 {
  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: #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;
  -o-flex: 1 1 auto;
  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;
}

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: 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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

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

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

/*! 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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .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;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#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%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-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;
  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% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-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: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

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

@media (min-width: 1024px) {
  .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;
  }
}

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

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

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

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -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: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .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;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-thXfoHtCck .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXfoHtCck .nav-item,
.cid-thXfoHtCck .nav-link,
.cid-thXfoHtCck .navbar-caption {
  font-weight: normal;
}
.cid-thXfoHtCck .nav-item:focus,
.cid-thXfoHtCck .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-thXfoHtCck .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXfoHtCck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXfoHtCck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXfoHtCck .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-thXfoHtCck .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-thXfoHtCck .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-thXfoHtCck .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-thXfoHtCck .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXfoHtCck .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXfoHtCck .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thXfoHtCck .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thXfoHtCck .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thXfoHtCck .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXfoHtCck .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thXfoHtCck .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thXfoHtCck .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXfoHtCck .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thXfoHtCck .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thXfoHtCck .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thXfoHtCck .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-thXfoHtCck .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thXfoHtCck .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thXfoHtCck .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thXfoHtCck .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXfoHtCck .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thXfoHtCck .dropdown-item.active,
.cid-thXfoHtCck .dropdown-item:active {
  background-color: transparent;
}
.cid-thXfoHtCck .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXfoHtCck .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXfoHtCck .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXfoHtCck .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thXfoHtCck .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXfoHtCck .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXfoHtCck ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thXfoHtCck .navbar-buttons {
  text-align: center;
}
.cid-thXfoHtCck button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXfoHtCck .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thXfoHtCck a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXfoHtCck .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-thXfoHtCck .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-thXfoHtCck .soc-item {
  margin: .5rem .3rem;
}
.cid-thXfoHtCck .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXfoHtCck a.nav-link,
.cid-thXfoHtCck a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-thXfoHtCck a.nav-link .mbr-iconfont-btn,
.cid-thXfoHtCck a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-thXfoHtCck a.nav-link:hover .mbr-iconfont-btn,
.cid-thXfoHtCck a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-thXfoHtCck a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thXfoHtCck .navbar {
    height: 77px;
  }
  .cid-thXfoHtCck .navbar.opened {
    height: auto;
  }
  .cid-thXfoHtCck .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thpJ51oNUl {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thpJ51oNUl .media-content .btn-bgr {
  z-index: 0;
}
.cid-thpJ51oNUl .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thpJ51oNUl h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thpJ51oNUl p {
  color: #464646;
}
.cid-thpJ51oNUl h2 {
  color: #000000;
}
.cid-thpJ51oNUl .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-thpJ51oNUl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thpJ51oNUl .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-thpJ51oNUl .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thpJ51oNUl .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thpJ51oNUl .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-thpJ51oNUl .mbr-text {
    text-align: center;
  }
}
.cid-thpJ51oNUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thpJ51oNUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thpJ51oNUl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-thpJ51oNUl .mbr-section-title,
.cid-thpJ51oNUl .mbr-section-btn {
  text-align: center;
}
.cid-thXOL39Ud1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thXOL39Ud1 .mbr-section-subtitle {
  color: #767676;
}
.cid-thXO8RIJCH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thXO8RIJCH .media-content .btn-bgr {
  z-index: 0;
}
.cid-thXO8RIJCH .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thXO8RIJCH h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thXO8RIJCH p {
  color: #464646;
}
.cid-thXO8RIJCH h2 {
  color: #000000;
}
.cid-thXO8RIJCH .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-thXO8RIJCH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thXO8RIJCH .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-thXO8RIJCH .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thXO8RIJCH .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thXO8RIJCH .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-thXO8RIJCH .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-thXO8RIJCH .mbr-text {
    text-align: center;
  }
}
.cid-thXO8RIJCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXO8RIJCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXO8qOv3i {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thXO8qOv3i .media-content .btn-bgr {
  z-index: 0;
}
.cid-thXO8qOv3i .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thXO8qOv3i h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thXO8qOv3i p {
  color: #464646;
}
.cid-thXO8qOv3i h2 {
  color: #000000;
}
.cid-thXO8qOv3i .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-thXO8qOv3i .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thXO8qOv3i .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-thXO8qOv3i .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thXO8qOv3i .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thXO8qOv3i .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-thXO8qOv3i .mbr-text {
    text-align: center;
  }
}
.cid-thXO8qOv3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXO8qOv3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW99zA5cVq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tW99zA5cVq .media-content .btn-bgr {
  z-index: 0;
}
.cid-tW99zA5cVq .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tW99zA5cVq h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tW99zA5cVq p {
  color: #464646;
}
.cid-tW99zA5cVq h2 {
  color: #000000;
}
.cid-tW99zA5cVq .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tW99zA5cVq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tW99zA5cVq .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-tW99zA5cVq .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tW99zA5cVq .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tW99zA5cVq .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tW99zA5cVq .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tW99zA5cVq .mbr-text {
    text-align: center;
  }
}
.cid-tW99zA5cVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW99zA5cVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXlOZD9TS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thXlOZD9TS .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-thXlOZD9TS .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-thXlOZD9TS .separline .step-wrapper {
    position: relative;
  }
  .cid-thXlOZD9TS .separline .step-wrapper:before,
  .cid-thXlOZD9TS .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-thXlOZD9TS .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-thXlOZD9TS .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-thXlOZD9TS .separline.last-child .step-wrapper:after,
  .cid-thXlOZD9TS .separline:nth-child(3n) .step-wrapper:after,
  .cid-thXlOZD9TS .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-thXlOZD9TS .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
#RS6STARContactFormRCV3-n h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-n small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-n .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-n .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-n .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-n .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-n .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-n #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-n #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-n #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-n #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-n #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-n #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-n #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-n #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-n #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-n #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-n #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-n .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-n .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-n .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-n .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-n .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-n .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-n #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-n #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-n #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-n #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-n #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-n #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-n #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-n #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-n #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-n #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-n #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-n #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-n #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-n #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-n #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-n #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-n .form-control {
  padding: .5em .5em !important;
}
.cid-tkBv3RlA9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .content {
    text-align: center;
  }
  .cid-tkBv3RlA9g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkBv3RlA9g .logo-subtitle {
  color: #8d97ad;
}
.cid-tkBv3RlA9g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkBv3RlA9g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkBv3RlA9g .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkBv3RlA9g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tkBv3RlA9g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkBv3RlA9g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tkBv3RlA9g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkBv3RlA9g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkBv3RlA9g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkBv3RlA9g .list-item {
  display: flex;
}
.cid-tkBv3RlA9g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tkBv3RlA9g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tkBv3RlA9g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tkBv3RlA9g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tkBv3RlA9g P {
  color: #ffffff;
}
.cid-tkBv3RlA9g .mbr-text {
  color: #ffffff;
}
.cid-tkBv3RlA9g .column-title {
  color: #ffffff;
}
.cid-thXmKcxGDg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXmKcxGDg .nav-item,
.cid-thXmKcxGDg .nav-link,
.cid-thXmKcxGDg .navbar-caption {
  font-weight: normal;
}
.cid-thXmKcxGDg .nav-item:focus,
.cid-thXmKcxGDg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-thXmKcxGDg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-thXmKcxGDg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-thXmKcxGDg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXmKcxGDg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-thXmKcxGDg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-thXmKcxGDg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thXmKcxGDg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXmKcxGDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXmKcxGDg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXmKcxGDg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-thXmKcxGDg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-thXmKcxGDg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-thXmKcxGDg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-thXmKcxGDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXmKcxGDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXmKcxGDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-thXmKcxGDg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thXmKcxGDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXmKcxGDg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXmKcxGDg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thXmKcxGDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXmKcxGDg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thXmKcxGDg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thXmKcxGDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXmKcxGDg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXmKcxGDg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thXmKcxGDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXmKcxGDg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXmKcxGDg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thXmKcxGDg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thXmKcxGDg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXmKcxGDg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXmKcxGDg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thXmKcxGDg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thXmKcxGDg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thXmKcxGDg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-thXmKcxGDg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thXmKcxGDg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thXmKcxGDg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thXmKcxGDg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXmKcxGDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thXmKcxGDg .dropdown-item.active,
.cid-thXmKcxGDg .dropdown-item:active {
  background-color: transparent;
}
.cid-thXmKcxGDg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXmKcxGDg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXmKcxGDg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXmKcxGDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thXmKcxGDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXmKcxGDg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXmKcxGDg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thXmKcxGDg .navbar-buttons {
  text-align: center;
}
.cid-thXmKcxGDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thXmKcxGDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-thXmKcxGDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thXmKcxGDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thXmKcxGDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thXmKcxGDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thXmKcxGDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXmKcxGDg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thXmKcxGDg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thXmKcxGDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXmKcxGDg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thXmKcxGDg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXmKcxGDg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-thXmKcxGDg .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-thXmKcxGDg .soc-item {
  margin: .5rem .3rem;
}
.cid-thXmKcxGDg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXmKcxGDg a.nav-link,
.cid-thXmKcxGDg a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-thXmKcxGDg a.nav-link .mbr-iconfont-btn,
.cid-thXmKcxGDg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-thXmKcxGDg a.nav-link:hover .mbr-iconfont-btn,
.cid-thXmKcxGDg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-thXmKcxGDg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thXmKcxGDg .navbar {
    height: 77px;
  }
  .cid-thXmKcxGDg .navbar.opened {
    height: auto;
  }
  .cid-thXmKcxGDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXmK72akF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thXmK72akF H2 {
  color: #232323;
}
.cid-thXmK72akF .mbr-section-subtitle {
  color: #232323;
}
.cid-thXmK72akF H1 {
  color: #232323;
}
.cid-tjwEEikCw3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tjwEEikCw3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tjwEEikCw3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tjwEEikCw3 .mbr-text {
    text-align: center;
  }
}
.cid-tjwEEikCw3 .mbr-text,
.cid-tjwEEikCw3 .mbr-section-btn {
  color: #232323;
}
.cid-tjwEEikCw3 H1 {
  color: #465052;
}
.cid-tjChmmhILq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tjChmmhILq .mbr-text,
.cid-tjChmmhILq blockquote {
  color: #767676;
}
.cid-tjChmmhILq .mbr-text {
  color: #232323;
}
.cid-tkBv3RlA9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .content {
    text-align: center;
  }
  .cid-tkBv3RlA9g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkBv3RlA9g .logo-subtitle {
  color: #8d97ad;
}
.cid-tkBv3RlA9g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkBv3RlA9g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkBv3RlA9g .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkBv3RlA9g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tkBv3RlA9g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkBv3RlA9g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tkBv3RlA9g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkBv3RlA9g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkBv3RlA9g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkBv3RlA9g .list-item {
  display: flex;
}
.cid-tkBv3RlA9g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tkBv3RlA9g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tkBv3RlA9g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tkBv3RlA9g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tkBv3RlA9g P {
  color: #ffffff;
}
.cid-tkBv3RlA9g .mbr-text {
  color: #ffffff;
}
.cid-tkBv3RlA9g .column-title {
  color: #ffffff;
}
.cid-thXfoHtCck .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXfoHtCck .nav-item,
.cid-thXfoHtCck .nav-link,
.cid-thXfoHtCck .navbar-caption {
  font-weight: normal;
}
.cid-thXfoHtCck .nav-item:focus,
.cid-thXfoHtCck .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-thXfoHtCck .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXfoHtCck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXfoHtCck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXfoHtCck .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-thXfoHtCck .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-thXfoHtCck .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-thXfoHtCck .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-thXfoHtCck .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXfoHtCck .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXfoHtCck .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thXfoHtCck .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thXfoHtCck .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thXfoHtCck .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXfoHtCck .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thXfoHtCck .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thXfoHtCck .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXfoHtCck .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thXfoHtCck .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thXfoHtCck .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thXfoHtCck .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-thXfoHtCck .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thXfoHtCck .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thXfoHtCck .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thXfoHtCck .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXfoHtCck .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thXfoHtCck .dropdown-item.active,
.cid-thXfoHtCck .dropdown-item:active {
  background-color: transparent;
}
.cid-thXfoHtCck .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXfoHtCck .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXfoHtCck .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXfoHtCck .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thXfoHtCck .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXfoHtCck .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXfoHtCck ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thXfoHtCck .navbar-buttons {
  text-align: center;
}
.cid-thXfoHtCck button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXfoHtCck .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thXfoHtCck a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXfoHtCck .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-thXfoHtCck .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-thXfoHtCck .soc-item {
  margin: .5rem .3rem;
}
.cid-thXfoHtCck .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXfoHtCck a.nav-link,
.cid-thXfoHtCck a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-thXfoHtCck a.nav-link .mbr-iconfont-btn,
.cid-thXfoHtCck a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-thXfoHtCck a.nav-link:hover .mbr-iconfont-btn,
.cid-thXfoHtCck a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-thXfoHtCck a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thXfoHtCck .navbar {
    height: 77px;
  }
  .cid-thXfoHtCck .navbar.opened {
    height: auto;
  }
  .cid-thXfoHtCck .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thTuc5NYPp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thTuc5NYPp .mbr-section-subtitle {
  color: #232323;
}
.cid-thTuc5NYPp H2 {
  color: #232323;
}
.cid-thTuc5NYPp H1 {
  color: #232323;
}
.cid-thTu5ffip4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thTu5ffip4 .media-content .btn-bgr {
  z-index: 0;
}
.cid-thTu5ffip4 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thTu5ffip4 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thTu5ffip4 p {
  color: #464646;
}
.cid-thTu5ffip4 h2 {
  color: #000000;
}
.cid-thTu5ffip4 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-thTu5ffip4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thTu5ffip4 .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-thTu5ffip4 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thTu5ffip4 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thTu5ffip4 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-thTu5ffip4 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-thTu5ffip4 .mbr-text {
    text-align: center;
  }
}
.cid-thTu5ffip4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thTu5ffip4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thTu5DrD59 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thTu5DrD59 .media-content .btn-bgr {
  z-index: 0;
}
.cid-thTu5DrD59 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thTu5DrD59 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thTu5DrD59 p {
  color: #464646;
}
.cid-thTu5DrD59 h2 {
  color: #000000;
}
.cid-thTu5DrD59 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-thTu5DrD59 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thTu5DrD59 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-thTu5DrD59 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thTu5DrD59 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thTu5DrD59 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-thTu5DrD59 .mbr-text {
    text-align: center;
  }
}
.cid-thTu5DrD59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thTu5DrD59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thTu63VNCN {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thTu63VNCN .media-content .btn-bgr {
  z-index: 0;
}
.cid-thTu63VNCN .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thTu63VNCN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thTu63VNCN p {
  color: #464646;
}
.cid-thTu63VNCN h2 {
  color: #000000;
}
.cid-thTu63VNCN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-thTu63VNCN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thTu63VNCN .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-thTu63VNCN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thTu63VNCN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thTu63VNCN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-thTu63VNCN .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-thTu63VNCN .mbr-text {
    text-align: center;
  }
}
.cid-thTu63VNCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thTu63VNCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY5l7cDjG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thY5l7cDjG .media-content .btn-bgr {
  z-index: 0;
}
.cid-thY5l7cDjG .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thY5l7cDjG h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thY5l7cDjG p {
  color: #464646;
}
.cid-thY5l7cDjG h2 {
  color: #000000;
}
.cid-thY5l7cDjG .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-thY5l7cDjG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thY5l7cDjG .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-thY5l7cDjG .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thY5l7cDjG .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thY5l7cDjG .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-thY5l7cDjG .mbr-text {
    text-align: center;
  }
}
.cid-thY5l7cDjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY5l7cDjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY5k1LZTF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thY5k1LZTF .media-content .btn-bgr {
  z-index: 0;
}
.cid-thY5k1LZTF .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thY5k1LZTF h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thY5k1LZTF p {
  color: #464646;
}
.cid-thY5k1LZTF h2 {
  color: #000000;
}
.cid-thY5k1LZTF .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-thY5k1LZTF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thY5k1LZTF .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-thY5k1LZTF .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thY5k1LZTF .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thY5k1LZTF .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-thY5k1LZTF .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-thY5k1LZTF .mbr-text {
    text-align: center;
  }
}
.cid-thY5k1LZTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY5k1LZTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBv3RlA9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .content {
    text-align: center;
  }
  .cid-tkBv3RlA9g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkBv3RlA9g .logo-subtitle {
  color: #8d97ad;
}
.cid-tkBv3RlA9g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkBv3RlA9g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkBv3RlA9g .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkBv3RlA9g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tkBv3RlA9g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkBv3RlA9g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tkBv3RlA9g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkBv3RlA9g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkBv3RlA9g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkBv3RlA9g .list-item {
  display: flex;
}
.cid-tkBv3RlA9g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tkBv3RlA9g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tkBv3RlA9g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tkBv3RlA9g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tkBv3RlA9g P {
  color: #ffffff;
}
.cid-tkBv3RlA9g .mbr-text {
  color: #ffffff;
}
.cid-tkBv3RlA9g .column-title {
  color: #ffffff;
}
.cid-thXfoHtCck .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXfoHtCck .nav-item,
.cid-thXfoHtCck .nav-link,
.cid-thXfoHtCck .navbar-caption {
  font-weight: normal;
}
.cid-thXfoHtCck .nav-item:focus,
.cid-thXfoHtCck .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-thXfoHtCck .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thXfoHtCck .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXfoHtCck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXfoHtCck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXfoHtCck .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-thXfoHtCck .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-thXfoHtCck .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-thXfoHtCck .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-thXfoHtCck .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXfoHtCck .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXfoHtCck .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thXfoHtCck .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXfoHtCck .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thXfoHtCck .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thXfoHtCck .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXfoHtCck .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thXfoHtCck .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thXfoHtCck .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXfoHtCck .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXfoHtCck .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thXfoHtCck .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thXfoHtCck .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thXfoHtCck .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-thXfoHtCck .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thXfoHtCck .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thXfoHtCck .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thXfoHtCck .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXfoHtCck .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thXfoHtCck .dropdown-item.active,
.cid-thXfoHtCck .dropdown-item:active {
  background-color: transparent;
}
.cid-thXfoHtCck .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXfoHtCck .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXfoHtCck .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXfoHtCck .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thXfoHtCck .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXfoHtCck .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXfoHtCck ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thXfoHtCck .navbar-buttons {
  text-align: center;
}
.cid-thXfoHtCck button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thXfoHtCck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thXfoHtCck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thXfoHtCck .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thXfoHtCck a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXfoHtCck .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-thXfoHtCck .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-thXfoHtCck .soc-item {
  margin: .5rem .3rem;
}
.cid-thXfoHtCck .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thXfoHtCck a.nav-link,
.cid-thXfoHtCck a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-thXfoHtCck a.nav-link .mbr-iconfont-btn,
.cid-thXfoHtCck a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-thXfoHtCck a.nav-link:hover .mbr-iconfont-btn,
.cid-thXfoHtCck a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-thXfoHtCck a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thXfoHtCck .navbar {
    height: 77px;
  }
  .cid-thXfoHtCck .navbar.opened {
    height: auto;
  }
  .cid-thXfoHtCck .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thTuhAgQSw {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thTuhAgQSw .mbr-section-subtitle {
  color: #232323;
}
.cid-thTuhAgQSw H2 {
  color: #232323;
}
.cid-thTuhAgQSw H1 {
  color: #232323;
}
.cid-thTut1bPTr {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thTut1bPTr .media-content .btn-bgr {
  z-index: 0;
}
.cid-thTut1bPTr .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thTut1bPTr h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thTut1bPTr p {
  color: #464646;
}
.cid-thTut1bPTr h2 {
  color: #000000;
}
.cid-thTut1bPTr .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-thTut1bPTr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thTut1bPTr .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-thTut1bPTr .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thTut1bPTr .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thTut1bPTr .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-thTut1bPTr .mbr-text {
    text-align: center;
  }
}
.cid-thTut1bPTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-thTut1bPTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thTurC8hYu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thTurC8hYu .media-content .btn-bgr {
  z-index: 0;
}
.cid-thTurC8hYu .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-thTurC8hYu h3 {
  color: #000000;
  font-weight: 300;
}
.cid-thTurC8hYu p {
  color: #464646;
}
.cid-thTurC8hYu h2 {
  color: #000000;
}
.cid-thTurC8hYu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-thTurC8hYu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thTurC8hYu .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-thTurC8hYu .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-thTurC8hYu .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thTurC8hYu .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-thTurC8hYu .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-thTurC8hYu .mbr-text {
    text-align: center;
  }
}
.cid-thTurC8hYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thTurC8hYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBv3RlA9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .content {
    text-align: center;
  }
  .cid-tkBv3RlA9g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkBv3RlA9g .logo-subtitle {
  color: #8d97ad;
}
.cid-tkBv3RlA9g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkBv3RlA9g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkBv3RlA9g .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkBv3RlA9g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tkBv3RlA9g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkBv3RlA9g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tkBv3RlA9g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkBv3RlA9g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkBv3RlA9g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkBv3RlA9g .list-item {
  display: flex;
}
.cid-tkBv3RlA9g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tkBv3RlA9g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tkBv3RlA9g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tkBv3RlA9g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tkBv3RlA9g P {
  color: #ffffff;
}
.cid-tkBv3RlA9g .mbr-text {
  color: #ffffff;
}
.cid-tkBv3RlA9g .column-title {
  color: #ffffff;
}
.cid-tjnQDaPoTC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tjnQDaPoTC .nav-item,
.cid-tjnQDaPoTC .nav-link,
.cid-tjnQDaPoTC .navbar-caption {
  font-weight: normal;
}
.cid-tjnQDaPoTC .nav-item:focus,
.cid-tjnQDaPoTC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tjnQDaPoTC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tjnQDaPoTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tjnQDaPoTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjnQDaPoTC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tjnQDaPoTC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tjnQDaPoTC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjnQDaPoTC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tjnQDaPoTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjnQDaPoTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjnQDaPoTC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tjnQDaPoTC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tjnQDaPoTC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tjnQDaPoTC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tjnQDaPoTC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjnQDaPoTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjnQDaPoTC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-tjnQDaPoTC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tjnQDaPoTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjnQDaPoTC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjnQDaPoTC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tjnQDaPoTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjnQDaPoTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tjnQDaPoTC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tjnQDaPoTC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjnQDaPoTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjnQDaPoTC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tjnQDaPoTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjnQDaPoTC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjnQDaPoTC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tjnQDaPoTC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tjnQDaPoTC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjnQDaPoTC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjnQDaPoTC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tjnQDaPoTC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tjnQDaPoTC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tjnQDaPoTC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tjnQDaPoTC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tjnQDaPoTC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tjnQDaPoTC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjnQDaPoTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjnQDaPoTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjnQDaPoTC .dropdown-item.active,
.cid-tjnQDaPoTC .dropdown-item:active {
  background-color: transparent;
}
.cid-tjnQDaPoTC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjnQDaPoTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjnQDaPoTC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjnQDaPoTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjnQDaPoTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjnQDaPoTC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjnQDaPoTC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tjnQDaPoTC .navbar-buttons {
  text-align: center;
}
.cid-tjnQDaPoTC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tjnQDaPoTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tjnQDaPoTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tjnQDaPoTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tjnQDaPoTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tjnQDaPoTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tjnQDaPoTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjnQDaPoTC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tjnQDaPoTC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tjnQDaPoTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjnQDaPoTC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tjnQDaPoTC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tjnQDaPoTC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tjnQDaPoTC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tjnQDaPoTC .soc-item {
  margin: .5rem .3rem;
}
.cid-tjnQDaPoTC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tjnQDaPoTC a.nav-link,
.cid-tjnQDaPoTC a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tjnQDaPoTC a.nav-link .mbr-iconfont-btn,
.cid-tjnQDaPoTC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tjnQDaPoTC a.nav-link:hover .mbr-iconfont-btn,
.cid-tjnQDaPoTC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tjnQDaPoTC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjnQDaPoTC .navbar {
    height: 77px;
  }
  .cid-tjnQDaPoTC .navbar.opened {
    height: auto;
  }
  .cid-tjnQDaPoTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjnQD1nLAR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjnQD1nLAR .mbr-section-subtitle {
  color: #232323;
}
.cid-tjnQD1nLAR H2 {
  color: #232323;
}
.cid-tjnQD1nLAR H1 {
  color: #232323;
}
.cid-tjnQD70vLp {
  background-color: #ffffff;
}
.cid-tjnQD70vLp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tjnQD70vLp .carousel-item > div {
  width: 100%;
}
.cid-tjnQD70vLp h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-tjnQD70vLp .carousel-item.active,
.cid-tjnQD70vLp .carousel-item-next,
.cid-tjnQD70vLp .carousel-item-prev {
  display: flex;
}
.cid-tjnQD70vLp .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-tjnQD70vLp .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-tjnQD70vLp .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-tjnQD70vLp .carousel-controls a {
    width: 5%;
  }
}
.cid-tjnQD70vLp .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-tjnQD70vLp .img-block {
  display: flex;
  flex-direction: column;
}
.cid-tjnQD70vLp img {
  width: 100%;
  margin: 0;
}
.cid-tjnQD70vLp .mbr-text {
  position: relative;
}
.cid-tjnQD70vLp li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #080707 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-tjnQD70vLp li.active {
  background-color: #767676;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-tjnQD70vLp .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-tjnQD70vLp ol {
  margin-bottom: 0;
}
.cid-tjnQD70vLp .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-tjnQD70vLp .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tjnQD70vLp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-tjnQD70vLp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tjnQD70vLp .row {
    margin: 0;
  }
}
.cid-tjnQD70vLp .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tjnQD70vLp .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-tjnQD70vLp .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1);
}
.cid-tjnQD70vLp .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-tjnQD70vLp .img-block:hover .desk {
  color: #101010;
}
.cid-tjnQD70vLp .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tjnQD70vLp .img-card {
    margin-top: 2rem;
  }
}
.cid-tjnQD70vLp .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-tjnQQ4ax2r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjnQQ4ax2r .mbr-section-subtitle {
  color: #232323;
}
.cid-tjnQQ4ax2r H2 {
  color: #232323;
}
.cid-tjnQQ4ax2r H1 {
  color: #232323;
}
.cid-tjouqpJbi7 {
  background-color: #ffffff;
}
.cid-tjouqpJbi7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tjouqpJbi7 .carousel-item > div {
  width: 100%;
}
.cid-tjouqpJbi7 h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-tjouqpJbi7 .carousel-item.active,
.cid-tjouqpJbi7 .carousel-item-next,
.cid-tjouqpJbi7 .carousel-item-prev {
  display: flex;
}
.cid-tjouqpJbi7 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-tjouqpJbi7 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-tjouqpJbi7 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-tjouqpJbi7 .carousel-controls a {
    width: 5%;
  }
}
.cid-tjouqpJbi7 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-tjouqpJbi7 .img-block {
  display: flex;
  flex-direction: column;
}
.cid-tjouqpJbi7 img {
  width: 100%;
  margin: 0;
}
.cid-tjouqpJbi7 .mbr-text {
  position: relative;
}
.cid-tjouqpJbi7 li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #080707 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-tjouqpJbi7 li.active {
  background-color: #767676;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-tjouqpJbi7 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-tjouqpJbi7 ol {
  margin-bottom: 0;
}
.cid-tjouqpJbi7 .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-tjouqpJbi7 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tjouqpJbi7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-tjouqpJbi7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tjouqpJbi7 .row {
    margin: 0;
  }
}
.cid-tjouqpJbi7 .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tjouqpJbi7 .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-tjouqpJbi7 .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1);
}
.cid-tjouqpJbi7 .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-tjouqpJbi7 .img-block:hover .desk {
  color: #101010;
}
.cid-tjouqpJbi7 .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tjouqpJbi7 .img-card {
    margin-top: 2rem;
  }
}
.cid-tjouqpJbi7 .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-tjnQPFjyHa {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjnQPFjyHa .mbr-section-subtitle {
  color: #232323;
}
.cid-tjnQPFjyHa H2 {
  color: #232323;
}
.cid-tjnQPFjyHa H1 {
  color: #232323;
}
.cid-tjqJfBoLgx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tjqJfBoLgx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tjqJfBoLgx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjqJfBoLgx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjqJfBoLgx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjqJfBoLgx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tjqJfBoLgx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tjqJfBoLgx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tjqJfBoLgx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tjqJfBoLgx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tjComOKGe1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjComOKGe1 .mbr-section-subtitle {
  color: #232323;
}
.cid-tjComOKGe1 H2 {
  color: #232323;
}
.cid-tjComOKGe1 H1 {
  color: #232323;
}
.cid-tjCn6rheCa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjCn6rheCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjCn6rheCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjCn6rheCa .video-wrapper iframe {
  width: 100%;
}
.cid-tjCn6rheCa .mbr-section-title,
.cid-tjCn6rheCa .mbr-section-subtitle,
.cid-tjCn6rheCa .mbr-text {
  text-align: center;
}
.cid-tkCbnsVyVC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkCbnsVyVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkCbnsVyVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkCbnsVyVC .video-wrapper iframe {
  width: 100%;
}
.cid-tkCbnsVyVC .mbr-section-title,
.cid-tkCbnsVyVC .mbr-section-subtitle,
.cid-tkCbnsVyVC .mbr-text {
  text-align: center;
}
.cid-tkBv3RlA9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .content {
    text-align: center;
  }
  .cid-tkBv3RlA9g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkBv3RlA9g .logo-subtitle {
  color: #8d97ad;
}
.cid-tkBv3RlA9g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkBv3RlA9g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkBv3RlA9g .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkBv3RlA9g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tkBv3RlA9g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkBv3RlA9g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tkBv3RlA9g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkBv3RlA9g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkBv3RlA9g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkBv3RlA9g .list-item {
  display: flex;
}
.cid-tkBv3RlA9g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tkBv3RlA9g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tkBv3RlA9g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tkBv3RlA9g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tkBv3RlA9g P {
  color: #ffffff;
}
.cid-tkBv3RlA9g .mbr-text {
  color: #ffffff;
}
.cid-tkBv3RlA9g .column-title {
  color: #ffffff;
}
.cid-tkBrOIMie4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkBrOIMie4 .nav-item,
.cid-tkBrOIMie4 .nav-link,
.cid-tkBrOIMie4 .navbar-caption {
  font-weight: normal;
}
.cid-tkBrOIMie4 .nav-item:focus,
.cid-tkBrOIMie4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tkBrOIMie4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tkBrOIMie4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tkBrOIMie4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBrOIMie4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tkBrOIMie4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tkBrOIMie4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkBrOIMie4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkBrOIMie4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBrOIMie4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBrOIMie4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tkBrOIMie4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tkBrOIMie4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tkBrOIMie4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tkBrOIMie4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBrOIMie4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBrOIMie4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-tkBrOIMie4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkBrOIMie4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBrOIMie4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBrOIMie4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkBrOIMie4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBrOIMie4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tkBrOIMie4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tkBrOIMie4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBrOIMie4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBrOIMie4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkBrOIMie4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBrOIMie4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBrOIMie4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkBrOIMie4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkBrOIMie4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBrOIMie4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBrOIMie4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkBrOIMie4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkBrOIMie4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tkBrOIMie4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tkBrOIMie4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkBrOIMie4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkBrOIMie4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkBrOIMie4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBrOIMie4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBrOIMie4 .dropdown-item.active,
.cid-tkBrOIMie4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBrOIMie4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBrOIMie4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBrOIMie4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBrOIMie4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkBrOIMie4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBrOIMie4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBrOIMie4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkBrOIMie4 .navbar-buttons {
  text-align: center;
}
.cid-tkBrOIMie4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkBrOIMie4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tkBrOIMie4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tkBrOIMie4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tkBrOIMie4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tkBrOIMie4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tkBrOIMie4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkBrOIMie4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tkBrOIMie4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tkBrOIMie4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkBrOIMie4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tkBrOIMie4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkBrOIMie4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tkBrOIMie4 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tkBrOIMie4 .soc-item {
  margin: .5rem .3rem;
}
.cid-tkBrOIMie4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkBrOIMie4 a.nav-link,
.cid-tkBrOIMie4 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tkBrOIMie4 a.nav-link .mbr-iconfont-btn,
.cid-tkBrOIMie4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tkBrOIMie4 a.nav-link:hover .mbr-iconfont-btn,
.cid-tkBrOIMie4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tkBrOIMie4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkBrOIMie4 .navbar {
    height: 77px;
  }
  .cid-tkBrOIMie4 .navbar.opened {
    height: auto;
  }
  .cid-tkBrOIMie4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBrOzRYeq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkBrOzRYeq .mbr-section-subtitle {
  color: #232323;
}
.cid-tkBrOzRYeq H2 {
  color: #232323;
}
.cid-tkBrOzRYeq H1 {
  color: #232323;
}
.cid-tkBt2Ccmor {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkBt2Ccmor .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tkBt2Ccmor .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkBt2Ccmor .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tkBt2Ccmor .mbr-text {
    text-align: center;
  }
}
.cid-tkBt2Ccmor .mbr-text,
.cid-tkBt2Ccmor .mbr-section-btn {
  color: #232323;
}
.cid-tkBt2Ccmor H1 {
  color: #232323;
}
.cid-tkBskfnW9i {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkBskfnW9i .mbr-section-subtitle {
  color: #14191e;
}
.cid-tkBskfnW9i .mbr-text {
  color: #232323;
}
.cid-tkBv3RlA9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .content {
    text-align: center;
  }
  .cid-tkBv3RlA9g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkBv3RlA9g .logo-subtitle {
  color: #8d97ad;
}
.cid-tkBv3RlA9g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkBv3RlA9g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkBv3RlA9g .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkBv3RlA9g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tkBv3RlA9g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkBv3RlA9g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tkBv3RlA9g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkBv3RlA9g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkBv3RlA9g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkBv3RlA9g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkBv3RlA9g .list-item {
  display: flex;
}
.cid-tkBv3RlA9g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tkBv3RlA9g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tkBv3RlA9g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tkBv3RlA9g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tkBv3RlA9g P {
  color: #ffffff;
}
.cid-tkBv3RlA9g .mbr-text {
  color: #ffffff;
}
.cid-tkBv3RlA9g .column-title {
  color: #ffffff;
}
.cid-tW96KhiOdk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tW96KhiOdk .nav-item,
.cid-tW96KhiOdk .nav-link,
.cid-tW96KhiOdk .navbar-caption {
  font-weight: normal;
}
.cid-tW96KhiOdk .nav-item:focus,
.cid-tW96KhiOdk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tW96KhiOdk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tW96KhiOdk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tW96KhiOdk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tW96KhiOdk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tW96KhiOdk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tW96KhiOdk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tW96KhiOdk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tW96KhiOdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tW96KhiOdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tW96KhiOdk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tW96KhiOdk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tW96KhiOdk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tW96KhiOdk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tW96KhiOdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tW96KhiOdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tW96KhiOdk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-tW96KhiOdk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tW96KhiOdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tW96KhiOdk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tW96KhiOdk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tW96KhiOdk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tW96KhiOdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tW96KhiOdk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tW96KhiOdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tW96KhiOdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tW96KhiOdk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tW96KhiOdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tW96KhiOdk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tW96KhiOdk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tW96KhiOdk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tW96KhiOdk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tW96KhiOdk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tW96KhiOdk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tW96KhiOdk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tW96KhiOdk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tW96KhiOdk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tW96KhiOdk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tW96KhiOdk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tW96KhiOdk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tW96KhiOdk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tW96KhiOdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tW96KhiOdk .dropdown-item.active,
.cid-tW96KhiOdk .dropdown-item:active {
  background-color: transparent;
}
.cid-tW96KhiOdk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tW96KhiOdk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tW96KhiOdk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tW96KhiOdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tW96KhiOdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tW96KhiOdk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tW96KhiOdk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tW96KhiOdk .navbar-buttons {
  text-align: center;
}
.cid-tW96KhiOdk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tW96KhiOdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tW96KhiOdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tW96KhiOdk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tW96KhiOdk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tW96KhiOdk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tW96KhiOdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tW96KhiOdk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tW96KhiOdk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tW96KhiOdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tW96KhiOdk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tW96KhiOdk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tW96KhiOdk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tW96KhiOdk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tW96KhiOdk .soc-item {
  margin: .5rem .3rem;
}
.cid-tW96KhiOdk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tW96KhiOdk a.nav-link,
.cid-tW96KhiOdk a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tW96KhiOdk a.nav-link .mbr-iconfont-btn,
.cid-tW96KhiOdk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tW96KhiOdk a.nav-link:hover .mbr-iconfont-btn,
.cid-tW96KhiOdk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tW96KhiOdk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tW96KhiOdk .navbar {
    height: 77px;
  }
  .cid-tW96KhiOdk .navbar.opened {
    height: auto;
  }
  .cid-tW96KhiOdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tW96KhOA7O {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tW96KhOA7O .mbr-section-subtitle {
  color: #232323;
}
.cid-tW96KhOA7O H2 {
  color: #232323;
}
.cid-tW96KhOA7O H1 {
  color: #232323;
}
.cid-tW96Ki2GXo {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tW96Ki2GXo .media-content .btn-bgr {
  z-index: 0;
}
.cid-tW96Ki2GXo .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tW96Ki2GXo h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tW96Ki2GXo p {
  color: #464646;
}
.cid-tW96Ki2GXo h2 {
  color: #000000;
}
.cid-tW96Ki2GXo .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tW96Ki2GXo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tW96Ki2GXo .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tW96Ki2GXo .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tW96Ki2GXo .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tW96Ki2GXo .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tW96Ki2GXo .mbr-text {
    text-align: center;
  }
}
.cid-tW96Ki2GXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW96Ki2GXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW96KijqrN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tW96KijqrN .media-content .btn-bgr {
  z-index: 0;
}
.cid-tW96KijqrN .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tW96KijqrN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tW96KijqrN p {
  color: #464646;
}
.cid-tW96KijqrN h2 {
  color: #000000;
}
.cid-tW96KijqrN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tW96KijqrN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tW96KijqrN .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-tW96KijqrN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tW96KijqrN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tW96KijqrN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tW96KijqrN .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tW96KijqrN .mbr-text {
    text-align: center;
  }
}
.cid-tW96KijqrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW96KijqrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW96KiynWY {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tW96KiynWY .media-content .btn-bgr {
  z-index: 0;
}
.cid-tW96KiynWY .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tW96KiynWY h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tW96KiynWY p {
  color: #464646;
}
.cid-tW96KiynWY h2 {
  color: #000000;
}
.cid-tW96KiynWY .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tW96KiynWY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tW96KiynWY .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tW96KiynWY .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tW96KiynWY .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tW96KiynWY .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tW96KiynWY .mbr-text {
    text-align: center;
  }
}
.cid-tW96KiynWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW96KiynWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW97n7wEfk {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tW97n7wEfk .media-content .btn-bgr {
  z-index: 0;
}
.cid-tW97n7wEfk .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tW97n7wEfk h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tW97n7wEfk p {
  color: #464646;
}
.cid-tW97n7wEfk h2 {
  color: #000000;
}
.cid-tW97n7wEfk .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tW97n7wEfk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tW97n7wEfk .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-tW97n7wEfk .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tW97n7wEfk .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tW97n7wEfk .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tW97n7wEfk .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tW97n7wEfk .mbr-text {
    text-align: center;
  }
}
.cid-tW97n7wEfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW97n7wEfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW97s4U2vQ {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tW97s4U2vQ .media-content .btn-bgr {
  z-index: 0;
}
.cid-tW97s4U2vQ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tW97s4U2vQ h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tW97s4U2vQ p {
  color: #464646;
}
.cid-tW97s4U2vQ h2 {
  color: #000000;
}
.cid-tW97s4U2vQ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tW97s4U2vQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tW97s4U2vQ .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tW97s4U2vQ .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tW97s4U2vQ .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tW97s4U2vQ .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tW97s4U2vQ .mbr-text {
    text-align: center;
  }
}
.cid-tW97s4U2vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW97s4U2vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW96KiPtti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #575757;
}
@media (max-width: 767px) {
  .cid-tW96KiPtti .content {
    text-align: center;
  }
  .cid-tW96KiPtti .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tW96KiPtti .logo-subtitle {
  color: #8d97ad;
}
.cid-tW96KiPtti .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tW96KiPtti .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tW96KiPtti .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tW96KiPtti .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tW96KiPtti .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tW96KiPtti .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tW96KiPtti .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tW96KiPtti .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tW96KiPtti .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tW96KiPtti .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tW96KiPtti .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tW96KiPtti .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tW96KiPtti .list-item {
  display: flex;
}
.cid-tW96KiPtti .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tW96KiPtti ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tW96KiPtti ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tW96KiPtti ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tW96KiPtti P {
  color: #ffffff;
}
.cid-tW96KiPtti .mbr-text {
  color: #ffffff;
}
.cid-tW96KiPtti .column-title {
  color: #ffffff;
}
