@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
section {
  background-color: #eeeeee;
}

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


.container{font-family: Roboto;
    max-width:1200px !important;
}

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@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: 600;
}

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

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

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

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

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

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

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

figure {
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
}

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

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

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

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

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

@keyframes arrowdown {
  0% {
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

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

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

@media (max-width: 1279px){
    .menu .navbar-brand .navbar-logo img{
    height: 3rem !important;    
    }    
}



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

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

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

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

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

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

.nav-dropdown .link {
  padding: .667em 0.867em !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 .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 .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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .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-control {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 2.5em;
  padding: 1.07em .5em;
}

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

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

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

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

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

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

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

.mbr-section__comments .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}
/*# sourceMappingURL=style.css.map */




body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #baa39a !important;
}
.bg-success {
  background-color: #817069 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #565455 !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #baa39a !important;
  border-color: #baa39a !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b7a6d !important;
  border-color: #9b7a6d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #565455 !important;
  border-color: #565455 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f2e2f !important;
  border-color: #2f2e2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #817069 !important;
  border-color: #817069 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #574b47 !important;
  border-color: #574b47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #565455 !important;
  border-color: #565455 !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f2e2f !important;
  border-color: #2f2e2f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #baa39a;
  color: #baa39a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #baa39a;
  border-color: #baa39a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #baa39a !important;
  border-color: #baa39a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #565455;
  color: #565455;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #565455;
  border-color: #565455;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #565455 !important;
  border-color: #565455 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #817069;
  color: #817069;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #817069;
  border-color: #817069;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #817069 !important;
  border-color: #817069 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #565455;
  color: #565455;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #565455;
  border-color: #565455;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #565455 !important;
  border-color: #565455 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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: #baa39a !important;
}
.text-secondary {
  color: #565455 !important;
}
.text-success {
  color: #817069 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #565455 !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3dad7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #898788 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b1a49f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #898788 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #565455;
}
.alert-danger {
  background-color: #d75959;
}
.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: 0 0 0 5px #999999 !important;
  -webkit-box-shadow: 0 0 0 5px #999999 !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #baa39a;
  border-color: #baa39a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #baa39a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eee8e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcb2ad;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #969395;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #baa39a;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.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 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #baa39a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #baa39a;
  border-bottom-color: #baa39a;
}
.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: #000000 !important;
  background-color: #baa39a !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: #565455 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23baa39a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sAkzZrSsHo {
  padding-top: 120px;
  padding-bottom: 90px;
  height: 100vh;
  background-image: url("../../../assets/images/img-banner-3-2000x1335.jpeg");
}
@media (max-width: 768px) {
  .cid-sAkzZrSsHo {
    height: auto !important;
  }
  .cid-sAkzZrSsHo .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sAkzZrSsHo .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sAkzZrSsHo h2,
.cid-sAkzZrSsHo h3,
.cid-sAkzZrSsHo h4,
.cid-sAkzZrSsHo p {
  color: #ffffff;
}
.cid-sAkzZrSsHo .mbr-overlay {
  z-index: -1;
}
.cid-sAkzZrSsHo .mbr-iconfont {
  font-size: 28px;
  padding-right: .8rem;
}
.cid-sAkzZrSsHo .form-control {
  margin-bottom: 15px;
  padding: 0.67em 1.07em;
  font-size: .9rem;
  min-height: 2.9em !important;
  border-radius: 25px !important;
}
.cid-sAkzZrSsHo .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sAkzZrSsHo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-sAkzZrSsHo .media-container-row {
    margin-top: 30px;
  }
}
.cid-sAkzZrSsHo .mbr-text {
  color: #767676;
}
.cid-sAkzZrSsHo .form-block {
  padding: 1rem;
  margin-top: 0x;
  width: 75%;
  float: right;
  position: relative;
}
.cid-sAkzZrSsHo .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.4;
  z-index: 0;
  border-radius: 10px;
}
.cid-sAkzZrSsHo .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sAkzZrSsHo .form-block {
    width: 100%;
  }
}
.cid-sAkzZrSsHo a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sAkzZrSsHo .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sAkzZrSsHo .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sAkzZrSsHo textarea.form-control {
  resize: none;
  height: 80px !important;
}
.cid-sAkzZrSsHo .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sAkzZrSsHo .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAkzZrSsHo h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sAkzZrSsHo .block-content {
    padding: 0;
  }
  .cid-sAkzZrSsHo .form-block {
    padding: 1rem;
  }
}
.cid-sAkzZrSsHo .form-group {
  margin-bottom: 0px;
}
.cid-sAkzZrSsHo .form-wrap h3 {
  margin-bottom: 20px;
}
.cid-sAkzZrSsHo .mbr-section-btn .btn-md {
  padding: 0.6rem 0.8rem;
}
.cid-sAkzZrSsHo .btn {
  border-radius: 25px !important;
  padding: 0.8rem 1.9rem !important;
}
.cid-sAkzZrSsHo .mbr-section-title,
.cid-sAkzZrSsHo .mbr-section-btn {
  color: #f9fafb;
}
.cid-sAkzZrSsHo .mbr-section-subtitle {
  color: #f9fafb;
}
.cid-sAkzZrSsHo .text-block {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .cid-sAkzZrSsHo .text-block {
    margin-top: 30px;
    text-align: center;
  }
}
.cid-sAp1TayKGR {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-banner-1688x1125.jpg");
}
.cid-sAp1TayKGR img {
  width: 100%;
}
.cid-sAp1TayKGR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #baa39a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sAp1TayKGR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAp1TayKGR .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sAp1TayKGR .contents {
  margin-top: 0px;
}
.cid-sAp1TayKGR .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sAp1TayKGR .mbr-section-btn {
  margin-top: 8px;
}
.cid-sAp1TayKGR .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sAp1TayKGR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sAp1TayKGR .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sAp1TayKGR .main-title {
  color: #565455;
}
.cid-sAp1TayKGR .mbr-text,
.cid-sAp1TayKGR .mbr-section-btn {
  color: #baa39a;
}
.cid-sAp1TayKGR .mgb {
  margin-bottom: 0px !important;
}
.cid-sACfwwOAOL {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #fff4f0;
}
.cid-sACfwwOAOL .container-fluid {
  padding: 0 2rem;
}
.cid-sACfwwOAOL .underline .line {
  width: 80px;
  height: 4px;
  background-color: #baa39a;
  display: inline-block;
}
.cid-sACfwwOAOL .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sACfwwOAOL .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sACfwwOAOL .time-line-date-content {
  margin-right: 2rem;
}
.cid-sACfwwOAOL .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sACfwwOAOL .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sACfwwOAOL .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #baa39a;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
  background-color: #fff;
}
.cid-sACfwwOAOL .separline:before,
.cid-sACfwwOAOL .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #baa39a;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sACfwwOAOL .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #baa39a;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sACfwwOAOL .container-fluid {
    padding: 0 1rem;
  }
  .cid-sACfwwOAOL .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sACfwwOAOL .separline:before,
  .cid-sACfwwOAOL .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sACfwwOAOL .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sACfwwOAOL .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sACfwwOAOL .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sACfwwOAOL .time-line-date-content p {
    float: left !important;
  }
  .cid-sACfwwOAOL .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sACfwwOAOL .mbr-section-title,
.cid-sACfwwOAOL .underline {
  text-align: center;
}
.cid-sACfwwOAOL .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sACfwwOAOL .mbr-timeline-date {
  color: #817069;
}
.cid-sACreMH3aS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-banner-1688x1125.jpg");
}
.cid-sACreMH3aS .mbr-overlay {
  background-color: #2c1616;
  opacity: 0.7;
}
.cid-sACreMH3aS .form-control,
.cid-sACreMH3aS .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sACreMH3aS .form-control::-webkit-input-placeholder,
.cid-sACreMH3aS .field-input::-webkit-input-placeholder,
.cid-sACreMH3aS .form-control::-webkit-input-placeholder,
.cid-sACreMH3aS .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sACreMH3aS .form-control:-moz-placeholder,
.cid-sACreMH3aS .field-input:-moz-placeholder,
.cid-sACreMH3aS .form-control:-moz-placeholder,
.cid-sACreMH3aS .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sACreMH3aS .form-control:hover,
.cid-sACreMH3aS .field-input:hover,
.cid-sACreMH3aS .form-control:focus,
.cid-sACreMH3aS .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sACreMH3aS .form-control:hover::-webkit-input-placeholder,
.cid-sACreMH3aS .field-input:hover::-webkit-input-placeholder,
.cid-sACreMH3aS .form-control:focus::-webkit-input-placeholder,
.cid-sACreMH3aS .field-input:focus::-webkit-input-placeholder,
.cid-sACreMH3aS .form-control:hover::-webkit-input-placeholder,
.cid-sACreMH3aS .field-input:hover::-webkit-input-placeholder,
.cid-sACreMH3aS .form-control:focus::-webkit-input-placeholder,
.cid-sACreMH3aS .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sACreMH3aS .form-control:hover:-moz-placeholder,
.cid-sACreMH3aS .field-input:hover:-moz-placeholder,
.cid-sACreMH3aS .form-control:focus:-moz-placeholder,
.cid-sACreMH3aS .field-input:focus:-moz-placeholder,
.cid-sACreMH3aS .form-control:hover:-moz-placeholder,
.cid-sACreMH3aS .field-input:hover:-moz-placeholder,
.cid-sACreMH3aS .form-control:focus:-moz-placeholder,
.cid-sACreMH3aS .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sACreMH3aS textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sACreMH3aS .jq-number__spin:hover,
.cid-sACreMH3aS .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sACreMH3aS .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sACreMH3aS .jq-selectbox li,
.cid-sACreMH3aS .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sACreMH3aS .jq-selectbox li:hover,
.cid-sACreMH3aS .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sACreMH3aS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sACreMH3aS .jq-number__spin.minus:hover:after,
.cid-sACreMH3aS .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sACreMH3aS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sACreMH3aS .jq-number__spin.minus:after,
.cid-sACreMH3aS .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sACreMH3aS input::-webkit-clear-button {
  display: none;
}
.cid-sACreMH3aS input::-webkit-inner-spin-button {
  display: none;
}
.cid-sACreMH3aS input::-webkit-outer-spin-button {
  display: none;
}
.cid-sACreMH3aS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sACreMH3aS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #baa39a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sACreMH3aS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sACreMH3aS .mbr-section-title {
  color: #ffffff;
}
.cid-sACreMH3aS .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sACreMH3aS .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sACreMH3aS .mbr-text {
  color: #ffffff;
}
.cid-sACreMH3aS .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sACreMH3aS .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sACreMH3aS .required {
  width: 100%;
  color: #808080;
}
.cid-sACreMH3aS img {
  width: 100%;
}
.cid-sACreMH3aS .counter {
  top: 45%;
  left: 8%;
}
.cid-sACreMH3aS .counter .full-circle {
  background-color: #565455;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sACreMH3aS .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sACreMH3aS .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sACreMH3aS .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sACreMH3aS img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sACreMH3aS .required {
    text-align: center;
  }
}
.cid-sACreMH3aS .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sACreMH3aS .form-control-label,
.cid-sACreMH3aS .form-check {
  margin-left: 20px;
}
.cid-sACreMH3aS H3 {
  color: #ffffff;
}
.cid-sACreMH3aS .img-destaque {
  border-radius: 10px;
}
.cid-sAqCUlcrnE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAqCUlcrnE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAqCUlcrnE p {
  color: #767676;
  text-align: left;
}
.cid-sAqCUlcrnE .card-box {
  padding-top: 2rem;
}
.cid-sAqCUlcrnE .card-wrapper {
  height: 100%;
}
.cid-sAqCUlcrnE img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sAqCUlcrnE P {
  text-align: center;
}
.cid-sAqCUlcrnE .card-title {
  text-align: center;
}
.cid-sAqCUlcrnE .card-img {
  position: relative;
}
.cid-sAqCUlcrnE .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sAqCUlcrnE .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #baa39a;
}
.cid-sAkA75Ssjs {
  padding-top: 75px;
  padding-bottom: 315px;
  background-color: #fff4f0;
  position: relative;
  overflow: hidden;
}
.cid-sAkA75Ssjs svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-sAkA75Ssjs #e12_areaS3 {
  fill: #baa39a !important;
}
.cid-sAkA75Ssjs #e19_areaS3 {
  fill: #817069 !important;
}
.cid-sAkA75Ssjs .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-sAkA75Ssjs .carousel {
  width: 80%;
  margin: auto;
}
.cid-sAkA75Ssjs .mbr-section-subtitle {
  color: #716c80;
}
.cid-sAkA75Ssjs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAkA75Ssjs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sAkA75Ssjs .carousel-item .wrap-img {
  text-align: center;
}
.cid-sAkA75Ssjs .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sAkA75Ssjs .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAkA75Ssjs .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sAkA75Ssjs .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sAkA75Ssjs .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sAkA75Ssjs .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sAkA75Ssjs .cloneditem-1,
.cid-sAkA75Ssjs .cloneditem-2,
.cid-sAkA75Ssjs .cloneditem-3,
.cid-sAkA75Ssjs .cloneditem-4,
.cid-sAkA75Ssjs .cloneditem-5 {
  display: none;
}
.cid-sAkA75Ssjs .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sAkA75Ssjs .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sAkA75Ssjs .carousel-inner {
    opacity: 0.8;
  }
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides2 .cloneditem-1,
  .cid-sAkA75Ssjs .carousel-inner.slides2 .cloneditem-2,
  .cid-sAkA75Ssjs .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides3 .cloneditem-1,
  .cid-sAkA75Ssjs .carousel-inner.slides3 .cloneditem-2,
  .cid-sAkA75Ssjs .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides4 .cloneditem-1,
  .cid-sAkA75Ssjs .carousel-inner.slides4 .cloneditem-2,
  .cid-sAkA75Ssjs .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides5 .cloneditem-1,
  .cid-sAkA75Ssjs .carousel-inner.slides5 .cloneditem-2,
  .cid-sAkA75Ssjs .carousel-inner.slides5 .cloneditem-3,
  .cid-sAkA75Ssjs .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sAkA75Ssjs .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sAkA75Ssjs .carousel-inner.slides6 .cloneditem-1,
  .cid-sAkA75Ssjs .carousel-inner.slides6 .cloneditem-2,
  .cid-sAkA75Ssjs .carousel-inner.slides6 .cloneditem-3,
  .cid-sAkA75Ssjs .carousel-inner.slides6 .cloneditem-4,
  .cid-sAkA75Ssjs .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sAkA75Ssjs H2 {
  color: #57468b;
}
.cid-sAkA75Ssjs .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-sAkA75Ssjs .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-sAkA75Ssjs .carousel-control-prev {
    left: -10px !important;
  }
  .cid-sAkA75Ssjs .carousel-control-next {
    right: -10px !important;
  }
}
.cid-sAkVmGiIhS .header-menu {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-sAkVmGiIhS .header-menu {
    margin: 15px auto;
  }
}
.cid-sAkVmGiIhS .navbar {
  min-height: 77px;
  box-shadow: 0 0 10px -5px black;
  transition: all .3s;
  background: #ffffff;
}
.cid-sAkVmGiIhS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sAkVmGiIhS .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sAkVmGiIhS .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sAkVmGiIhS .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sAkVmGiIhS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAkVmGiIhS .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sAkVmGiIhS .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #baa39a;
}
.cid-sAkVmGiIhS .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sAkVmGiIhS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAkVmGiIhS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.75714286vh;
  }
}
.cid-sAkVmGiIhS .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sAkVmGiIhS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAkVmGiIhS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAkVmGiIhS .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-sAkVmGiIhS .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sAkVmGiIhS .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sAkVmGiIhS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAkVmGiIhS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sAkVmGiIhS .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sAkVmGiIhS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAkVmGiIhS .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sAkVmGiIhS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAkVmGiIhS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAkVmGiIhS .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-sAkVmGiIhS .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sAkVmGiIhS .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sAkVmGiIhS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sAkVmGiIhS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAkVmGiIhS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sAkVmGiIhS .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sAkVmGiIhS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAkVmGiIhS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 1279px) {
  .cid-sAkVmGiIhS .navbar .navbar-logo img {
    height: 3rem !important;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .cid-sAkVmGiIhS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
.cid-sAkVmGiIhS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sAkVmGiIhS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sAkVmGiIhS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAkVmGiIhS .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-sAkVmGiIhS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAkVmGiIhS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAkVmGiIhS .dropdown-item.active,
.cid-sAkVmGiIhS .dropdown-item:active {
  background-color: transparent;
}
.cid-sAkVmGiIhS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAkVmGiIhS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAkVmGiIhS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAkVmGiIhS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAkVmGiIhS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sAkVmGiIhS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAkVmGiIhS ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sAkVmGiIhS .navbar-buttons {
  text-align: center;
}
.cid-sAkVmGiIhS .navbar-buttons a {
  padding: 0.4rem 1.2rem !important;
}
.cid-sAkVmGiIhS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAkVmGiIhS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sAkVmGiIhS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAkVmGiIhS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAkVmGiIhS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAkVmGiIhS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAkVmGiIhS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAkVmGiIhS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAkVmGiIhS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAkVmGiIhS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAkVmGiIhS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sAkVmGiIhS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sAkVmGiIhS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAkVmGiIhS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sAkVmGiIhS .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sAkVmGiIhS .nav-link:hover,
.cid-sAkVmGiIhS .dropdown-item:hover {
  color: #333333 !important;
}
.cid-sAri8oobYo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #817069;
}
.cid-sAri8oobYo ul {
  padding: 0;
  margin: 0;
}
.cid-sAri8oobYo ul li {
  list-style: none;
}
.cid-sAri8oobYo ul li h4 {
  margin: 0;
}
.cid-sAri8oobYo ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sAri8oobYo .item {
  color: #ffffff;
}
.cid-sAri8oobYo .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-sAri8oobYo .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-sAri8oobYo .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sAri8oobYo .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-sAri8oobYo .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-sAri8oobYo .icons-wrapper ul li .mbr-iconfont:hover {
  color: #817069;
}
