@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-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 {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  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%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
  width: auto;
}
@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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  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;
  box-shadow: 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;
}

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

form .form-check-input {
  margin-top: 0.5;
}

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

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

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

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

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

:focus {
  outline: none;
}

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

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #26312f !important;
}
.bg-warning {
  background-color: #a50300 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #26312f !important;
  border-color: #26312f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3c4e4b !important;
  border-color: #3c4e4b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3c4e4b !important;
  border-color: #3c4e4b !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a50300 !important;
  border-color: #a50300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d80400 !important;
  border-color: #d80400 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d80400 !important;
  border-color: #d80400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #26312f;
  color: #26312f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #26312f !important;
  border-color: #26312f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a50300;
  color: #a50300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4e0100 !important;
  background-color: transparent !important;
  border-color: #4e0100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a50300 !important;
  border-color: #a50300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #26312f !important;
}
.text-warning {
  color: #a50300 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f0100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #26312f;
}
.alert-warning {
  background-color: #a50300;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dae2e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ff2925;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #000000 !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uWhBHT8VTm {
  display: flex;
  background-image: url("../../../assets/images/492340135-23984016797902315-8362050809169864504-n.jpg-1024x768.jpg");
}
.cid-uWhBHT8VTm .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uWhBHT8VTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhBHT8VTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhBHT8VTm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uWhBHT8VTm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uWhBHT8VTm {
    align-items: center;
  }
  .cid-uWhBHT8VTm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWhBHT8VTm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWhBHT8VTm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWhBHT8VTm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWhBHT8VTm .content-wrap {
    width: 100%;
  }
}
.cid-uWhBHT8VTm .mbr-section-title {
  text-align: center;
}
.cid-uWhBHT8VTm .mbr-text,
.cid-uWhBHT8VTm .mbr-section-btn {
  text-align: center;
}
.cid-uOWm6KFGHJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOWm6KFGHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWm6KFGHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWm6KFGHJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOWm6KFGHJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOWm6KFGHJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOWm6KFGHJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOWm6KFGHJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOWm6KFGHJ .mbr-section-title {
  color: #000000;
}
.cid-uOWm6KFGHJ .mbr-text,
.cid-uOWm6KFGHJ .mbr-section-btn {
  color: #000000;
}
.cid-uXKMQIhYDu {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKMQIhYDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKMQIhYDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKMQIhYDu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKMQIhYDu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKMQIhYDu .container {
    padding: 0 30px;
  }
}
.cid-uXKMQIhYDu .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKMQIhYDu .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKMQIhYDu .title-wrapper {
    width: 100%;
  }
}
.cid-uXKMQIhYDu .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKMQIhYDu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKMQIhYDu .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKMQIhYDu .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKMQIhYDu .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKMQIhYDu .mbr-section-title {
  color: #ffffff;
}
.cid-uXKMQIhYDu .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKMQIhYDu .mbr-section-title,
.cid-uXKMQIhYDu .mbr-section-btn {
  text-align: center;
}
.cid-uPdPm7brDO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPdPm7brDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdPm7brDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdPm7brDO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPdPm7brDO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPdPm7brDO .content-wrapper {
  margin: 0 -8px;
}
.cid-uPdPm7brDO .content-wrapper .card {
  padding: 0 8px;
}
.cid-uPdPm7brDO .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPdPm7brDO .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uPdPm7brDO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPdPm7brDO .image-wrapper img {
    height: 300px;
  }
}
.cid-uPdPm7brDO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uPdPm7brDO .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f5efe6;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uPdPm7brDO .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPdPm7brDO .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPdPm7brDO .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uPdPm7brDO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPdPm7brDO .mbr-section-title {
  color: #2c2c26;
}
.cid-uPdPm7brDO .card-title {
  color: #2c2c26;
}
.cid-uPdPm7brDO .card-text {
  color: #000000;
}
.cid-uWhtDjdBi9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWhtDjdBi9 .mbr-section-title {
  text-align: center;
  color: #26312f;
}
.cid-uWhtDjdBi9 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uWWBTPsDUO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWWBTPsDUO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uWWBTPsDUO img,
.cid-uWWBTPsDUO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWWBTPsDUO .item:focus,
.cid-uWWBTPsDUO span:focus {
  outline: none;
}
.cid-uWWBTPsDUO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWWBTPsDUO .item {
    margin-bottom: 1rem;
  }
}
.cid-uWWBTPsDUO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWWBTPsDUO .mbr-section-title {
  color: #a50300;
}
.cid-uWWBTPsDUO .mbr-text,
.cid-uWWBTPsDUO .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uWWBTPsDUO .item-title {
  color: #a50300;
  text-align: center;
}
.cid-uWWBTPsDUO .content-head {
  max-width: 800px;
}
.cid-uWoVq6LCJ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a50300;
}
.cid-uWoVq6LCJ8 .mbr-text {
  color: #000000;
}
.cid-uWoVq6LCJ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWoVq6LCJ8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWoVq6LCJ8 .mbr-text,
.cid-uWoVq6LCJ8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uWoVq6LCJ8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWoVq6LCJ8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWoVq6LCJ8 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWoVq6LCJ8 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWoVq6LCJ8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWoVq6LCJ8 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uWoVq6LCJ8 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWoVq6LCJ8 .mbr-text UL {
  text-align: left;
}
.cid-uWoVq6LCJ8 .mbr-card-subtitle {
  color: #a50300;
  text-align: left;
}
.cid-uWWBRxSrFj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWWBRxSrFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWBRxSrFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWBRxSrFj .mbr-text {
  color: #000000;
}
.cid-uWWBRxSrFj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWWBRxSrFj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWWBRxSrFj .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWWBRxSrFj .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWWBRxSrFj .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWWBRxSrFj .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWWBRxSrFj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWWBRxSrFj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWWBRxSrFj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWWBRxSrFj .mbr-text UL {
  text-align: left;
}
.cid-uWWBRxSrFj .mbr-section-subtitle,
.cid-uWWBRxSrFj .main-button {
  color: #000000;
}
.cid-uWWBRxSrFj .mbr-section-title {
  color: #a50300;
}
.cid-uYzjp83kJ7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYzjp83kJ7 .container {
  max-width: 1312px;
}
.cid-uYzjp83kJ7 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uYzjp83kJ7 .row {
    padding: 0 0.75rem;
  }
}
.cid-uYzjp83kJ7 .text-container {
  width: 100%;
  padding: 0;
}
.cid-uYzjp83kJ7 .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #a50300;
}
.cid-uYzjp83kJ7 .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzjp83kJ7 .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uYzjp83kJ7 .item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYzjp83kJ7 .item-wrapper {
    flex-direction: column;
  }
}
.cid-uYzjp83kJ7 .card-title {
  color: #000000;
}
.cid-uYzjp83kJ7 .card-name-text {
  margin-top: 2rem;
}
.cid-uYzjp83kJ7 .card-name {
  color: #000000;
}
.cid-uYzjp83kJ7 .card-prof {
  color: #002549;
}
.cid-uYzjp83kJ7 .mbr-iconfont {
  font-size: 25px;
  color: #a50300;
}
.cid-uYzjp83kJ7 .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-uYzjp83kJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzjp83kJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqwVw2c3s {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/c5f7f8ba22bc61faa6aa803ae1139d1d-xl.jpg-900x500.jpeg");
}
.cid-uvqwVw2c3s .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uvqwVw2c3s .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvqwVw2c3s .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvqwVw2c3s {
    align-items: center;
  }
  .cid-uvqwVw2c3s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvqwVw2c3s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvqwVw2c3s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvqwVw2c3s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvqwVw2c3s .content-wrap {
    width: 100%;
  }
}
.cid-uvqwVw2c3s .mbr-section-title {
  text-align: center;
  color: #f5efe6;
}
.cid-uvqwVw2c3s .mbr-text,
.cid-uvqwVw2c3s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvqwVw2c3s .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uPdTqm5G4v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPdTqm5G4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdTqm5G4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPdTqm5G4v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPdTqm5G4v .row {
  flex-direction: row-reverse;
}
.cid-uPdTqm5G4v .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPdTqm5G4v .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPdTqm5G4v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPdTqm5G4v .mbr-section-title {
  color: #a50300;
}
.cid-uPdTqm5G4v .mbr-text,
.cid-uPdTqm5G4v .mbr-section-btn {
  color: #000000;
}
.cid-uPdU88rERA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPdU88rERA .mbr-text {
  color: #000000;
}
.cid-uPdU88rERA .mbr-section-subtitle {
  color: #000000;
}
.cid-uPdU88rERA .mbr-section-title {
  color: #a50300;
}
.cid-uPdUmC3r8w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPdUmC3r8w .mbr-text {
  color: #000000;
}
.cid-uPdUmC3r8w .mbr-section-subtitle {
  color: #000000;
}
.cid-uPdUmC3r8w .mbr-section-title {
  color: #a50300;
}
.cid-uPdUFJ1uKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPdUFJ1uKZ .mbr-text {
  color: #000000;
}
.cid-uPdUFJ1uKZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uPdUFJ1uKZ .mbr-section-title {
  color: #a50300;
}
.cid-uWhZQhwWXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWhZQhwWXl .mbr-text {
  color: #000000;
}
.cid-uWhZQhwWXl .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhZQhwWXl .mbr-section-title {
  color: #a50300;
}
.cid-uWi02h0BCB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWi02h0BCB .mbr-text {
  color: #000000;
}
.cid-uWi02h0BCB .mbr-section-subtitle {
  color: #000000;
}
.cid-uWi02h0BCB .mbr-section-title {
  color: #a50300;
}
.cid-uPdWTg4iyD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPdWTg4iyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdWTg4iyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdWTg4iyD .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uPdWTg4iyD .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPdWTg4iyD .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
}
@media (min-width: 992px) {
  .cid-uPdWTg4iyD .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
}
.cid-uPdWTg4iyD .wrap {
  background: url("../../../assets/images/mystical20greece-6-1025x1536.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uPdWTg4iyD .wrap .inner-wrap {
  padding: 40px;
}
.cid-uPdWTg4iyD .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPdWTg4iyD .mbr-text {
  color: #000000;
}
.cid-uPdWTg4iyD .mbr-text,
.cid-uPdWTg4iyD .mbr-section-btn {
  color: #ffffff;
}
.cid-uPdWTg4iyD .card-title DIV {
  text-align: center;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPe8DdUcdO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPe8DdUcdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPe8DdUcdO .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-uPe8DdUcdO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPe8DdUcdO img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uPe8DdUcdO img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uPe8DdUcdO .card {
  margin-bottom: 2rem;
}
.cid-uPe8DdUcdO .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uPe8DdUcdO .row {
  justify-content: space-between;
}
.cid-uPe8DdUcdO .card-box {
  display: flex;
  align-items: center;
}
.cid-uPe8DdUcdO .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uPe8DdUcdO .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uPe8DdUcdO .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uPe8DdUcdO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uPe8DdUcdO .card-text {
  color: #000000;
}
.cid-uPe8DdUcdO .card-title,
.cid-uPe8DdUcdO .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uPe8DdUcdO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPe8DdUcdO .card-link,
.cid-uPe8DdUcdO .link-icon,
.cid-uPe8DdUcdO .link-align {
  color: #232323;
}
.cid-uXxa1d12B4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXxa1d12B4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxa1d12B4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXIX9nLddm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXIX9nLddm .mbr-text {
  color: #000000;
}
.cid-uXIX9nLddm .mbr-section-subtitle {
  color: #000000;
}
.cid-uXIX9nLddm .mbr-section-title {
  color: #000000;
}
.cid-uXIUhjtfOM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXIUhjtfOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIUhjtfOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxa59oKFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXxa59oKFM .mbr-text {
  color: #000000;
}
.cid-uXxa59oKFM .mbr-section-subtitle {
  color: #000000;
}
.cid-uXxa59oKFM .mbr-section-title {
  color: #000000;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWi1iphprf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWi1iphprf .mbr-text {
  color: #353535;
}
@media (min-width: 1400px) {
  .cid-uWi1iphprf .container {
    max-width: 1000px;
  }
}
.cid-uWi1iphprf .line {
  border-top: 2px solid #efefef;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-uWijXKjB0L {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWijXKjB0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWijXKjB0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWijXKjB0L .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWijXKjB0L .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWijXKjB0L .content-wrapper {
  margin: 0 -8px;
}
.cid-uWijXKjB0L .content-wrapper .card {
  padding: 0 8px;
}
.cid-uWijXKjB0L .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWijXKjB0L .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uWijXKjB0L .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWijXKjB0L .image-wrapper img {
    height: 300px;
  }
}
.cid-uWijXKjB0L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uWijXKjB0L .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f5efe6;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uWijXKjB0L .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWijXKjB0L .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uWijXKjB0L .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWijXKjB0L .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWijXKjB0L .mbr-section-title {
  color: #2c2c26;
}
.cid-uWijXKjB0L .card-title {
  color: #2c2c26;
}
.cid-uWijXKjB0L .card-text {
  color: #000000;
}
.cid-uZ7qoiyV5h {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5efe6;
}
.cid-uZ7qoiyV5h .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZ7qoiyV5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7qoiyV5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ7qoiyV5h .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZ7qoiyV5h .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ7qoiyV5h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZ7qoiyV5h .card-title,
.cid-uZ7qoiyV5h .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uZ7qoiyV5h .content-head {
  max-width: 800px;
}
.cid-uZ7qoiyV5h .mbr-section-title {
  color: #a50300;
}
.cid-uZ7qoiyV5h .mbr-section-subtitle {
  color: #000000;
}
.cid-uZ7qoiyV5h .card-text {
  color: #000000;
  text-align: left;
}
.cid-uZ7qoiyV5h .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ7qoiyV5h .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXwcZE6gpO {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-uXwcZE6gpO .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uXwcZE6gpO .section-text {
  color: #8d97ad;
}
.cid-uXwcZE6gpO .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-uXwcZE6gpO .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uXwcZE6gpO .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uXwcZE6gpO .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-uXwcZE6gpO .mbr-figure .card-text {
  padding: 2rem;
}
.cid-uXwcZE6gpO .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-uXwcZE6gpO .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uXwcZE6gpO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uXwcZE6gpO .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uXwcZE6gpO .mbr-text {
    text-align: center;
  }
}
.cid-uXwcZE6gpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwcZE6gpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwd9sfORQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-uXwd9sfORQ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uXwd9sfORQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uXwd9sfORQ .text-content {
  padding-right: 1.5rem;
}
.cid-uXwd9sfORQ .mbr-text {
  color: #8d97ad;
}
.cid-uXwd9sfORQ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uXwd9sfORQ .counter-container {
  padding-top: 1rem;
}
.cid-uXwd9sfORQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uXwd9sfORQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uXwd9sfORQ .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uXwd9sfORQ .main-row {
    margin: 0;
  }
  .cid-uXwd9sfORQ .mbr-section-title,
  .cid-uXwd9sfORQ .mbr-text,
  .cid-uXwd9sfORQ .list,
  .cid-uXwd9sfORQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uXwd9sfORQ .text-content {
    padding: 0;
  }
}
.cid-uXwd9sfORQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwd9sfORQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwdI8eFlA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uXwdI8eFlA .container {
    max-width: 1400px;
  }
}
.cid-uXwdI8eFlA .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uXwdI8eFlA .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uXwdI8eFlA .main-title {
  margin-bottom: 56px;
}
.cid-uXwdI8eFlA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uXwdI8eFlA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uXwdI8eFlA .img-wrap {
  display: block;
}
.cid-uXwdI8eFlA .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uXwdI8eFlA .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-uXwdI8eFlA .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-uXwdI8eFlA .card-wrapper .card-box {
  height: 100%;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uXwdI8eFlA .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uXwdI8eFlA .mbr-section-btn {
  text-align: center;
}
.cid-uXwdI8eFlA .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uXwdI8eFlA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uXwdI8eFlA .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-uXwdI8eFlA img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uXwdI8eFlA .card-box .card-title,
  .cid-uXwdI8eFlA .card-box .mbr-text {
    text-align: left;
  }
}
.cid-uXwdI8eFlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwdI8eFlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwdQba3as {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uXwdQba3as .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uXwdQba3as .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uXwdQba3as .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uXwdQba3as .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-uXwdQba3as .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uXwdQba3as .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uXwdQba3as .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #5ca7db;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #58b39a;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #f5c463;
}
.cid-uXwdQba3as .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-uXwdQba3as .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uXwdQba3as .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uXwdQba3as .wrapper::before {
    display: none;
  }
}
.cid-uXwdQba3as .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwdQba3as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWijYRViXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWijYRViXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWijYRViXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWijYRViXe .content-wrap {
  margin: 0;
}
.cid-uWijYRViXe .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uWijYRViXe .content-wrapper {
  padding: 0 112px;
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uWijYRViXe .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWijYRViXe .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWijYRViXe .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uWijYRViXe .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWijYRViXe .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWijYRViXe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWijYRViXe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWijYRViXe .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWijYRViXe .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uWijYRViXe .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c6974c;
  padding-left: 64px;
}
@media (max-width: 1440px) {
  .cid-uWijYRViXe .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWijYRViXe .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWijYRViXe .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c6974c;
    padding-top: 22px;
  }
}
.cid-uWijYRViXe .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWijYRViXe .image-wrapper img {
    height: 350px;
  }
}
.cid-uWijYRViXe .mbr-section-title {
  color: #c10b02;
}
.cid-uWijYRViXe .mbr-text,
.cid-uWijYRViXe .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uWijYRViXe .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uWijYRViXe .mbr-section-title,
.cid-uWijYRViXe .mbr-section-btn {
  text-align: center;
  color: #c6974c;
}
.cid-uWijZXZrhQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWijZXZrhQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uWijZXZrhQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uWijZXZrhQ .mbr-section-title {
  color: #000000;
}
.cid-uWuthwsooM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWuthwsooM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuthwsooM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuthwsooM .mbr-text {
  color: #000000;
}
.cid-uWuthwsooM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWuthwsooM .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWuthwsooM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWuthwsooM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWuthwsooM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWuthwsooM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWuthwsooM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWuthwsooM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWuthwsooM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWuthwsooM .mbr-text UL {
  text-align: left;
}
.cid-uWuthwsooM .mbr-section-subtitle,
.cid-uWuthwsooM .main-button {
  color: #000000;
}
.cid-uWutmaevxa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWutmaevxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWutmaevxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWutmaevxa .items-wrapper {
  margin: 0 -32px;
}
.cid-uWutmaevxa .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWutmaevxa .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWutmaevxa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWutmaevxa .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #b79b6c;
  border-color: #f5efe6;
  box-shadow: 0 18px 32px -8px #b79b6c;
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #b79b6c;
  border-color: #f5efe6;
  box-shadow: 0 18px 32px -8px #b79b6c;
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b79b6c;
  border-color: #f5efe6;
  box-shadow: 0 18px 32px -8px #b79b6c;
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWutmaevxa .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWutmaevxa .card-title {
  color: #111111;
}
.cid-uWutmaevxa .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWutmaevxa .card-title,
.cid-uWutmaevxa .iconfont-wrapper {
  text-align: center;
}
.cid-uWutrrc6BF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uWutrrc6BF .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWutrrc6BF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWutrrc6BF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWutrrc6BF .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWutrrc6BF .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWutrrc6BF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWutrrc6BF .card-title,
.cid-uWutrrc6BF .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uWutrrc6BF .content-head {
  max-width: 800px;
}
.cid-uWutrrc6BF .mbr-section-title {
  color: #a50300;
}
.cid-uWutrrc6BF .mbr-section-subtitle {
  color: #000000;
}
.cid-uWutrrc6BF .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWutrrc6BF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWutrrc6BF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWuts4EpWo {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mystical20greece-9-1920x1281.jpg");
}
.cid-uWuts4EpWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuts4EpWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuts4EpWo .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWuts4EpWo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWuts4EpWo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWuts4EpWo .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWuts4EpWo .wrap {
  background: url("../../../assets/images/whitebackground.png-1-146x209.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWuts4EpWo .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWuts4EpWo .card-title {
  color: #a50300;
  text-align: left;
}
.cid-uWuts4EpWo .mbr-text,
.cid-uWuts4EpWo .mbr-section-btn {
  color: #a50300;
  text-align: left;
}
.cid-uXwYdvP3u3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mystical20greece-9-1920x1281.jpg");
}
.cid-uXwYdvP3u3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwYdvP3u3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwYdvP3u3 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXwYdvP3u3 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXwYdvP3u3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXwYdvP3u3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXwYdvP3u3 .mbr-section-title {
  color: #ffffff;
}
.cid-uXwYdvP3u3 .mbr-text {
  color: #ffffff;
}
.cid-uXwYeAwers {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXwYeAwers .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwYeAwers .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwYeAwers .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uXwYeAwers .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXwYeAwers .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXwYeAwers .card-wrapper {
    padding: 4rem;
  }
}
.cid-uXwYeAwers .wrap {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("file:///W:/Customer%20Files%202/mysticalgreece.com/EN%20Source/assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg") center / cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uXwYeAwers .wrap .inner-wrap {
  padding: 40px;
}
.cid-uXwYeAwers .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uXwYeAwers .mbr-text,
.cid-uXwYeAwers .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uWRhR9KDub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mystical20greece-9-1920x1281.jpg");
}
.cid-uWRhR9KDub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRhR9KDub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRhR9KDub .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uWRhR9KDub .content-wrapper {
    margin-top: 0;
  }
}
.cid-uWRhR9KDub .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWRhR9KDub .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWRhR9KDub .mbr-section-title {
  color: #ffffff;
}
.cid-uWRhR9KDub .mbr-text {
  color: #ffffff;
}
.cid-uWil6MWjVn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWil6MWjVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWil6MWjVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWil6MWjVn .text-wrap {
  width: 100%;
}
.cid-uWil6MWjVn .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uWil6MWjVn .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uWil6MWjVn .list-wrap {
  margin-top: 52px;
}
.cid-uWil6MWjVn .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uWil6MWjVn .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uWil6MWjVn .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uWil6MWjVn .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uWRQ45B8Mw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWRQ45B8Mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRQ45B8Mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRQ45B8Mw .mbr-text {
  color: #000000;
}
.cid-uWRQ45B8Mw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWRQ45B8Mw .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWRQ45B8Mw .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWRQ45B8Mw .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWRQ45B8Mw .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWRQ45B8Mw .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWRQ45B8Mw .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWRQ45B8Mw .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWRQ45B8Mw .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWRQ45B8Mw .mbr-text UL {
  text-align: left;
}
.cid-uWRQ45B8Mw .mbr-section-subtitle,
.cid-uWRQ45B8Mw .main-button {
  color: #000000;
}
.cid-uWineYwIQ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uWineYwIQ8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWineYwIQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWineYwIQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWineYwIQ8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWineYwIQ8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWineYwIQ8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWineYwIQ8 .card-title,
.cid-uWineYwIQ8 .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uWineYwIQ8 .content-head {
  max-width: 800px;
}
.cid-uWineYwIQ8 .mbr-section-title {
  color: #a50300;
}
.cid-uWineYwIQ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWineYwIQ8 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWineYwIQ8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWineYwIQ8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWioltE1em {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWioltE1em .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWioltE1em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWioltE1em .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWioltE1em .row {
  flex-direction: row-reverse;
}
.cid-uWioltE1em .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWioltE1em .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWioltE1em .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWioltE1em .mbr-section-title {
  color: #000000;
}
.cid-uWioltE1em .mbr-text,
.cid-uWioltE1em .mbr-section-btn {
  color: #000000;
}
.cid-uXKOxA1fCE {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKOxA1fCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKOxA1fCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKOxA1fCE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKOxA1fCE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKOxA1fCE .container {
    padding: 0 30px;
  }
}
.cid-uXKOxA1fCE .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKOxA1fCE .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKOxA1fCE .title-wrapper {
    width: 100%;
  }
}
.cid-uXKOxA1fCE .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKOxA1fCE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKOxA1fCE .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKOxA1fCE .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKOxA1fCE .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKOxA1fCE .mbr-section-title {
  color: #ffffff;
}
.cid-uXKOxA1fCE .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKOxA1fCE .mbr-section-title,
.cid-uXKOxA1fCE .mbr-section-btn {
  text-align: center;
}
.cid-uOWGDNs4cX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uOWGDNs4cX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uOWGDNs4cX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWGDNs4cX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWGDNs4cX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uOWGDNs4cX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .container {
    padding: 0 22px;
  }
}
.cid-uOWGDNs4cX .row {
  position: relative;
  z-index: 1;
}
.cid-uOWGDNs4cX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uOWGDNs4cX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uOWGDNs4cX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uOWGDNs4cX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOWGDNs4cX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uOWGDNs4cX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOWGDNs4cX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uOWGDNs4cX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uOWGDNs4cX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uOWGDNs4cX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uOWGDNs4cX .nav-wrapper .list .item-wrap:hover,
.cid-uOWGDNs4cX .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOWGDNs4cX .nav-wrapper .list .item-wrap:hover::before,
.cid-uOWGDNs4cX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOWGDNs4cX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOWGDNs4cX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uOWGDNs4cX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOWGDNs4cX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uOWGDNs4cX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uOWGDNs4cX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uOWGDNs4cX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOWGDNs4cX .mbr-section-title {
  color: #00d0f3;
}
.cid-uOWGDNs4cX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOWGDNs4cX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOWGDNs4cX .list {
  color: #ffffff;
}
.cid-uOWGDNs4cX .mbr-contact {
  color: #ffffff;
}
.cid-uOWGDNs4cX .mbr-desc {
  color: #ffffff;
}
.cid-uOWGDNs4cX .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOWGDNs4cX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOWGDNs4cX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOWGDNs4cX .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uOWGDNs4cX .mbr-contact,
.cid-uOWGDNs4cX .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uOWGDNs4cX .mbr-desc,
.cid-uOWGDNs4cX .mbr-section-btn {
  color: #000000;
}
.cid-uOWGDNs4cX .contacts-wrapper,
.cid-uOWGDNs4cX .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uOWGDNs4cX .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWREGGAPEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20250817-193823.jpg-2000x1500.jpg");
}
.cid-uWREGGAPEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWREGGAPEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWREGGAPEL .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uWREGGAPEL .content-wrapper {
    margin-top: 0;
  }
}
.cid-uWREGGAPEL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWREGGAPEL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWREGGAPEL .mbr-section-title {
  color: #ffffff;
}
.cid-uWREGGAPEL .mbr-text {
  color: #ffffff;
}
.cid-uWir8icHBc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWir8icHBc .mbr-section-subtitle {
  color: #14191e;
}
.cid-uWir8icHBc .mbr-text {
  color: #232323;
}
.cid-uWir8icHBc .mbr-section-title {
  text-align: left;
}
.cid-uWir8j6ETP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWir8j6ETP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWir8j6ETP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWir8j6ETP .text-wrap {
  width: 100%;
}
.cid-uWir8j6ETP .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uWir8j6ETP .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uWir8j6ETP .list-wrap {
  margin-top: 52px;
}
.cid-uWir8j6ETP .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uWir8j6ETP .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uWir8j6ETP .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uWir8j6ETP .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uWisDYAwz3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWisDYAwz3 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uWisDYAwz3 .mbr-text {
  color: #a50300;
}
.cid-uWisDYAwz3 .mbr-section-title {
  text-align: left;
}
.cid-uWRDYiwo8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWRDYiwo8V .mbr-section-subtitle {
  color: #14191e;
}
.cid-uWRDYiwo8V .mbr-text {
  color: #232323;
}
.cid-uWRDYiwo8V .mbr-section-title {
  text-align: left;
}
.cid-uWir8kfiwb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uWir8kfiwb .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWir8kfiwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWir8kfiwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWir8kfiwb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWir8kfiwb .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWir8kfiwb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWir8kfiwb .card-title,
.cid-uWir8kfiwb .iconfont-wrapper {
  color: #000000;
}
.cid-uWir8kfiwb .content-head {
  max-width: 800px;
}
.cid-uWir8kfiwb .mbr-section-title {
  color: #a50300;
}
.cid-uWir8kfiwb .mbr-section-subtitle {
  color: #000000;
}
.cid-uWir8kfiwb .card-text {
  color: #000000;
}
.cid-uWir8kfiwb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWir8kfiwb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWRXxLz5x3 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWRXxLz5x3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRXxLz5x3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWRXxLz5x3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWRXxLz5x3 .row {
  flex-direction: row-reverse;
}
.cid-uWRXxLz5x3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWRXxLz5x3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWRXxLz5x3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWRXxLz5x3 .mbr-section-title {
  color: #000000;
}
.cid-uWRXxLz5x3 .mbr-text,
.cid-uWRXxLz5x3 .mbr-section-btn {
  color: #000000;
}
.cid-uXKP8Qu7Dg {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKP8Qu7Dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKP8Qu7Dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKP8Qu7Dg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKP8Qu7Dg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKP8Qu7Dg .container {
    padding: 0 30px;
  }
}
.cid-uXKP8Qu7Dg .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKP8Qu7Dg .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKP8Qu7Dg .title-wrapper {
    width: 100%;
  }
}
.cid-uXKP8Qu7Dg .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKP8Qu7Dg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKP8Qu7Dg .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKP8Qu7Dg .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKP8Qu7Dg .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKP8Qu7Dg .mbr-section-title {
  color: #ffffff;
}
.cid-uXKP8Qu7Dg .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKP8Qu7Dg .mbr-section-title,
.cid-uXKP8Qu7Dg .mbr-section-btn {
  text-align: center;
}
.cid-uWir8mRk7Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uWir8mRk7Z::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uWir8mRk7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWir8mRk7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWir8mRk7Z .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uWir8mRk7Z .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .container {
    padding: 0 22px;
  }
}
.cid-uWir8mRk7Z .row {
  position: relative;
  z-index: 1;
}
.cid-uWir8mRk7Z .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uWir8mRk7Z .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWir8mRk7Z .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWir8mRk7Z .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWir8mRk7Z .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWir8mRk7Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWir8mRk7Z .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uWir8mRk7Z .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uWir8mRk7Z .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWir8mRk7Z .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWir8mRk7Z .nav-wrapper .list .item-wrap:hover,
.cid-uWir8mRk7Z .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uWir8mRk7Z .nav-wrapper .list .item-wrap:hover::before,
.cid-uWir8mRk7Z .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWir8mRk7Z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWir8mRk7Z .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWir8mRk7Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWir8mRk7Z .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWir8mRk7Z .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uWir8mRk7Z .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWir8mRk7Z .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWir8mRk7Z .mbr-section-title {
  color: #00d0f3;
}
.cid-uWir8mRk7Z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWir8mRk7Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWir8mRk7Z .list {
  color: #ffffff;
}
.cid-uWir8mRk7Z .mbr-contact {
  color: #ffffff;
}
.cid-uWir8mRk7Z .mbr-desc {
  color: #ffffff;
}
.cid-uWir8mRk7Z .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWir8mRk7Z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWir8mRk7Z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWir8mRk7Z .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uWir8mRk7Z .mbr-contact,
.cid-uWir8mRk7Z .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uWir8mRk7Z .mbr-desc,
.cid-uWir8mRk7Z .mbr-section-btn {
  color: #000000;
}
.cid-uWir8mRk7Z .contacts-wrapper,
.cid-uWir8mRk7Z .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uWir8mRk7Z .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uWir8oDyxS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uWir8oDyxS .nav-item,
.cid-uWir8oDyxS .nav-link,
.cid-uWir8oDyxS .navbar-caption {
  font-weight: normal;
}
.cid-uWir8oDyxS .nav-item:focus,
.cid-uWir8oDyxS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWir8oDyxS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uWir8oDyxS .nav-item .nav-link {
    position: relative;
  }
  .cid-uWir8oDyxS .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uWir8oDyxS .nav-item:hover .nav-link:before,
  .cid-uWir8oDyxS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uWir8oDyxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uWir8oDyxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWir8oDyxS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uWir8oDyxS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWir8oDyxS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWir8oDyxS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWir8oDyxS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uWir8oDyxS .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uWir8oDyxS .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uWir8oDyxS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uWir8oDyxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWir8oDyxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWir8oDyxS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWir8oDyxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWir8oDyxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWir8oDyxS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWir8oDyxS .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWir8oDyxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWir8oDyxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWir8oDyxS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWir8oDyxS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWir8oDyxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWir8oDyxS .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uWir8oDyxS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWir8oDyxS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWir8oDyxS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWir8oDyxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWir8oDyxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWir8oDyxS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWir8oDyxS .dropdown-item.active,
.cid-uWir8oDyxS .dropdown-item:active {
  background-color: transparent;
}
.cid-uWir8oDyxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWir8oDyxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWir8oDyxS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWir8oDyxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uWir8oDyxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWir8oDyxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWir8oDyxS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWir8oDyxS .navbar-buttons {
  text-align: center;
}
.cid-uWir8oDyxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWir8oDyxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWir8oDyxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWir8oDyxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWir8oDyxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWir8oDyxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWir8oDyxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWir8oDyxS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWir8oDyxS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWir8oDyxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWir8oDyxS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWir8oDyxS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWir8oDyxS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uWir8oDyxS .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uWir8oDyxS .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWir8oDyxS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWir8oDyxS a.nav-link .mbr-iconfont-btn,
.cid-uWir8oDyxS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uWir8oDyxS a.nav-link:hover .mbr-iconfont-btn,
.cid-uWir8oDyxS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uWir8oDyxS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWir8oDyxS .navbar {
    height: 77px;
  }
  .cid-uWir8oDyxS .navbar.opened {
    height: auto;
  }
  .cid-uWir8oDyxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwXzeRGkG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1000053193-copy.webp");
}
.cid-uXwXzeRGkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwXzeRGkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwXzeRGkG .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXwXzeRGkG .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXwXzeRGkG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXwXzeRGkG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXwXzeRGkG .mbr-section-title {
  color: #ffffff;
}
.cid-uXwXzeRGkG .mbr-text {
  color: #ffffff;
}
.cid-uWiuvdYvbh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWiuvdYvbh .mbr-section-subtitle {
  color: #14191e;
}
.cid-uWiuvdYvbh .mbr-text {
  color: #232323;
}
.cid-uWiuvdYvbh .mbr-section-title {
  text-align: left;
}
.cid-uWRRO5WYMY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWRRO5WYMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRRO5WYMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRRO5WYMY .mbr-text {
  color: #000000;
}
.cid-uWRRO5WYMY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWRRO5WYMY .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWRRO5WYMY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWRRO5WYMY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWRRO5WYMY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWRRO5WYMY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWRRO5WYMY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWRRO5WYMY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWRRO5WYMY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWRRO5WYMY .mbr-text UL {
  text-align: left;
}
.cid-uWRRO5WYMY .mbr-section-subtitle,
.cid-uWRRO5WYMY .main-button {
  color: #000000;
}
.cid-uWiuvfPEfM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWiuvfPEfM .mbr-section-subtitle {
  color: #14191e;
}
.cid-uWiuvfPEfM .mbr-text {
  color: #232323;
}
.cid-uWiuvfPEfM .mbr-section-title {
  text-align: left;
}
.cid-uWiuvgIRpj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/469096827-9390426011021302-8877004319707591682-n-1511x2015.jpg");
}
.cid-uWiuvgIRpj .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWiuvgIRpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiuvgIRpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiuvgIRpj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWiuvgIRpj .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWiuvgIRpj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWiuvgIRpj .card-title,
.cid-uWiuvgIRpj .iconfont-wrapper {
  color: #000000;
}
.cid-uWiuvgIRpj .content-head {
  max-width: 800px;
}
.cid-uWiuvgIRpj .mbr-section-title {
  color: #a50300;
}
.cid-uWiuvgIRpj .mbr-section-subtitle {
  color: #000000;
}
.cid-uWiuvgIRpj .card-text {
  color: #000000;
}
.cid-uWiuvgIRpj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWiuvgIRpj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWiuvijoGs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWiuvijoGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiuvijoGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWiuvijoGs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWiuvijoGs .row {
  flex-direction: row-reverse;
}
.cid-uWiuvijoGs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWiuvijoGs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiuvijoGs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWiuvijoGs .mbr-section-title {
  color: #000000;
}
.cid-uWiuvijoGs .mbr-text,
.cid-uWiuvijoGs .mbr-section-btn {
  color: #000000;
}
.cid-uXKPhItPvB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKPhItPvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKPhItPvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKPhItPvB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKPhItPvB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKPhItPvB .container {
    padding: 0 30px;
  }
}
.cid-uXKPhItPvB .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKPhItPvB .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKPhItPvB .title-wrapper {
    width: 100%;
  }
}
.cid-uXKPhItPvB .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKPhItPvB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKPhItPvB .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKPhItPvB .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKPhItPvB .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKPhItPvB .mbr-section-title {
  color: #ffffff;
}
.cid-uXKPhItPvB .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKPhItPvB .mbr-section-title,
.cid-uXKPhItPvB .mbr-section-btn {
  text-align: center;
}
.cid-uWiuvjsvGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uWiuvjsvGy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uWiuvjsvGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiuvjsvGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiuvjsvGy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uWiuvjsvGy .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .container {
    padding: 0 22px;
  }
}
.cid-uWiuvjsvGy .row {
  position: relative;
  z-index: 1;
}
.cid-uWiuvjsvGy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uWiuvjsvGy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWiuvjsvGy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWiuvjsvGy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWiuvjsvGy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWiuvjsvGy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWiuvjsvGy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uWiuvjsvGy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uWiuvjsvGy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWiuvjsvGy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWiuvjsvGy .nav-wrapper .list .item-wrap:hover,
.cid-uWiuvjsvGy .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uWiuvjsvGy .nav-wrapper .list .item-wrap:hover::before,
.cid-uWiuvjsvGy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWiuvjsvGy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWiuvjsvGy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWiuvjsvGy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWiuvjsvGy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWiuvjsvGy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uWiuvjsvGy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWiuvjsvGy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWiuvjsvGy .mbr-section-title {
  color: #00d0f3;
}
.cid-uWiuvjsvGy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWiuvjsvGy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWiuvjsvGy .list {
  color: #ffffff;
}
.cid-uWiuvjsvGy .mbr-contact {
  color: #ffffff;
}
.cid-uWiuvjsvGy .mbr-desc {
  color: #ffffff;
}
.cid-uWiuvjsvGy .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWiuvjsvGy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWiuvjsvGy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWiuvjsvGy .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uWiuvjsvGy .mbr-contact,
.cid-uWiuvjsvGy .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uWiuvjsvGy .mbr-desc,
.cid-uWiuvjsvGy .mbr-section-btn {
  color: #000000;
}
.cid-uWiuvjsvGy .contacts-wrapper,
.cid-uWiuvjsvGy .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uWiuvjsvGy .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uWiuvl53RA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uWiuvl53RA .nav-item,
.cid-uWiuvl53RA .nav-link,
.cid-uWiuvl53RA .navbar-caption {
  font-weight: normal;
}
.cid-uWiuvl53RA .nav-item:focus,
.cid-uWiuvl53RA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWiuvl53RA .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uWiuvl53RA .nav-item .nav-link {
    position: relative;
  }
  .cid-uWiuvl53RA .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uWiuvl53RA .nav-item:hover .nav-link:before,
  .cid-uWiuvl53RA .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uWiuvl53RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uWiuvl53RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWiuvl53RA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uWiuvl53RA .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWiuvl53RA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWiuvl53RA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWiuvl53RA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uWiuvl53RA .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uWiuvl53RA .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uWiuvl53RA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uWiuvl53RA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiuvl53RA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiuvl53RA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWiuvl53RA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiuvl53RA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWiuvl53RA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWiuvl53RA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWiuvl53RA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWiuvl53RA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWiuvl53RA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWiuvl53RA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWiuvl53RA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWiuvl53RA .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uWiuvl53RA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWiuvl53RA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWiuvl53RA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWiuvl53RA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWiuvl53RA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiuvl53RA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWiuvl53RA .dropdown-item.active,
.cid-uWiuvl53RA .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiuvl53RA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWiuvl53RA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiuvl53RA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiuvl53RA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uWiuvl53RA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWiuvl53RA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiuvl53RA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWiuvl53RA .navbar-buttons {
  text-align: center;
}
.cid-uWiuvl53RA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWiuvl53RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWiuvl53RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWiuvl53RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWiuvl53RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWiuvl53RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWiuvl53RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiuvl53RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiuvl53RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiuvl53RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiuvl53RA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWiuvl53RA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWiuvl53RA .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uWiuvl53RA .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uWiuvl53RA .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWiuvl53RA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWiuvl53RA a.nav-link .mbr-iconfont-btn,
.cid-uWiuvl53RA a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uWiuvl53RA a.nav-link:hover .mbr-iconfont-btn,
.cid-uWiuvl53RA a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uWiuvl53RA a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiuvl53RA .navbar {
    height: 77px;
  }
  .cid-uWiuvl53RA .navbar.opened {
    height: auto;
  }
  .cid-uWiuvl53RA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWS34dvuC3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWS34dvuC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWS34dvuC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWS34dvuC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWS34dvuC3 .row {
  flex-direction: row-reverse;
}
.cid-uWS34dvuC3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWS34dvuC3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWS34dvuC3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWS34dvuC3 .mbr-section-title {
  color: #000000;
}
.cid-uWS34dvuC3 .mbr-text,
.cid-uWS34dvuC3 .mbr-section-btn {
  color: #232323;
}
.cid-uWiwWhkND1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWiwWhkND1 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uWiwWhkND1 .mbr-text {
  color: #232323;
}
.cid-uWiwWhkND1 .mbr-section-title {
  text-align: left;
}
.cid-uWizvNJylM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWizvNJylM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWizvNJylM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWizvNJylM .mbr-text {
  color: #000000;
}
.cid-uWizvNJylM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWizvNJylM .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWizvNJylM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWizvNJylM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWizvNJylM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWizvNJylM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWizvNJylM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWizvNJylM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWizvNJylM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWizvNJylM .mbr-text UL {
  text-align: left;
}
.cid-uWizvNJylM .mbr-section-subtitle,
.cid-uWizvNJylM .main-button {
  color: #000000;
}
.cid-uWRJFHOfUb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWRJFHOfUb .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWRJFHOfUb .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWRJFHOfUb .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWRJFHOfUb .mbr-section-title {
  text-align: left;
}
.cid-uWRJFHOfUb .mbr-section-subtitle {
  text-align: left;
}
.cid-uWtcau0o1h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uWtcau0o1h .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWtcau0o1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtcau0o1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWtcau0o1h .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWtcau0o1h .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWtcau0o1h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWtcau0o1h .card-title,
.cid-uWtcau0o1h .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uWtcau0o1h .content-head {
  max-width: 800px;
}
.cid-uWtcau0o1h .mbr-section-title {
  color: #a50300;
}
.cid-uWtcau0o1h .mbr-section-subtitle {
  color: #000000;
}
.cid-uWtcau0o1h .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWtcau0o1h .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWtcau0o1h .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWRHUvGl6c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWRHUvGl6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRHUvGl6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRHUvGl6c .mbr-text {
  color: #000000;
}
.cid-uWRHUvGl6c .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWRHUvGl6c .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWRHUvGl6c .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWRHUvGl6c .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWRHUvGl6c .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWRHUvGl6c .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWRHUvGl6c .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWRHUvGl6c .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWRHUvGl6c .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWRHUvGl6c .mbr-text UL {
  text-align: left;
}
.cid-uWRHUvGl6c .mbr-section-subtitle,
.cid-uWRHUvGl6c .main-button {
  color: #000000;
}
.cid-uXKPsXYO23 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKPsXYO23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKPsXYO23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKPsXYO23 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKPsXYO23 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKPsXYO23 .container {
    padding: 0 30px;
  }
}
.cid-uXKPsXYO23 .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKPsXYO23 .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKPsXYO23 .title-wrapper {
    width: 100%;
  }
}
.cid-uXKPsXYO23 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKPsXYO23 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKPsXYO23 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKPsXYO23 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKPsXYO23 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKPsXYO23 .mbr-section-title {
  color: #ffffff;
}
.cid-uXKPsXYO23 .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKPsXYO23 .mbr-section-title,
.cid-uXKPsXYO23 .mbr-section-btn {
  text-align: center;
}
.cid-uWiwWsJcoG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uWiwWsJcoG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uWiwWsJcoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiwWsJcoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiwWsJcoG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uWiwWsJcoG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .container {
    padding: 0 22px;
  }
}
.cid-uWiwWsJcoG .row {
  position: relative;
  z-index: 1;
}
.cid-uWiwWsJcoG .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uWiwWsJcoG .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWiwWsJcoG .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWiwWsJcoG .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWiwWsJcoG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWiwWsJcoG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWiwWsJcoG .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uWiwWsJcoG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uWiwWsJcoG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWiwWsJcoG .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWiwWsJcoG .nav-wrapper .list .item-wrap:hover,
.cid-uWiwWsJcoG .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uWiwWsJcoG .nav-wrapper .list .item-wrap:hover::before,
.cid-uWiwWsJcoG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWiwWsJcoG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWiwWsJcoG .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWiwWsJcoG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWiwWsJcoG .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWiwWsJcoG .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uWiwWsJcoG .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWiwWsJcoG .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWiwWsJcoG .mbr-section-title {
  color: #00d0f3;
}
.cid-uWiwWsJcoG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWiwWsJcoG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWiwWsJcoG .list {
  color: #ffffff;
}
.cid-uWiwWsJcoG .mbr-contact {
  color: #ffffff;
}
.cid-uWiwWsJcoG .mbr-desc {
  color: #ffffff;
}
.cid-uWiwWsJcoG .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWiwWsJcoG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWiwWsJcoG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWiwWsJcoG .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uWiwWsJcoG .mbr-contact,
.cid-uWiwWsJcoG .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uWiwWsJcoG .mbr-desc,
.cid-uWiwWsJcoG .mbr-section-btn {
  color: #000000;
}
.cid-uWiwWsJcoG .contacts-wrapper,
.cid-uWiwWsJcoG .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uWiwWsJcoG .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uWiwWuubjE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uWiwWuubjE .nav-item,
.cid-uWiwWuubjE .nav-link,
.cid-uWiwWuubjE .navbar-caption {
  font-weight: normal;
}
.cid-uWiwWuubjE .nav-item:focus,
.cid-uWiwWuubjE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWiwWuubjE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uWiwWuubjE .nav-item .nav-link {
    position: relative;
  }
  .cid-uWiwWuubjE .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uWiwWuubjE .nav-item:hover .nav-link:before,
  .cid-uWiwWuubjE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uWiwWuubjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uWiwWuubjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWiwWuubjE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uWiwWuubjE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWiwWuubjE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWiwWuubjE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWiwWuubjE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uWiwWuubjE .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uWiwWuubjE .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uWiwWuubjE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uWiwWuubjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiwWuubjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiwWuubjE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWiwWuubjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiwWuubjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWiwWuubjE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWiwWuubjE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWiwWuubjE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWiwWuubjE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWiwWuubjE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWiwWuubjE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWiwWuubjE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWiwWuubjE .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uWiwWuubjE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWiwWuubjE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWiwWuubjE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWiwWuubjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWiwWuubjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiwWuubjE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWiwWuubjE .dropdown-item.active,
.cid-uWiwWuubjE .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiwWuubjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWiwWuubjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiwWuubjE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiwWuubjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uWiwWuubjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWiwWuubjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiwWuubjE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWiwWuubjE .navbar-buttons {
  text-align: center;
}
.cid-uWiwWuubjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWiwWuubjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWiwWuubjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWiwWuubjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWiwWuubjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWiwWuubjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWiwWuubjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiwWuubjE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiwWuubjE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiwWuubjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiwWuubjE .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWiwWuubjE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWiwWuubjE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uWiwWuubjE .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uWiwWuubjE .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWiwWuubjE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWiwWuubjE a.nav-link .mbr-iconfont-btn,
.cid-uWiwWuubjE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uWiwWuubjE a.nav-link:hover .mbr-iconfont-btn,
.cid-uWiwWuubjE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uWiwWuubjE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiwWuubjE .navbar {
    height: 77px;
  }
  .cid-uWiwWuubjE .navbar.opened {
    height: auto;
  }
  .cid-uWiwWuubjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwWVWzko2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1000057564-copy.webp");
}
.cid-uXwWVWzko2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwWVWzko2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwWVWzko2 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXwWVWzko2 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXwWVWzko2 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXwWVWzko2 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXwWVWzko2 .mbr-section-title {
  color: #ffffff;
}
.cid-uXwWVWzko2 .mbr-text {
  color: #ffffff;
}
.cid-uWRR9HwsfM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWRR9HwsfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRR9HwsfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRR9HwsfM .text-wrap {
  width: 100%;
}
.cid-uWRR9HwsfM .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uWRR9HwsfM .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uWRR9HwsfM .list-wrap {
  margin-top: 52px;
}
.cid-uWRR9HwsfM .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uWRR9HwsfM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uWRR9HwsfM .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uWRR9HwsfM .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uWRQV6q7b1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWRQV6q7b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRQV6q7b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRQV6q7b1 .mbr-text {
  color: #000000;
}
.cid-uWRQV6q7b1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWRQV6q7b1 .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWRQV6q7b1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWRQV6q7b1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWRQV6q7b1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWRQV6q7b1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWRQV6q7b1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWRQV6q7b1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWRQV6q7b1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWRQV6q7b1 .mbr-text UL {
  text-align: left;
}
.cid-uWRQV6q7b1 .mbr-section-subtitle,
.cid-uWRQV6q7b1 .main-button {
  color: #000000;
}
.cid-uWt4JNFmvY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uWt4JNFmvY .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWt4JNFmvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWt4JNFmvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWt4JNFmvY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWt4JNFmvY .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWt4JNFmvY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWt4JNFmvY .card-title,
.cid-uWt4JNFmvY .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uWt4JNFmvY .content-head {
  max-width: 800px;
}
.cid-uWt4JNFmvY .mbr-section-title {
  color: #a50300;
}
.cid-uWt4JNFmvY .mbr-section-subtitle {
  color: #000000;
}
.cid-uWt4JNFmvY .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWt4JNFmvY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWt4JNFmvY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWt4JOfYwD {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWt4JOfYwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWt4JOfYwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWt4JOfYwD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWt4JOfYwD .row {
  flex-direction: row-reverse;
}
.cid-uWt4JOfYwD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWt4JOfYwD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWt4JOfYwD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWt4JOfYwD .mbr-section-title {
  color: #000000;
}
.cid-uWt4JOfYwD .mbr-text,
.cid-uWt4JOfYwD .mbr-section-btn {
  color: #000000;
}
.cid-uXKOWa3xRo {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKOWa3xRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKOWa3xRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKOWa3xRo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKOWa3xRo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKOWa3xRo .container {
    padding: 0 30px;
  }
}
.cid-uXKOWa3xRo .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKOWa3xRo .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKOWa3xRo .title-wrapper {
    width: 100%;
  }
}
.cid-uXKOWa3xRo .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKOWa3xRo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKOWa3xRo .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKOWa3xRo .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKOWa3xRo .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKOWa3xRo .mbr-section-title {
  color: #ffffff;
}
.cid-uXKOWa3xRo .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKOWa3xRo .mbr-section-title,
.cid-uXKOWa3xRo .mbr-section-btn {
  text-align: center;
}
.cid-uWt4JPqf5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uWt4JPqf5X::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uWt4JPqf5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWt4JPqf5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWt4JPqf5X .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uWt4JPqf5X .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .container {
    padding: 0 22px;
  }
}
.cid-uWt4JPqf5X .row {
  position: relative;
  z-index: 1;
}
.cid-uWt4JPqf5X .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uWt4JPqf5X .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWt4JPqf5X .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWt4JPqf5X .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWt4JPqf5X .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWt4JPqf5X .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWt4JPqf5X .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uWt4JPqf5X .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uWt4JPqf5X .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWt4JPqf5X .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWt4JPqf5X .nav-wrapper .list .item-wrap:hover,
.cid-uWt4JPqf5X .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uWt4JPqf5X .nav-wrapper .list .item-wrap:hover::before,
.cid-uWt4JPqf5X .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWt4JPqf5X .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWt4JPqf5X .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWt4JPqf5X .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWt4JPqf5X .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWt4JPqf5X .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uWt4JPqf5X .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWt4JPqf5X .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWt4JPqf5X .mbr-section-title {
  color: #00d0f3;
}
.cid-uWt4JPqf5X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWt4JPqf5X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWt4JPqf5X .list {
  color: #ffffff;
}
.cid-uWt4JPqf5X .mbr-contact {
  color: #ffffff;
}
.cid-uWt4JPqf5X .mbr-desc {
  color: #ffffff;
}
.cid-uWt4JPqf5X .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWt4JPqf5X .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWt4JPqf5X .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWt4JPqf5X .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uWt4JPqf5X .mbr-contact,
.cid-uWt4JPqf5X .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uWt4JPqf5X .mbr-desc,
.cid-uWt4JPqf5X .mbr-section-btn {
  color: #000000;
}
.cid-uWt4JPqf5X .contacts-wrapper,
.cid-uWt4JPqf5X .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uWt4JPqf5X .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uWt4JQvq6Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uWt4JQvq6Y .nav-item,
.cid-uWt4JQvq6Y .nav-link,
.cid-uWt4JQvq6Y .navbar-caption {
  font-weight: normal;
}
.cid-uWt4JQvq6Y .nav-item:focus,
.cid-uWt4JQvq6Y .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWt4JQvq6Y .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uWt4JQvq6Y .nav-item .nav-link {
    position: relative;
  }
  .cid-uWt4JQvq6Y .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uWt4JQvq6Y .nav-item:hover .nav-link:before,
  .cid-uWt4JQvq6Y .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uWt4JQvq6Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uWt4JQvq6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWt4JQvq6Y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uWt4JQvq6Y .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWt4JQvq6Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWt4JQvq6Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWt4JQvq6Y .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uWt4JQvq6Y .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uWt4JQvq6Y .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uWt4JQvq6Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uWt4JQvq6Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWt4JQvq6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWt4JQvq6Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWt4JQvq6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWt4JQvq6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWt4JQvq6Y .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWt4JQvq6Y .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWt4JQvq6Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWt4JQvq6Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWt4JQvq6Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWt4JQvq6Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWt4JQvq6Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWt4JQvq6Y .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uWt4JQvq6Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWt4JQvq6Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWt4JQvq6Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWt4JQvq6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWt4JQvq6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWt4JQvq6Y .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWt4JQvq6Y .dropdown-item.active,
.cid-uWt4JQvq6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWt4JQvq6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWt4JQvq6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWt4JQvq6Y .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWt4JQvq6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uWt4JQvq6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWt4JQvq6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWt4JQvq6Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWt4JQvq6Y .navbar-buttons {
  text-align: center;
}
.cid-uWt4JQvq6Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWt4JQvq6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWt4JQvq6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWt4JQvq6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWt4JQvq6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWt4JQvq6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWt4JQvq6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWt4JQvq6Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWt4JQvq6Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWt4JQvq6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWt4JQvq6Y .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWt4JQvq6Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWt4JQvq6Y .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uWt4JQvq6Y .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uWt4JQvq6Y .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWt4JQvq6Y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWt4JQvq6Y a.nav-link .mbr-iconfont-btn,
.cid-uWt4JQvq6Y a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uWt4JQvq6Y a.nav-link:hover .mbr-iconfont-btn,
.cid-uWt4JQvq6Y a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uWt4JQvq6Y a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWt4JQvq6Y .navbar {
    height: 77px;
  }
  .cid-uWt4JQvq6Y .navbar.opened {
    height: auto;
  }
  .cid-uWt4JQvq6Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwYQTHzCz {
  background-image: url("../../../assets/images/evabloem-sailing-greece-197.jpg-816x544.jpg");
}
.cid-uXwYQTHzCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwYQTHzCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwYQTHzCz .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXwYQTHzCz .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXwYQTHzCz .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXwYQTHzCz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXwYQTHzCz .mbr-section-title {
  color: #ffffff;
}
.cid-uXwYQTHzCz .mbr-text {
  color: #ffffff;
}
.cid-uWuHLadS0R {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWuHLadS0R .mbr-text {
  color: #000000;
}
.cid-uWuHLadS0R .mbr-section-subtitle {
  color: #000000;
}
.cid-uWuHLadS0R .mbr-section-title {
  color: #a50300;
}
.cid-uXxrDW3VCU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uXxrDW3VCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxrDW3VCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxrDW3VCU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXxrDW3VCU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXxrDW3VCU .container {
    padding: 0;
  }
}
.cid-uXxrDW3VCU .row {
  margin: 0;
}
.cid-uXxrDW3VCU .card {
  border-radius: 0;
  padding: 0;
}
.cid-uXxrDW3VCU .card .box-wrapper {
  background-color: #a50300;
  height: 100%;
}
.cid-uXxrDW3VCU .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-uXxrDW3VCU .card .title-wrapper {
  padding: 25px 100px;
}
@media (max-width: 992px) {
  .cid-uXxrDW3VCU .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-uXxrDW3VCU .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXxrDW3VCU .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uXxrDW3VCU .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uXxrDW3VCU .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-uXxrDW3VCU .card .image-wrapper {
    padding: 0;
  }
}
.cid-uXxrDW3VCU .card .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
.cid-uXxrDW3VCU .mbr-text {
  color: #263652;
}
.cid-uXxrDW3VCU .mbr-box {
  color: #ffffff;
}
.cid-uWi4dobetV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWi4dobetV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWi4dobetV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWi4dobetV .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uWi4dobetV .container {
    padding: 0 24px;
  }
}
.cid-uWi4dobetV .row {
  justify-content: center;
  border-top: 1px solid #c6974c;
}
@media (min-width: 992px) {
  .cid-uWi4dobetV .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .row {
    border: none;
  }
}
.cid-uWi4dobetV .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .row .item {
    padding: 0 16px;
  }
}
.cid-uWi4dobetV .item-wrapper {
  height: 100%;
}
.cid-uWi4dobetV .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .item-wrapper .card-box {
    display: block;
  }
}
.cid-uWi4dobetV .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .subtitle-wrap {
    display: block;
  }
}
.cid-uWi4dobetV .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #c6974c;
    text-align: left;
  }
}
.cid-uWi4dobetV .content-wrapper {
  padding: 32px;
  border-left: 1px solid #c6974c;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .content-wrapper {
    padding: 24px;
    border-top: 1px solid #c6974c;
    border-left: 1px solid #c6974c;
  }
}
.cid-uWi4dobetV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWi4dobetV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uWi4dobetV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uWi4dobetV .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uWi4dobetV .mbr-section-title {
  color: #F9F6E0;
}
.cid-uWi4dobetV .mbr-section-subtitle {
  color: #a50300;
  text-align: center;
}
.cid-uWi4dobetV .mbr-text {
  color: #000000;
}
.cid-uWi4dobetV .mbr-section-title,
.cid-uWi4dobetV .mbr-section-btn {
  color: #a50300;
}
.cid-uWihc1Z0UI {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWihc1Z0UI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWihc1Z0UI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWihc1Z0UI img {
  object-fit: cover;
  width: 500px;
  margin: 0 auto;
  height: 600px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uWihc1Z0UI img {
    width: 200px;
    height: 200px;
  }
}
.cid-uWihc1Z0UI a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-uWihc1Z0UI .mbr-section-title {
  color: #a50300;
}
.cid-uWuqSDe6AG {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5efe6;
}
.cid-uWuqSDe6AG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuqSDe6AG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuqSDe6AG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uWuqSDe6AG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uWuqSDe6AG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWuqSDe6AG .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uWuqSDe6AG .embla__slide .slide-content {
  width: 100%;
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWuqSDe6AG .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuqSDe6AG .embla__button--next,
.cid-uWuqSDe6AG .embla__button--prev {
  display: flex;
}
.cid-uWuqSDe6AG .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #a50300 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uWuqSDe6AG .embla__button:hover {
  background-color: #ffffff !important;
  color: #a50300 !important;
}
.cid-uWuqSDe6AG .embla__button:disabled {
  opacity: .6 !important;
  background-color: #a50300 !important;
  color: #ffffff !important;
}
.cid-uWuqSDe6AG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWuqSDe6AG .embla__button.embla__button--next {
  left: 64px;
}
.cid-uWuqSDe6AG .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uWuqSDe6AG .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uWuqSDe6AG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWuqSDe6AG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWuqSDe6AG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uWuqSDe6AG .mbr-section-title {
  color: #a50300;
  text-align: center;
}
.cid-uWuqSDe6AG .card-title {
  color: #a50300;
}
.cid-uWuqSDe6AG .card-number {
  color: #a50300;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWuqSDe6AG .card-number {
    text-align: left;
  }
}
.cid-uWuqSDe6AG .card-text {
  color: #666666;
}
.cid-uXx0U4dBxY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXx0U4dBxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx0U4dBxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx0U4dBxY .mbr-section-title {
  text-align: left;
  color: #a50300;
}
.cid-uXx0OP5XBx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx0OP5XBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx0OP5XBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx0OP5XBx .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-uXx0OP5XBx .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXx0OP5XBx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXx0OP5XBx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXx0OP5XBx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXx0OP5XBx .row {
  flex-direction: row-reverse;
}
.cid-uXx0OP5XBx .image-wrapper {
  padding: 0 1rem;
}
.cid-uXx0OP5XBx img,
.cid-uXx0OP5XBx .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXx0OP5XBx img,
  .cid-uXx0OP5XBx .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXx0OP5XBx .mbr-section-title {
  color: #a50300;
}
.cid-uXx0OP5XBx .mbr-text {
  color: #000000;
}
.cid-uXx1NKugKG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx1NKugKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx1NKugKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx1NKugKG .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-uXx1NKugKG .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXx1NKugKG .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXx1NKugKG .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXx1NKugKG .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXx1NKugKG .row {
  flex-direction: row-reverse;
}
.cid-uXx1NKugKG .image-wrapper {
  padding: 0 1rem;
}
.cid-uXx1NKugKG img,
.cid-uXx1NKugKG .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXx1NKugKG img,
  .cid-uXx1NKugKG .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXx1NKugKG .mbr-section-title {
  color: #a50300;
}
.cid-uXx1NKugKG .mbr-text {
  color: #000000;
}
.cid-uXx23Y1sR2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx23Y1sR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx23Y1sR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx23Y1sR2 .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-uXx23Y1sR2 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXx23Y1sR2 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXx23Y1sR2 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXx23Y1sR2 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXx23Y1sR2 .row {
  flex-direction: row-reverse;
}
.cid-uXx23Y1sR2 .image-wrapper {
  padding: 0 1rem;
}
.cid-uXx23Y1sR2 img,
.cid-uXx23Y1sR2 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXx23Y1sR2 img,
  .cid-uXx23Y1sR2 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXx23Y1sR2 .mbr-section-title {
  color: #a50300;
}
.cid-uXx23Y1sR2 .mbr-text {
  color: #000000;
}
.cid-uXx2fBMowy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx2fBMowy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx2fBMowy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx2fBMowy .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-uXx2fBMowy .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXx2fBMowy .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXx2fBMowy .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXx2fBMowy .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXx2fBMowy .row {
  flex-direction: row-reverse;
}
.cid-uXx2fBMowy .image-wrapper {
  padding: 0 1rem;
}
.cid-uXx2fBMowy img,
.cid-uXx2fBMowy .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXx2fBMowy img,
  .cid-uXx2fBMowy .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXx2fBMowy .mbr-section-title {
  color: #a50300;
}
.cid-uXx2fBMowy .mbr-text {
  color: #000000;
}
.cid-uXx2pBFoef {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx2pBFoef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx2pBFoef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx2pBFoef .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-uXx2pBFoef .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXx2pBFoef .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXx2pBFoef .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXx2pBFoef .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXx2pBFoef .row {
  flex-direction: row-reverse;
}
.cid-uXx2pBFoef .image-wrapper {
  padding: 0 1rem;
}
.cid-uXx2pBFoef img,
.cid-uXx2pBFoef .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXx2pBFoef img,
  .cid-uXx2pBFoef .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXx2pBFoef .mbr-section-title {
  color: #a50300;
}
.cid-uXx2pBFoef .mbr-text {
  color: #000000;
}
.cid-uXx2A13Lo0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXx2A13Lo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXx2A13Lo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXx2A13Lo0 .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-uXx2A13Lo0 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXx2A13Lo0 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXx2A13Lo0 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXx2A13Lo0 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXx2A13Lo0 .row {
  flex-direction: row-reverse;
}
.cid-uXx2A13Lo0 .image-wrapper {
  padding: 0 1rem;
}
.cid-uXx2A13Lo0 img,
.cid-uXx2A13Lo0 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXx2A13Lo0 img,
  .cid-uXx2A13Lo0 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXx2A13Lo0 .mbr-section-title {
  color: #a50300;
}
.cid-uXx2A13Lo0 .mbr-text {
  color: #000000;
}
.cid-uWuuaarXSC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5efe6;
}
.cid-uWuuaarXSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuuaarXSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuuaarXSC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uWuuaarXSC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uWuuaarXSC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uWuuaarXSC img,
.cid-uWuuaarXSC .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uWuuaarXSC img,
  .cid-uWuuaarXSC .item-img {
    max-height: 350px;
  }
}
.cid-uWuoS7sLyO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5efe6;
}
.cid-uWuoS7sLyO .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWuoS7sLyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuoS7sLyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuoS7sLyO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWuoS7sLyO .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWuoS7sLyO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWuoS7sLyO .card-title,
.cid-uWuoS7sLyO .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uWuoS7sLyO .content-head {
  max-width: 800px;
}
.cid-uWuoS7sLyO .mbr-section-title {
  color: #a50300;
}
.cid-uWuoS7sLyO .mbr-section-subtitle {
  color: #000000;
}
.cid-uWuoS7sLyO .card-text {
  color: #000000;
  text-align: left;
}
.cid-uWuoS7sLyO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWuoS7sLyO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZcTf8EWeC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5efe6;
}
.cid-uZcTf8EWeC .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZcTf8EWeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZcTf8EWeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZcTf8EWeC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZcTf8EWeC .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZcTf8EWeC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZcTf8EWeC .card-title,
.cid-uZcTf8EWeC .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uZcTf8EWeC .content-head {
  max-width: 800px;
}
.cid-uZcTf8EWeC .mbr-section-title {
  color: #a50300;
}
.cid-uZcTf8EWeC .mbr-section-subtitle {
  color: #000000;
}
.cid-uZcTf8EWeC .card-text {
  color: #000000;
  text-align: left;
}
.cid-uZcTf8EWeC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZcTf8EWeC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWupiVILP8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5efe6;
}
.cid-uWupiVILP8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWupiVILP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWupiVILP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWupiVILP8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWupiVILP8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWupiVILP8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWupiVILP8 .card-title,
.cid-uWupiVILP8 .iconfont-wrapper {
  color: #a50300;
  text-align: left;
}
.cid-uWupiVILP8 .content-head {
  max-width: 800px;
}
.cid-uWupiVILP8 .mbr-section-title {
  color: #a50300;
}
.cid-uWupiVILP8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWupiVILP8 .card-text {
  color: #000000;
  text-align: left;
}
.cid-uWupiVILP8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWupiVILP8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWifCf7ToG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWifCf7ToG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWifCf7ToG .item {
    margin-bottom: 1rem;
  }
}
.cid-uWifCf7ToG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uWifCf7ToG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWifCf7ToG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uWifCf7ToG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uWifCf7ToG .carousel-control,
.cid-uWifCf7ToG .close {
  background: #1b1b1b;
}
.cid-uWifCf7ToG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uWifCf7ToG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uWifCf7ToG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uWifCf7ToG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uWifCf7ToG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uWifCf7ToG .close::before {
  content: '\e91a';
}
.cid-uWifCf7ToG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWifCf7ToG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWifCf7ToG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWifCf7ToG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWifCf7ToG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWifCf7ToG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uWifCf7ToG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWifCf7ToG .carousel-indicators li.active,
.cid-uWifCf7ToG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWifCf7ToG .carousel-indicators li::after,
.cid-uWifCf7ToG .carousel-indicators li::before {
  content: none;
}
.cid-uWifCf7ToG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWifCf7ToG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uWifCf7ToG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWifCf7ToG .carousel-indicators {
    display: none;
  }
}
.cid-uWifCf7ToG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWifCf7ToG .carousel-inner > .active {
  display: block;
}
.cid-uWifCf7ToG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWifCf7ToG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWifCf7ToG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uWifCf7ToG .carousel-control,
  .cid-uWifCf7ToG .carousel-indicators,
  .cid-uWifCf7ToG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uWifCf7ToG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uWifCf7ToG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWifCf7ToG .carousel-indicators .active,
.cid-uWifCf7ToG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uWifCf7ToG .carousel-indicators .active {
  background: #fff;
}
.cid-uWifCf7ToG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uWifCf7ToG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uWifCf7ToG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWifCf7ToG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uWifCf7ToG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uWifCf7ToG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uWifCf7ToG .carousel {
  width: 100%;
}
.cid-uWifCf7ToG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uWifCf7ToG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uWifCf7ToG .modal.fade .modal-dialog,
.cid-uWifCf7ToG .modal.in .modal-dialog {
  transform: none;
}
.cid-uWifCf7ToG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uWifCf7ToG .content-head {
  max-width: 800px;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXxHXjjRet {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXxHXjjRet .mbr-text {
  color: #000000;
}
.cid-uXxHXjjRet .mbr-section-subtitle {
  color: #000000;
}
.cid-uXxHXjjRet .mbr-section-title {
  color: #000000;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uP1wldUQaF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uP1wldUQaF .nav-item,
.cid-uP1wldUQaF .nav-link,
.cid-uP1wldUQaF .navbar-caption {
  font-weight: normal;
}
.cid-uP1wldUQaF .nav-item:focus,
.cid-uP1wldUQaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uP1wldUQaF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uP1wldUQaF .nav-item .nav-link {
    position: relative;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uP1wldUQaF .nav-item:hover .nav-link:before,
  .cid-uP1wldUQaF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP1wldUQaF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP1wldUQaF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uP1wldUQaF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uP1wldUQaF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uP1wldUQaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uP1wldUQaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP1wldUQaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1wldUQaF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uP1wldUQaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1wldUQaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP1wldUQaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uP1wldUQaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1wldUQaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP1wldUQaF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP1wldUQaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP1wldUQaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP1wldUQaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1wldUQaF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP1wldUQaF .dropdown-item.active,
.cid-uP1wldUQaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1wldUQaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1wldUQaF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uP1wldUQaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP1wldUQaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1wldUQaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP1wldUQaF .navbar-buttons {
  text-align: center;
}
.cid-uP1wldUQaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP1wldUQaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP1wldUQaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP1wldUQaF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uP1wldUQaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uP1wldUQaF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uP1wldUQaF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uP1wldUQaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1wldUQaF a.nav-link .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uP1wldUQaF a.nav-link:hover .mbr-iconfont-btn,
.cid-uP1wldUQaF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uP1wldUQaF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP1wldUQaF .navbar {
    height: 77px;
  }
  .cid-uP1wldUQaF .navbar.opened {
    height: auto;
  }
  .cid-uP1wldUQaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXI5fVaIAP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXI5fVaIAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXI5fVaIAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXI5fVCip4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXI5fVCip4 .mbr-text {
  color: #000000;
}
.cid-uXI5fVCip4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXI5fVCip4 .mbr-section-title {
  color: #000000;
}
.cid-uXI5fVVXOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uXI5fVVXOU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uXI5fVVXOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXI5fVVXOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXI5fVVXOU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uXI5fVVXOU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .container {
    padding: 0 22px;
  }
}
.cid-uXI5fVVXOU .row {
  position: relative;
  z-index: 1;
}
.cid-uXI5fVVXOU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uXI5fVVXOU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXI5fVVXOU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXI5fVVXOU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXI5fVVXOU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uXI5fVVXOU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXI5fVVXOU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uXI5fVVXOU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uXI5fVVXOU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uXI5fVVXOU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXI5fVVXOU .nav-wrapper .list .item-wrap:hover,
.cid-uXI5fVVXOU .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uXI5fVVXOU .nav-wrapper .list .item-wrap:hover::before,
.cid-uXI5fVVXOU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uXI5fVVXOU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXI5fVVXOU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXI5fVVXOU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXI5fVVXOU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXI5fVVXOU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uXI5fVVXOU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXI5fVVXOU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXI5fVVXOU .mbr-section-title {
  color: #00d0f3;
}
.cid-uXI5fVVXOU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXI5fVVXOU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXI5fVVXOU .list {
  color: #ffffff;
}
.cid-uXI5fVVXOU .mbr-contact {
  color: #ffffff;
}
.cid-uXI5fVVXOU .mbr-desc {
  color: #ffffff;
}
.cid-uXI5fVVXOU .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXI5fVVXOU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXI5fVVXOU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXI5fVVXOU .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uXI5fVVXOU .mbr-contact,
.cid-uXI5fVVXOU .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uXI5fVVXOU .mbr-desc,
.cid-uXI5fVVXOU .mbr-section-btn {
  color: #000000;
}
.cid-uXI5fVVXOU .contacts-wrapper,
.cid-uXI5fVVXOU .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uXI5fVVXOU .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uXI5fWFaIx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uXI5fWFaIx .nav-item,
.cid-uXI5fWFaIx .nav-link,
.cid-uXI5fWFaIx .navbar-caption {
  font-weight: normal;
}
.cid-uXI5fWFaIx .nav-item:focus,
.cid-uXI5fWFaIx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uXI5fWFaIx .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uXI5fWFaIx .nav-item .nav-link {
    position: relative;
  }
  .cid-uXI5fWFaIx .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uXI5fWFaIx .nav-item:hover .nav-link:before,
  .cid-uXI5fWFaIx .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uXI5fWFaIx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uXI5fWFaIx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXI5fWFaIx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uXI5fWFaIx .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXI5fWFaIx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXI5fWFaIx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXI5fWFaIx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uXI5fWFaIx .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uXI5fWFaIx .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uXI5fWFaIx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uXI5fWFaIx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXI5fWFaIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXI5fWFaIx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uXI5fWFaIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXI5fWFaIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXI5fWFaIx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXI5fWFaIx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uXI5fWFaIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXI5fWFaIx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXI5fWFaIx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uXI5fWFaIx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXI5fWFaIx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXI5fWFaIx .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uXI5fWFaIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uXI5fWFaIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXI5fWFaIx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXI5fWFaIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXI5fWFaIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXI5fWFaIx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uXI5fWFaIx .dropdown-item.active,
.cid-uXI5fWFaIx .dropdown-item:active {
  background-color: transparent;
}
.cid-uXI5fWFaIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXI5fWFaIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXI5fWFaIx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXI5fWFaIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uXI5fWFaIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXI5fWFaIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXI5fWFaIx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXI5fWFaIx .navbar-buttons {
  text-align: center;
}
.cid-uXI5fWFaIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXI5fWFaIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXI5fWFaIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXI5fWFaIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXI5fWFaIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXI5fWFaIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXI5fWFaIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXI5fWFaIx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXI5fWFaIx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXI5fWFaIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXI5fWFaIx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uXI5fWFaIx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXI5fWFaIx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uXI5fWFaIx .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uXI5fWFaIx .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uXI5fWFaIx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXI5fWFaIx a.nav-link .mbr-iconfont-btn,
.cid-uXI5fWFaIx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uXI5fWFaIx a.nav-link:hover .mbr-iconfont-btn,
.cid-uXI5fWFaIx a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uXI5fWFaIx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXI5fWFaIx .navbar {
    height: 77px;
  }
  .cid-uXI5fWFaIx .navbar.opened {
    height: auto;
  }
  .cid-uXI5fWFaIx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwXmR76Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1000085138-copy.webp");
}
.cid-uXwXmR76Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwXmR76Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwXmR76Av .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXwXmR76Av .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXwXmR76Av .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXwXmR76Av .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXwXmR76Av .mbr-section-title {
  color: #ffffff;
}
.cid-uXwXmR76Av .mbr-text {
  color: #ffffff;
}
.cid-uWRRjpM8S3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWRRjpM8S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRRjpM8S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRRjpM8S3 .text-wrap {
  width: 100%;
}
.cid-uWRRjpM8S3 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uWRRjpM8S3 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uWRRjpM8S3 .list-wrap {
  margin-top: 52px;
}
.cid-uWRRjpM8S3 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uWRRjpM8S3 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uWRRjpM8S3 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uWRRjpM8S3 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uWRRkoDwhy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWRRkoDwhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRRkoDwhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRRkoDwhy .mbr-text {
  color: #000000;
}
.cid-uWRRkoDwhy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uWRRkoDwhy .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWRRkoDwhy .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWRRkoDwhy .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uWRRkoDwhy .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWRRkoDwhy .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uWRRkoDwhy .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWRRkoDwhy .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWRRkoDwhy .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWRRkoDwhy .mbr-text UL {
  text-align: left;
}
.cid-uWRRkoDwhy .mbr-section-subtitle,
.cid-uWRRkoDwhy .main-button {
  color: #000000;
}
.cid-uWt77bmHOy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uWt77bmHOy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWt77bmHOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWt77bmHOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWt77bmHOy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWt77bmHOy .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWt77bmHOy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWt77bmHOy .card-title,
.cid-uWt77bmHOy .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uWt77bmHOy .content-head {
  max-width: 800px;
}
.cid-uWt77bmHOy .mbr-section-title {
  color: #a50300;
}
.cid-uWt77bmHOy .mbr-section-subtitle {
  color: #000000;
}
.cid-uWt77bmHOy .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWt77bmHOy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWt77bmHOy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWt77bLOmm {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWt77bLOmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWt77bLOmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWt77bLOmm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWt77bLOmm .row {
  flex-direction: row-reverse;
}
.cid-uWt77bLOmm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWt77bLOmm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWt77bLOmm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWt77bLOmm .mbr-section-title {
  color: #000000;
}
.cid-uWt77bLOmm .mbr-text,
.cid-uWt77bLOmm .mbr-section-btn {
  color: #000000;
}
.cid-uXKONTOmER {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kourion-ancient-amphitheater-3993420-small.jpg-922x521.jpg");
}
.cid-uXKONTOmER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKONTOmER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKONTOmER .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uXKONTOmER .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKONTOmER .container {
    padding: 0 30px;
  }
}
.cid-uXKONTOmER .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uXKONTOmER .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uXKONTOmER .title-wrapper {
    width: 100%;
  }
}
.cid-uXKONTOmER .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKONTOmER .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXKONTOmER .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXKONTOmER .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uXKONTOmER .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uXKONTOmER .mbr-section-title {
  color: #ffffff;
}
.cid-uXKONTOmER .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uXKONTOmER .mbr-section-title,
.cid-uXKONTOmER .mbr-section-btn {
  text-align: center;
}
.cid-uWt77ctami {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uWt77ctami::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uWt77ctami .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWt77ctami .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWt77ctami .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uWt77ctami .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWt77ctami .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWt77ctami .container {
    padding: 0 22px;
  }
}
.cid-uWt77ctami .row {
  position: relative;
  z-index: 1;
}
.cid-uWt77ctami .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uWt77ctami .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWt77ctami .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWt77ctami .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWt77ctami .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWt77ctami .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWt77ctami .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWt77ctami .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWt77ctami .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uWt77ctami .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWt77ctami .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uWt77ctami .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWt77ctami .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWt77ctami .nav-wrapper .list .item-wrap:hover,
.cid-uWt77ctami .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uWt77ctami .nav-wrapper .list .item-wrap:hover::before,
.cid-uWt77ctami .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWt77ctami .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWt77ctami .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWt77ctami .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWt77ctami .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWt77ctami .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWt77ctami .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWt77ctami .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWt77ctami .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uWt77ctami .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWt77ctami .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWt77ctami .mbr-section-title {
  color: #00d0f3;
}
.cid-uWt77ctami .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWt77ctami .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWt77ctami .list {
  color: #ffffff;
}
.cid-uWt77ctami .mbr-contact {
  color: #ffffff;
}
.cid-uWt77ctami .mbr-desc {
  color: #ffffff;
}
.cid-uWt77ctami .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWt77ctami .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWt77ctami .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWt77ctami .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uWt77ctami .mbr-contact,
.cid-uWt77ctami .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uWt77ctami .mbr-desc,
.cid-uWt77ctami .mbr-section-btn {
  color: #000000;
}
.cid-uWt77ctami .contacts-wrapper,
.cid-uWt77ctami .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uWt77ctami .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uWt77daVrY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uWt77daVrY .nav-item,
.cid-uWt77daVrY .nav-link,
.cid-uWt77daVrY .navbar-caption {
  font-weight: normal;
}
.cid-uWt77daVrY .nav-item:focus,
.cid-uWt77daVrY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWt77daVrY .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uWt77daVrY .nav-item .nav-link {
    position: relative;
  }
  .cid-uWt77daVrY .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uWt77daVrY .nav-item:hover .nav-link:before,
  .cid-uWt77daVrY .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uWt77daVrY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uWt77daVrY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWt77daVrY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uWt77daVrY .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWt77daVrY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWt77daVrY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWt77daVrY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uWt77daVrY .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uWt77daVrY .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uWt77daVrY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uWt77daVrY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWt77daVrY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWt77daVrY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWt77daVrY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWt77daVrY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWt77daVrY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWt77daVrY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWt77daVrY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWt77daVrY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWt77daVrY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWt77daVrY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWt77daVrY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWt77daVrY .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uWt77daVrY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWt77daVrY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWt77daVrY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWt77daVrY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWt77daVrY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWt77daVrY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWt77daVrY .dropdown-item.active,
.cid-uWt77daVrY .dropdown-item:active {
  background-color: transparent;
}
.cid-uWt77daVrY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWt77daVrY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWt77daVrY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWt77daVrY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uWt77daVrY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWt77daVrY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWt77daVrY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWt77daVrY .navbar-buttons {
  text-align: center;
}
.cid-uWt77daVrY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWt77daVrY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWt77daVrY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWt77daVrY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWt77daVrY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWt77daVrY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWt77daVrY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWt77daVrY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWt77daVrY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWt77daVrY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWt77daVrY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWt77daVrY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWt77daVrY .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uWt77daVrY .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uWt77daVrY .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWt77daVrY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWt77daVrY a.nav-link .mbr-iconfont-btn,
.cid-uWt77daVrY a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uWt77daVrY a.nav-link:hover .mbr-iconfont-btn,
.cid-uWt77daVrY a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uWt77daVrY a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWt77daVrY .navbar {
    height: 77px;
  }
  .cid-uWt77daVrY .navbar.opened {
    height: auto;
  }
  .cid-uWt77daVrY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXKQa5c4fF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2021-11-30-at-20.16.08-1.jpeg-1600x1200.jpg");
}
.cid-uXKQa5c4fF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKQa5c4fF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKQa5c4fF .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXKQa5c4fF .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXKQa5c4fF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXKQa5c4fF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXKQa5c4fF .mbr-section-title {
  color: #ffffff;
}
.cid-uXKQa5c4fF .mbr-text {
  color: #ffffff;
}
.cid-uXKRoZHy7P {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXKRoZHy7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKRoZHy7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKRoZHy7P .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uXKRoZHy7P .container {
    padding: 0 24px;
  }
}
.cid-uXKRoZHy7P .row {
  justify-content: center;
  border-top: 1px solid #c6974c;
}
@media (min-width: 992px) {
  .cid-uXKRoZHy7P .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .row {
    border: none;
  }
}
.cid-uXKRoZHy7P .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .row .item {
    padding: 0 16px;
  }
}
.cid-uXKRoZHy7P .item-wrapper {
  height: 100%;
}
.cid-uXKRoZHy7P .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXKRoZHy7P .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .subtitle-wrap {
    display: block;
  }
}
.cid-uXKRoZHy7P .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #c6974c;
    text-align: left;
  }
}
.cid-uXKRoZHy7P .content-wrapper {
  padding: 32px;
  border-left: 1px solid #c6974c;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .content-wrapper {
    padding: 24px;
    border-top: 1px solid #c6974c;
    border-left: 1px solid #c6974c;
  }
}
.cid-uXKRoZHy7P .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXKRoZHy7P .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uXKRoZHy7P .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXKRoZHy7P .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uXKRoZHy7P .mbr-section-title {
  color: #F9F6E0;
}
.cid-uXKRoZHy7P .mbr-section-subtitle {
  color: #a50300;
  text-align: center;
}
.cid-uXKRoZHy7P .mbr-text {
  color: #000000;
}
.cid-uXKRoZHy7P .mbr-section-title,
.cid-uXKRoZHy7P .mbr-section-btn {
  color: #a50300;
}
.cid-uXKRF1KRNx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXKRF1KRNx .mbr-text {
  color: #000000;
}
.cid-uXKRF1KRNx .mbr-section-subtitle {
  color: #000000;
}
.cid-uXKRF1KRNx .mbr-section-title {
  color: #000000;
}
.cid-uXKQa86KrT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uXKQa86KrT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uXKQa86KrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKQa86KrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKQa86KrT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uXKQa86KrT .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .container {
    padding: 0 22px;
  }
}
.cid-uXKQa86KrT .row {
  position: relative;
  z-index: 1;
}
.cid-uXKQa86KrT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uXKQa86KrT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXKQa86KrT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXKQa86KrT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXKQa86KrT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uXKQa86KrT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXKQa86KrT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uXKQa86KrT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uXKQa86KrT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uXKQa86KrT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXKQa86KrT .nav-wrapper .list .item-wrap:hover,
.cid-uXKQa86KrT .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uXKQa86KrT .nav-wrapper .list .item-wrap:hover::before,
.cid-uXKQa86KrT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uXKQa86KrT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXKQa86KrT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXKQa86KrT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXKQa86KrT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXKQa86KrT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uXKQa86KrT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXKQa86KrT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXKQa86KrT .mbr-section-title {
  color: #00d0f3;
}
.cid-uXKQa86KrT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXKQa86KrT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXKQa86KrT .list {
  color: #ffffff;
}
.cid-uXKQa86KrT .mbr-contact {
  color: #ffffff;
}
.cid-uXKQa86KrT .mbr-desc {
  color: #ffffff;
}
.cid-uXKQa86KrT .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXKQa86KrT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXKQa86KrT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXKQa86KrT .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uXKQa86KrT .mbr-contact,
.cid-uXKQa86KrT .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uXKQa86KrT .mbr-desc,
.cid-uXKQa86KrT .mbr-section-btn {
  color: #000000;
}
.cid-uXKQa86KrT .contacts-wrapper,
.cid-uXKQa86KrT .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uXKQa86KrT .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uXKQa8QbV3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uXKQa8QbV3 .nav-item,
.cid-uXKQa8QbV3 .nav-link,
.cid-uXKQa8QbV3 .navbar-caption {
  font-weight: normal;
}
.cid-uXKQa8QbV3 .nav-item:focus,
.cid-uXKQa8QbV3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uXKQa8QbV3 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uXKQa8QbV3 .nav-item .nav-link {
    position: relative;
  }
  .cid-uXKQa8QbV3 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uXKQa8QbV3 .nav-item:hover .nav-link:before,
  .cid-uXKQa8QbV3 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uXKQa8QbV3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uXKQa8QbV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXKQa8QbV3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uXKQa8QbV3 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXKQa8QbV3 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXKQa8QbV3 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXKQa8QbV3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uXKQa8QbV3 .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uXKQa8QbV3 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uXKQa8QbV3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uXKQa8QbV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXKQa8QbV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXKQa8QbV3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uXKQa8QbV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXKQa8QbV3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXKQa8QbV3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXKQa8QbV3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uXKQa8QbV3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXKQa8QbV3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXKQa8QbV3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uXKQa8QbV3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXKQa8QbV3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXKQa8QbV3 .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uXKQa8QbV3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uXKQa8QbV3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXKQa8QbV3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXKQa8QbV3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXKQa8QbV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXKQa8QbV3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uXKQa8QbV3 .dropdown-item.active,
.cid-uXKQa8QbV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXKQa8QbV3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXKQa8QbV3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXKQa8QbV3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXKQa8QbV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uXKQa8QbV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXKQa8QbV3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXKQa8QbV3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXKQa8QbV3 .navbar-buttons {
  text-align: center;
}
.cid-uXKQa8QbV3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXKQa8QbV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXKQa8QbV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXKQa8QbV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXKQa8QbV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXKQa8QbV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXKQa8QbV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXKQa8QbV3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXKQa8QbV3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXKQa8QbV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXKQa8QbV3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uXKQa8QbV3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXKQa8QbV3 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uXKQa8QbV3 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uXKQa8QbV3 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uXKQa8QbV3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXKQa8QbV3 a.nav-link .mbr-iconfont-btn,
.cid-uXKQa8QbV3 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uXKQa8QbV3 a.nav-link:hover .mbr-iconfont-btn,
.cid-uXKQa8QbV3 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uXKQa8QbV3 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXKQa8QbV3 .navbar {
    height: 77px;
  }
  .cid-uXKQa8QbV3 .navbar.opened {
    height: auto;
  }
  .cid-uXKQa8QbV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXO01dnf6Z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXO01dnf6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO01dnf6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXO01dnf6Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXO01dnf6Z .row {
  flex-direction: row-reverse;
}
.cid-uXO01dnf6Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXO01dnf6Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXO01dnf6Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXO01dnf6Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXO01dnf6Z .mbr-text,
.cid-uXO01dnf6Z .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uXO01dYBGV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXO01dYBGV .mbr-section-subtitle {
  color: #14191e;
}
.cid-uXO01dYBGV .mbr-text {
  color: #232323;
}
.cid-uXO01dYBGV .mbr-section-title {
  text-align: left;
}
.cid-uXO01egHdq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXO01egHdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO01egHdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO01egHdq .mbr-text {
  color: #000000;
}
.cid-uXO01egHdq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uXO01egHdq .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uXO01egHdq .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXO01egHdq .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uXO01egHdq .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXO01egHdq .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uXO01egHdq .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXO01egHdq .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXO01egHdq .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uXO01egHdq .mbr-text UL {
  text-align: left;
}
.cid-uXO01egHdq .mbr-section-subtitle,
.cid-uXO01egHdq .main-button {
  color: #000000;
}
.cid-uXO01ezsWb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXO01ezsWb .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXO01ezsWb .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXO01ezsWb .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a50300;
  background-color: #a50300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uXO01ezsWb .mbr-section-title {
  text-align: left;
}
.cid-uXO01ezsWb .mbr-section-subtitle {
  text-align: left;
}
.cid-uXO01eSgux {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aiphoto-1024x1024.png");
}
.cid-uXO01eSgux .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uXO01eSgux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO01eSgux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO01eSgux .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uXO01eSgux .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXO01eSgux .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uXO01eSgux .card-title,
.cid-uXO01eSgux .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-uXO01eSgux .content-head {
  max-width: 800px;
}
.cid-uXO01eSgux .mbr-section-title {
  color: #a50300;
}
.cid-uXO01eSgux .mbr-section-subtitle {
  color: #000000;
}
.cid-uXO01eSgux .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXO01eSgux .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXO01eSgux .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXO2hhMnDp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXO2hhMnDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO2hhMnDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO2hhMnDp .mbr-text {
  color: #000000;
}
.cid-uXO2hhMnDp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uXO2hhMnDp .item-wrapper {
  background: #f5efe6;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uXO2hhMnDp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXO2hhMnDp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uXO2hhMnDp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXO2hhMnDp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uXO2hhMnDp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXO2hhMnDp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXO2hhMnDp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5efe6;
  background-color: #f5efe6;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uXO2hhMnDp .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uXO2hhMnDp .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uXO2hhMnDp .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f5efe6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXO2hhMnDp .mbr-text UL {
  text-align: left;
}
.cid-uXO2hhMnDp .mbr-section-subtitle,
.cid-uXO2hhMnDp .main-button {
  color: #000000;
}
.cid-uXO2hhMnDp .mbr-section-title {
  text-align: center;
}
.cid-uXO2HAlSoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXO2HAlSoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO2HAlSoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uXO2HAlSoy .container {
    padding: 0 24px;
  }
}
.cid-uXO2HAlSoy .row {
  justify-content: center;
  border-top: 1px solid #c6974c;
}
@media (min-width: 992px) {
  .cid-uXO2HAlSoy .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .row {
    border: none;
  }
}
.cid-uXO2HAlSoy .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .row .item {
    padding: 0 16px;
  }
}
.cid-uXO2HAlSoy .item-wrapper {
  height: 100%;
}
.cid-uXO2HAlSoy .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXO2HAlSoy .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .subtitle-wrap {
    display: block;
  }
}
.cid-uXO2HAlSoy .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #c6974c;
    text-align: left;
  }
}
.cid-uXO2HAlSoy .content-wrapper {
  padding: 32px;
  border-left: 1px solid #c6974c;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .content-wrapper {
    padding: 24px;
    border-top: 1px solid #c6974c;
    border-left: 1px solid #c6974c;
  }
}
.cid-uXO2HAlSoy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXO2HAlSoy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uXO2HAlSoy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXO2HAlSoy .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uXO2HAlSoy .mbr-section-title {
  color: #F9F6E0;
}
.cid-uXO2HAlSoy .mbr-section-subtitle {
  color: #a50300;
  text-align: center;
}
.cid-uXO2HAlSoy .mbr-text {
  color: #000000;
}
.cid-uXO2HAlSoy .mbr-section-title,
.cid-uXO2HAlSoy .mbr-section-btn {
  color: #a50300;
}
.cid-uXO01geGPv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uXO01geGPv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uXO01geGPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO01geGPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO01geGPv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uXO01geGPv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .container {
    padding: 0 22px;
  }
}
.cid-uXO01geGPv .row {
  position: relative;
  z-index: 1;
}
.cid-uXO01geGPv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uXO01geGPv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXO01geGPv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXO01geGPv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXO01geGPv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uXO01geGPv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXO01geGPv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uXO01geGPv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uXO01geGPv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uXO01geGPv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXO01geGPv .nav-wrapper .list .item-wrap:hover,
.cid-uXO01geGPv .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uXO01geGPv .nav-wrapper .list .item-wrap:hover::before,
.cid-uXO01geGPv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uXO01geGPv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXO01geGPv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXO01geGPv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXO01geGPv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXO01geGPv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uXO01geGPv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXO01geGPv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXO01geGPv .mbr-section-title {
  color: #00d0f3;
}
.cid-uXO01geGPv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXO01geGPv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXO01geGPv .list {
  color: #ffffff;
}
.cid-uXO01geGPv .mbr-contact {
  color: #ffffff;
}
.cid-uXO01geGPv .mbr-desc {
  color: #ffffff;
}
.cid-uXO01geGPv .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXO01geGPv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXO01geGPv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXO01geGPv .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uXO01geGPv .mbr-contact,
.cid-uXO01geGPv .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uXO01geGPv .mbr-desc,
.cid-uXO01geGPv .mbr-section-btn {
  color: #000000;
}
.cid-uXO01geGPv .contacts-wrapper,
.cid-uXO01geGPv .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uXO01geGPv .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uXO01gYw9S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uXO01gYw9S .nav-item,
.cid-uXO01gYw9S .nav-link,
.cid-uXO01gYw9S .navbar-caption {
  font-weight: normal;
}
.cid-uXO01gYw9S .nav-item:focus,
.cid-uXO01gYw9S .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uXO01gYw9S .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uXO01gYw9S .nav-item .nav-link {
    position: relative;
  }
  .cid-uXO01gYw9S .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uXO01gYw9S .nav-item:hover .nav-link:before,
  .cid-uXO01gYw9S .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uXO01gYw9S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uXO01gYw9S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXO01gYw9S .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uXO01gYw9S .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXO01gYw9S .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXO01gYw9S .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXO01gYw9S .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uXO01gYw9S .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uXO01gYw9S .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uXO01gYw9S .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uXO01gYw9S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXO01gYw9S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXO01gYw9S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uXO01gYw9S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXO01gYw9S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXO01gYw9S .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXO01gYw9S .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uXO01gYw9S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXO01gYw9S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXO01gYw9S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uXO01gYw9S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXO01gYw9S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXO01gYw9S .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uXO01gYw9S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uXO01gYw9S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXO01gYw9S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXO01gYw9S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXO01gYw9S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXO01gYw9S .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uXO01gYw9S .dropdown-item.active,
.cid-uXO01gYw9S .dropdown-item:active {
  background-color: transparent;
}
.cid-uXO01gYw9S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXO01gYw9S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXO01gYw9S .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXO01gYw9S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uXO01gYw9S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXO01gYw9S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXO01gYw9S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXO01gYw9S .navbar-buttons {
  text-align: center;
}
.cid-uXO01gYw9S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXO01gYw9S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXO01gYw9S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXO01gYw9S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO01gYw9S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO01gYw9S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXO01gYw9S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO01gYw9S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXO01gYw9S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXO01gYw9S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO01gYw9S .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uXO01gYw9S a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXO01gYw9S .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uXO01gYw9S .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uXO01gYw9S .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uXO01gYw9S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXO01gYw9S a.nav-link .mbr-iconfont-btn,
.cid-uXO01gYw9S a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uXO01gYw9S a.nav-link:hover .mbr-iconfont-btn,
.cid-uXO01gYw9S a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uXO01gYw9S a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXO01gYw9S .navbar {
    height: 77px;
  }
  .cid-uXO01gYw9S .navbar.opened {
    height: auto;
  }
  .cid-uXO01gYw9S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvEyH8600 {
  background-image: url("../../../assets/images/img-20240625-wa0004.jpg-1280x960.jpg");
}
.cid-uZvEyH8600 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvEyH8600 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvEyH8600 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uZvEyH8600 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uZvEyH8600 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZvEyH8600 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZvEyH8600 .mbr-section-title {
  color: #ffffff;
}
.cid-uZvEyH8600 .mbr-text {
  color: #ffffff;
}
.cid-uZvEyJpRIN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uZvEyJpRIN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uZvEyJpRIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvEyJpRIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvEyJpRIN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uZvEyJpRIN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .container {
    padding: 0 22px;
  }
}
.cid-uZvEyJpRIN .row {
  position: relative;
  z-index: 1;
}
.cid-uZvEyJpRIN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uZvEyJpRIN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZvEyJpRIN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZvEyJpRIN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZvEyJpRIN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZvEyJpRIN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZvEyJpRIN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uZvEyJpRIN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uZvEyJpRIN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uZvEyJpRIN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZvEyJpRIN .nav-wrapper .list .item-wrap:hover,
.cid-uZvEyJpRIN .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZvEyJpRIN .nav-wrapper .list .item-wrap:hover::before,
.cid-uZvEyJpRIN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZvEyJpRIN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZvEyJpRIN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZvEyJpRIN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZvEyJpRIN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZvEyJpRIN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uZvEyJpRIN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZvEyJpRIN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uZvEyJpRIN .mbr-section-title {
  color: #00d0f3;
}
.cid-uZvEyJpRIN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZvEyJpRIN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZvEyJpRIN .list {
  color: #ffffff;
}
.cid-uZvEyJpRIN .mbr-contact {
  color: #ffffff;
}
.cid-uZvEyJpRIN .mbr-desc {
  color: #ffffff;
}
.cid-uZvEyJpRIN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZvEyJpRIN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uZvEyJpRIN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZvEyJpRIN .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uZvEyJpRIN .mbr-contact,
.cid-uZvEyJpRIN .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uZvEyJpRIN .mbr-desc,
.cid-uZvEyJpRIN .mbr-section-btn {
  color: #000000;
}
.cid-uZvEyJpRIN .contacts-wrapper,
.cid-uZvEyJpRIN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uZvEyJpRIN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uZvEyKBPI1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uZvEyKBPI1 .nav-item,
.cid-uZvEyKBPI1 .nav-link,
.cid-uZvEyKBPI1 .navbar-caption {
  font-weight: normal;
}
.cid-uZvEyKBPI1 .nav-item:focus,
.cid-uZvEyKBPI1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvEyKBPI1 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uZvEyKBPI1 .nav-item .nav-link {
    position: relative;
  }
  .cid-uZvEyKBPI1 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uZvEyKBPI1 .nav-item:hover .nav-link:before,
  .cid-uZvEyKBPI1 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uZvEyKBPI1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uZvEyKBPI1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvEyKBPI1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uZvEyKBPI1 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZvEyKBPI1 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZvEyKBPI1 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZvEyKBPI1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uZvEyKBPI1 .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uZvEyKBPI1 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uZvEyKBPI1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uZvEyKBPI1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvEyKBPI1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvEyKBPI1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZvEyKBPI1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvEyKBPI1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvEyKBPI1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZvEyKBPI1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uZvEyKBPI1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvEyKBPI1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZvEyKBPI1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZvEyKBPI1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZvEyKBPI1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvEyKBPI1 .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uZvEyKBPI1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uZvEyKBPI1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZvEyKBPI1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvEyKBPI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvEyKBPI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZvEyKBPI1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uZvEyKBPI1 .dropdown-item.active,
.cid-uZvEyKBPI1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvEyKBPI1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvEyKBPI1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvEyKBPI1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvEyKBPI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uZvEyKBPI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvEyKBPI1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvEyKBPI1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZvEyKBPI1 .navbar-buttons {
  text-align: center;
}
.cid-uZvEyKBPI1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZvEyKBPI1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZvEyKBPI1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvEyKBPI1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvEyKBPI1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvEyKBPI1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvEyKBPI1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvEyKBPI1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvEyKBPI1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvEyKBPI1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvEyKBPI1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uZvEyKBPI1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZvEyKBPI1 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uZvEyKBPI1 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uZvEyKBPI1 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uZvEyKBPI1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZvEyKBPI1 a.nav-link .mbr-iconfont-btn,
.cid-uZvEyKBPI1 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uZvEyKBPI1 a.nav-link:hover .mbr-iconfont-btn,
.cid-uZvEyKBPI1 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uZvEyKBPI1 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvEyKBPI1 .navbar {
    height: 77px;
  }
  .cid-uZvEyKBPI1 .navbar.opened {
    height: auto;
  }
  .cid-uZvEyKBPI1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMxXPw7GY {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZMxXPw7GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMxXPw7GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMxXQDJxe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uZMxXQDJxe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uZMxXQDJxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMxXQDJxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMxXQDJxe .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uZMxXQDJxe .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .container {
    padding: 0 22px;
  }
}
.cid-uZMxXQDJxe .row {
  position: relative;
  z-index: 1;
}
.cid-uZMxXQDJxe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uZMxXQDJxe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZMxXQDJxe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZMxXQDJxe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMxXQDJxe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZMxXQDJxe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMxXQDJxe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uZMxXQDJxe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uZMxXQDJxe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uZMxXQDJxe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZMxXQDJxe .nav-wrapper .list .item-wrap:hover,
.cid-uZMxXQDJxe .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZMxXQDJxe .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMxXQDJxe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZMxXQDJxe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMxXQDJxe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZMxXQDJxe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMxXQDJxe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZMxXQDJxe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uZMxXQDJxe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZMxXQDJxe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uZMxXQDJxe .mbr-section-title {
  color: #00d0f3;
}
.cid-uZMxXQDJxe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZMxXQDJxe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZMxXQDJxe .list {
  color: #ffffff;
}
.cid-uZMxXQDJxe .mbr-contact {
  color: #ffffff;
}
.cid-uZMxXQDJxe .mbr-desc {
  color: #ffffff;
}
.cid-uZMxXQDJxe .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZMxXQDJxe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uZMxXQDJxe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZMxXQDJxe .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uZMxXQDJxe .mbr-contact,
.cid-uZMxXQDJxe .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uZMxXQDJxe .mbr-desc,
.cid-uZMxXQDJxe .mbr-section-btn {
  color: #000000;
}
.cid-uZMxXQDJxe .contacts-wrapper,
.cid-uZMxXQDJxe .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uZMxXQDJxe .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uZMxXRpoAF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uZMxXRpoAF .nav-item,
.cid-uZMxXRpoAF .nav-link,
.cid-uZMxXRpoAF .navbar-caption {
  font-weight: normal;
}
.cid-uZMxXRpoAF .nav-item:focus,
.cid-uZMxXRpoAF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZMxXRpoAF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uZMxXRpoAF .nav-item .nav-link {
    position: relative;
  }
  .cid-uZMxXRpoAF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uZMxXRpoAF .nav-item:hover .nav-link:before,
  .cid-uZMxXRpoAF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uZMxXRpoAF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uZMxXRpoAF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZMxXRpoAF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uZMxXRpoAF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZMxXRpoAF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZMxXRpoAF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZMxXRpoAF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uZMxXRpoAF .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uZMxXRpoAF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uZMxXRpoAF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uZMxXRpoAF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMxXRpoAF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMxXRpoAF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZMxXRpoAF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMxXRpoAF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMxXRpoAF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZMxXRpoAF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uZMxXRpoAF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMxXRpoAF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZMxXRpoAF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZMxXRpoAF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZMxXRpoAF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMxXRpoAF .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uZMxXRpoAF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uZMxXRpoAF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZMxXRpoAF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZMxXRpoAF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZMxXRpoAF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMxXRpoAF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uZMxXRpoAF .dropdown-item.active,
.cid-uZMxXRpoAF .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMxXRpoAF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMxXRpoAF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMxXRpoAF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMxXRpoAF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uZMxXRpoAF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZMxXRpoAF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMxXRpoAF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZMxXRpoAF .navbar-buttons {
  text-align: center;
}
.cid-uZMxXRpoAF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZMxXRpoAF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZMxXRpoAF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZMxXRpoAF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMxXRpoAF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMxXRpoAF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZMxXRpoAF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMxXRpoAF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMxXRpoAF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMxXRpoAF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMxXRpoAF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uZMxXRpoAF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZMxXRpoAF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uZMxXRpoAF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uZMxXRpoAF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uZMxXRpoAF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZMxXRpoAF a.nav-link .mbr-iconfont-btn,
.cid-uZMxXRpoAF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uZMxXRpoAF a.nav-link:hover .mbr-iconfont-btn,
.cid-uZMxXRpoAF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uZMxXRpoAF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMxXRpoAF .navbar {
    height: 77px;
  }
  .cid-uZMxXRpoAF .navbar.opened {
    height: auto;
  }
  .cid-uZMxXRpoAF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMDRieifq {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZMDRieifq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMDRieifq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMDRiHFSf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uZMDRiHFSf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uZMDRiHFSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMDRiHFSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMDRiHFSf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uZMDRiHFSf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .container {
    padding: 0 22px;
  }
}
.cid-uZMDRiHFSf .row {
  position: relative;
  z-index: 1;
}
.cid-uZMDRiHFSf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uZMDRiHFSf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZMDRiHFSf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZMDRiHFSf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMDRiHFSf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZMDRiHFSf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMDRiHFSf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uZMDRiHFSf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uZMDRiHFSf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uZMDRiHFSf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZMDRiHFSf .nav-wrapper .list .item-wrap:hover,
.cid-uZMDRiHFSf .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZMDRiHFSf .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMDRiHFSf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZMDRiHFSf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMDRiHFSf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZMDRiHFSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMDRiHFSf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZMDRiHFSf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uZMDRiHFSf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZMDRiHFSf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uZMDRiHFSf .mbr-section-title {
  color: #00d0f3;
}
.cid-uZMDRiHFSf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZMDRiHFSf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZMDRiHFSf .list {
  color: #ffffff;
}
.cid-uZMDRiHFSf .mbr-contact {
  color: #ffffff;
}
.cid-uZMDRiHFSf .mbr-desc {
  color: #ffffff;
}
.cid-uZMDRiHFSf .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZMDRiHFSf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uZMDRiHFSf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZMDRiHFSf .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uZMDRiHFSf .mbr-contact,
.cid-uZMDRiHFSf .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uZMDRiHFSf .mbr-desc,
.cid-uZMDRiHFSf .mbr-section-btn {
  color: #000000;
}
.cid-uZMDRiHFSf .contacts-wrapper,
.cid-uZMDRiHFSf .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uZMDRiHFSf .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uZMDRjp0uv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uZMDRjp0uv .nav-item,
.cid-uZMDRjp0uv .nav-link,
.cid-uZMDRjp0uv .navbar-caption {
  font-weight: normal;
}
.cid-uZMDRjp0uv .nav-item:focus,
.cid-uZMDRjp0uv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZMDRjp0uv .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uZMDRjp0uv .nav-item .nav-link {
    position: relative;
  }
  .cid-uZMDRjp0uv .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uZMDRjp0uv .nav-item:hover .nav-link:before,
  .cid-uZMDRjp0uv .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uZMDRjp0uv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uZMDRjp0uv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZMDRjp0uv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uZMDRjp0uv .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZMDRjp0uv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZMDRjp0uv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZMDRjp0uv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uZMDRjp0uv .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uZMDRjp0uv .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uZMDRjp0uv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uZMDRjp0uv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMDRjp0uv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMDRjp0uv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZMDRjp0uv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMDRjp0uv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMDRjp0uv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZMDRjp0uv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uZMDRjp0uv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMDRjp0uv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZMDRjp0uv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZMDRjp0uv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZMDRjp0uv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMDRjp0uv .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uZMDRjp0uv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uZMDRjp0uv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZMDRjp0uv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZMDRjp0uv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZMDRjp0uv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMDRjp0uv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uZMDRjp0uv .dropdown-item.active,
.cid-uZMDRjp0uv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMDRjp0uv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMDRjp0uv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMDRjp0uv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMDRjp0uv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uZMDRjp0uv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZMDRjp0uv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMDRjp0uv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZMDRjp0uv .navbar-buttons {
  text-align: center;
}
.cid-uZMDRjp0uv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZMDRjp0uv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZMDRjp0uv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZMDRjp0uv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMDRjp0uv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMDRjp0uv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZMDRjp0uv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMDRjp0uv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMDRjp0uv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMDRjp0uv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMDRjp0uv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uZMDRjp0uv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZMDRjp0uv .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uZMDRjp0uv .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uZMDRjp0uv .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uZMDRjp0uv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZMDRjp0uv a.nav-link .mbr-iconfont-btn,
.cid-uZMDRjp0uv a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uZMDRjp0uv a.nav-link:hover .mbr-iconfont-btn,
.cid-uZMDRjp0uv a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uZMDRjp0uv a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMDRjp0uv .navbar {
    height: 77px;
  }
  .cid-uZMDRjp0uv .navbar.opened {
    height: auto;
  }
  .cid-uZMDRjp0uv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMEana0fN {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZMEana0fN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMEana0fN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMEanCe55 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-uZMEanCe55::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-uZMEanCe55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMEanCe55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMEanCe55 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uZMEanCe55 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .container {
    padding: 0 22px;
  }
}
.cid-uZMEanCe55 .row {
  position: relative;
  z-index: 1;
}
.cid-uZMEanCe55 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uZMEanCe55 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZMEanCe55 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZMEanCe55 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMEanCe55 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZMEanCe55 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMEanCe55 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uZMEanCe55 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uZMEanCe55 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uZMEanCe55 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZMEanCe55 .nav-wrapper .list .item-wrap:hover,
.cid-uZMEanCe55 .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZMEanCe55 .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMEanCe55 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZMEanCe55 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMEanCe55 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZMEanCe55 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZMEanCe55 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZMEanCe55 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uZMEanCe55 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZMEanCe55 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uZMEanCe55 .mbr-section-title {
  color: #00d0f3;
}
.cid-uZMEanCe55 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZMEanCe55 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZMEanCe55 .list {
  color: #ffffff;
}
.cid-uZMEanCe55 .mbr-contact {
  color: #ffffff;
}
.cid-uZMEanCe55 .mbr-desc {
  color: #ffffff;
}
.cid-uZMEanCe55 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZMEanCe55 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uZMEanCe55 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZMEanCe55 .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-uZMEanCe55 .mbr-contact,
.cid-uZMEanCe55 .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-uZMEanCe55 .mbr-desc,
.cid-uZMEanCe55 .mbr-section-btn {
  color: #000000;
}
.cid-uZMEanCe55 .contacts-wrapper,
.cid-uZMEanCe55 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uZMEanCe55 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uZMEaokH8I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uZMEaokH8I .nav-item,
.cid-uZMEaokH8I .nav-link,
.cid-uZMEaokH8I .navbar-caption {
  font-weight: normal;
}
.cid-uZMEaokH8I .nav-item:focus,
.cid-uZMEaokH8I .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZMEaokH8I .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uZMEaokH8I .nav-item .nav-link {
    position: relative;
  }
  .cid-uZMEaokH8I .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uZMEaokH8I .nav-item:hover .nav-link:before,
  .cid-uZMEaokH8I .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uZMEaokH8I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uZMEaokH8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZMEaokH8I .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uZMEaokH8I .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZMEaokH8I .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZMEaokH8I .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZMEaokH8I .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-uZMEaokH8I .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-uZMEaokH8I .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uZMEaokH8I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uZMEaokH8I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMEaokH8I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMEaokH8I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZMEaokH8I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMEaokH8I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMEaokH8I .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZMEaokH8I .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uZMEaokH8I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMEaokH8I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZMEaokH8I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZMEaokH8I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZMEaokH8I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMEaokH8I .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-uZMEaokH8I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uZMEaokH8I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZMEaokH8I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZMEaokH8I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZMEaokH8I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMEaokH8I .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uZMEaokH8I .dropdown-item.active,
.cid-uZMEaokH8I .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMEaokH8I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMEaokH8I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMEaokH8I .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMEaokH8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-uZMEaokH8I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZMEaokH8I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMEaokH8I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZMEaokH8I .navbar-buttons {
  text-align: center;
}
.cid-uZMEaokH8I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZMEaokH8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZMEaokH8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZMEaokH8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMEaokH8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMEaokH8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZMEaokH8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMEaokH8I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMEaokH8I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMEaokH8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMEaokH8I .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uZMEaokH8I a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZMEaokH8I .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-uZMEaokH8I .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uZMEaokH8I .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uZMEaokH8I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZMEaokH8I a.nav-link .mbr-iconfont-btn,
.cid-uZMEaokH8I a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uZMEaokH8I a.nav-link:hover .mbr-iconfont-btn,
.cid-uZMEaokH8I a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uZMEaokH8I a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMEaokH8I .navbar {
    height: 77px;
  }
  .cid-uZMEaokH8I .navbar.opened {
    height: auto;
  }
  .cid-uZMEaokH8I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0mqU4MWo3 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/foto-18-06-2024-19-51-38-copy.webp");
}
.cid-v0mqU4MWo3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-v0mqU4MWo3 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v0mqU4MWo3 {
    align-items: center;
  }
  .cid-v0mqU4MWo3 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0mqU4MWo3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0mqU4MWo3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0mqU4MWo3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0mqU4MWo3 .content-wrap {
    width: 100%;
  }
}
.cid-v0mqU4MWo3 .mbr-section-title {
  text-align: left;
}
.cid-v0mqU4MWo3 .mbr-text,
.cid-v0mqU4MWo3 .mbr-section-btn {
  text-align: left;
}
.cid-v0adKjUKAp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKjUKAp .mbr-text {
  color: #000000;
}
.cid-v0adKjUKAp .mbr-section-subtitle {
  color: #000000;
}
.cid-v0adKjUKAp .mbr-section-title {
  color: #a50300;
}
.cid-v0adKljlbO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-v0adKljlbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKljlbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKljlbO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0adKljlbO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0adKljlbO .container {
    padding: 0;
  }
}
.cid-v0adKljlbO .row {
  margin: 0;
}
.cid-v0adKljlbO .card {
  border-radius: 0;
  padding: 0;
}
.cid-v0adKljlbO .card .box-wrapper {
  background-color: #a50300;
  height: 100%;
}
.cid-v0adKljlbO .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-v0adKljlbO .card .title-wrapper {
  padding: 25px 100px;
}
@media (max-width: 992px) {
  .cid-v0adKljlbO .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-v0adKljlbO .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0adKljlbO .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-v0adKljlbO .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v0adKljlbO .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-v0adKljlbO .card .image-wrapper {
    padding: 0;
  }
}
.cid-v0adKljlbO .card .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
.cid-v0adKljlbO .mbr-text {
  color: #263652;
}
.cid-v0adKljlbO .mbr-box {
  color: #ffffff;
}
.cid-v0adKmvir0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0adKmvir0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKmvir0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKmvir0 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0adKmvir0 .container {
    padding: 0 24px;
  }
}
.cid-v0adKmvir0 .row {
  justify-content: center;
  border-top: 1px solid #c6974c;
}
@media (min-width: 992px) {
  .cid-v0adKmvir0 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .row {
    border: none;
  }
}
.cid-v0adKmvir0 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .row .item {
    padding: 0 16px;
  }
}
.cid-v0adKmvir0 .item-wrapper {
  height: 100%;
}
.cid-v0adKmvir0 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0adKmvir0 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .subtitle-wrap {
    display: block;
  }
}
.cid-v0adKmvir0 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #c6974c;
    text-align: left;
  }
}
.cid-v0adKmvir0 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #c6974c;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #c6974c;
    border-left: 1px solid #c6974c;
  }
}
.cid-v0adKmvir0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0adKmvir0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v0adKmvir0 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0adKmvir0 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v0adKmvir0 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0adKmvir0 .mbr-section-subtitle {
  color: #a50300;
  text-align: center;
}
.cid-v0adKmvir0 .mbr-text {
  color: #000000;
}
.cid-v0adKmvir0 .mbr-section-title,
.cid-v0adKmvir0 .mbr-section-btn {
  color: #a50300;
}
.cid-v0adKnNBpN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0adKnNBpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKnNBpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKnNBpN img {
  object-fit: cover;
  width: 500px;
  margin: 0 auto;
  height: 600px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v0adKnNBpN img {
    width: 200px;
    height: 200px;
  }
}
.cid-v0adKnNBpN a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-v0adKnNBpN .mbr-section-title {
  color: #a50300;
}
.cid-v0adKoNvI6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5efe6;
}
.cid-v0adKoNvI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKoNvI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKoNvI6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0adKoNvI6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-v0adKoNvI6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0adKoNvI6 .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-v0adKoNvI6 .embla__slide .slide-content {
  width: 100%;
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0adKoNvI6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0adKoNvI6 .embla__button--next,
.cid-v0adKoNvI6 .embla__button--prev {
  display: flex;
}
.cid-v0adKoNvI6 .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #a50300 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-v0adKoNvI6 .embla__button:hover {
  background-color: #ffffff !important;
  color: #a50300 !important;
}
.cid-v0adKoNvI6 .embla__button:disabled {
  opacity: .6 !important;
  background-color: #a50300 !important;
  color: #ffffff !important;
}
.cid-v0adKoNvI6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0adKoNvI6 .embla__button.embla__button--next {
  left: 64px;
}
.cid-v0adKoNvI6 .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-v0adKoNvI6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-v0adKoNvI6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0adKoNvI6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0adKoNvI6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-v0adKoNvI6 .mbr-section-title {
  color: #a50300;
  text-align: center;
}
.cid-v0adKoNvI6 .card-title {
  color: #a50300;
}
.cid-v0adKoNvI6 .card-number {
  color: #a50300;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v0adKoNvI6 .card-number {
    text-align: left;
  }
}
.cid-v0adKoNvI6 .card-text {
  color: #666666;
}
.cid-v0adKr0wT6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0adKr0wT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKr0wT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKr0wT6 .mbr-section-title {
  text-align: left;
  color: #a50300;
}
.cid-v0adKsdDPh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKsdDPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKsdDPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKsdDPh .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0adKsdDPh .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0adKsdDPh .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKsdDPh .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0adKsdDPh .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0adKsdDPh .row {
  flex-direction: row-reverse;
}
.cid-v0adKsdDPh .image-wrapper {
  padding: 0 1rem;
}
.cid-v0adKsdDPh img,
.cid-v0adKsdDPh .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0adKsdDPh img,
  .cid-v0adKsdDPh .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0adKsdDPh .mbr-section-title {
  color: #a50300;
}
.cid-v0adKsdDPh .mbr-text {
  color: #000000;
}
.cid-v0adKthITu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKthITu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKthITu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKthITu .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0adKthITu .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0adKthITu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKthITu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0adKthITu .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0adKthITu .row {
  flex-direction: row-reverse;
}
.cid-v0adKthITu .image-wrapper {
  padding: 0 1rem;
}
.cid-v0adKthITu img,
.cid-v0adKthITu .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0adKthITu img,
  .cid-v0adKthITu .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0adKthITu .mbr-section-title {
  color: #a50300;
}
.cid-v0adKthITu .mbr-text {
  color: #000000;
}
.cid-v0adKu7ofm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKu7ofm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKu7ofm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKu7ofm .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0adKu7ofm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0adKu7ofm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKu7ofm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0adKu7ofm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0adKu7ofm .row {
  flex-direction: row-reverse;
}
.cid-v0adKu7ofm .image-wrapper {
  padding: 0 1rem;
}
.cid-v0adKu7ofm img,
.cid-v0adKu7ofm .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0adKu7ofm img,
  .cid-v0adKu7ofm .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0adKu7ofm .mbr-section-title {
  color: #a50300;
}
.cid-v0adKu7ofm .mbr-text {
  color: #000000;
}
.cid-v0adKv0KdJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKv0KdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKv0KdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKv0KdJ .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0adKv0KdJ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0adKv0KdJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKv0KdJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0adKv0KdJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0adKv0KdJ .row {
  flex-direction: row-reverse;
}
.cid-v0adKv0KdJ .image-wrapper {
  padding: 0 1rem;
}
.cid-v0adKv0KdJ img,
.cid-v0adKv0KdJ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0adKv0KdJ img,
  .cid-v0adKv0KdJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0adKv0KdJ .mbr-section-title {
  color: #a50300;
}
.cid-v0adKv0KdJ .mbr-text {
  color: #000000;
}
.cid-v0adKvYKxz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKvYKxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKvYKxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKvYKxz .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0adKvYKxz .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0adKvYKxz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKvYKxz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0adKvYKxz .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0adKvYKxz .row {
  flex-direction: row-reverse;
}
.cid-v0adKvYKxz .image-wrapper {
  padding: 0 1rem;
}
.cid-v0adKvYKxz img,
.cid-v0adKvYKxz .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0adKvYKxz img,
  .cid-v0adKvYKxz .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0adKvYKxz .mbr-section-title {
  color: #a50300;
}
.cid-v0adKvYKxz .mbr-text {
  color: #000000;
}
.cid-v0adKwPJKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0adKwPJKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKwPJKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKwPJKr .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0adKwPJKr .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0adKwPJKr .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKwPJKr .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0adKwPJKr .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0adKwPJKr .row {
  flex-direction: row-reverse;
}
.cid-v0adKwPJKr .image-wrapper {
  padding: 0 1rem;
}
.cid-v0adKwPJKr img,
.cid-v0adKwPJKr .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0adKwPJKr img,
  .cid-v0adKwPJKr .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0adKwPJKr .mbr-section-title {
  color: #a50300;
}
.cid-v0adKwPJKr .mbr-text {
  color: #000000;
}
.cid-v0aizK9LZQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0aizK9LZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0aizK9LZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0aizK9LZQ .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0aizK9LZQ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0aizK9LZQ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0aizK9LZQ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0aizK9LZQ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0aizK9LZQ .row {
  flex-direction: row-reverse;
}
.cid-v0aizK9LZQ .image-wrapper {
  padding: 0 1rem;
}
.cid-v0aizK9LZQ img,
.cid-v0aizK9LZQ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0aizK9LZQ img,
  .cid-v0aizK9LZQ .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0aizK9LZQ .mbr-section-title {
  color: #a50300;
}
.cid-v0aizK9LZQ .mbr-text {
  color: #000000;
}
.cid-v0aiGU8OB5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0aiGU8OB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0aiGU8OB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0aiGU8OB5 .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0aiGU8OB5 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0aiGU8OB5 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0aiGU8OB5 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0aiGU8OB5 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0aiGU8OB5 .row {
  flex-direction: row-reverse;
}
.cid-v0aiGU8OB5 .image-wrapper {
  padding: 0 1rem;
}
.cid-v0aiGU8OB5 img,
.cid-v0aiGU8OB5 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0aiGU8OB5 img,
  .cid-v0aiGU8OB5 .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0aiGU8OB5 .mbr-section-title {
  color: #a50300;
}
.cid-v0aiGU8OB5 .mbr-text {
  color: #000000;
}
.cid-v0aiO2MMTX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0aiO2MMTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0aiO2MMTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0aiO2MMTX .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0aiO2MMTX .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0aiO2MMTX .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0aiO2MMTX .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0aiO2MMTX .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0aiO2MMTX .row {
  flex-direction: row-reverse;
}
.cid-v0aiO2MMTX .image-wrapper {
  padding: 0 1rem;
}
.cid-v0aiO2MMTX img,
.cid-v0aiO2MMTX .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0aiO2MMTX img,
  .cid-v0aiO2MMTX .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0aiO2MMTX .mbr-section-title {
  color: #a50300;
}
.cid-v0aiO2MMTX .mbr-text {
  color: #000000;
}
.cid-v0adKxGE23 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5efe6;
}
.cid-v0adKxGE23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKxGE23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKxGE23 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v0adKxGE23 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v0adKxGE23 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v0adKxGE23 img,
.cid-v0adKxGE23 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-v0adKxGE23 img,
  .cid-v0adKxGE23 .item-img {
    max-height: 350px;
  }
}
.cid-v0adKyx2az {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5efe6;
}
.cid-v0adKyx2az .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0adKyx2az .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKyx2az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKyx2az .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0adKyx2az .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0adKyx2az .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0adKyx2az .card-title,
.cid-v0adKyx2az .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-v0adKyx2az .content-head {
  max-width: 800px;
}
.cid-v0adKyx2az .mbr-section-title {
  color: #a50300;
}
.cid-v0adKyx2az .mbr-section-subtitle {
  color: #000000;
}
.cid-v0adKyx2az .card-text {
  color: #000000;
  text-align: left;
}
.cid-v0adKyx2az .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0adKyx2az .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0adKACNV0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5efe6;
}
.cid-v0adKACNV0 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0adKACNV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKACNV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKACNV0 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0adKACNV0 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0adKACNV0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0adKACNV0 .card-title,
.cid-v0adKACNV0 .iconfont-wrapper {
  color: #a50300;
  text-align: left;
}
.cid-v0adKACNV0 .content-head {
  max-width: 800px;
}
.cid-v0adKACNV0 .mbr-section-title {
  color: #a50300;
}
.cid-v0adKACNV0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0adKACNV0 .card-text {
  color: #000000;
  text-align: left;
}
.cid-v0adKACNV0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0adKACNV0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0adKC6FXU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0adKC6FXU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0adKC6FXU .item {
    margin-bottom: 1rem;
  }
}
.cid-v0adKC6FXU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0adKC6FXU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0adKC6FXU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v0adKC6FXU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0adKC6FXU .carousel-control,
.cid-v0adKC6FXU .close {
  background: #1b1b1b;
}
.cid-v0adKC6FXU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0adKC6FXU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0adKC6FXU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0adKC6FXU .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0adKC6FXU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0adKC6FXU .close::before {
  content: '\e91a';
}
.cid-v0adKC6FXU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0adKC6FXU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0adKC6FXU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0adKC6FXU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0adKC6FXU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0adKC6FXU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0adKC6FXU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0adKC6FXU .carousel-indicators li.active,
.cid-v0adKC6FXU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0adKC6FXU .carousel-indicators li::after,
.cid-v0adKC6FXU .carousel-indicators li::before {
  content: none;
}
.cid-v0adKC6FXU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0adKC6FXU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0adKC6FXU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0adKC6FXU .carousel-indicators {
    display: none;
  }
}
.cid-v0adKC6FXU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0adKC6FXU .carousel-inner > .active {
  display: block;
}
.cid-v0adKC6FXU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0adKC6FXU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0adKC6FXU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0adKC6FXU .carousel-control,
  .cid-v0adKC6FXU .carousel-indicators,
  .cid-v0adKC6FXU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0adKC6FXU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0adKC6FXU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0adKC6FXU .carousel-indicators .active,
.cid-v0adKC6FXU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0adKC6FXU .carousel-indicators .active {
  background: #fff;
}
.cid-v0adKC6FXU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0adKC6FXU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0adKC6FXU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0adKC6FXU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0adKC6FXU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0adKC6FXU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0adKC6FXU .carousel {
  width: 100%;
}
.cid-v0adKC6FXU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0adKC6FXU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0adKC6FXU .modal.fade .modal-dialog,
.cid-v0adKC6FXU .modal.in .modal-dialog {
  transform: none;
}
.cid-v0adKC6FXU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0adKC6FXU .content-head {
  max-width: 800px;
}
.cid-v0adKGmN1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-v0adKGmN1L::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-v0adKGmN1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0adKGmN1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0adKGmN1L .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v0adKGmN1L .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .container {
    padding: 0 22px;
  }
}
.cid-v0adKGmN1L .row {
  position: relative;
  z-index: 1;
}
.cid-v0adKGmN1L .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v0adKGmN1L .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0adKGmN1L .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0adKGmN1L .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0adKGmN1L .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0adKGmN1L .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0adKGmN1L .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0adKGmN1L .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0adKGmN1L .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0adKGmN1L .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0adKGmN1L .nav-wrapper .list .item-wrap:hover,
.cid-v0adKGmN1L .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-v0adKGmN1L .nav-wrapper .list .item-wrap:hover::before,
.cid-v0adKGmN1L .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0adKGmN1L .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0adKGmN1L .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0adKGmN1L .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0adKGmN1L .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0adKGmN1L .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-v0adKGmN1L .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0adKGmN1L .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0adKGmN1L .mbr-section-title {
  color: #00d0f3;
}
.cid-v0adKGmN1L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0adKGmN1L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0adKGmN1L .list {
  color: #ffffff;
}
.cid-v0adKGmN1L .mbr-contact {
  color: #ffffff;
}
.cid-v0adKGmN1L .mbr-desc {
  color: #ffffff;
}
.cid-v0adKGmN1L .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0adKGmN1L .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0adKGmN1L .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0adKGmN1L .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-v0adKGmN1L .mbr-contact,
.cid-v0adKGmN1L .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-v0adKGmN1L .mbr-desc,
.cid-v0adKGmN1L .mbr-section-btn {
  color: #000000;
}
.cid-v0adKGmN1L .contacts-wrapper,
.cid-v0adKGmN1L .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v0adKGmN1L .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v0adKI13N7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-v0adKI13N7 .nav-item,
.cid-v0adKI13N7 .nav-link,
.cid-v0adKI13N7 .navbar-caption {
  font-weight: normal;
}
.cid-v0adKI13N7 .nav-item:focus,
.cid-v0adKI13N7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v0adKI13N7 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-v0adKI13N7 .nav-item .nav-link {
    position: relative;
  }
  .cid-v0adKI13N7 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v0adKI13N7 .nav-item:hover .nav-link:before,
  .cid-v0adKI13N7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-v0adKI13N7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v0adKI13N7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0adKI13N7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-v0adKI13N7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0adKI13N7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0adKI13N7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0adKI13N7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-v0adKI13N7 .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-v0adKI13N7 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-v0adKI13N7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v0adKI13N7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0adKI13N7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0adKI13N7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0adKI13N7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0adKI13N7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0adKI13N7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0adKI13N7 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v0adKI13N7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0adKI13N7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0adKI13N7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v0adKI13N7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0adKI13N7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0adKI13N7 .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-v0adKI13N7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v0adKI13N7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0adKI13N7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0adKI13N7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0adKI13N7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0adKI13N7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0adKI13N7 .dropdown-item.active,
.cid-v0adKI13N7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0adKI13N7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0adKI13N7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0adKI13N7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0adKI13N7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-v0adKI13N7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0adKI13N7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0adKI13N7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0adKI13N7 .navbar-buttons {
  text-align: center;
}
.cid-v0adKI13N7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0adKI13N7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0adKI13N7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0adKI13N7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0adKI13N7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0adKI13N7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0adKI13N7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0adKI13N7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0adKI13N7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0adKI13N7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0adKI13N7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v0adKI13N7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0adKI13N7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-v0adKI13N7 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-v0adKI13N7 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v0adKI13N7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0adKI13N7 a.nav-link .mbr-iconfont-btn,
.cid-v0adKI13N7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v0adKI13N7 a.nav-link:hover .mbr-iconfont-btn,
.cid-v0adKI13N7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v0adKI13N7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0adKI13N7 .navbar {
    height: 77px;
  }
  .cid-v0adKI13N7 .navbar.opened {
    height: auto;
  }
  .cid-v0adKI13N7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0wJqE0k1y {
  display: flex;
  padding-top: 180px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/lavirinthosagiosioannis-1600x1200.jpg");
}
.cid-v0wJqE0k1y .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-v0wJqE0k1y .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v0wJqE0k1y {
    align-items: center;
  }
  .cid-v0wJqE0k1y .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0wJqE0k1y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqE0k1y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0wJqE0k1y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0wJqE0k1y .content-wrap {
    width: 100%;
  }
}
.cid-v0wJqE0k1y .mbr-section-title {
  text-align: left;
}
.cid-v0wJqE0k1y .mbr-text,
.cid-v0wJqE0k1y .mbr-section-btn {
  text-align: left;
}
.cid-v0wJqEVUpN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqEVUpN .mbr-text {
  color: #000000;
}
.cid-v0wJqEVUpN .mbr-section-subtitle {
  color: #000000;
}
.cid-v0wJqEVUpN .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqFrqn2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-v0wJqFrqn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqFrqn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqFrqn2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0wJqFrqn2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0wJqFrqn2 .container {
    padding: 0;
  }
}
.cid-v0wJqFrqn2 .row {
  margin: 0;
}
.cid-v0wJqFrqn2 .card {
  border-radius: 0;
  padding: 0;
}
.cid-v0wJqFrqn2 .card .box-wrapper {
  background-color: #a50300;
  height: 100%;
}
.cid-v0wJqFrqn2 .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-v0wJqFrqn2 .card .title-wrapper {
  padding: 25px 100px;
}
@media (max-width: 992px) {
  .cid-v0wJqFrqn2 .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-v0wJqFrqn2 .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0wJqFrqn2 .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-v0wJqFrqn2 .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v0wJqFrqn2 .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-v0wJqFrqn2 .card .image-wrapper {
    padding: 0;
  }
}
.cid-v0wJqFrqn2 .card .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
.cid-v0wJqFrqn2 .mbr-text {
  color: #263652;
}
.cid-v0wJqFrqn2 .mbr-box {
  color: #ffffff;
}
.cid-v0wJqG8KkA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0wJqG8KkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqG8KkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqG8KkA .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0wJqG8KkA .container {
    padding: 0 24px;
  }
}
.cid-v0wJqG8KkA .row {
  justify-content: center;
  border-top: 1px solid #c6974c;
}
@media (min-width: 992px) {
  .cid-v0wJqG8KkA .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .row {
    border: none;
  }
}
.cid-v0wJqG8KkA .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .row .item {
    padding: 0 16px;
  }
}
.cid-v0wJqG8KkA .item-wrapper {
  height: 100%;
}
.cid-v0wJqG8KkA .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0wJqG8KkA .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .subtitle-wrap {
    display: block;
  }
}
.cid-v0wJqG8KkA .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #c6974c;
    text-align: left;
  }
}
.cid-v0wJqG8KkA .content-wrapper {
  padding: 32px;
  border-left: 1px solid #c6974c;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .content-wrapper {
    padding: 24px;
    border-top: 1px solid #c6974c;
    border-left: 1px solid #c6974c;
  }
}
.cid-v0wJqG8KkA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0wJqG8KkA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v0wJqG8KkA .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0wJqG8KkA .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v0wJqG8KkA .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0wJqG8KkA .mbr-section-subtitle {
  color: #a50300;
  text-align: center;
}
.cid-v0wJqG8KkA .mbr-text {
  color: #000000;
}
.cid-v0wJqG8KkA .mbr-section-title,
.cid-v0wJqG8KkA .mbr-section-btn {
  color: #a50300;
}
.cid-v0wJqGODfS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0wJqGODfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqGODfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqGODfS img {
  object-fit: cover;
  width: 500px;
  margin: 0 auto;
  height: 600px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v0wJqGODfS img {
    width: 200px;
    height: 200px;
  }
}
.cid-v0wJqGODfS a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-v0wJqGODfS .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqHs2Cm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5efe6;
}
.cid-v0wJqHs2Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqHs2Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqHs2Cm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0wJqHs2Cm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-v0wJqHs2Cm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0wJqHs2Cm .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-v0wJqHs2Cm .embla__slide .slide-content {
  width: 100%;
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0wJqHs2Cm .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0wJqHs2Cm .embla__button--next,
.cid-v0wJqHs2Cm .embla__button--prev {
  display: flex;
}
.cid-v0wJqHs2Cm .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #a50300 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-v0wJqHs2Cm .embla__button:hover {
  background-color: #ffffff !important;
  color: #a50300 !important;
}
.cid-v0wJqHs2Cm .embla__button:disabled {
  opacity: .6 !important;
  background-color: #a50300 !important;
  color: #ffffff !important;
}
.cid-v0wJqHs2Cm .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0wJqHs2Cm .embla__button.embla__button--next {
  left: 64px;
}
.cid-v0wJqHs2Cm .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-v0wJqHs2Cm .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-v0wJqHs2Cm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0wJqHs2Cm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0wJqHs2Cm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-v0wJqHs2Cm .mbr-section-title {
  color: #a50300;
  text-align: center;
}
.cid-v0wJqHs2Cm .card-title {
  color: #a50300;
}
.cid-v0wJqHs2Cm .card-number {
  color: #a50300;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v0wJqHs2Cm .card-number {
    text-align: left;
  }
}
.cid-v0wJqHs2Cm .card-text {
  color: #666666;
}
.cid-v0wJqIZBO1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0wJqIZBO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqIZBO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqIZBO1 .mbr-section-title {
  text-align: left;
  color: #a50300;
}
.cid-v0wJqJGVyS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqJGVyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqJGVyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqJGVyS .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqJGVyS .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqJGVyS .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqJGVyS .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqJGVyS .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqJGVyS .row {
  flex-direction: row-reverse;
}
.cid-v0wJqJGVyS .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqJGVyS img,
.cid-v0wJqJGVyS .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqJGVyS img,
  .cid-v0wJqJGVyS .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqJGVyS .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqJGVyS .mbr-text {
  color: #000000;
}
.cid-v0wJqKqcO4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqKqcO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqKqcO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqKqcO4 .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqKqcO4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqKqcO4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqKqcO4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqKqcO4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqKqcO4 .row {
  flex-direction: row-reverse;
}
.cid-v0wJqKqcO4 .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqKqcO4 img,
.cid-v0wJqKqcO4 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqKqcO4 img,
  .cid-v0wJqKqcO4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqKqcO4 .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqKqcO4 .mbr-text {
  color: #000000;
}
.cid-v0wJqLd1Et {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqLd1Et .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqLd1Et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqLd1Et .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqLd1Et .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqLd1Et .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqLd1Et .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqLd1Et .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqLd1Et .row {
  flex-direction: row-reverse;
}
.cid-v0wJqLd1Et .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqLd1Et img,
.cid-v0wJqLd1Et .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqLd1Et img,
  .cid-v0wJqLd1Et .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqLd1Et .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqLd1Et .mbr-text {
  color: #000000;
}
.cid-v0wJqM3IbI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqM3IbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqM3IbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqM3IbI .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqM3IbI .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqM3IbI .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqM3IbI .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqM3IbI .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqM3IbI .row {
  flex-direction: row-reverse;
}
.cid-v0wJqM3IbI .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqM3IbI img,
.cid-v0wJqM3IbI .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqM3IbI img,
  .cid-v0wJqM3IbI .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqM3IbI .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqM3IbI .mbr-text {
  color: #000000;
}
.cid-v0wJqMQBxs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqMQBxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqMQBxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqMQBxs .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqMQBxs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqMQBxs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqMQBxs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqMQBxs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqMQBxs .row {
  flex-direction: row-reverse;
}
.cid-v0wJqMQBxs .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqMQBxs img,
.cid-v0wJqMQBxs .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqMQBxs img,
  .cid-v0wJqMQBxs .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqMQBxs .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqMQBxs .mbr-text {
  color: #000000;
}
.cid-v0wJqNCxEF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqNCxEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqNCxEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqNCxEF .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqNCxEF .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqNCxEF .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqNCxEF .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqNCxEF .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqNCxEF .row {
  flex-direction: row-reverse;
}
.cid-v0wJqNCxEF .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqNCxEF img,
.cid-v0wJqNCxEF .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqNCxEF img,
  .cid-v0wJqNCxEF .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqNCxEF .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqNCxEF .mbr-text {
  color: #000000;
}
.cid-v0wJqOpA1l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqOpA1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqOpA1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqOpA1l .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqOpA1l .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqOpA1l .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqOpA1l .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqOpA1l .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqOpA1l .row {
  flex-direction: row-reverse;
}
.cid-v0wJqOpA1l .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqOpA1l img,
.cid-v0wJqOpA1l .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqOpA1l img,
  .cid-v0wJqOpA1l .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqOpA1l .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqOpA1l .mbr-text {
  color: #000000;
}
.cid-v0wJqPfjxR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqPfjxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqPfjxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqPfjxR .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqPfjxR .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqPfjxR .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqPfjxR .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqPfjxR .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqPfjxR .row {
  flex-direction: row-reverse;
}
.cid-v0wJqPfjxR .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqPfjxR img,
.cid-v0wJqPfjxR .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqPfjxR img,
  .cid-v0wJqPfjxR .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqPfjxR .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqPfjxR .mbr-text {
  color: #000000;
}
.cid-v0wJqQlcza {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wJqQlcza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqQlcza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqQlcza .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wJqQlcza .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wJqQlcza .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqQlcza .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wJqQlcza .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wJqQlcza .row {
  flex-direction: row-reverse;
}
.cid-v0wJqQlcza .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wJqQlcza img,
.cid-v0wJqQlcza .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wJqQlcza img,
  .cid-v0wJqQlcza .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wJqQlcza .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqQlcza .mbr-text {
  color: #000000;
}
.cid-v0wVDB0bme {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wVDB0bme .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wVDB0bme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wVDB0bme .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wVDB0bme .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wVDB0bme .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wVDB0bme .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wVDB0bme .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wVDB0bme .row {
  flex-direction: row-reverse;
}
.cid-v0wVDB0bme .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wVDB0bme img,
.cid-v0wVDB0bme .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wVDB0bme img,
  .cid-v0wVDB0bme .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wVDB0bme .mbr-section-title {
  color: #a50300;
}
.cid-v0wVDB0bme .mbr-text {
  color: #000000;
}
.cid-v0wVU33Fud {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0wVU33Fud .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wVU33Fud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wVU33Fud .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wVU33Fud .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wVU33Fud .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wVU33Fud .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wVU33Fud .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wVU33Fud .row {
  flex-direction: row-reverse;
}
.cid-v0wVU33Fud .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wVU33Fud img,
.cid-v0wVU33Fud .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wVU33Fud img,
  .cid-v0wVU33Fud .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wVU33Fud .mbr-section-title {
  color: #a50300;
}
.cid-v0wVU33Fud .mbr-text {
  color: #000000;
}
.cid-v0wW7wPekN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0wW7wPekN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wW7wPekN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wW7wPekN .card-wrapper {
  overflow: hidden;
  background: #f5efe6;
}
.cid-v0wW7wPekN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0wW7wPekN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wW7wPekN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0wW7wPekN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0wW7wPekN .row {
  flex-direction: row-reverse;
}
.cid-v0wW7wPekN .image-wrapper {
  padding: 0 1rem;
}
.cid-v0wW7wPekN img,
.cid-v0wW7wPekN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0wW7wPekN img,
  .cid-v0wW7wPekN .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0wW7wPekN .mbr-section-title {
  color: #a50300;
}
.cid-v0wW7wPekN .mbr-text {
  color: #000000;
}
.cid-v0wJqReAzK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5efe6;
}
.cid-v0wJqReAzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqReAzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqReAzK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v0wJqReAzK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v0wJqReAzK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v0wJqReAzK img,
.cid-v0wJqReAzK .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-v0wJqReAzK img,
  .cid-v0wJqReAzK .item-img {
    max-height: 350px;
  }
}
.cid-v0wJqSzSlQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5efe6;
}
.cid-v0wJqSzSlQ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0wJqSzSlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqSzSlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqSzSlQ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0wJqSzSlQ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0wJqSzSlQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0wJqSzSlQ .card-title,
.cid-v0wJqSzSlQ .iconfont-wrapper {
  color: #a50300;
  text-align: center;
}
.cid-v0wJqSzSlQ .content-head {
  max-width: 800px;
}
.cid-v0wJqSzSlQ .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqSzSlQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v0wJqSzSlQ .card-text {
  color: #000000;
  text-align: left;
}
.cid-v0wJqSzSlQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0wJqSzSlQ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0wJqTU5Mg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5efe6;
}
.cid-v0wJqTU5Mg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0wJqTU5Mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqTU5Mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqTU5Mg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0wJqTU5Mg .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0wJqTU5Mg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0wJqTU5Mg .card-title,
.cid-v0wJqTU5Mg .iconfont-wrapper {
  color: #a50300;
  text-align: left;
}
.cid-v0wJqTU5Mg .content-head {
  max-width: 800px;
}
.cid-v0wJqTU5Mg .mbr-section-title {
  color: #a50300;
}
.cid-v0wJqTU5Mg .mbr-section-subtitle {
  color: #000000;
}
.cid-v0wJqTU5Mg .card-text {
  color: #000000;
  text-align: left;
}
.cid-v0wJqTU5Mg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0wJqTU5Mg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0wJqVrKbF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0wJqVrKbF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0wJqVrKbF .item {
    margin-bottom: 1rem;
  }
}
.cid-v0wJqVrKbF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0wJqVrKbF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0wJqVrKbF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v0wJqVrKbF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0wJqVrKbF .carousel-control,
.cid-v0wJqVrKbF .close {
  background: #1b1b1b;
}
.cid-v0wJqVrKbF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0wJqVrKbF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0wJqVrKbF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0wJqVrKbF .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0wJqVrKbF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0wJqVrKbF .close::before {
  content: '\e91a';
}
.cid-v0wJqVrKbF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0wJqVrKbF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0wJqVrKbF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0wJqVrKbF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0wJqVrKbF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0wJqVrKbF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0wJqVrKbF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0wJqVrKbF .carousel-indicators li.active,
.cid-v0wJqVrKbF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0wJqVrKbF .carousel-indicators li::after,
.cid-v0wJqVrKbF .carousel-indicators li::before {
  content: none;
}
.cid-v0wJqVrKbF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0wJqVrKbF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0wJqVrKbF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqVrKbF .carousel-indicators {
    display: none;
  }
}
.cid-v0wJqVrKbF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0wJqVrKbF .carousel-inner > .active {
  display: block;
}
.cid-v0wJqVrKbF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0wJqVrKbF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0wJqVrKbF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0wJqVrKbF .carousel-control,
  .cid-v0wJqVrKbF .carousel-indicators,
  .cid-v0wJqVrKbF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0wJqVrKbF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0wJqVrKbF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0wJqVrKbF .carousel-indicators .active,
.cid-v0wJqVrKbF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0wJqVrKbF .carousel-indicators .active {
  background: #fff;
}
.cid-v0wJqVrKbF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0wJqVrKbF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0wJqVrKbF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0wJqVrKbF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0wJqVrKbF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0wJqVrKbF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0wJqVrKbF .carousel {
  width: 100%;
}
.cid-v0wJqVrKbF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0wJqVrKbF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0wJqVrKbF .modal.fade .modal-dialog,
.cid-v0wJqVrKbF .modal.in .modal-dialog {
  transform: none;
}
.cid-v0wJqVrKbF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0wJqVrKbF .content-head {
  max-width: 800px;
}
.cid-v0wJqXm2AN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a50300;
  overflow: hidden;
}
.cid-v0wJqXm2AN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #a50300 50%);
  z-index: 1;
}
.cid-v0wJqXm2AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wJqXm2AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wJqXm2AN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v0wJqXm2AN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .container {
    padding: 0 22px;
  }
}
.cid-v0wJqXm2AN .row {
  position: relative;
  z-index: 1;
}
.cid-v0wJqXm2AN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v0wJqXm2AN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0wJqXm2AN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0wJqXm2AN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0wJqXm2AN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0wJqXm2AN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0wJqXm2AN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0wJqXm2AN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0wJqXm2AN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0wJqXm2AN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0wJqXm2AN .nav-wrapper .list .item-wrap:hover,
.cid-v0wJqXm2AN .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-v0wJqXm2AN .nav-wrapper .list .item-wrap:hover::before,
.cid-v0wJqXm2AN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0wJqXm2AN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0wJqXm2AN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0wJqXm2AN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0wJqXm2AN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0wJqXm2AN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-v0wJqXm2AN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0wJqXm2AN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0wJqXm2AN .mbr-section-title {
  color: #00d0f3;
}
.cid-v0wJqXm2AN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0wJqXm2AN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0wJqXm2AN .list {
  color: #ffffff;
}
.cid-v0wJqXm2AN .mbr-contact {
  color: #ffffff;
}
.cid-v0wJqXm2AN .mbr-desc {
  color: #ffffff;
}
.cid-v0wJqXm2AN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0wJqXm2AN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0wJqXm2AN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0wJqXm2AN .media-wrap img {
  height: 11rem;
  width: auto;
}
.cid-v0wJqXm2AN .mbr-contact,
.cid-v0wJqXm2AN .item-contact {
  color: #ffffff;
  text-align: left;
}
.cid-v0wJqXm2AN .mbr-desc,
.cid-v0wJqXm2AN .mbr-section-btn {
  color: #000000;
}
.cid-v0wJqXm2AN .contacts-wrapper,
.cid-v0wJqXm2AN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v0wJqXm2AN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v0wJqYXIqE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-v0wJqYXIqE .nav-item,
.cid-v0wJqYXIqE .nav-link,
.cid-v0wJqYXIqE .navbar-caption {
  font-weight: normal;
}
.cid-v0wJqYXIqE .nav-item:focus,
.cid-v0wJqYXIqE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v0wJqYXIqE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-v0wJqYXIqE .nav-item .nav-link {
    position: relative;
  }
  .cid-v0wJqYXIqE .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v0wJqYXIqE .nav-item:hover .nav-link:before,
  .cid-v0wJqYXIqE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-v0wJqYXIqE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v0wJqYXIqE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0wJqYXIqE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-v0wJqYXIqE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0wJqYXIqE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0wJqYXIqE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0wJqYXIqE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #a50300;
}
.cid-v0wJqYXIqE .navbar.opened {
  transition: all 0.3s;
  background: #a50300 !important;
}
.cid-v0wJqYXIqE .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-v0wJqYXIqE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v0wJqYXIqE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0wJqYXIqE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0wJqYXIqE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0wJqYXIqE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0wJqYXIqE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0wJqYXIqE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0wJqYXIqE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v0wJqYXIqE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0wJqYXIqE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0wJqYXIqE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v0wJqYXIqE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0wJqYXIqE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0wJqYXIqE .navbar.navbar-short {
  background: #a50300 !important;
  min-height: 60px;
}
.cid-v0wJqYXIqE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v0wJqYXIqE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0wJqYXIqE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0wJqYXIqE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0wJqYXIqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0wJqYXIqE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0wJqYXIqE .dropdown-item.active,
.cid-v0wJqYXIqE .dropdown-item:active {
  background-color: transparent;
}
.cid-v0wJqYXIqE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0wJqYXIqE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0wJqYXIqE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0wJqYXIqE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a50300;
  z-index: 2;
}
.cid-v0wJqYXIqE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0wJqYXIqE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0wJqYXIqE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0wJqYXIqE .navbar-buttons {
  text-align: center;
}
.cid-v0wJqYXIqE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0wJqYXIqE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0wJqYXIqE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0wJqYXIqE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0wJqYXIqE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0wJqYXIqE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0wJqYXIqE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0wJqYXIqE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0wJqYXIqE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0wJqYXIqE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0wJqYXIqE .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v0wJqYXIqE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0wJqYXIqE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
}
.cid-v0wJqYXIqE .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-v0wJqYXIqE .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v0wJqYXIqE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0wJqYXIqE a.nav-link .mbr-iconfont-btn,
.cid-v0wJqYXIqE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v0wJqYXIqE a.nav-link:hover .mbr-iconfont-btn,
.cid-v0wJqYXIqE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v0wJqYXIqE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0wJqYXIqE .navbar {
    height: 77px;
  }
  .cid-v0wJqYXIqE .navbar.opened {
    height: auto;
  }
  .cid-v0wJqYXIqE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
