section {
  background-color: #DF0452;
}

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

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

:focus {
  outline: 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 {
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

.mbr-fullscreen {
  display: 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%;
}

/* 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;
  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: flex;
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

.nav-dropdown .link {
  padding: .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 .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 {
  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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .5rem;
}

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

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

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

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

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

.mbr-section-subtitle {
  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: 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;
}

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

.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 {
  justify-content: center;
  -webkit-justify-content: center;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Whisper', handwriting;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'Whisper', handwriting;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Whisper', handwriting;
  font-size: 3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #ffaa26 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #ffaa26 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #ffaa26 !important;
  border-color: #ffaa26 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d88400 !important;
  border-color: #d88400 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d88400 !important;
  border-color: #d88400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffaa26 !important;
  border-color: #ffaa26 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d88400 !important;
  border-color: #d88400 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d88400 !important;
  border-color: #d88400 !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: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #bf7400;
  color: #bf7400;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ffaa26;
  border-color: #ffaa26;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaa26 !important;
  border-color: #ffaa26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bf7400;
  color: #bf7400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ffaa26;
  border-color: #ffaa26;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaa26 !important;
  border-color: #ffaa26 !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: #ff2d55 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #ffaa26 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #ffaa26 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffd28c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffd28c !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: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #ffaa26;
}
.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: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffaf2;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffaf2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  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: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !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: #149dcc !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='%23ff2d55' %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-ukbLBFRSm0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-ukbLBFRSm0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ukbLBFRSm0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukbLBFRSm0 .nav-link {
  position: relative;
}
.cid-ukbLBFRSm0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-ukbLBFRSm0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-ukbLBFRSm0 .container {
  display: flex;
  margin: auto;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .nav-link,
.cid-ukbLBFRSm0 .navbar.navbar-short .navbar-caption,
.cid-ukbLBFRSm0 .navbar.navbar-short .mbr-iconfont,
.cid-ukbLBFRSm0 .navbar.navbar-short .btn {
  color: #1f1f1f !important;
  border-color: #1f1f1f;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .hamburger span {
  background: #1f1f1f !important;
}
.cid-ukbLBFRSm0 .navbar-caption {
  padding-right: 3rem;
}
.cid-ukbLBFRSm0 .dropdown-menu,
.cid-ukbLBFRSm0 .navbar.opened {
  background: #1a1a1a !important;
}
.cid-ukbLBFRSm0 .nav-item:focus,
.cid-ukbLBFRSm0 .nav-link:focus {
  outline: none;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-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-ukbLBFRSm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukbLBFRSm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukbLBFRSm0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d38300;
  background: none;
}
.cid-ukbLBFRSm0 .navbar.opened {
  transition: all .3s;
}
.cid-ukbLBFRSm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ukbLBFRSm0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukbLBFRSm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukbLBFRSm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukbLBFRSm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukbLBFRSm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ukbLBFRSm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ukbLBFRSm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukbLBFRSm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukbLBFRSm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukbLBFRSm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukbLBFRSm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukbLBFRSm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukbLBFRSm0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukbLBFRSm0 .navbar.navbar-short {
  background: #d38300 !important;
  min-height: 60px;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukbLBFRSm0 .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-ukbLBFRSm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukbLBFRSm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukbLBFRSm0 .dropdown-item.active,
.cid-ukbLBFRSm0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukbLBFRSm0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukbLBFRSm0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukbLBFRSm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukbLBFRSm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d38300;
}
.cid-ukbLBFRSm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukbLBFRSm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukbLBFRSm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukbLBFRSm0 .navbar-buttons {
  text-align: center;
}
.cid-ukbLBFRSm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d38300;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukbLBFRSm0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukbLBFRSm0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukbLBFRSm0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukbLBFRSm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ukbLBFRSm0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukbLBFRSm0 .navbar {
    height: 77px;
  }
  .cid-ukbLBFRSm0 .navbar.opened {
    height: auto;
  }
  .cid-ukbLBFRSm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXom6AB0P {
  padding-top: 180px;
  padding-bottom: 120px;
}
.cid-uTXom6AB0P .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uTXom6AB0P .container-fluid {
  padding: 0;
}
.cid-uTXom6AB0P h5 {
  margin: 0;
}
.cid-uTXom6AB0P h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uTXom6AB0P h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uTXom6AB0P .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uTXom6AB0P .card:hover {
  z-index: 99;
}
.cid-uTXom6AB0P .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uTXom6AB0P .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uTXom6AB0P .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uTXom6AB0P .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uTXom6AB0P .card-wrapper a {
  height: 100%;
}
.cid-uTXom6AB0P .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uTXom6AB0P h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uTXom6AB0P .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uTXom6AB0P .card-box {
    text-align: center;
  }
}
.cid-uTXom6AB0P .mbr-text {
  color: #cccccc;
}
.cid-uTXom6AB0P .card-date {
  color: #cccccc;
}
.cid-uTXom6AB0P .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uTXom6AB0P .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uTXom6AB0P .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uTXom6AB0P .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uTXom6AB0P .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uTXom6AB0P .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uTXom6AB0P .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uTXom6AB0P .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uTXom6AB0P .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uTXom6AB0P .card {
    max-height: 237px;
  }
}
.cid-uTXom6AB0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXom6AB0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/oriental20woman2016-920hd-2000x1125.jpg");
}
.cid-uTXom6AB0P H1 {
  color: #c68230;
}
.cid-ufL6oLbNej {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ufL6oLbNej .mbr-text {
    text-align: center;
  }
}
.cid-ufL6oLbNej .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-ufL6oLbNej .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-ufL6oLbNej .media-content {
  padding: 5rem 2rem;
}
.cid-ufL6oLbNej img {
  height: 100%;
  object-fit: cover;
  display: inline-block;
  width: auto;
}
.cid-ufL6oLbNej .mbr-figure {
  height: 100%;
}
.cid-ufL6oLbNej .col-lg-5,
.cid-ufL6oLbNej .col-lg-7 {
  padding: 0;
}
.cid-ufL6oLbNej .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufL6oLbNej .media-content {
    padding: 3rem 1rem;
  }
}
.cid-ufL6oLbNej H2 {
  text-align: center;
  color: #ffaa26;
}
.cid-ufL6oLbNej .mbr-text,
.cid-ufL6oLbNej .img-align {
  text-align: left;
  color: #fdf3e0;
}
.cid-ufKfq1yWfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38300;
}
.cid-ufKfq1yWfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKfq1yWfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufKfq1yWfS .container {
    padding: 0 15px;
  }
}
.cid-ufKfq1yWfS .row {
  justify-content: space-between;
}
.cid-ufKfq1yWfS .row .card {
  justify-content: flex-end;
}
.cid-ufKfq1yWfS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ufKfq1yWfS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ufKfq1yWfS .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ufKfq1yWfS .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-ufKfq1yWfS .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ufKfq1yWfS .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #7f1933;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  padding-right: 50px;
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 0;
  }
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
  content: '';
  position: absolute;
  top: -26px;
  left: -20px;
  width: 75px;
  height: 68px;
  background-color: #cc2952;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
    left: 0;
  }
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper img {
  position: relative;
  z-index: 1;
  height: 85px;
  width: 85px;
  min-width: 85px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper a {
  height: 85px;
  width: 85px;
  min-width: 85px;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ufKfq1yWfS .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-ufKfq1yWfS .mbr-section-title {
  color: #30262b;
}
.cid-ufKfq1yWfS .mbr-text {
  color: #30262b;
}
.cid-ufKfq1yWfS .item-text {
  color: #30262b;
}
.cid-ufKfq1yWfS .item-name {
  color: #30262b;
}
.cid-ufKfq1yWfS .item-role {
  color: #30262b;
}
.cid-ufKfq1yWfS .item-text,
.cid-ufKfq1yWfS .icon-wrapper {
  color: #242220;
}
.cid-ufKfq1yWfS .item-name,
.cid-ufKfq1yWfS .item-img {
  color: #000000;
}
.cid-ukbMyq9jJe {
  background-color: #272727;
}
.cid-ukbMG2hiFX {
  background-color: #272727;
}
.cid-ukbMM992kq {
  background-color: #272727;
}
.cid-ukbMCeZ0Pd {
  background-color: #272727;
}
.cid-uDPPxVRm7N {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uDPPxVRm7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPPxVRm7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDPPxVRm7N .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDPPxVRm7N .row {
  background: #d38300;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uDPPxVRm7N .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uDPPxVRm7N img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uDPPxVRm7N img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDPPxVRm7N .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDPPxVRm7N .mbr-section-title {
  color: #1c1c1c;
}
.cid-uDQdvoLnJ2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/backuniv-2000x1500.jpg");
}
.cid-uDQdvoLnJ2 .nav {
  border: 2px dashed #d38300;
  border-radius: 30px;
}
.cid-uDQdvoLnJ2 .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-uDQdvoLnJ2 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-uDQdvoLnJ2 .nav-tabs .nav-link {
  display: block;
  color: #149dcc;
  box-sizing: border-box;
  font-style: normal;
  background: #1c1c1c;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  border: none;
  text-align: center;
  transition: all .3s;
}
.cid-uDQdvoLnJ2 .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #808080;
}
.cid-uDQdvoLnJ2 .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #d38300;
}
.cid-uDQdvoLnJ2 .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-uDQdvoLnJ2 .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQdvoLnJ2 .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
.cid-uDQdvoLnJ2 .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: calc(2rem + 5%);
}
.cid-uDQdvoLnJ2 .imageContainer img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uDQdvoLnJ2 .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #808080;
  border-radius: 30px;
  z-index: -1;
}
.cid-uDQdvoLnJ2 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uDQdvoLnJ2 .mbr-text {
  margin-bottom: 0;
}
.cid-uDQdvoLnJ2 .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-uDQdvoLnJ2 .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-uDQdvoLnJ2 .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uDQdvoLnJ2 .mbr-section-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uDQdvoLnJ2 .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQdvoLnJ2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uDQdvoLnJ2 .mbr-section-title {
    text-align: center;
  }
  .cid-uDQdvoLnJ2 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uDQdvoLnJ2 .nav-tabs {
    width: 100%;
  }
  .cid-uDQdvoLnJ2 .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-uDQdvoLnJ2 .container-fluid {
    padding: 0;
  }
  .cid-uDQdvoLnJ2 .imageContainer {
    margin-left: 1rem;
  }
}
.cid-uDQdvoLnJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQdvoLnJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQdvoLnJ2 .mbr-section-title {
  color: #d38300;
}
.cid-uDQdvoLnJ2 .mbr-text,
.cid-uDQdvoLnJ2 .mbr-section-btn {
  color: #d38300;
}
.cid-uDPLbQpvnK {
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 767px) {
  .cid-uDPLbQpvnK .mbr-text {
    text-align: center;
  }
}
.cid-uDPLbQpvnK .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uDPLbQpvnK .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-uDPLbQpvnK .media-content {
  padding: 5rem 2rem;
}
.cid-uDPLbQpvnK img {
  height: 100%;
  object-fit: cover;
}
.cid-uDPLbQpvnK .mbr-figure {
  height: 100%;
}
.cid-uDPLbQpvnK .col-lg-5,
.cid-uDPLbQpvnK .col-lg-7 {
  padding: 0;
}
.cid-uDPLbQpvnK .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDPLbQpvnK .media-content {
    padding: 3rem 1rem;
  }
}
.cid-uDPLbQpvnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPLbQpvnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykP8SVZlO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uykP8SVZlO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uykP8SVZlO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uykP8SVZlO .nav-link {
  position: relative;
}
.cid-uykP8SVZlO .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uykP8SVZlO .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uykP8SVZlO .container {
  display: flex;
  margin: auto;
}
.cid-uykP8SVZlO .navbar.navbar-short .nav-link,
.cid-uykP8SVZlO .navbar.navbar-short .navbar-caption,
.cid-uykP8SVZlO .navbar.navbar-short .mbr-iconfont,
.cid-uykP8SVZlO .navbar.navbar-short .btn {
  color: #1f1f1f !important;
  border-color: #1f1f1f;
}
.cid-uykP8SVZlO .navbar.navbar-short .hamburger span {
  background: #1f1f1f !important;
}
.cid-uykP8SVZlO .navbar-caption {
  padding-right: 3rem;
}
.cid-uykP8SVZlO .dropdown-menu,
.cid-uykP8SVZlO .navbar.opened {
  background: #1a1a1a !important;
}
.cid-uykP8SVZlO .nav-item:focus,
.cid-uykP8SVZlO .nav-link:focus {
  outline: none;
}
.cid-uykP8SVZlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uykP8SVZlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uykP8SVZlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uykP8SVZlO .dropdown .dropdown-menu .dropdown-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-uykP8SVZlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uykP8SVZlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uykP8SVZlO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d38300;
  background: none;
}
.cid-uykP8SVZlO .navbar.opened {
  transition: all .3s;
}
.cid-uykP8SVZlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uykP8SVZlO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uykP8SVZlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uykP8SVZlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uykP8SVZlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uykP8SVZlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uykP8SVZlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uykP8SVZlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uykP8SVZlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uykP8SVZlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uykP8SVZlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uykP8SVZlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uykP8SVZlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uykP8SVZlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uykP8SVZlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uykP8SVZlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uykP8SVZlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uykP8SVZlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uykP8SVZlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uykP8SVZlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uykP8SVZlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uykP8SVZlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uykP8SVZlO .navbar.navbar-short {
  background: #d38300 !important;
  min-height: 60px;
}
.cid-uykP8SVZlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uykP8SVZlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uykP8SVZlO .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-uykP8SVZlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uykP8SVZlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uykP8SVZlO .dropdown-item.active,
.cid-uykP8SVZlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uykP8SVZlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uykP8SVZlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uykP8SVZlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uykP8SVZlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d38300;
}
.cid-uykP8SVZlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uykP8SVZlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uykP8SVZlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uykP8SVZlO .navbar-buttons {
  text-align: center;
}
.cid-uykP8SVZlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uykP8SVZlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d38300;
}
.cid-uykP8SVZlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uykP8SVZlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uykP8SVZlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uykP8SVZlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uykP8SVZlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uykP8SVZlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uykP8SVZlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uykP8SVZlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uykP8SVZlO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uykP8SVZlO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uykP8SVZlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uykP8SVZlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uykP8SVZlO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uykP8SVZlO .navbar {
    height: 77px;
  }
  .cid-uykP8SVZlO .navbar.opened {
    height: auto;
  }
  .cid-uykP8SVZlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uykP8UyqCd {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uykP8UyqCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykP8UyqCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykP8UyqCd .video-wrapper iframe {
  width: 100%;
}
.cid-uykP8UyqCd .mbr-section-title,
.cid-uykP8UyqCd .mbr-section-subtitle,
.cid-uykP8UyqCd .mbr-text {
  text-align: center;
}
.cid-uykP8UyqCd .mbr-section-title {
  color: #d38300;
}
.cid-uykP8UyqCd .mbr-section-subtitle {
  color: #cebfaf;
}
.cid-uykP8UyqCd .mbr-text {
  color: #d38300;
}
.cid-uykP8UOUXr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-uykP8UOUXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykP8UOUXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykP8UOUXr .video-wrapper iframe {
  width: 100%;
}
.cid-uykP8UOUXr .mbr-section-title,
.cid-uykP8UOUXr .mbr-section-subtitle,
.cid-uykP8UOUXr .mbr-text {
  text-align: center;
}
.cid-uykP8UOUXr .mbr-section-title {
  color: #d38300;
}
.cid-uykP8UOUXr .mbr-section-subtitle {
  color: #cebfaf;
}
.cid-uykP8UOUXr .mbr-text {
  color: #d38300;
}
.cid-uykP8V2HHe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-uykP8V2HHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykP8V2HHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykP8V2HHe .video-wrapper iframe {
  width: 100%;
}
.cid-uykP8V2HHe .mbr-section-title,
.cid-uykP8V2HHe .mbr-section-subtitle,
.cid-uykP8V2HHe .mbr-text {
  text-align: center;
}
.cid-uykP8V2HHe .mbr-section-title {
  color: #d38300;
}
.cid-uykP8V2HHe .mbr-section-subtitle {
  color: #cebfaf;
}
.cid-uykP8V2HHe .mbr-text {
  color: #d38300;
}
.cid-uDPz6bNxq9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-uDPz6bNxq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPz6bNxq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPz6bNxq9 .video-wrapper iframe {
  width: 100%;
}
.cid-uDPz6bNxq9 .mbr-section-title,
.cid-uDPz6bNxq9 .mbr-section-subtitle,
.cid-uDPz6bNxq9 .mbr-text {
  text-align: center;
}
.cid-uDPz6bNxq9 .mbr-section-title {
  color: #d38300;
}
.cid-uDPz6bNxq9 .mbr-section-subtitle {
  color: #cebfaf;
}
.cid-uDPz6bNxq9 .mbr-text {
  color: #d38300;
}
.cid-uykP8Vicg9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-uykP8Vicg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykP8Vicg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykP8Vicg9 .video-wrapper iframe {
  width: 100%;
}
.cid-uykP8Vicg9 .mbr-section-title,
.cid-uykP8Vicg9 .mbr-section-subtitle,
.cid-uykP8Vicg9 .mbr-text {
  text-align: center;
}
.cid-uykP8Vicg9 .mbr-section-title {
  color: #d38300;
}
.cid-uykP8Vicg9 .mbr-section-subtitle {
  color: #cebfaf;
}
.cid-uykP8Vicg9 .mbr-text {
  color: #d38300;
}
.cid-uykP8VyKOf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-uykP8VyKOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykP8VyKOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykP8VyKOf .video-wrapper iframe {
  width: 100%;
}
.cid-uykP8VyKOf .mbr-section-title,
.cid-uykP8VyKOf .mbr-section-subtitle,
.cid-uykP8VyKOf .mbr-text {
  text-align: center;
}
.cid-uykP8VyKOf .mbr-section-title {
  color: #d38300;
}
.cid-uykP8VyKOf .mbr-section-subtitle {
  color: #cebfaf;
}
.cid-uykP8VyKOf .mbr-text {
  color: #d38300;
}
.cid-uykOvuRQ5C .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uykOvuRQ5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uykOvuRQ5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uykOvuRQ5C .nav-link {
  position: relative;
}
.cid-uykOvuRQ5C .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uykOvuRQ5C .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uykOvuRQ5C .container {
  display: flex;
  margin: auto;
}
.cid-uykOvuRQ5C .navbar.navbar-short .nav-link,
.cid-uykOvuRQ5C .navbar.navbar-short .navbar-caption,
.cid-uykOvuRQ5C .navbar.navbar-short .mbr-iconfont,
.cid-uykOvuRQ5C .navbar.navbar-short .btn {
  color: #1f1f1f !important;
  border-color: #1f1f1f;
}
.cid-uykOvuRQ5C .navbar.navbar-short .hamburger span {
  background: #1f1f1f !important;
}
.cid-uykOvuRQ5C .navbar-caption {
  padding-right: 3rem;
}
.cid-uykOvuRQ5C .dropdown-menu,
.cid-uykOvuRQ5C .navbar.opened {
  background: #1a1a1a !important;
}
.cid-uykOvuRQ5C .nav-item:focus,
.cid-uykOvuRQ5C .nav-link:focus {
  outline: none;
}
.cid-uykOvuRQ5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uykOvuRQ5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uykOvuRQ5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uykOvuRQ5C .dropdown .dropdown-menu .dropdown-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-uykOvuRQ5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uykOvuRQ5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uykOvuRQ5C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d38300;
  background: none;
}
.cid-uykOvuRQ5C .navbar.opened {
  transition: all .3s;
}
.cid-uykOvuRQ5C .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uykOvuRQ5C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uykOvuRQ5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uykOvuRQ5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uykOvuRQ5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uykOvuRQ5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uykOvuRQ5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uykOvuRQ5C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uykOvuRQ5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uykOvuRQ5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uykOvuRQ5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uykOvuRQ5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uykOvuRQ5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uykOvuRQ5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uykOvuRQ5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uykOvuRQ5C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uykOvuRQ5C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uykOvuRQ5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uykOvuRQ5C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uykOvuRQ5C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uykOvuRQ5C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uykOvuRQ5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uykOvuRQ5C .navbar.navbar-short {
  background: #d38300 !important;
  min-height: 60px;
}
.cid-uykOvuRQ5C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uykOvuRQ5C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uykOvuRQ5C .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-uykOvuRQ5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uykOvuRQ5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uykOvuRQ5C .dropdown-item.active,
.cid-uykOvuRQ5C .dropdown-item:active {
  background-color: transparent;
}
.cid-uykOvuRQ5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uykOvuRQ5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uykOvuRQ5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uykOvuRQ5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d38300;
}
.cid-uykOvuRQ5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uykOvuRQ5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uykOvuRQ5C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uykOvuRQ5C .navbar-buttons {
  text-align: center;
}
.cid-uykOvuRQ5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uykOvuRQ5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d38300;
}
.cid-uykOvuRQ5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uykOvuRQ5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uykOvuRQ5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uykOvuRQ5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uykOvuRQ5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uykOvuRQ5C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uykOvuRQ5C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uykOvuRQ5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uykOvuRQ5C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uykOvuRQ5C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uykOvuRQ5C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uykOvuRQ5C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uykOvuRQ5C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uykOvuRQ5C .navbar {
    height: 77px;
  }
  .cid-uykOvuRQ5C .navbar.opened {
    height: auto;
  }
  .cid-uykOvuRQ5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uykOvvToIf {
  background-image: url("../../../assets/images/hd20portrait20of20a20woman20with20mesmerizing20eyes-2000x1125.jpg");
}
.cid-uykOvvToIf h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uykOvvToIf h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uykOvvToIf .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uykOvvToIf .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-uykOvvToIf .card {
  overflow: hidden;
  height: 100%;
}
.cid-uykOvvToIf .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/hdsq20portrait20of20a20woman20with20mesmerizing20eyes-1536x1536.jpg");
  filter: blur(10px);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uykOvvToIf .cover {
    width: 100%;
  }
}
.cid-uykOvvToIf .mbr-section-subtitle,
.cid-uykOvvToIf .title-align {
  color: #d38300;
}
.cid-uykOvvToIf H1 {
  color: #d38300;
}
.cid-uykOvwtMtZ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #d38300;
}
.cid-uykOvwtMtZ .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uykOvwtMtZ .container-fluid {
  padding: 0;
}
.cid-uykOvwtMtZ h5 {
  margin: 0;
}
.cid-uykOvwtMtZ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uykOvwtMtZ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uykOvwtMtZ .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uykOvwtMtZ .card:hover {
  z-index: 99;
}
.cid-uykOvwtMtZ .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uykOvwtMtZ .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uykOvwtMtZ .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uykOvwtMtZ .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uykOvwtMtZ .card-wrapper a {
  height: 100%;
}
.cid-uykOvwtMtZ .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uykOvwtMtZ h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uykOvwtMtZ .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uykOvwtMtZ .card-box {
    text-align: center;
  }
}
.cid-uykOvwtMtZ .mbr-text {
  color: #cccccc;
}
.cid-uykOvwtMtZ .card-date {
  color: #cccccc;
}
.cid-uykOvwtMtZ .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uykOvwtMtZ .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uykOvwtMtZ .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uykOvwtMtZ .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uykOvwtMtZ .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uykOvwtMtZ .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uykOvwtMtZ .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uykOvwtMtZ .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uykOvwtMtZ .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uykOvwtMtZ .card {
    max-height: 237px;
  }
}
.cid-uykOvwtMtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOvwtMtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v433swdyMr {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #d38300;
}
.cid-v433swdyMr .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-v433swdyMr .container-fluid {
  padding: 0;
}
.cid-v433swdyMr h5 {
  margin: 0;
}
.cid-v433swdyMr h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-v433swdyMr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-v433swdyMr .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-v433swdyMr .card:hover {
  z-index: 99;
}
.cid-v433swdyMr .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-v433swdyMr .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-v433swdyMr .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-v433swdyMr .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-v433swdyMr .card-wrapper a {
  height: 100%;
}
.cid-v433swdyMr .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-v433swdyMr h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v433swdyMr .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-v433swdyMr .card-box {
    text-align: center;
  }
}
.cid-v433swdyMr .mbr-text {
  color: #cccccc;
}
.cid-v433swdyMr .card-date {
  color: #cccccc;
}
.cid-v433swdyMr .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-v433swdyMr .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-v433swdyMr .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v433swdyMr .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-v433swdyMr .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-v433swdyMr .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v433swdyMr .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-v433swdyMr .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v433swdyMr .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-v433swdyMr .card {
    max-height: 237px;
  }
}
.cid-v433swdyMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v433swdyMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v435gSejk3 {
  overflow: hidden;
  background-image: url("../../../assets/images/hd20portrait20of20a20woman20with20mesmerizing20eyes-2000x1125.jpg");
}
.cid-v435gSejk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v435gSejk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v435gSejk3 .container {
    padding: 0 16px;
  }
}
.cid-v435gSejk3 .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v435gSejk3 .card-wrapper {
    display: block;
  }
}
.cid-v435gSejk3 .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-v435gSejk3 .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-v435gSejk3 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v435gSejk3 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v435gSejk3 .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-v435gSejk3 .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-v435gSejk3 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-v435gSejk3 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-v435gSejk3 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v435gSejk3 .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v435gSejk3 .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-v435gSejk3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v435gSejk3 .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-v435gSejk3 .mbr-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-v435gSejk3 .item-title {
  color: #ffaa26;
}
.cid-v435gSejk3 .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uU6Sn0IWLW {
  overflow: hidden;
  background-image: url("../../../assets/images/en-fligrane-2000x1125.jpg");
}
.cid-uU6Sn0IWLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU6Sn0IWLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uU6Sn0IWLW .container {
    padding: 0 16px;
  }
}
.cid-uU6Sn0IWLW .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uU6Sn0IWLW .card-wrapper {
    display: block;
  }
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uU6Sn0IWLW .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uU6Sn0IWLW .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uU6Sn0IWLW .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uU6Sn0IWLW .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU6Sn0IWLW .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uU6Sn0IWLW .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uU6Sn0IWLW .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uU6Sn0IWLW .mbr-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-uU6Sn0IWLW .item-title {
  color: #ffaa26;
}
.cid-uU6Sn0IWLW .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uKGFBvdNwP {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-album-nature-peinture2.jpg-2000x1125.jpg");
}
.cid-uKGFBvdNwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGFBvdNwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKGFBvdNwP .container {
    padding: 0 16px;
  }
}
.cid-uKGFBvdNwP .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uKGFBvdNwP .card-wrapper {
    display: block;
  }
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uKGFBvdNwP .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uKGFBvdNwP .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uKGFBvdNwP .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uKGFBvdNwP .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKGFBvdNwP .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uKGFBvdNwP .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uKGFBvdNwP .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uKGFBvdNwP .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uKGFBvdNwP .item-title {
  color: #ffaa26;
}
.cid-uKGFBvdNwP .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOvxb7Vn {
  overflow: hidden;
  background-image: url("../../../assets/images/banmin-nos-reves-1920x1097.jpg");
}
.cid-uykOvxb7Vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOvxb7Vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOvxb7Vn .container {
    padding: 0 16px;
  }
}
.cid-uykOvxb7Vn .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOvxb7Vn .card-wrapper {
    display: block;
  }
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOvxb7Vn .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOvxb7Vn .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOvxb7Vn .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOvxb7Vn .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOvxb7Vn .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOvxb7Vn .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOvxb7Vn .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOvxb7Vn .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOvxb7Vn .item-title {
  color: #ffaa26;
}
.cid-uykOvxb7Vn .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOvypRmH {
  overflow: hidden;
  background-image: url("../../../assets/images/banmin-nos-univers-1920x1080.jpg");
}
.cid-uykOvypRmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOvypRmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOvypRmH .container {
    padding: 0 16px;
  }
}
.cid-uykOvypRmH .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOvypRmH .card-wrapper {
    display: block;
  }
}
.cid-uykOvypRmH .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOvypRmH .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOvypRmH .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOvypRmH .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOvypRmH .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOvypRmH .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOvypRmH .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOvypRmH .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOvypRmH .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOvypRmH .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOvypRmH .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOvypRmH .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOvypRmH .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOvypRmH .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOvypRmH .item-title {
  color: #ffaa26;
}
.cid-uykOvypRmH .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOvz3xdO {
  overflow: hidden;
  background-image: url("../../../assets/images/banmin-ecoute-moi-1920x1080.jpg");
}
.cid-uykOvz3xdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOvz3xdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOvz3xdO .container {
    padding: 0 16px;
  }
}
.cid-uykOvz3xdO .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOvz3xdO .card-wrapper {
    display: block;
  }
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOvz3xdO .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOvz3xdO .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOvz3xdO .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOvz3xdO .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOvz3xdO .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOvz3xdO .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOvz3xdO .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOvz3xdO .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOvz3xdO .item-title {
  color: #ffaa26;
}
.cid-uykOvz3xdO .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOvzJhOy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38300;
}
.cid-uykOvzJhOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOvzJhOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uykOvzJhOy .container {
    padding: 0 15px;
  }
}
.cid-uykOvzJhOy .row {
  justify-content: space-between;
}
.cid-uykOvzJhOy .row .card {
  justify-content: flex-end;
}
.cid-uykOvzJhOy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uykOvzJhOy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uykOvzJhOy .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uykOvzJhOy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uykOvzJhOy .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uykOvzJhOy .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #7f1933;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  padding-right: 50px;
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 0;
  }
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
  content: '';
  position: absolute;
  top: -26px;
  left: -20px;
  width: 75px;
  height: 68px;
  background-color: #cc2952;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
    left: 0;
  }
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper img {
  position: relative;
  z-index: 1;
  height: 85px;
  width: 85px;
  min-width: 85px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper a {
  height: 85px;
  width: 85px;
  min-width: 85px;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uykOvzJhOy .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uykOvzJhOy .mbr-section-title {
  color: #30262b;
}
.cid-uykOvzJhOy .mbr-text {
  color: #30262b;
}
.cid-uykOvzJhOy .item-text {
  color: #30262b;
}
.cid-uykOvzJhOy .item-name {
  color: #30262b;
}
.cid-uykOvzJhOy .item-role {
  color: #30262b;
}
.cid-uykOvzJhOy .item-text,
.cid-uykOvzJhOy .icon-wrapper {
  color: #242220;
}
.cid-uykOvzJhOy .item-name,
.cid-uykOvzJhOy .item-img {
  color: #000000;
}
.cid-uU6SOTY3qt.popup-builder {
  background-color: #ffffff;
}
.cid-uU6SOTY3qt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uU6SOTY3qt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uU6SOTY3qt .modal-content,
.cid-uU6SOTY3qt .modal-dialog {
  height: auto;
}
.cid-uU6SOTY3qt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uU6SOTY3qt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uU6SOTY3qt .form-wrapper .mbr-form .form-group,
  .cid-uU6SOTY3qt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uU6SOTY3qt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uU6SOTY3qt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU6SOTY3qt .mbr-text {
  text-align: center;
}
.cid-uU6SOTY3qt .pt-0 {
  padding-top: 0 !important;
}
.cid-uU6SOTY3qt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uU6SOTY3qt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uU6SOTY3qt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uU6SOTY3qt .modal-open {
  overflow: hidden;
}
.cid-uU6SOTY3qt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uU6SOTY3qt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uU6SOTY3qt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uU6SOTY3qt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uU6SOTY3qt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uU6SOTY3qt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uU6SOTY3qt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uU6SOTY3qt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uU6SOTY3qt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uU6SOTY3qt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uU6SOTY3qt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uU6SOTY3qt .modal-backdrop.show {
  opacity: .5;
}
.cid-uU6SOTY3qt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uU6SOTY3qt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uU6SOTY3qt .modal-header {
    padding: 1rem;
  }
}
.cid-uU6SOTY3qt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uU6SOTY3qt .modal-header .close svg {
  fill: #353535;
}
.cid-uU6SOTY3qt .modal-header .close:hover {
  opacity: 1;
}
.cid-uU6SOTY3qt .modal-header .close:focus {
  outline: none;
}
.cid-uU6SOTY3qt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uU6SOTY3qt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uU6SOTY3qt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU6SOTY3qt .modal-body {
    padding: 1rem;
  }
}
.cid-uU6SOTY3qt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU6SOTY3qt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU6SOTY3qt .modal-footer {
    padding: 1rem;
  }
}
.cid-uU6SOTY3qt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uU6SOTY3qt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uU6SOTY3qt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uU6SOTY3qt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uU6SOTY3qt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uU6SOTY3qt .modal-lg,
  .cid-uU6SOTY3qt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uU6SOTY3qt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uU6SOTY3qt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uU6SOTY3qt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uU6SOTY3qt .form-group {
  margin-bottom: 1rem;
}
.cid-uU6SOTY3qt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uU6SOTY3qt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uU6SOTY3qt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uU6SOTY3qt .mbr-section-btn {
  margin: 0;
}
.cid-uU6SOTY3qt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uykOroC2l9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uykOroC2l9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uykOroC2l9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uykOroC2l9 .nav-link {
  position: relative;
}
.cid-uykOroC2l9 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uykOroC2l9 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uykOroC2l9 .container {
  display: flex;
  margin: auto;
}
.cid-uykOroC2l9 .navbar.navbar-short .nav-link,
.cid-uykOroC2l9 .navbar.navbar-short .navbar-caption,
.cid-uykOroC2l9 .navbar.navbar-short .mbr-iconfont,
.cid-uykOroC2l9 .navbar.navbar-short .btn {
  color: #1f1f1f !important;
  border-color: #1f1f1f;
}
.cid-uykOroC2l9 .navbar.navbar-short .hamburger span {
  background: #1f1f1f !important;
}
.cid-uykOroC2l9 .navbar-caption {
  padding-right: 3rem;
}
.cid-uykOroC2l9 .dropdown-menu,
.cid-uykOroC2l9 .navbar.opened {
  background: #1a1a1a !important;
}
.cid-uykOroC2l9 .nav-item:focus,
.cid-uykOroC2l9 .nav-link:focus {
  outline: none;
}
.cid-uykOroC2l9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uykOroC2l9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uykOroC2l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uykOroC2l9 .dropdown .dropdown-menu .dropdown-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-uykOroC2l9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uykOroC2l9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uykOroC2l9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d38300;
  background: none;
}
.cid-uykOroC2l9 .navbar.opened {
  transition: all .3s;
}
.cid-uykOroC2l9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uykOroC2l9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uykOroC2l9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uykOroC2l9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uykOroC2l9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uykOroC2l9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uykOroC2l9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uykOroC2l9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uykOroC2l9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uykOroC2l9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uykOroC2l9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uykOroC2l9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uykOroC2l9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uykOroC2l9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uykOroC2l9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uykOroC2l9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uykOroC2l9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uykOroC2l9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uykOroC2l9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uykOroC2l9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uykOroC2l9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uykOroC2l9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uykOroC2l9 .navbar.navbar-short {
  background: #d38300 !important;
  min-height: 60px;
}
.cid-uykOroC2l9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uykOroC2l9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uykOroC2l9 .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-uykOroC2l9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uykOroC2l9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uykOroC2l9 .dropdown-item.active,
.cid-uykOroC2l9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uykOroC2l9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uykOroC2l9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uykOroC2l9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uykOroC2l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d38300;
}
.cid-uykOroC2l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uykOroC2l9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uykOroC2l9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uykOroC2l9 .navbar-buttons {
  text-align: center;
}
.cid-uykOroC2l9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uykOroC2l9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d38300;
}
.cid-uykOroC2l9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uykOroC2l9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uykOroC2l9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uykOroC2l9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uykOroC2l9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uykOroC2l9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uykOroC2l9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uykOroC2l9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uykOroC2l9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uykOroC2l9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uykOroC2l9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uykOroC2l9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uykOroC2l9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uykOroC2l9 .navbar {
    height: 77px;
  }
  .cid-uykOroC2l9 .navbar.opened {
    height: auto;
  }
  .cid-uykOroC2l9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uykOrpOryI {
  background-image: url("../../../assets/images/2women220wide-2000x1125.jpg");
}
.cid-uykOrpOryI h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uykOrpOryI h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uykOrpOryI .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uykOrpOryI .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-uykOrpOryI .card {
  overflow: hidden;
  height: 100%;
}
.cid-uykOrpOryI .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/2women2mini-2000x2000.jpg");
  filter: blur(10px);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uykOrpOryI .cover {
    width: 100%;
  }
}
.cid-uykOrpOryI .mbr-section-subtitle,
.cid-uykOrpOryI .title-align {
  color: #d38300;
}
.cid-uykOrpOryI H1 {
  color: #c68230;
}
.cid-uykOrpOryI H3 {
  color: #c68230;
}
.cid-uykOrq3WIw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d38300;
}
.cid-uykOrq3WIw .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uykOrq3WIw .container-fluid {
  padding: 0;
}
.cid-uykOrq3WIw h5 {
  margin: 0;
}
.cid-uykOrq3WIw h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uykOrq3WIw h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uykOrq3WIw .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uykOrq3WIw .card:hover {
  z-index: 99;
}
.cid-uykOrq3WIw .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uykOrq3WIw .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uykOrq3WIw .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uykOrq3WIw .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uykOrq3WIw .card-wrapper a {
  height: 100%;
}
.cid-uykOrq3WIw .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uykOrq3WIw h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uykOrq3WIw .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uykOrq3WIw .card-box {
    text-align: center;
  }
}
.cid-uykOrq3WIw .mbr-text {
  color: #cccccc;
}
.cid-uykOrq3WIw .card-date {
  color: #cccccc;
}
.cid-uykOrq3WIw .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uykOrq3WIw .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uykOrq3WIw .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uykOrq3WIw .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uykOrq3WIw .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uykOrq3WIw .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uykOrq3WIw .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uykOrq3WIw .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uykOrq3WIw .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uykOrq3WIw .card {
    max-height: 237px;
  }
}
.cid-uykOrq3WIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrq3WIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRCa13Me3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d38300;
}
.cid-uTRCa13Me3 .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uTRCa13Me3 .container-fluid {
  padding: 0;
}
.cid-uTRCa13Me3 h5 {
  margin: 0;
}
.cid-uTRCa13Me3 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uTRCa13Me3 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uTRCa13Me3 .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uTRCa13Me3 .card:hover {
  z-index: 99;
}
.cid-uTRCa13Me3 .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uTRCa13Me3 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uTRCa13Me3 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uTRCa13Me3 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uTRCa13Me3 .card-wrapper a {
  height: 100%;
}
.cid-uTRCa13Me3 .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uTRCa13Me3 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uTRCa13Me3 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uTRCa13Me3 .card-box {
    text-align: center;
  }
}
.cid-uTRCa13Me3 .mbr-text {
  color: #cccccc;
}
.cid-uTRCa13Me3 .card-date {
  color: #cccccc;
}
.cid-uTRCa13Me3 .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uTRCa13Me3 .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uTRCa13Me3 .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uTRCa13Me3 .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uTRCa13Me3 .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uTRCa13Me3 .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uTRCa13Me3 .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uTRCa13Me3 .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uTRCa13Me3 .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uTRCa13Me3 .card {
    max-height: 237px;
  }
}
.cid-uTRCa13Me3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRCa13Me3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDD9Z3Fc6y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d38300;
}
.cid-uDD9Z3Fc6y .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uDD9Z3Fc6y .container-fluid {
  padding: 0;
}
.cid-uDD9Z3Fc6y h5 {
  margin: 0;
}
.cid-uDD9Z3Fc6y h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uDD9Z3Fc6y h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uDD9Z3Fc6y .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uDD9Z3Fc6y .card:hover {
  z-index: 99;
}
.cid-uDD9Z3Fc6y .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uDD9Z3Fc6y .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uDD9Z3Fc6y .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uDD9Z3Fc6y .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uDD9Z3Fc6y .card-wrapper a {
  height: 100%;
}
.cid-uDD9Z3Fc6y .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uDD9Z3Fc6y h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uDD9Z3Fc6y .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDD9Z3Fc6y .card-box {
    text-align: center;
  }
}
.cid-uDD9Z3Fc6y .mbr-text {
  color: #cccccc;
}
.cid-uDD9Z3Fc6y .card-date {
  color: #cccccc;
}
.cid-uDD9Z3Fc6y .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uDD9Z3Fc6y .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uDD9Z3Fc6y .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uDD9Z3Fc6y .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uDD9Z3Fc6y .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uDD9Z3Fc6y .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDD9Z3Fc6y .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uDD9Z3Fc6y .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uDD9Z3Fc6y .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uDD9Z3Fc6y .card {
    max-height: 237px;
  }
}
.cid-uDD9Z3Fc6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDD9Z3Fc6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykOrqKREh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #d38300;
}
.cid-uykOrqKREh .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uykOrqKREh .container-fluid {
  padding: 0;
}
.cid-uykOrqKREh h5 {
  margin: 0;
}
.cid-uykOrqKREh h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uykOrqKREh h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uykOrqKREh .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uykOrqKREh .card:hover {
  z-index: 99;
}
.cid-uykOrqKREh .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uykOrqKREh .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uykOrqKREh .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uykOrqKREh .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uykOrqKREh .card-wrapper a {
  height: 100%;
}
.cid-uykOrqKREh .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uykOrqKREh h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uykOrqKREh .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uykOrqKREh .card-box {
    text-align: center;
  }
}
.cid-uykOrqKREh .mbr-text {
  color: #cccccc;
}
.cid-uykOrqKREh .card-date {
  color: #cccccc;
}
.cid-uykOrqKREh .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uykOrqKREh .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uykOrqKREh .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uykOrqKREh .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uykOrqKREh .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uykOrqKREh .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uykOrqKREh .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uykOrqKREh .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uykOrqKREh .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uykOrqKREh .card {
    max-height: 237px;
  }
}
.cid-uykOrqKREh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrqKREh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v43jPL5xE7 {
  overflow: hidden;
  background-image: url("../../../assets/images/2women220wide-2000x1125.jpg");
}
.cid-v43jPL5xE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v43jPL5xE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v43jPL5xE7 .container {
    padding: 0 16px;
  }
}
.cid-v43jPL5xE7 .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v43jPL5xE7 .card-wrapper {
    display: block;
  }
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-v43jPL5xE7 .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-v43jPL5xE7 .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-v43jPL5xE7 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v43jPL5xE7 .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v43jPL5xE7 .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-v43jPL5xE7 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v43jPL5xE7 .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-v43jPL5xE7 .mbr-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-v43jPL5xE7 .item-title {
  color: #ffaa26;
}
.cid-v43jPL5xE7 .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-v43dmF8kz7 {
  overflow: hidden;
  background-image: url("../../../assets/images/4k-shaman-her2.jpeg-2000x1143.jpg");
}
.cid-v43dmF8kz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v43dmF8kz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v43dmF8kz7 .container {
    padding: 0 16px;
  }
}
.cid-v43dmF8kz7 .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v43dmF8kz7 .card-wrapper {
    display: block;
  }
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-v43dmF8kz7 .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-v43dmF8kz7 .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-v43dmF8kz7 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v43dmF8kz7 .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v43dmF8kz7 .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-v43dmF8kz7 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v43dmF8kz7 .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-v43dmF8kz7 .mbr-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-v43dmF8kz7 .item-title {
  color: #ffaa26;
}
.cid-v43dmF8kz7 .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uTXGfn82wf {
  overflow: hidden;
  background-image: url("../../../assets/images/africa-heartbeats.jpg-2000x1143.jpg");
}
.cid-uTXGfn82wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXGfn82wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uTXGfn82wf .container {
    padding: 0 16px;
  }
}
.cid-uTXGfn82wf .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uTXGfn82wf .card-wrapper {
    display: block;
  }
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uTXGfn82wf .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uTXGfn82wf .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uTXGfn82wf .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uTXGfn82wf .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTXGfn82wf .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uTXGfn82wf .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTXGfn82wf .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uTXGfn82wf .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uTXGfn82wf .item-title {
  color: #ffaa26;
}
.cid-uTXGfn82wf .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uTSb5a5B1p {
  overflow: hidden;
  background-image: url("../../../assets/images/4k20shaman-her-2000x1139.jpg");
}
.cid-uTSb5a5B1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSb5a5B1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uTSb5a5B1p .container {
    padding: 0 16px;
  }
}
.cid-uTSb5a5B1p .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uTSb5a5B1p .card-wrapper {
    display: block;
  }
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uTSb5a5B1p .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uTSb5a5B1p .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uTSb5a5B1p .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uTSb5a5B1p .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTSb5a5B1p .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uTSb5a5B1p .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTSb5a5B1p .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uTSb5a5B1p .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uTSb5a5B1p .item-title {
  color: #ffaa26;
}
.cid-uTSb5a5B1p .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uTSb1tCmo1 {
  overflow: hidden;
  background-image: url("../../../assets/images/oriental20woman2016-920hd-2000x1125.jpg");
}
.cid-uTSb1tCmo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSb1tCmo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uTSb1tCmo1 .container {
    padding: 0 16px;
  }
}
.cid-uTSb1tCmo1 .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uTSb1tCmo1 .card-wrapper {
    display: block;
  }
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uTSb1tCmo1 .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uTSb1tCmo1 .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uTSb1tCmo1 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uTSb1tCmo1 .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTSb1tCmo1 .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uTSb1tCmo1 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTSb1tCmo1 .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uTSb1tCmo1 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uTSb1tCmo1 .item-title {
  color: #ffaa26;
}
.cid-uTSb1tCmo1 .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uDDaOEHGZB {
  overflow: hidden;
  background-image: url("../../../assets/images/femme-cubaine-grunge-2000x1131.jpg");
}
.cid-uDDaOEHGZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDaOEHGZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDDaOEHGZB .container {
    padding: 0 16px;
  }
}
.cid-uDDaOEHGZB .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDDaOEHGZB .card-wrapper {
    display: block;
  }
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uDDaOEHGZB .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uDDaOEHGZB .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uDDaOEHGZB .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uDDaOEHGZB .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDDaOEHGZB .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uDDaOEHGZB .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uDDaOEHGZB .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uDDaOEHGZB .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uDDaOEHGZB .item-title {
  color: #ffaa26;
}
.cid-uDDaOEHGZB .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uDCQKetQMj {
  overflow: hidden;
  background-image: url("../../../assets/images/visage-delfe-1w-2000x1152.jpg");
}
.cid-uDCQKetQMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDCQKetQMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDCQKetQMj .container {
    padding: 0 16px;
  }
}
.cid-uDCQKetQMj .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDCQKetQMj .card-wrapper {
    display: block;
  }
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uDCQKetQMj .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uDCQKetQMj .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uDCQKetQMj .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uDCQKetQMj .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDCQKetQMj .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uDCQKetQMj .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uDCQKetQMj .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uDCQKetQMj .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uDCQKetQMj .item-title {
  color: #ffaa26;
}
.cid-uDCQKetQMj .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uDCQHGPfms {
  overflow: hidden;
  background-image: url("../../../assets/images/galadriel-2-2000x1143.jpg");
}
.cid-uDCQHGPfms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDCQHGPfms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDCQHGPfms .container {
    padding: 0 16px;
  }
}
.cid-uDCQHGPfms .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDCQHGPfms .card-wrapper {
    display: block;
  }
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uDCQHGPfms .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uDCQHGPfms .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uDCQHGPfms .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uDCQHGPfms .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDCQHGPfms .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uDCQHGPfms .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uDCQHGPfms .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uDCQHGPfms .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uDCQHGPfms .item-title {
  color: #ffaa26;
}
.cid-uDCQHGPfms .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uDCQFHE4eV {
  overflow: hidden;
  background-image: url("../../../assets/images/bollywood-yt-banner-2000x1143.jpg");
}
.cid-uDCQFHE4eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDCQFHE4eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDCQFHE4eV .container {
    padding: 0 16px;
  }
}
.cid-uDCQFHE4eV .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDCQFHE4eV .card-wrapper {
    display: block;
  }
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uDCQFHE4eV .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uDCQFHE4eV .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uDCQFHE4eV .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uDCQFHE4eV .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDCQFHE4eV .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uDCQFHE4eV .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uDCQFHE4eV .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uDCQFHE4eV .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uDCQFHE4eV .item-title {
  color: #ffaa26;
}
.cid-uDCQFHE4eV .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOrrp9R1 {
  overflow: hidden;
  background-image: url("../../../assets/images/wisdom-disco-banner-2000x1125.jpg");
}
.cid-uykOrrp9R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrrp9R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOrrp9R1 .container {
    padding: 0 16px;
  }
}
.cid-uykOrrp9R1 .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOrrp9R1 .card-wrapper {
    display: block;
  }
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOrrp9R1 .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOrrp9R1 .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOrrp9R1 .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOrrp9R1 .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOrrp9R1 .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOrrp9R1 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOrrp9R1 .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOrrp9R1 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOrrp9R1 .item-title {
  color: #ffaa26;
}
.cid-uykOrrp9R1 .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOrrIQQR {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-rainforest-woman-2000x1124.jpg");
}
.cid-uykOrrIQQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrrIQQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOrrIQQR .container {
    padding: 0 16px;
  }
}
.cid-uykOrrIQQR .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOrrIQQR .card-wrapper {
    display: block;
  }
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOrrIQQR .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOrrIQQR .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOrrIQQR .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOrrIQQR .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOrrIQQR .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOrrIQQR .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOrrIQQR .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOrrIQQR .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOrrIQQR .item-title {
  color: #ffaa26;
}
.cid-uykOrrIQQR .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOrs1ARO {
  overflow: hidden;
  background-image: url("../../../assets/images/banmin-atlantis-revival-1920x1080.jpg");
}
.cid-uykOrs1ARO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrs1ARO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOrs1ARO .container {
    padding: 0 16px;
  }
}
.cid-uykOrs1ARO .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOrs1ARO .card-wrapper {
    display: block;
  }
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOrs1ARO .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOrs1ARO .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOrs1ARO .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOrs1ARO .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOrs1ARO .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOrs1ARO .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOrs1ARO .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOrs1ARO .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOrs1ARO .item-title {
  color: #ffaa26;
}
.cid-uykOrs1ARO .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uykOrsFLwP {
  overflow: hidden;
  background-image: url("../../../assets/images/banmin-atlantis-memories-1920x1080.jpg");
}
.cid-uykOrsFLwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrsFLwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uykOrsFLwP .container {
    padding: 0 16px;
  }
}
.cid-uykOrsFLwP .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uykOrsFLwP .card-wrapper {
    display: block;
  }
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uykOrsFLwP .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uykOrsFLwP .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uykOrsFLwP .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uykOrsFLwP .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uykOrsFLwP .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uykOrsFLwP .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uykOrsFLwP .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uykOrsFLwP .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uykOrsFLwP .item-title {
  color: #ffaa26;
}
.cid-uykOrsFLwP .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uEbSid3Ipe.popup-builder {
  background-color: #ffffff;
}
.cid-uEbSid3Ipe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEbSid3Ipe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEbSid3Ipe .modal-content,
.cid-uEbSid3Ipe .modal-dialog {
  height: auto;
}
.cid-uEbSid3Ipe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEbSid3Ipe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEbSid3Ipe .form-wrapper .mbr-form .form-group,
  .cid-uEbSid3Ipe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEbSid3Ipe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEbSid3Ipe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEbSid3Ipe .mbr-text {
  text-align: center;
}
.cid-uEbSid3Ipe .pt-0 {
  padding-top: 0 !important;
}
.cid-uEbSid3Ipe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEbSid3Ipe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEbSid3Ipe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEbSid3Ipe .modal-open {
  overflow: hidden;
}
.cid-uEbSid3Ipe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEbSid3Ipe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEbSid3Ipe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEbSid3Ipe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEbSid3Ipe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEbSid3Ipe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEbSid3Ipe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEbSid3Ipe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEbSid3Ipe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEbSid3Ipe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEbSid3Ipe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEbSid3Ipe .modal-backdrop.show {
  opacity: .5;
}
.cid-uEbSid3Ipe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEbSid3Ipe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEbSid3Ipe .modal-header {
    padding: 1rem;
  }
}
.cid-uEbSid3Ipe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEbSid3Ipe .modal-header .close svg {
  fill: #353535;
}
.cid-uEbSid3Ipe .modal-header .close:hover {
  opacity: 1;
}
.cid-uEbSid3Ipe .modal-header .close:focus {
  outline: none;
}
.cid-uEbSid3Ipe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uEbSid3Ipe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEbSid3Ipe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEbSid3Ipe .modal-body {
    padding: 1rem;
  }
}
.cid-uEbSid3Ipe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEbSid3Ipe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEbSid3Ipe .modal-footer {
    padding: 1rem;
  }
}
.cid-uEbSid3Ipe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEbSid3Ipe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEbSid3Ipe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEbSid3Ipe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEbSid3Ipe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEbSid3Ipe .modal-lg,
  .cid-uEbSid3Ipe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEbSid3Ipe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEbSid3Ipe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEbSid3Ipe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEbSid3Ipe .form-group {
  margin-bottom: 1rem;
}
.cid-uEbSid3Ipe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEbSid3Ipe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEbSid3Ipe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEbSid3Ipe .mbr-section-btn {
  margin: 0;
}
.cid-uEbSid3Ipe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uykOrtDRJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38300;
}
.cid-uykOrtDRJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykOrtDRJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uykOrtDRJz .container {
    padding: 0 15px;
  }
}
.cid-uykOrtDRJz .row {
  justify-content: space-between;
}
.cid-uykOrtDRJz .row .card {
  justify-content: flex-end;
}
.cid-uykOrtDRJz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uykOrtDRJz .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uykOrtDRJz .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uykOrtDRJz .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uykOrtDRJz .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uykOrtDRJz .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #7f1933;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  padding-right: 50px;
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 0;
  }
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
  content: '';
  position: absolute;
  top: -26px;
  left: -20px;
  width: 75px;
  height: 68px;
  background-color: #cc2952;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
    left: 0;
  }
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper img {
  position: relative;
  z-index: 1;
  height: 85px;
  width: 85px;
  min-width: 85px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper a {
  height: 85px;
  width: 85px;
  min-width: 85px;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uykOrtDRJz .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uykOrtDRJz .mbr-section-title {
  color: #30262b;
}
.cid-uykOrtDRJz .mbr-text {
  color: #30262b;
}
.cid-uykOrtDRJz .item-text {
  color: #30262b;
}
.cid-uykOrtDRJz .item-name {
  color: #30262b;
}
.cid-uykOrtDRJz .item-role {
  color: #30262b;
}
.cid-uykOrtDRJz .item-text,
.cid-uykOrtDRJz .icon-wrapper {
  color: #242220;
}
.cid-uykOrtDRJz .item-name,
.cid-uykOrtDRJz .item-img {
  color: #000000;
}
.cid-ukbLBFRSm0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-ukbLBFRSm0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ukbLBFRSm0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukbLBFRSm0 .nav-link {
  position: relative;
}
.cid-ukbLBFRSm0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-ukbLBFRSm0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-ukbLBFRSm0 .container {
  display: flex;
  margin: auto;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .nav-link,
.cid-ukbLBFRSm0 .navbar.navbar-short .navbar-caption,
.cid-ukbLBFRSm0 .navbar.navbar-short .mbr-iconfont,
.cid-ukbLBFRSm0 .navbar.navbar-short .btn {
  color: #1f1f1f !important;
  border-color: #1f1f1f;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .hamburger span {
  background: #1f1f1f !important;
}
.cid-ukbLBFRSm0 .navbar-caption {
  padding-right: 3rem;
}
.cid-ukbLBFRSm0 .dropdown-menu,
.cid-ukbLBFRSm0 .navbar.opened {
  background: #1a1a1a !important;
}
.cid-ukbLBFRSm0 .nav-item:focus,
.cid-ukbLBFRSm0 .nav-link:focus {
  outline: none;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukbLBFRSm0 .dropdown .dropdown-menu .dropdown-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-ukbLBFRSm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukbLBFRSm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukbLBFRSm0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d38300;
  background: none;
}
.cid-ukbLBFRSm0 .navbar.opened {
  transition: all .3s;
}
.cid-ukbLBFRSm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ukbLBFRSm0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukbLBFRSm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukbLBFRSm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukbLBFRSm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukbLBFRSm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukbLBFRSm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ukbLBFRSm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ukbLBFRSm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukbLBFRSm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukbLBFRSm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukbLBFRSm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukbLBFRSm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukbLBFRSm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukbLBFRSm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukbLBFRSm0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukbLBFRSm0 .navbar.navbar-short {
  background: #d38300 !important;
  min-height: 60px;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukbLBFRSm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukbLBFRSm0 .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-ukbLBFRSm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukbLBFRSm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukbLBFRSm0 .dropdown-item.active,
.cid-ukbLBFRSm0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukbLBFRSm0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukbLBFRSm0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukbLBFRSm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukbLBFRSm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d38300;
}
.cid-ukbLBFRSm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukbLBFRSm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukbLBFRSm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukbLBFRSm0 .navbar-buttons {
  text-align: center;
}
.cid-ukbLBFRSm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d38300;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukbLBFRSm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukbLBFRSm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukbLBFRSm0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukbLBFRSm0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukbLBFRSm0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukbLBFRSm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ukbLBFRSm0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukbLBFRSm0 .navbar {
    height: 77px;
  }
  .cid-ukbLBFRSm0 .navbar.opened {
    height: auto;
  }
  .cid-ukbLBFRSm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1OVdqkqD {
  overflow: hidden;
  background-image: url("../../../assets/images/africa-heartbeats.jpg-2000x1143.jpg");
}
.cid-uU1OVdqkqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1OVdqkqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uU1OVdqkqD .container {
    padding: 0 16px;
  }
}
.cid-uU1OVdqkqD .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uU1OVdqkqD .card-wrapper {
    display: block;
  }
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #1f1f1f;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uU1OVdqkqD .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uU1OVdqkqD .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d38300;
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uU1OVdqkqD .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uU1OVdqkqD .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU1OVdqkqD .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uU1OVdqkqD .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uU1OVdqkqD .mbr-section-title {
  color: #ffaa26;
  text-align: center;
}
.cid-uU1OVdqkqD .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uU1OVdqkqD .item-title {
  color: #ffaa26;
}
.cid-uU1OVdqkqD .item-desc {
  color: #ffaa26;
  text-align: right;
}
.cid-uU24n0FopZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU24n0FopZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24n0FopZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24n0FopZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uU24n0FopZ .container-fluid {
    padding: 0 30px;
  }
}
.cid-uU24n0FopZ .container-fluid .row {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uU24n0FopZ .container-fluid .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU24n0FopZ .container {
    padding: 0 30px;
  }
}
.cid-uU24n0FopZ .row {
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uU24n0FopZ .row {
    border-radius: 0;
  }
}
.cid-uU24n0FopZ .card {
  padding: 0;
}
.cid-uU24n0FopZ .card .image-wrapper img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU24n0FopZ .card .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
    border-radius: 10px;
  }
}
.cid-uU24n0FopZ .mbr-date {
  color: #ffffff;
}
.cid-uU24n0FopZ .mbr-link {
  color: #ffffff;
}
.cid-uU1PRwJntf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uU1PRwJntf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1PRwJntf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1PRwJntf .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uU1PRwJntf .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uU1PRwJntf .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uU1PRwJntf .item .item-wrapper {
    height: auto;
  }
}
.cid-uU1PRwJntf .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uU1PRwJntf .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uU1PRwJntf .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uU1PRwJntf .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uU1PRwJntf .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uU1PRwJntf .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uU1PRwJntf .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uU1PRwJntf .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uU1PRwJntf .item-price {
  color: #404349;
}
.cid-uU1PRwJntf .item-text {
  color: #404349;
}
.cid-uU1Q0rrJ3K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uU1Q0rrJ3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Q0rrJ3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .container {
    padding: 10px 8px;
  }
}
.cid-uU1Q0rrJ3K .row {
  border-radius: 25px;
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 100px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uU1Q0rrJ3K .row {
    padding: 50px 10px;
  }
}
.cid-uU1Q0rrJ3K .item {
  margin-bottom: 16px;
}
.cid-uU1Q0rrJ3K .item:last-child {
  margin-bottom: 0;
}
.cid-uU1Q0rrJ3K .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 33px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uU1Q0rrJ3K .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e7f8;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-img img {
  width: 260px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-img a {
  height: 100%;
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 100px;
  padding: 30px 0;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-content .card-title {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uU1Q0rrJ3K .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uU1Q0rrJ3K .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uU1Q0rrJ3K .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uU1Q0rrJ3K .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uU1Q0rrJ3K .card-title {
  color: #222222;
  text-align: center;
}
.cid-uU1Q0rrJ3K .card-text {
  color: #222222;
}
.cid-uU1Q0rrJ3K .card-tag {
  color: #222222;
}
.cid-uU1RIWUFlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f4f4f4;
}
.cid-uU1RIWUFlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1RIWUFlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1RIWUFlf .plan-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.cid-uU1RIWUFlf .btn {
  width: 100%;
  margin: 0;
  border-radius: 10px;
}
.cid-uU1RIWUFlf .mbr-section-btn {
  margin: 0;
  padding-top: 2rem;
}
.cid-uU1RIWUFlf img {
  height: 150px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uU1RIWUFlf .plan-title {
  background: black;
  border-radius: 16px;
  padding: 6px 16px;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uU1RIWUFlf .plan-title {
    margin: auto;
  }
}
.cid-uU1RIWUFlf .price a {
  background: #149dcc;
  border-radius: 16px;
  padding: 3px 10px;
}
.cid-uU1RIWUFlf .li-item {
  align-items: center;
  display: flex;
}
.cid-uU1RIWUFlf .item {
  color: #e43f3f;
}
.cid-uU1RIWUFlf svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-uU1RIWUFlf path {
  fill: currentColor;
}
.cid-uU1RIWUFlf .item,
.cid-uU1RIWUFlf path {
  color: #000000;
}
.cid-uU1RIWUFlf .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uU1RIWUFlf .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uU1RIWUFlf .price {
  color: #000000;
}
.cid-uU1RIWUFlf .plan {
  word-break: break-word;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cid-uU1RIWUFlf .plan {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uU1RIWUFlf .plan {
    margin-bottom: 2rem;
  }
}
