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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f37610 !important;
}
.bg-success {
  background-color: #7030a0 !important;
}
.bg-info {
  background-color: #d4af37 !important;
}
.bg-warning {
  background-color: #d4af37 !important;
}
.bg-danger {
  background-color: #d4af37 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f37610 !important;
  border-color: #f37610 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ae5309 !important;
  border-color: #ae5309 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae5309 !important;
  border-color: #ae5309 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a1ffb8 !important;
  border-color: #a1ffb8 !important;
  color: #00a127 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #00a127 !important;
  background-color: #55ff7e !important;
  border-color: #55ff7e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #00a127 !important;
  background-color: #55ff7e !important;
  border-color: #55ff7e !important;
}
.btn-info,
.btn-info:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7030a0 !important;
  border-color: #7030a0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #471e65 !important;
  border-color: #471e65 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #471e65 !important;
  border-color: #471e65 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !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: #954708;
  color: #954708;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f37610;
  border-color: #f37610;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f37610 !important;
  border-color: #f37610 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3bff6b;
  color: #3bff6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00a127;
  background-color: #a1ffb8;
  border-color: #a1ffb8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #00a127 !important;
  background-color: #a1ffb8 !important;
  border-color: #a1ffb8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #886f1d;
  color: #886f1d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #391852;
  color: #391852;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7030a0;
  border-color: #7030a0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7030a0 !important;
  border-color: #7030a0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #886f1d;
  color: #886f1d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #886f1d;
  color: #886f1d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !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: #f37610 !important;
}
.text-secondary {
  color: #a1ffb8 !important;
}
.text-success {
  color: #7030a0 !important;
}
.text-info {
  color: #d4af37 !important;
}
.text-warning {
  color: #d4af37 !important;
}
.text-danger {
  color: #d4af37 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #954708 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3bff6b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #391852 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #886f1d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #886f1d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #886f1d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d4af37;
}
.alert-warning {
  background-color: #d4af37;
}
.alert-danger {
  background-color: #d4af37;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.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: #f37610;
  border-color: #f37610;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f37610;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde5d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ae79d7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8f2df;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8f2df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8f2df;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f37610;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f37610;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f37610;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f37610;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f37610;
  border-bottom-color: #f37610;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f37610 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a1ffb8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f37610' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uucZFEt7Nc {
  background-image: url("../../../assets/images/fontonew-1920-80.webp");
}
.cid-uucZFEt7Nc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}
.cid-uucZFEt7Nc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uucZFEt7Nc .mbr-figure img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
  }
}
.cid-uucZFEt7Nc .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .cid-uucZFEt7Nc .mobile-only {
    display: block;
  }
  .cid-uucZFEt7Nc .hide-on-mobile {
    display: none;
  }
  .cid-uucZFEt7Nc .image-block img {
    width: 100%;
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uucZFEt7Nc H1 {
  color: #232323;
}
.cid-uucZFEt7Nc H3 {
  color: #232323;
}
.cid-uucZFEt7Nc .image-block img {
  display: block;
  margin: 0 auto;
}
.cid-uwGRtnKz01 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-uwGRtnKz01 .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uwGRtnKz01 .mobile-only {
    display: block;
  }
  .cid-uwGRtnKz01 .hide-on-mobile {
    display: none;
  }
}
.cid-utryg63akY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-utryg63akY img {
  width: 130%;
  border-radius: 0px;
  margin-bottom: 0px;
  max-height: ;
}
.cid-utryg63akY .card {
  margin-bottom: 130px !important;
  position: relative;
}
.cid-utryg63akY .card .img-wrapper {
  overflow: hidden;
}
.cid-utryg63akY .card:hover {
  cursor: pointer;
}
.cid-utryg63akY .card:hover img {
  transform: scale(1.05);
}
.cid-utryg63akY .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-utryg63akY .card {
    margin-bottom: 50px !important;
  }
}
.cid-utryg63akY .card .card-wrapper {
  text-align: left;
}
.cid-utryg63akY .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-utryg63akY .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-utryg63akY .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-utryg63akY .card .card-wrapper .card-box .card-text {
  color: #d4af37;
}
@media (min-width: 1400px) {
  .cid-utryg63akY .card.left-box {
    right: 105px !important;
  }
  .cid-utryg63akY .card.right-box {
    left: 97px !important;
  }
}
.cid-utryg63akY .card .card-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 140%;
  background-color: rgba(255, 81, 60, 0.1);
  border-radius: 0%;
  z-index: -1;
}
.cid-utryg63akY .mbr-section-title {
  color: #06182d;
}
.cid-utryg63akY .mbr-section-subtitle {
  color: #06182d;
}
.cid-utryg63akY .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-utryg63akY .mbr-section-text {
  color: #999999;
}
.cid-utryg63akY .mbr-fallback-image.disabled {
  display: none;
}
.cid-utryg63akY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utryg63akY .card-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-utryg63akY .card-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 310%;
  height: 390%;
  background-color: rgba(255, 81, 60, 0.1);
  border-radius: 0%;
  z-index: -1;
}
.cid-utryg63akY H5 {
  text-align: center;
}
.cid-utryg63akY P {
  text-align: center;
}
.cid-utryg63akY .category-image {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.cid-utryg63akY .img-wrapper {
  margin-top: -30px;
  margin-left: -130px;
}
@media (max-width: 768px) {
  .cid-utryg63akY .category-image {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-utryg63akY .mobile-only {
    display: block;
  }
  .cid-utryg63akY .hide-on-mobile {
    display: none;
  }
}
.cid-utOKFb1FXD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcede4;
}
.cid-utOKFb1FXD h2,
.cid-utOKFb1FXD h3,
.cid-utOKFb1FXD h4,
.cid-utOKFb1FXD h5 {
  margin: 0;
}
.cid-utOKFb1FXD .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-utOKFb1FXD .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-utOKFb1FXD .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-utOKFb1FXD .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-utOKFb1FXD .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-utOKFb1FXD .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
@media (max-width: 1024px) {
  .cid-utOKFb1FXD .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-utOKFb1FXD .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-utOKFb1FXD .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-utOKFb1FXD .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-utOKFb1FXD .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-utOKFb1FXD .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-utOKFb1FXD .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-utOKFb1FXD .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-utOKFb1FXD .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-utOKFb1FXD .mobile-only {
    display: block;
  }
  .cid-utOKFb1FXD .hide-on-mobile {
    display: none;
  }
}
.cid-utOKFb1FXD .banner {
  position: relative;
  right: -755px;
  top: -100px;
  height: 0rem;
}
.cid-utOKFb1FXD .banner img {
  width: 50%;
  height: auto;
}
.cid-utwXCKTATT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-utwXCKTATT img {
  width: 130%;
  border-radius: 0px;
  margin-bottom: 0px;
  max-height: ;
  margin-left: -20px;
}
.cid-utwXCKTATT .card {
  margin-bottom: 130px !important;
  position: relative;
}
.cid-utwXCKTATT .card .img-wrapper {
  overflow: hidden;
}
.cid-utwXCKTATT .card:hover {
  cursor: pointer;
}
.cid-utwXCKTATT .card:hover img {
  transform: scale(1.05);
}
.cid-utwXCKTATT .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-utwXCKTATT .card {
    margin-bottom: 50px !important;
  }
}
.cid-utwXCKTATT .card .card-wrapper {
  text-align: left;
}
.cid-utwXCKTATT .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-utwXCKTATT .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-utwXCKTATT .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-utwXCKTATT .card .card-wrapper .card-box .card-text {
  color: #d4af37;
}
@media (min-width: 1400px) {
  .cid-utwXCKTATT .card.left-box {
    right: 105px !important;
  }
  .cid-utwXCKTATT .card.right-box {
    left: 97px !important;
  }
}
.cid-utwXCKTATT .card .card-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 140%;
  background-color: rgba(255, 81, 60, 0.1);
  border-radius: 0%;
  z-index: -1;
}
.cid-utwXCKTATT .mbr-section-title {
  color: #06182d;
}
.cid-utwXCKTATT .mbr-section-subtitle {
  color: #06182d;
}
.cid-utwXCKTATT .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-utwXCKTATT .mbr-section-text {
  color: #999999;
}
.cid-utwXCKTATT .mbr-fallback-image.disabled {
  display: none;
}
.cid-utwXCKTATT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utwXCKTATT .card-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-utwXCKTATT .card-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 310%;
  height: 390%;
  background-color: rgba(255, 81, 60, 0.1);
  border-radius: 0%;
  z-index: -1;
}
.cid-utwXCKTATT H5 {
  text-align: center;
}
.cid-utwXCKTATT P {
  text-align: center;
}
.cid-utwXCKTATT .category-image {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.cid-utwXCKTATT .img-wrapper {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .cid-utwXCKTATT .category-image {
    width: 80%;
    height: auto;
  }
}
.cid-utwXCKTATT .bottombutton {
  margin-top: -180px;
  margin-right: -90px;
}
.cid-utwXCKTATT .colsecond {
  margin-top: 50px;
}
.cid-utwXCKTATT .card-wrapper .btn {
  width: 250px;
}
.cid-utwXCKTATT .imageanagennisi {
  margin-right: -110px;
}
.cid-utU7HLxfFK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcede4;
}
.cid-utU7HLxfFK h2,
.cid-utU7HLxfFK h3,
.cid-utU7HLxfFK h4,
.cid-utU7HLxfFK h5 {
  margin: 0;
}
.cid-utU7HLxfFK .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-utU7HLxfFK .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-utU7HLxfFK .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-utU7HLxfFK .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-utU7HLxfFK .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-utU7HLxfFK .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
@media (max-width: 1024px) {
  .cid-utU7HLxfFK .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-utU7HLxfFK .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-utU7HLxfFK .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-utU7HLxfFK .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-utU7HLxfFK .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-utU7HLxfFK .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-utU7HLxfFK .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-utU7HLxfFK .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-utU7HLxfFK .horizontal-line {
  width: 190%;
  height: 2px;
  background-color: #000;
  margin-left: 0px;
  margin-right: -100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-utU7HLxfFK .col-12 {
  margin-right: -110px;
}
.cid-utU7HLxfFK .image-koinonia {
  position: relative;
  right: -55px;
}
.cid-utU7HLxfFK .image-left {
  position: relative;
  left: -55px;
}
.cid-utP2Tf8Rkj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-utP2Tf8Rkj img {
  width: 130%;
  border-radius: 0px;
  margin-bottom: 0px;
  max-height: ;
  margin-left: -20px;
}
.cid-utP2Tf8Rkj .card {
  margin-bottom: 130px !important;
  position: relative;
}
.cid-utP2Tf8Rkj .card .img-wrapper {
  overflow: hidden;
}
.cid-utP2Tf8Rkj .card:hover {
  cursor: pointer;
}
.cid-utP2Tf8Rkj .card:hover img {
  transform: scale(1.05);
}
.cid-utP2Tf8Rkj .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-utP2Tf8Rkj .card {
    margin-bottom: 50px !important;
  }
}
.cid-utP2Tf8Rkj .card .card-wrapper {
  text-align: left;
}
.cid-utP2Tf8Rkj .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-utP2Tf8Rkj .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-utP2Tf8Rkj .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-utP2Tf8Rkj .card .card-wrapper .card-box .card-text {
  color: #d4af37;
}
@media (min-width: 1400px) {
  .cid-utP2Tf8Rkj .card.left-box {
    right: 105px !important;
  }
  .cid-utP2Tf8Rkj .card.right-box {
    left: 97px !important;
  }
}
.cid-utP2Tf8Rkj .card .card-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 140%;
  background-color: rgba(255, 81, 60, 0.1);
  border-radius: 0%;
  z-index: -1;
}
.cid-utP2Tf8Rkj .mbr-section-title {
  color: #06182d;
}
.cid-utP2Tf8Rkj .mbr-section-subtitle {
  color: #06182d;
}
.cid-utP2Tf8Rkj .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-utP2Tf8Rkj .mbr-section-text {
  color: #999999;
}
.cid-utP2Tf8Rkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-utP2Tf8Rkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utP2Tf8Rkj .card-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-utP2Tf8Rkj .card-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 310%;
  height: 390%;
  background-color: rgba(255, 81, 60, 0.1);
  border-radius: 0%;
  z-index: -1;
}
.cid-utP2Tf8Rkj H5 {
  text-align: center;
}
.cid-utP2Tf8Rkj P {
  text-align: center;
}
.cid-utP2Tf8Rkj .category-image {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.cid-utP2Tf8Rkj .img-wrapper {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .cid-utP2Tf8Rkj .category-image {
    width: 80%;
    height: auto;
  }
}
.cid-utP2Tf8Rkj .bottombutton {
  margin-top: -180px;
}
.cid-utP2Tf8Rkj .colsecond {
  margin-top: 0px;
}
.cid-utP2Tf8Rkj .image-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: -150px;
}
.cid-utP2Tf8Rkj .image-wrap2 {
  width: 75%;
  margin-right: 50px;
}
.cid-utU7MFYfuB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcede4;
}
.cid-utU7MFYfuB h2,
.cid-utU7MFYfuB h3,
.cid-utU7MFYfuB h4,
.cid-utU7MFYfuB h5 {
  margin: 0;
}
.cid-utU7MFYfuB .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-utU7MFYfuB .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-utU7MFYfuB .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-utU7MFYfuB .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-utU7MFYfuB .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-utU7MFYfuB .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
@media (max-width: 1024px) {
  .cid-utU7MFYfuB .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-utU7MFYfuB .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-utU7MFYfuB .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-utU7MFYfuB .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-utU7MFYfuB .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-utU7MFYfuB .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-utU7MFYfuB .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-utU7MFYfuB .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-utU7MFYfuB .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uvSRv36s7H {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-uvSRv36s7H P {
  color: #767676;
}
.cid-uvSRv36s7H H1 {
  color: #7030a0;
}
.cid-uvSRv36s7H .mbr-text,
.cid-uvSRv36s7H .mbr-section-btn {
  color: #232323;
}
.cid-uvSS1FToCe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcede4;
}
.cid-uvSS1FToCe .mbr-text,
.cid-uvSS1FToCe blockquote {
  color: #767676;
}
.cid-uvSS1FToCe .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uvSRv3p4wC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcede4;
}
.cid-uvSRv3p4wC h2,
.cid-uvSRv3p4wC h3,
.cid-uvSRv3p4wC h4,
.cid-uvSRv3p4wC h5 {
  margin: 0;
}
.cid-uvSRv3p4wC .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uvSRv3p4wC .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uvSRv3p4wC .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uvSRv3p4wC .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uvSRv3p4wC .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uvSRv3p4wC .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
@media (max-width: 1024px) {
  .cid-uvSRv3p4wC .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uvSRv3p4wC .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uvSRv3p4wC .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uvSRv3p4wC .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uvSRv3p4wC .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uvSRv3p4wC .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uvSRv3p4wC .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uvSRv3p4wC .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uvSRv3p4wC .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uvSSBEwSLq {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-uvSSBEwSLq P {
  color: #767676;
}
.cid-uvSSBEwSLq H1 {
  color: #7030a0;
}
.cid-uvSSBEwSLq .mbr-text,
.cid-uvSSBEwSLq .mbr-section-btn {
  color: #232323;
}
.cid-uwJlDiQfRm {
  background: #fcede4;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwJlDiQfRm .image-block {
  margin: auto;
}
.cid-uwJlDiQfRm figcaption {
  position: relative;
}
.cid-uwJlDiQfRm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwJlDiQfRm .image-block {
    width: 100% !important;
  }
}
.cid-uvSSBEQQnP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-uvSSBEQQnP .mbr-text,
.cid-uvSSBEQQnP blockquote {
  color: #767676;
}
.cid-uvSSBEQQnP .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uvSSBF4INu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcede4;
}
.cid-uvSSBF4INu h2,
.cid-uvSSBF4INu h3,
.cid-uvSSBF4INu h4,
.cid-uvSSBF4INu h5 {
  margin: 0;
}
.cid-uvSSBF4INu .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uvSSBF4INu .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uvSSBF4INu .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uvSSBF4INu .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uvSSBF4INu .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uvSSBF4INu .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
@media (max-width: 1024px) {
  .cid-uvSSBF4INu .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uvSSBF4INu .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uvSSBF4INu .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uvSSBF4INu .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uvSSBF4INu .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uvSSBF4INu .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uvSSBF4INu .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uvSSBF4INu .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uvSSBF4INu .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uwD4owJc5O {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-uwD4owJc5O P {
  color: #767676;
}
.cid-uwD4owJc5O H1 {
  color: #7030a0;
}
.cid-uwD4owJc5O .mbr-text,
.cid-uwD4owJc5O .mbr-section-btn {
  color: #232323;
}
.cid-uwJmelpFLv {
  background: #fcede4;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwJmelpFLv .image-block {
  margin: auto;
}
.cid-uwJmelpFLv figcaption {
  position: relative;
}
.cid-uwJmelpFLv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwJmelpFLv .image-block {
    width: 100% !important;
  }
}
.cid-uwD4ox6ztk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcede4;
}
.cid-uwD4ox6ztk .mbr-text,
.cid-uwD4ox6ztk blockquote {
  color: #767676;
}
.cid-uwD4ox6ztk .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uwD4oxjxyp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcede4;
}
.cid-uwD4oxjxyp h2,
.cid-uwD4oxjxyp h3,
.cid-uwD4oxjxyp h4,
.cid-uwD4oxjxyp h5 {
  margin: 0;
}
.cid-uwD4oxjxyp .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uwD4oxjxyp .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uwD4oxjxyp .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uwD4oxjxyp .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uwD4oxjxyp .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwD4oxjxyp .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
@media (max-width: 1024px) {
  .cid-uwD4oxjxyp .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uwD4oxjxyp .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uwD4oxjxyp .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uwD4oxjxyp .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uwD4oxjxyp .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uwD4oxjxyp .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uwD4oxjxyp .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uwD4oxjxyp .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uwD4oxjxyp .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
