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

body {
  font-style: normal;
  line-height: 1.5;
    background-color: #f3f4f5;
}

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

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

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

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

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
.align-center,
.align-right,
.mbr-section-btn,
.mbr-section-title {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

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

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

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em 0.5em;
}
.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-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;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}
@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

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

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

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

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

.dropup .dropdown-toggle::after {
  display: none;
}body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Audrey-Normal';
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Audrey-Normal';
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Audrey-Normal';
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #c1c1c1 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #4b4b4b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #adadad !important;
  border-color: #adadad !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #252525 !important;
  border-color: #252525 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #252525 !important;
  border-color: #252525 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7a7a7a;
  color: #7a7a7a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #adadad;
  border-color: #adadad;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #adadad !important;
  border-color: #adadad !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #181818;
  color: #181818;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #adadad !important;
}
.text-success {
  color: #c1c1c1 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #4b4b4b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a7a7a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8e8e8e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #999999 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #181818 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #4b4b4b;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bebebe;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff0000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff0000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #adadad !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff0000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1440px) {
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1980px) {
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tFK1TnSpjA {
  padding-top: 555px;
  padding-bottom: 1050px;
  background-image: url("../../../assets/images/200717-1309-5383-v00-avec-charlotte.jpg");
  padding-top: 185px;
  padding-bottom: 350px;
}
.cid-tFK1TnSpjA .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFK1TnSpjA .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFK1TnSpjA .align-center {
    text-align: center;
  }
}
.cid-tFK1TnSpjA h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFK1TnSpjA .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFK1TnSpjA .row {
    margin: 0;
  }
}
.cid-tFK1TnSpjA .btn {
  margin-left: 0rem;
}
.cid-tFK1TnSpjA .mbr-section-title,
.cid-tFK1TnSpjA .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFK1TnSpjA .mbr-text,
.cid-tFK1TnSpjA .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFK1TnSpjA .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 35%;
  margin-left: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-left: 50px;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFK1TnSpjA .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFK1TnSpjA .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFK1TnSpjA .display-1 {
    font-size: xx-large !important;
  }
}
.cid-tFK1P9j4Sc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFK1P9j4Sc .mbr-section-subtitle {
  color: #767676;
}
.cid-tFK1P9j4Sc .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFK1QM9mRW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFK1QM9mRW .mbr-section-subtitle {
  color: #767676;
  font-size: small;
}
.cid-tFK1QM9mRW .mbr-section-title {
  color: #4b4b4b;
}
.cid-rShRR7zS71 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rShRR7zS71 .mbr-section-subtitle {
  color: #767676;
}
.cid-rShRR7zS71 .mbr-section-title {
  color: #4b4b4b;
}
.cid-s2HwV56fTK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2HwV56fTK .mbr-text,
.cid-s2HwV56fTK blockquote {
  color: #767676;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s2HwV56fTK .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s2HwV56fTK .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s2HwV56fTK .mbr-text {
    font-size: medium !important;
  }
}
.cid-s2HwV56fTK .mbr-text {
  color: #4b4b4b;
}
.cid-sob2uADPSY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sob2uADPSY img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sob2uADPSY .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sob2uADPSY .link-wrapper .mbr-iconfont {
  border: 1px solid #454545;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #454545;
}
.cid-sob2uADPSY .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sob2uADPSY .card-wrapper {
  background: #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sob2uADPSY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sob2uADPSY .first:hover:before {
  content: none;
}
.cid-sob2uADPSY .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-sob2uADPSY .last:hover:after {
  content: none;
}
.cid-sob2uADPSY .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-sob2uADPSY .mbr-section-text {
  color: #f3f4f5;
}
.cid-sob2uADPSY .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sob2uADPSY .card .img-wrapper {
  overflow: hidden;
}
.cid-sob2uADPSY .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sob2uADPSY .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sob2uADPSY .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-sob2uADPSY .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sob2uADPSY .mbr-section-title {
  color: #454545;
}
.cid-srcoChTOxR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-srcoChTOxR .mbr-text,
.cid-srcoChTOxR blockquote {
  color: #767676;
}
.cid-srcoChTOxR .mbr-text {
  color: #4b4b4b;
}
.cid-srcmfKdNSF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-srcmfKdNSF blockquote {
  border-color: #ff3a46;
  border-radius: 4px;
  background-color: #e2e2e2;
}
#hrblock-block-8 hr {
  margin: 0;
}
.cid-rShRZOfU4r {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rShRZOfU4r h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rShRZOfU4r h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rShRZOfU4r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rShRZOfU4r .mbr-text,
.cid-rShRZOfU4r .mbr-section-btn {
  color: #767676;
}
.cid-rShRZOfU4r H1 {
  color: #4b4b4b;
}
.cid-rShRZOfU4r H3 {
  color: #4b4b4b;
}
.cid-rShRZOfU4r H2 {
  color: #4b4b4b;
}
.cid-tFJYi5kuZD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFJYi5kuZD .mbr-text,
.cid-tFJYi5kuZD blockquote {
  color: #767676;
}
.cid-tFJYi5kuZD .mbr-text {
  color: #4b4b4b;
}
.cid-tG2wk0PmYK {
  background: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tG2wk0PmYK .image-block {
  margin: auto;
  height: 60rem;
  overflow: hidden;
  position: relative;
}
.cid-tG2wk0PmYK .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2wk0PmYK .image-block:hover:before {
  opacity: 0.2;
}
.cid-tG2wk0PmYK .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2wk0PmYK .image-block:hover img {
  transform: scale(1.1);
}
.cid-tG2wk0PmYK h4 {
  letter-spacing: 2px;
}
.cid-tG2wk0PmYK figcaption {
  position: relative;
}
.cid-tG2wk0PmYK figcaption .wrap-TITLE {
  position: absolute;
  bottom: 5.1rem;
  width: 100%;
  opacity: 1;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tG2wk0PmYK figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tG2wk0PmYK img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tG2wk0PmYK .wrap {
    opacity: 1!important;
  }
  .cid-tG2wk0PmYK .image-block {
    height: 400px;
  }
  .cid-tG2wk0PmYK .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2wk0PmYK H4 {
  color: #ffffff;
}
.cid-tG2wk0PmYK H3 {
  color: #4b4b4b;
}
.cid-tG2wk0PmYK P {
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wk0PmYK h4 {
    font-size: 7vw;
    line-height: 0.9;
  }
  .cid-tG2wk0PmYK h3 {
    font-size: 4vw;
  }
  .cid-tG2wk0PmYK .image-block {
    height: 200px !important;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap-TITLE {
    bottom: 0.6rem;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wk0PmYK .image-block {
    height: 200px !important;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wk0PmYK .image-block {
    height: 200px !important;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wk0PmYK .image-block {
    height: 200px !important;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wk0PmYK .image-block {
    height: 200px !important;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wk0PmYK .image-block {
    height: 300px !important;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wk0PmYK .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tG2wk0PmYK .image-block {
    height: 20rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wk0PmYK .image-block {
    height: 30rem !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wk0PmYK .image-block {
    height: 30rem !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wk0PmYK .image-block {
    height: 40rem !important;
  }
}
.cid-tG2wmwLOId {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tG2wmwLOId .image-block {
  margin: auto;
  height: 35rem;
  overflow: hidden;
  position: relative;
}
.cid-tG2wmwLOId .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2wmwLOId .image-block:hover:before {
  opacity: 0.2;
}
.cid-tG2wmwLOId .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2wmwLOId .image-block:hover img {
  transform: scale(1.1);
}
.cid-tG2wmwLOId h4 {
  letter-spacing: 2px;
}
.cid-tG2wmwLOId figcaption {
  position: relative;
}
.cid-tG2wmwLOId figcaption .wrap-TITLE {
  position: absolute;
  bottom: 5.1rem;
  width: 100%;
  opacity: 1;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tG2wmwLOId figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tG2wmwLOId img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tG2wmwLOId .wrap {
    opacity: 1!important;
  }
  .cid-tG2wmwLOId .image-block {
    height: 400px;
  }
  .cid-tG2wmwLOId .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2wmwLOId H4 {
  color: #ffffff;
}
.cid-tG2wmwLOId H3 {
  color: #ffffff;
}
.cid-tG2wmwLOId P {
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wmwLOId h4 {
    font-size: 7vw;
    line-height: 0.9;
  }
  .cid-tG2wmwLOId h3 {
    font-size: 4vw;
  }
  .cid-tG2wmwLOId .image-block {
    height: 200px !important;
  }
  .cid-tG2wmwLOId .figcaptio .wrap-TITLE {
    bottom: 0.6rem;
  }
  .cid-tG2wmwLOId .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wmwLOId .image-block {
    height: 200px !important;
  }
  .cid-tG2wmwLOId .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wmwLOId .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wmwLOId .image-block {
    height: 200px !important;
  }
  .cid-tG2wmwLOId .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wmwLOId .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wmwLOId .image-block {
    height: 200px !important;
  }
  .cid-tG2wmwLOId .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wmwLOId .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wmwLOId .image-block {
    height: 200px !important;
  }
  .cid-tG2wmwLOId .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wmwLOId .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wmwLOId .image-block {
    height: 300px !important;
  }
  .cid-tG2wmwLOId .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wmwLOId .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tG2wmwLOId .image-block {
    height: 15rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wmwLOId .image-block {
    height: 15rem !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wmwLOId .image-block {
    height: 20rem !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wmwLOId .image-block {
    height: 25rem !important;
  }
}
.cid-tFJXGpzYhm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFJXGpzYhm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFJXGpzYhm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFJXGpzYhm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFJXGpzYhm .mbr-text,
.cid-tFJXGpzYhm .mbr-section-btn {
  color: #767676;
}
.cid-tFJXGpzYhm H1 {
  color: #4b4b4b;
}
.cid-tFJXGpzYhm H3 {
  color: #4b4b4b;
}
.cid-tFJXGpzYhm H2 {
  color: #4b4b4b;
}
.cid-tG2wodNoQl {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tG2wodNoQl .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  top: 5rem;
  text-align: center;
}
.cid-tG2wodNoQl .btn {
  margin-bottom: -25%;
}
.cid-tG2wodNoQl .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tG2wodNoQl .mbr-section-title span {
  color: #ffbc00;
}
.cid-tG2wodNoQl H1 {
  display: none;
}
.cid-tG2wodNoQl .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG2wodNoQl .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tG2wodNoQl .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tG2wodNoQl .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tG2wodNoQl .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wodNoQl .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tG2wodNoQl .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tG2wodNoQl .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wodNoQl .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tG2wodNoQl .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tG2wodNoQl .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tG2wodNoQl .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tG2wodNoQl .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tG2wodNoQl .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wodNoQl .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tG2wodNoQl .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tG2wodNoQl .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tG2wodNoQl .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    top: 10rem;
    text-align: center;
  }
  .cid-tG2wodNoQl .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tG2wodNoQl .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tG2wodNoQl header {
  position: relative;
  background-color: black;
  height: 50vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.cid-tG2wodNoQl header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.cid-tG2wodNoQl header .container {
  position: relative;
  z-index: 2;
}
.cid-tG2wodNoQl header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f4f5;
  opacity: 0.1;
  z-index: 1;
}
.cid-tG2wqN30xT {
  background: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tG2wqN30xT .image-block {
  margin: auto;
  height: 35rem;
  overflow: hidden;
  position: relative;
}
.cid-tG2wqN30xT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2wqN30xT .image-block:hover:before {
  opacity: 0.2;
}
.cid-tG2wqN30xT .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2wqN30xT .image-block:hover img {
  transform: scale(1.1);
}
.cid-tG2wqN30xT h4 {
  letter-spacing: 2px;
}
.cid-tG2wqN30xT figcaption {
  position: relative;
}
.cid-tG2wqN30xT figcaption .wrap-TITLE {
  position: absolute;
  bottom: 5.1rem;
  width: 100%;
  opacity: 1;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tG2wqN30xT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tG2wqN30xT img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tG2wqN30xT .wrap {
    opacity: 1!important;
  }
  .cid-tG2wqN30xT .image-block {
    height: 400px;
  }
  .cid-tG2wqN30xT .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2wqN30xT H4 {
  color: #ffffff;
}
.cid-tG2wqN30xT H3 {
  color: #ffffff;
}
.cid-tG2wqN30xT P {
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wqN30xT h4 {
    font-size: 7vw;
    line-height: 0.9;
  }
  .cid-tG2wqN30xT h3 {
    font-size: 4vw;
  }
  .cid-tG2wqN30xT .image-block {
    height: 200px !important;
  }
  .cid-tG2wqN30xT .figcaptio .wrap-TITLE {
    bottom: 0.6rem;
  }
  .cid-tG2wqN30xT .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wqN30xT .image-block {
    height: 200px !important;
  }
  .cid-tG2wqN30xT .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wqN30xT .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wqN30xT .image-block {
    height: 200px !important;
  }
  .cid-tG2wqN30xT .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wqN30xT .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wqN30xT .image-block {
    height: 200px !important;
  }
  .cid-tG2wqN30xT .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wqN30xT .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wqN30xT .image-block {
    height: 200px !important;
  }
  .cid-tG2wqN30xT .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wqN30xT .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tG2wqN30xT .image-block {
    height: 300px !important;
  }
  .cid-tG2wqN30xT .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tG2wqN30xT .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tG2wqN30xT .image-block {
    height: 15rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wqN30xT .image-block {
    height: 15rem !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wqN30xT .image-block {
    height: 20rem !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2wqN30xT .image-block {
    height: 25rem !important;
  }
}
#hrblock-block-1re hr {
  margin: 0;
}
.cid-tFK86PXzVI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFK86PXzVI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFK86PXzVI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFK86PXzVI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFK86PXzVI .mbr-text,
.cid-tFK86PXzVI .mbr-section-btn {
  color: #767676;
}
.cid-tFK86PXzVI H1 {
  color: #4b4b4b;
}
.cid-tFK86PXzVI H3 {
  color: #4b4b4b;
}
.cid-tFK86PXzVI H2 {
  color: #4b4b4b;
}
.cid-tFKQbllr6a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFKQbllr6a .mbr-text {
  color: #4b4b4b;
}
.cid-tFKQbllr6a .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tFKQbllr6a p {
  line-height: 1.5;
}
.cid-tFKl0IgJmz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFKl0IgJmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFKl0IgJmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFKl0IgJmz .section-head {
  margin: 0 150px 132px;
}
@media (max-width: 992px) {
  .cid-tFKl0IgJmz .section-head {
    margin: 0 18px 70px;
  }
}
.cid-tFKl0IgJmz .section-head .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tFKl0IgJmz .section-head .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tFKl0IgJmz .section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tFKl0IgJmz .tab-content {
  margin-left: 150px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-tFKl0IgJmz .tab-content {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tFKl0IgJmz .tab-content {
    margin: 0 18px;
  }
}
.cid-tFKl0IgJmz .card {
  padding: 58px 0;
  border-top: 1px solid #cbcbcb;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tFKl0IgJmz .card {
    padding: 40px 0;
  }
}
.cid-tFKl0IgJmz .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tFKl0IgJmz .panel-title-edit {
  margin: 0;
}
.cid-tFKl0IgJmz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFKl0IgJmz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 18px !important;
  opacity: .7;
  transition: all .4s ease;
}
.cid-tFKl0IgJmz .panel-title:hover .mbr-iconfont {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tFKl0IgJmz .panel-body {
  padding-top: 58px;
}
@media (max-width: 768px) {
  .cid-tFKl0IgJmz .panel-body {
    padding-top: 40px;
  }
}
.cid-tFKl0IgJmz .panel-text {
  margin: 0;
  color: #1E1C21;
}
.cid-tFKl0IgJmz .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tFKl0IgJmz .mbr-section-title {
  color: #1E1C21;
}
.cid-tFKl0IgJmz .panel-title-edit,
.cid-tFKl0IgJmz .mbr-iconfont {
  color: #1E1C21;
}
#hrblock-block-1rf hr {
  margin: 0;
}
.cid-s2PAv5Zy23 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s2PAv5Zy23 P {
  color: #767676;
}
.cid-s2PAv5Zy23 H1 {
  color: #4b4b4b;
}
.cid-s2PAv5Zy23 H3 {
  color: #4b4b4b;
}
#hrblock-block-1no hr {
  margin: 0;
}
.cid-tFY21GD2kA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ebeced;
}
.cid-tFY21GD2kA h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFY21GD2kA h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFY21GD2kA h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFY21GD2kA .mbr-text,
.cid-tFY21GD2kA .mbr-section-btn {
  color: #767676;
}
.cid-tFY21GD2kA H1 {
  color: #4b4b4b;
}
.cid-tFY21GD2kA H3 {
  color: #4b4b4b;
}
.cid-tFY21GD2kA H2 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnyUAZVDe .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnyUAZVDe .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnyUAZVDe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnyUAZVDe .red {
  color: #ff0000 !important;
}
.cid-rSnyUAZVDe .nav-item,
.cid-rSnyUAZVDe .nav-link,
.cid-rSnyUAZVDe .navbar-caption {
  font-weight: normal;
}
.cid-rSnyUAZVDe .nav-item:focus,
.cid-rSnyUAZVDe .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnyUAZVDe .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnyUAZVDe .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnyUAZVDe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnyUAZVDe .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnyUAZVDe .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnyUAZVDe .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnyUAZVDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnyUAZVDe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnyUAZVDe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnyUAZVDe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnyUAZVDe .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-rSnyUAZVDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnyUAZVDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnyUAZVDe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnyUAZVDe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnyUAZVDe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnyUAZVDe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnyUAZVDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnyUAZVDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnyUAZVDe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnyUAZVDe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnyUAZVDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnyUAZVDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnyUAZVDe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnyUAZVDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnyUAZVDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnyUAZVDe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnyUAZVDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnyUAZVDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnyUAZVDe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnyUAZVDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnyUAZVDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnyUAZVDe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnyUAZVDe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnyUAZVDe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnyUAZVDe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnyUAZVDe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnyUAZVDe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnyUAZVDe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnyUAZVDe .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnyUAZVDe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnyUAZVDe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnyUAZVDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnyUAZVDe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnyUAZVDe .dropdown-item.active,
.cid-rSnyUAZVDe .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnyUAZVDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnyUAZVDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnyUAZVDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnyUAZVDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnyUAZVDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnyUAZVDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnyUAZVDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnyUAZVDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnyUAZVDe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnyUAZVDe .navbar-buttons {
  text-align: center;
}
.cid-rSnyUAZVDe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnyUAZVDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnyUAZVDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnyUAZVDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnyUAZVDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnyUAZVDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnyUAZVDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnyUAZVDe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnyUAZVDe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnyUAZVDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnyUAZVDe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnyUAZVDe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnyUAZVDe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnyUAZVDe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnyUAZVDe .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnyUAZVDe .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-rSnyUAZVDe a.nav-link,
.cid-rSnyUAZVDe a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnyUAZVDe a.nav-link .mbr-iconfont-btn,
.cid-rSnyUAZVDe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnyUAZVDe a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnyUAZVDe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnyUAZVDe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnyUAZVDe .navbar {
    height: 77px;
  }
  .cid-rSnyUAZVDe .navbar.opened {
    height: auto;
  }
  .cid-rSnyUAZVDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnyUAZVDe .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnyUAZVDe .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnyUAZVDe .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnyUAZVDe .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnyUAZVDe .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnyUAZVDe .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnyUAZVDe .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnyUAZVDe .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnyUAZVDe .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnyUAZVDe .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnyUAZVDe .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnyUAZVDe .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnyUAZVDe .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnyUAZVDe .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnyUAZVDe .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnyUAZVDe .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnyUAZVDe .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnyUAZVDe .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSokYvick8 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-9.jpg");
}
.cid-rSokYvick8 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSokYvick8 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSokYvick8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSokYvick8 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSokYvick8 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSokYvick8 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSokYvick8 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSokYvick8 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSokYvick8 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSokYvick8 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSokYvick8 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSokYvick8 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSokYvick8 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSokYvick8 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSokYvick8 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSokYvick8 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSokYvick8 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSokYvick8 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSokYvick8 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSokYvick8 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSokYvick8 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSokYvick8 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSokYvick8 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rShWs1XtAP {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-2.jpg");
}
.cid-rShWs1XtAP .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rShWs1XtAP .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rShWs1XtAP .mbr-section-title span {
  color: #ffbc00;
}
.cid-rShWs1XtAP .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShWs1XtAP .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShWs1XtAP .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rShWs1XtAP .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rShWs1XtAP .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShWs1XtAP .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rShWs1XtAP .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rShWs1XtAP .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShWs1XtAP .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rShWs1XtAP .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rShWs1XtAP .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShWs1XtAP .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rShWs1XtAP .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rShWs1XtAP .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShWs1XtAP .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rShWs1XtAP .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rShWs1XtAP .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShWs1XtAP .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rShWs1XtAP .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rShWs1XtAP .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-sblrGdJyk7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sblrGdJyk7 .container-fluid {
  padding: 0 3rem;
}
.cid-sblrGdJyk7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-sblrGdJyk7 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sblrGdJyk7 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sblrGdJyk7 .card .card-wrapper {
  height: 1%;
}
.cid-sblrGdJyk7 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-sblrGdJyk7 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sblrGdJyk7 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-sblrGdJyk7 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sblrGdJyk7 .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-sblrGdJyk7 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-sblrGdJyk7 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sblrGdJyk7 .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-sblrGdJyk7 .mbr-card-text,
.cid-sblrGdJyk7 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-txmyn429BF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-txmyn429BF .container-fluid {
  padding: 0 3rem;
}
.cid-txmyn429BF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-txmyn429BF .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txmyn429BF .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-txmyn429BF .card .card-wrapper {
  height: 1%;
}
.cid-txmyn429BF .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-txmyn429BF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-txmyn429BF .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-txmyn429BF .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-txmyn429BF .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-txmyn429BF .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-txmyn429BF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-txmyn429BF .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-txmyn429BF .mbr-card-text,
.cid-txmyn429BF .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-1av hr {
  margin: 0;
}
.cid-sbg3AXnxrV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sbg3AXnxrV h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sbg3AXnxrV h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbg3AXnxrV h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbg3AXnxrV .mbr-text,
.cid-sbg3AXnxrV .mbr-section-btn {
  color: #767676;
}
.cid-sbg3AXnxrV H1 {
  color: #4b4b4b;
}
.cid-sbg3AXnxrV H3 {
  color: #4b4b4b;
}
.cid-sbg3AXnxrV H2 {
  color: #4b4b4b;
}
.cid-t8WOWc3u7a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t8WOWc3u7a .mbr-section-subtitle {
  color: #767676;
}
.cid-t8WOWc3u7a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8WOWc3u7a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8WOWc3u7a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8WOWc3u7a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8WOWc3u7a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8WOWc3u7a .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t8WOWc3u7a .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8WOWc3u7a .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t8WOWc3u7a .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8WOWc3u7a .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t8WOWc3u7a ul {
  font-size: 0;
}
.cid-t8WOWc3u7a .mbr-gallery-filter ul {
  text-align: center;
}
.cid-t8WOWc3u7a .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-t8WOWc3u7a .mbr-gallery-filter ul li .btn.active,
.cid-t8WOWc3u7a .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-t8WOWc3u7a .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t8WOWc3u7a .mbr-gallery-filter ul li:first-child,
.cid-t8WOWc3u7a .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t8WOWc3u7a .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t8WOWc3u7a .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t8WOWc3u7a .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-t8WOWc3u7a .btn.active:after {
  animation: none;
}
.cid-t8WOWc3u7a .btn:active {
  box-shadow: none !important;
}
.cid-t8WOWc3u7a .btn:hover {
  background: transparent !important;
}
.cid-t8WOWc3u7a .btn:hover:before {
  background: transparent !important;
}
.cid-t8WOWc3u7a .btn:before {
  background-color: transparent !important;
}
.cid-t8WOWc3u7a .btn:focus {
  box-shadow: none !important;
}
.cid-t8WOWc3u7a .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 33% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t8WOWc3u7a .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8WOWc3u7a .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8WOWc3u7a .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t8WOWc3u7a .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8WOWc3u7a .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t8WOWc3u7a .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-t8WOWc3u7a .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
.cid-t8WOWc3u7a .mbr-gallery-item > div > span {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSofddzzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-snSofddzzg P {
  color: #767676;
}
.cid-snSofddzzg H3 {
  color: #4b4b4b;
}
#hrblock-block-1g2 hr {
  margin: 0;
}
.cid-txmDfGb7qa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-txmDfGb7qa h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-txmDfGb7qa h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmDfGb7qa h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmDfGb7qa .mbr-text,
.cid-txmDfGb7qa .mbr-section-btn {
  color: #767676;
}
.cid-txmDfGb7qa H1 {
  color: #4b4b4b;
}
.cid-txmDfGb7qa H3 {
  color: #4b4b4b;
}
.cid-txmDfGb7qa H2 {
  color: #4b4b4b;
}
.cid-txmD6kbu73 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-txmD6kbu73 .mbr-section-subtitle {
  color: #767676;
}
.cid-txmD6kbu73 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-txmD6kbu73 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txmD6kbu73 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txmD6kbu73 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-txmD6kbu73 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-txmD6kbu73 .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-txmD6kbu73 .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txmD6kbu73 .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-txmD6kbu73 .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txmD6kbu73 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-txmD6kbu73 ul {
  font-size: 0;
}
.cid-txmD6kbu73 .mbr-gallery-filter ul {
  text-align: center;
}
.cid-txmD6kbu73 .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-txmD6kbu73 .mbr-gallery-filter ul li .btn.active,
.cid-txmD6kbu73 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-txmD6kbu73 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-txmD6kbu73 .mbr-gallery-filter ul li:first-child,
.cid-txmD6kbu73 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-txmD6kbu73 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-txmD6kbu73 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-txmD6kbu73 .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-txmD6kbu73 .btn.active:after {
  animation: none;
}
.cid-txmD6kbu73 .btn:active {
  box-shadow: none !important;
}
.cid-txmD6kbu73 .btn:hover {
  background: transparent !important;
}
.cid-txmD6kbu73 .btn:hover:before {
  background: transparent !important;
}
.cid-txmD6kbu73 .btn:before {
  background-color: transparent !important;
}
.cid-txmD6kbu73 .btn:focus {
  box-shadow: none !important;
}
.cid-txmD6kbu73 .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-txmD6kbu73 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmD6kbu73 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmD6kbu73 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-txmD6kbu73 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmD6kbu73 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-txmD6kbu73 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-txmD6kbu73 .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
.cid-txmEOA0zw9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-txmEOA0zw9 P {
  color: #767676;
}
.cid-txmEOA0zw9 H3 {
  color: #4b4b4b;
}
#hrblock-block-1h7 hr {
  margin: 0;
}
.cid-txmIxniDbk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-txmIxniDbk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-txmIxniDbk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmIxniDbk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmIxniDbk .mbr-text,
.cid-txmIxniDbk .mbr-section-btn {
  color: #767676;
}
.cid-txmIxniDbk H1 {
  color: #4b4b4b;
}
.cid-txmIxniDbk H3 {
  color: #4b4b4b;
}
.cid-txmIxniDbk H2 {
  color: #4b4b4b;
}
.cid-txmIH00fgM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-txmIH00fgM .mbr-section-subtitle {
  color: #767676;
}
.cid-txmIH00fgM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-txmIH00fgM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txmIH00fgM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txmIH00fgM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-txmIH00fgM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-txmIH00fgM .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-txmIH00fgM .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txmIH00fgM .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-txmIH00fgM .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txmIH00fgM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-txmIH00fgM ul {
  font-size: 0;
}
.cid-txmIH00fgM .mbr-gallery-filter ul {
  text-align: center;
}
.cid-txmIH00fgM .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-txmIH00fgM .mbr-gallery-filter ul li .btn.active,
.cid-txmIH00fgM .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-txmIH00fgM .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-txmIH00fgM .mbr-gallery-filter ul li:first-child,
.cid-txmIH00fgM .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-txmIH00fgM .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-txmIH00fgM .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-txmIH00fgM .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-txmIH00fgM .btn.active:after {
  animation: none;
}
.cid-txmIH00fgM .btn:active {
  box-shadow: none !important;
}
.cid-txmIH00fgM .btn:hover {
  background: transparent !important;
}
.cid-txmIH00fgM .btn:hover:before {
  background: transparent !important;
}
.cid-txmIH00fgM .btn:before {
  background-color: transparent !important;
}
.cid-txmIH00fgM .btn:focus {
  box-shadow: none !important;
}
.cid-txmIH00fgM .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-txmIH00fgM .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmIH00fgM .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmIH00fgM .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-txmIH00fgM .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmIH00fgM .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-txmIH00fgM .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-txmIH00fgM .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
.cid-txmK656MWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-txmK656MWU P {
  color: #767676;
}
.cid-txmK656MWU H3 {
  color: #4b4b4b;
}
#hrblock-block-17t hr {
  margin: 0;
}
.cid-sbg3leL3wR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sbg3leL3wR h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sbg3leL3wR h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbg3leL3wR h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbg3leL3wR .mbr-text,
.cid-sbg3leL3wR .mbr-section-btn {
  color: #767676;
}
.cid-sbg3leL3wR H1 {
  color: #4b4b4b;
}
.cid-sbg3leL3wR H3 {
  color: #4b4b4b;
}
.cid-sbg3leL3wR H2 {
  color: #4b4b4b;
}
.cid-snSogh9MOv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-snSogh9MOv P {
  color: #767676;
}
.cid-snSogh9MOv H3 {
  color: #4b4b4b;
}
#hrblock-block-17u hr {
  margin: 0;
}
.cid-sbg3kyR0QM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sbg3kyR0QM h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sbg3kyR0QM h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbg3kyR0QM h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbg3kyR0QM .mbr-text,
.cid-sbg3kyR0QM .mbr-section-btn {
  color: #767676;
}
.cid-sbg3kyR0QM H1 {
  color: #4b4b4b;
}
.cid-sbg3kyR0QM H3 {
  color: #4b4b4b;
}
.cid-sbg3kyR0QM H2 {
  color: #4b4b4b;
}
.cid-snSoh1rQyD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-snSoh1rQyD P {
  color: #767676;
}
.cid-snSoh1rQyD H3 {
  color: #4b4b4b;
}
#hrblock-block-ys hr {
  margin: 0;
}
.cid-s0MAm84nAR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s0MAm84nAR .mbr-overlay {
  background: #879a9f;
}
.cid-s0MAm84nAR .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MAm84nAR .mbr-text,
.cid-s0MAm84nAR .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MAm84nAR H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rZFbd39F86 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-rZFbd39F86 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rZFbd39F86 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rZFbd39F86 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rZFbd39F86 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZFbd39F86 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZFbd39F86 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZFbd39F86 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZFbd39F86 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZFbd39F86 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZFbd39F86 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZFbd39F86 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZFbd39F86 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZFbd39F86 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZFbd39F86 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZFbd39F86 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZFbd39F86 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rZFbd39F86 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZFbd39F86 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZFbd39F86 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rZFbd39F86 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZFbd39F86 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZFbd39F86 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rZFbd39F86 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rSnFu9tvGQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnFu9tvGQ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnFu9tvGQ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnFu9tvGQ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnFu9tvGQ .mbr-text,
.cid-rSnFu9tvGQ .mbr-section-btn {
  color: #767676;
}
.cid-rSnFu9tvGQ H1 {
  color: #4b4b4b;
}
.cid-rSnFu9tvGQ H3 {
  color: #4b4b4b;
}
.cid-rSnFu9tvGQ H2 {
  color: #4b4b4b;
}
.cid-snYWyCQVqI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f4f5;
}
.cid-snYWyCQVqI .line {
  background-color: #ff0000;
  align: center;
  height: 1px;
  width: 50%;
  margin: 0 auto;
}
.cid-snYl6ZUxHJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-snYl6ZUxHJ .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-snXXhQvkVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-snXXhQvkVu .card-icon {
  font-size: 56px;
  color: #ff0000;
  transition: color 0.3s;
}
.cid-snXXhQvkVu .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-snXXhQvkVu .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-snXXhQvkVu p {
  font-weight: 400;
}
.cid-snXXhQvkVu .link-ico {
  font-size: 0.8rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-snXXhQvkVu .link-ico:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: gray!important;
}
.cid-snXXhQvkVu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-snXXhQvkVu .bg1 {
  background: #ffffff;
}
.cid-snXXhQvkVu .bg2 {
  background: #efefef;
}
.cid-snXXhQvkVu .bg3 {
  background: #cccccc;
}
.cid-snXXhQvkVu .bg4 {
  background: #149dcc;
}
.cid-snXXhQvkVu .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-snXXhQvkVu .card-wrapper:hover .link-ico {
  background-color: #ff0000;
  border-color: #ff0000;
  color: gray!important;
}
.cid-snXXhQvkVu .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-snXXhQvkVu .card-title,
.cid-snXXhQvkVu .card-ico,
.cid-snXXhQvkVu .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-snXXhQvkVu .mbr-text,
.cid-snXXhQvkVu .card-link {
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-snXXhQvkVu .row {
    padding: 0 1rem;
  }
}
.cid-snYm4AJkGx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-snYm4AJkGx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-snYm4AJkGx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snYm4AJkGx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snYm4AJkGx .mbr-text,
.cid-snYm4AJkGx .mbr-section-btn {
  color: #767676;
}
.cid-snYm4AJkGx H1 {
  color: #4b4b4b;
}
.cid-snYm4AJkGx H3 {
  color: #4b4b4b;
}
.cid-ta9AZU51hC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-ta9AZU51hC .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-ta9AZU51hC .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 712px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-ta9AZU51hC .container2 figure {
  background-image: url("../../../assets/images/comp-cor.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-ta9AZU51hC #compare {
  background-image: url("../../../assets/images/comp-orig01.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-ta9AZU51hC input#slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-ta9AZU51hC input#slider::-moz-range-track {
  background: transparent;
}
.cid-ta9AZU51hC input#slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-ta9AZU51hC input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-ta9AZU51hC input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-ta9AZU51hC input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-ta9AZU51hC input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-ta9AZU51hC input#slider::-ms-tooltip {
  display: none;
}
.cid-ta9AZU51hC #compare::before {
  background: url(../_images/comparision.png) no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-ta9AZU51hC H2 {
  color: #4b4b4b;
}
.cid-snYmnGNlgA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-snYmnGNlgA .mbr-text {
  color: #4b4b4b;
}
#hrblock-block-35 hr {
  margin: 0;
}
.cid-snZdH7mwpd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-snZdH7mwpd .mbr-section-subtitle {
  color: #767676;
}
.cid-snZdH7mwpd H2 {
  color: #4b4b4b;
}
.cid-snYXvoRl1K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-snYXvoRl1K p {
  line-height: 1.6;
}
.cid-snYXvoRl1K .card-box {
  width: -webkit-fill-available;
}
.cid-snYXvoRl1K .card-img {
  width: auto;
}
.cid-snYXvoRl1K .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-snYXvoRl1K .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snYXvoRl1K .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-snYXvoRl1K .card {
  height: 100%;
  margin: auto;
}
.cid-snYXvoRl1K img {
  width: 100%;
  heigth: auto;
}
.cid-snYXvoRl1K .card-title1 {
  color: #4b4b4b;
}
.cid-snYXvoRl1K .mbr-text1 {
  color: #767676;
}
.cid-snYXvoRl1K .card-title2 {
  color: #4b4b4b;
}
.cid-snYXvoRl1K .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-snYXvoRl1K .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-snYXvoRl1K .card-img {
    order: 1;
  }
  .cid-snYXvoRl1K .card-box {
    order: 2;
  }
}
.cid-snZg0qFrJI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-snZg0qFrJI .subicon-title {
  color: #4b4b4b;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snZg0qFrJI .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #4b4b4b;
}
.cid-snZg0qFrJI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-snZg0qFrJI .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff0000;
  display: inline-block;
}
.cid-snZg0qFrJI .process-icon,
.cid-snZg0qFrJI .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-snZg0qFrJI .wrapper,
.cid-snZg0qFrJI .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-snZg0qFrJI .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #ff0000;
  opacity: .4;
}
.cid-snZg0qFrJI .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-snZg0qFrJI .icon-container a {
  display: inherit;
}
.cid-snZg0qFrJI .icon-number {
  text-align: center;
  height: 2em;
  width: 2em;
  margin: 0;
  line-height: 2em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #4b4b4b !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-snZg0qFrJI .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-snZg0qFrJI .icon-main:hover .icon-wrapper {
  background-color: #4b4b4b !important;
}
.cid-snZg0qFrJI .icon-main:hover .icon-number {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}
.cid-snZg0qFrJI .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-snZg0qFrJI .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-snZg0qFrJI .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-snZg0qFrJI .third-elem .wrapper:before {
    display: none;
  }
}
.cid-snZg0qFrJI .mbr-section-title {
  margin: 0;
}
.cid-snZg0qFrJI .mbr-section-subtitle {
  color: #4b4b4b;
  text-align: center;
}
.cid-snZg0qFrJI .mbr-section-title,
.cid-snZg0qFrJI .underline {
  color: #4b4b4b;
}
.cid-snYl8yX5xU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f4f5;
}
.cid-snYl8yX5xU .line {
  background-color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-snYl8yX5xU .mbr-text {
  color: #4b4b4b;
}
.cid-rSnFVlIOXC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rSnFVlIOXC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnFVlIOXC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnFVlIOXC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnFVlIOXC .mbr-text,
.cid-rSnFVlIOXC .mbr-section-btn {
  color: #767676;
}
.cid-rSnFVlIOXC H1 {
  color: #4b4b4b;
}
.cid-rSnFVlIOXC H3 {
  color: #f3f4f5;
}
.cid-s4IH0JONKz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s4IH0JONKz h2 {
  text-align: center;
}
.cid-s4IH0JONKz h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s4IH0JONKz p {
  color: #767676;
}
.cid-s4IH0JONKz img {
  object-fit: cover;
}
.cid-s4IH0JONKz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s4IH0JONKz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s4IH0JONKz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s4IH0JONKz .mbr-section-subtitle {
  color: #767676;
}
.cid-s4IH0JONKz .card-title {
  font-weight: 500;
}
.cid-s4IH0JONKz .card-img {
  text-align: inherit;
}
.cid-s4IH0JONKz .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s4IH0JONKz .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s4IH0JONKz .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s4IH0JONKz .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s4IH0JONKz .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-s4IH0JONKz .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-s4IH0JONKz .mbr-section-text {
  text-align: center;
  color: #f3f4f5;
}
.cid-s4IH0JONKz .mbr-section-title,
.cid-s4IH0JONKz .underline {
  color: #f3f4f5;
  text-align: center;
}
#hrblock-block-34 hr {
  margin: 0;
}
.cid-txmma3ONJs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-txmma3ONJs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-txmma3ONJs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmma3ONJs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmma3ONJs .mbr-text,
.cid-txmma3ONJs .mbr-section-btn {
  color: #767676;
}
.cid-txmma3ONJs H1 {
  color: #4b4b4b;
}
.cid-txmma3ONJs H3 {
  color: #f3f4f5;
}
.cid-tFM9EwsXiA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-tFM9EwsXiA .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tFM9EwsXiA body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-tFM9EwsXiA .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-tFM9EwsXiA .price-tabs {
    margin-bottom: 60px;
  }
  .cid-tFM9EwsXiA .price-tabs .nav-link {
    padding: 12px 40px;
    display: none;
  }
  .cid-tFM9EwsXiA .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-tFM9EwsXiA .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-tFM9EwsXiA .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-tFM9EwsXiA .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: none;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-tFM9EwsXiA .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
  display: none;
}
.cid-tFM9EwsXiA .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-tFM9EwsXiA .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-tFM9EwsXiA .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-tFM9EwsXiA .price-item .price-top * {
  color: #4b4b4b;
}
.cid-tFM9EwsXiA .price-item .price-top h2 {
  font-weight: 700;
}
.cid-tFM9EwsXiA .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-tFM9EwsXiA .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-tFM9EwsXiA .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFM9EwsXiA .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-tFM9EwsXiA .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-tFM9EwsXiA .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-tFM9EwsXiA .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-tFM9EwsXiA .popular {
  background-color: #cccccc;
}
.cid-tFM9EwsXiA .popular .price-top {
  background-color: #fff;
}
.cid-tFM9EwsXiA .popular .price-top:after {
  background-color: #fff;
}
.cid-tFM9EwsXiA .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-tFM9EwsXiA .popular .price-top h2,
.cid-tFM9EwsXiA .popular .price-top span,
.cid-tFM9EwsXiA .popular .price-top sup {
  color: #4b4b4b;
}
.cid-tFM9EwsXiA .popular .price-content ul *,
.cid-tFM9EwsXiA .popular .price-content ul .zmdi-close,
.cid-tFM9EwsXiA .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-tFM9EwsXiA H2 {
  text-align: center;
}
.cid-tFM9EwsXiA H4 {
  color: #c1c1c1;
}
.cid-tFM9EwsXiA UL {
  color: #4b4b4b;
}
.cid-tFM9EwsXiA .red {
  color: red;
}
.cid-rSnG1bMw1H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rSnG1bMw1H h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnG1bMw1H h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnG1bMw1H h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnG1bMw1H .mbr-text,
.cid-rSnG1bMw1H .mbr-section-btn {
  color: #767676;
}
.cid-rSnG1bMw1H H1 {
  color: #4b4b4b;
}
.cid-rSnG1bMw1H H3 {
  color: #f3f4f5;
}
.cid-s4D04yCaBa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-s4D04yCaBa .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-s4D04yCaBa .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s4D04yCaBa .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-s4D04yCaBa p {
  font-weight: 400;
}
.cid-s4D04yCaBa .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-s4D04yCaBa .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s4D04yCaBa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s4D04yCaBa .bg1 {
  background: #c1c1c1;
}
.cid-s4D04yCaBa .bg2 {
  background: #cccccc;
}
.cid-s4D04yCaBa .bg3 {
  background: #efefef;
}
.cid-s4D04yCaBa .bg4 {
  background: #ffffff;
}
.cid-s4D04yCaBa .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-s4D04yCaBa .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s4D04yCaBa .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-s4D04yCaBa .card-title,
.cid-s4D04yCaBa .card-ico,
.cid-s4D04yCaBa .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-s4D04yCaBa .mbr-text,
.cid-s4D04yCaBa .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-s4D04yCaBa .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-s4D04yCaBa .row {
    padding: 0 1rem;
  }
}
.cid-rSnFO1AcYl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rSnFO1AcYl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnFO1AcYl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnFO1AcYl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnFO1AcYl .mbr-text,
.cid-rSnFO1AcYl .mbr-section-btn {
  color: #767676;
}
.cid-rSnFO1AcYl H1 {
  color: #4b4b4b;
}
.cid-rSnFO1AcYl H3 {
  color: #f3f4f5;
}
.cid-t8ieCWxdTi {
  background: #767676;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-t8ieCWxdTi .image-block {
  margin: auto;
}
.cid-t8ieCWxdTi figcaption {
  position: relative;
}
.cid-t8ieCWxdTi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t8ieCWxdTi .image-block {
    width: 100% !important;
  }
}
.cid-s2XjKUZYJK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-s2XjKUZYJK .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-s2XjKUZYJK .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s2XjKUZYJK .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-s2XjKUZYJK p {
  font-weight: 400;
}
.cid-s2XjKUZYJK .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-s2XjKUZYJK .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s2XjKUZYJK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s2XjKUZYJK .bg1 {
  background: #ffffff;
}
.cid-s2XjKUZYJK .bg2 {
  background: #efefef;
}
.cid-s2XjKUZYJK .bg3 {
  background: #dbdbdb;
}
.cid-s2XjKUZYJK .bg4 {
  background: #cccccc;
}
.cid-s2XjKUZYJK .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-s2XjKUZYJK .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s2XjKUZYJK .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-s2XjKUZYJK .card-title,
.cid-s2XjKUZYJK .card-ico,
.cid-s2XjKUZYJK .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-s2XjKUZYJK .mbr-text,
.cid-s2XjKUZYJK .card-link {
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-s2XjKUZYJK .row {
    padding: 0 1rem;
  }
}
#hrblock-block-19g hr {
  margin: 0;
}
.cid-rSnDvYEtzM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnDvYEtzM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnDvYEtzM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnDvYEtzM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnDvYEtzM .mbr-text,
.cid-rSnDvYEtzM .mbr-section-btn {
  color: #767676;
}
.cid-rSnDvYEtzM H1 {
  color: #4b4b4b;
}
.cid-rSnDvYEtzM H3 {
  color: #4b4b4b;
}
.cid-rSnDz5neR2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSnDz5neR2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSnDz5neR2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSnDz5neR2 .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-rSnDz5neR2 .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-rSnDz5neR2 .icon-big:hover {
  color: #ff0000 !important;
}
.cid-rSnDz5neR2 .content-col {
  margin: auto 0;
}
.cid-rSnDz5neR2 img {
  width: 90%;
  margin: auto;
}
.cid-rSnDz5neR2 h6 {
  margin: 0;
}
.cid-rSnDz5neR2 h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rSnDz5neR2 h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rSnDz5neR2 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-rSnDz5neR2 .icon-wrap,
.cid-rSnDz5neR2 .date-wrap {
  display: flex;
  align-items: center;
}
.cid-rSnDz5neR2 .tabs-col {
  overflow: hidden;
}
.cid-rSnDz5neR2 .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link {
  font-size: large;
  color: #4b4b4b;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 200;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #4b4b4b;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link.active:before {
  background: #4b4b4b;
}
.cid-rSnDz5neR2 .nav-tabs .nav-link.active:after {
  background: #4b4b4b;
}
@media (max-width: 992px) {
  .cid-rSnDz5neR2 img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rSnDz5neR2 .nav-tabs {
    flex-direction: row;
  }
  .cid-rSnDz5neR2 .mbr-text,
  .cid-rSnDz5neR2 .nav-link {
    text-align: center;
  }
  .cid-rSnDz5neR2 .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-rSnDz5neR2 .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-rSnDz5neR2 .nav-item {
    min-width: 100px;
  }
  .cid-rSnDz5neR2 .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-rSnDz5neR2 .mbr-section-subtitle,
.cid-rSnDz5neR2 .title-align {
  color: #000000;
}
.cid-rSnDz5neR2 H1 {
  color: #4b4b4b;
}
.cid-rSnDz5neR2 H2 {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnDz5neR2 H3 {
  color: #4b4b4b;
}
.cid-rSnDz5neR2 .location,
.cid-rSnDz5neR2 .icon-wrap {
  color: #000000;
}
.cid-rSnDz5neR2 P {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnDz5neR2 .sizem {
  font-size: xx-large !important;
}
#hrblock-block-37 hr {
  margin: 0;
}
.cid-snYgG8HTx8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-snYgG8HTx8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-snYgG8HTx8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snYgG8HTx8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snYgG8HTx8 .mbr-text,
.cid-snYgG8HTx8 .mbr-section-btn {
  color: #767676;
}
.cid-snYgG8HTx8 H1 {
  color: #4b4b4b;
}
.cid-snYgG8HTx8 H3 {
  color: #4b4b4b;
}
.cid-s0tyrr1k7Y {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0tyrr1k7Y .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-s0tyrr1k7Y .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s0tyrr1k7Y .image-block:hover:before {
  opacity: 0;
}
.cid-s0tyrr1k7Y .image-block:hover .wrap {
  opacity: 1;
}
.cid-s0tyrr1k7Y .image-block:hover img {
  transform: scale(1.05);
}
.cid-s0tyrr1k7Y h4 {
  letter-spacing: 2px;
}
.cid-s0tyrr1k7Y figcaption {
  position: relative;
}
.cid-s0tyrr1k7Y figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s0tyrr1k7Y img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s0tyrr1k7Y .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s0tyrr1k7Y .wrap {
    opacity: 1!important;
  }
  .cid-s0tyrr1k7Y .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rZFbspqKIO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZFbspqKIO P {
  color: #767676;
}
.cid-rZFbspqKIO H3 {
  color: #4b4b4b;
}
#hrblock-block-18o hr {
  margin: 0;
}
.cid-rStlak9Zt2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rStlak9Zt2 .mbr-overlay {
  background: #879a9f;
}
.cid-rStlak9Zt2 .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-rStlak9Zt2 .mbr-text,
.cid-rStlak9Zt2 .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-rStlak9Zt2 H4 {
  color: #4b4b4b;
}
#hrblock-block-y6 hr {
  margin: 0;
}
.cid-s0MAwYuTio {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s0MAwYuTio .mbr-overlay {
  background: #879a9f;
}
.cid-s0MAwYuTio .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MAwYuTio .mbr-text,
.cid-s0MAwYuTio .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MAwYuTio H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxhGpEf0 .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxhGpEf0 .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxhGpEf0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxhGpEf0 .red {
  color: #ff0000 !important;
}
.cid-rSnxhGpEf0 .nav-item,
.cid-rSnxhGpEf0 .nav-link,
.cid-rSnxhGpEf0 .navbar-caption {
  font-weight: normal;
}
.cid-rSnxhGpEf0 .nav-item:focus,
.cid-rSnxhGpEf0 .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxhGpEf0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxhGpEf0 .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxhGpEf0 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxhGpEf0 .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxhGpEf0 .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxhGpEf0 .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxhGpEf0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxhGpEf0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxhGpEf0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxhGpEf0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxhGpEf0 .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-rSnxhGpEf0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxhGpEf0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxhGpEf0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxhGpEf0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxhGpEf0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxhGpEf0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxhGpEf0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxhGpEf0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxhGpEf0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxhGpEf0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxhGpEf0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxhGpEf0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxhGpEf0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxhGpEf0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxhGpEf0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxhGpEf0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxhGpEf0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxhGpEf0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxhGpEf0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxhGpEf0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxhGpEf0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxhGpEf0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxhGpEf0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxhGpEf0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxhGpEf0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxhGpEf0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxhGpEf0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxhGpEf0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxhGpEf0 .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxhGpEf0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxhGpEf0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxhGpEf0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxhGpEf0 .dropdown-item.active,
.cid-rSnxhGpEf0 .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxhGpEf0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxhGpEf0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxhGpEf0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxhGpEf0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxhGpEf0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxhGpEf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxhGpEf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxhGpEf0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxhGpEf0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxhGpEf0 .navbar-buttons {
  text-align: center;
}
.cid-rSnxhGpEf0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxhGpEf0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxhGpEf0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxhGpEf0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxhGpEf0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxhGpEf0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxhGpEf0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxhGpEf0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxhGpEf0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxhGpEf0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxhGpEf0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxhGpEf0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxhGpEf0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxhGpEf0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxhGpEf0 .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxhGpEf0 .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-rSnxhGpEf0 a.nav-link,
.cid-rSnxhGpEf0 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxhGpEf0 a.nav-link .mbr-iconfont-btn,
.cid-rSnxhGpEf0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxhGpEf0 a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxhGpEf0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxhGpEf0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxhGpEf0 .navbar {
    height: 77px;
  }
  .cid-rSnxhGpEf0 .navbar.opened {
    height: auto;
  }
  .cid-rSnxhGpEf0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxhGpEf0 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxhGpEf0 .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxhGpEf0 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxhGpEf0 .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxhGpEf0 .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxhGpEf0 .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxhGpEf0 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxhGpEf0 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxhGpEf0 .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxhGpEf0 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxhGpEf0 .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSo1CXH6p7 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-floor-plan-1.jpg");
}
.cid-rSo1CXH6p7 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSo1CXH6p7 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSo1CXH6p7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSo1CXH6p7 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSo1CXH6p7 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSo1CXH6p7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo1CXH6p7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo1CXH6p7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo1CXH6p7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo1CXH6p7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo1CXH6p7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo1CXH6p7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo1CXH6p7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo1CXH6p7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSo1CXH6p7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo1CXH6p7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSo1CXH6p7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo1CXH6p7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo1CXH6p7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSo1CXH6p7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSo1CXH6p7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo1CXH6p7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSo1CXH6p7 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s4hzhDFLtf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4hzhDFLtf P {
  color: #767676;
}
.cid-s4hzhDFLtf H3 {
  color: #4b4b4b;
}
.cid-rSo1F14UkU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo1F14UkU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo1F14UkU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo1F14UkU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo1F14UkU .mbr-text,
.cid-rSo1F14UkU .mbr-section-btn {
  color: #767676;
}
.cid-rSo1F14UkU H1 {
  color: #4b4b4b;
}
.cid-rSo1F14UkU H3 {
  color: #4b4b4b;
}
.cid-rSo1E7kj4Z {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo1E7kj4Z .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo1E7kj4Z .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSo1E7kj4Z .mbr-section-title DIV {
  text-align: left;
}
.cid-rSo1MAXeKn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo1MAXeKn .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo1MAXeKn .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSo1MAXeKn .mbr-section-title DIV {
  text-align: left;
}
#hrblock-block-fo hr {
  margin: 0;
}
.cid-rSo1W9Rso1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo1W9Rso1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo1W9Rso1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo1W9Rso1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo1W9Rso1 .mbr-text,
.cid-rSo1W9Rso1 .mbr-section-btn {
  color: #767676;
}
.cid-rSo1W9Rso1 H1 {
  color: #4b4b4b;
}
.cid-rSo1W9Rso1 H3 {
  color: #4b4b4b;
}
.cid-s0tTLsMRKz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dcdcdc;
}
.cid-s0tTLsMRKz .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s0tTLsMRKz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-s0tTLsMRKz .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0tTLsMRKz .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0tTLsMRKz .card .card-wrapper {
  height: 1%;
}
.cid-s0tTLsMRKz .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-s0tTLsMRKz .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0tTLsMRKz .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-s0tTLsMRKz .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s0tTLsMRKz .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-s0tTLsMRKz .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s0tTLsMRKz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0tTLsMRKz .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0tTLsMRKz .mbr-card-text,
.cid-s0tTLsMRKz .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0tTLsMRKz .mbr-section-title,
.cid-s0tTLsMRKz .underline {
  text-align: center;
  color: #4b4b4b;
}
.cid-s0tTLsMRKz .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-s0tTLsMRKz .img-text {
  text-align: left;
}
#hrblock-block-wr hr {
  margin: 0;
}
.cid-s0u75lI5PU {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s0u75lI5PU .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0u75lI5PU .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0u75lI5PU .mbr-section-title {
  margin: 0;
}
.cid-s0u75lI5PU .card-img {
  text-align: center;
}
.cid-s0u75lI5PU .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0u75lI5PU .row-item.card1 {
  background: #cccccc;
}
.cid-s0u75lI5PU .row-item.card2 {
  background: #188ef4;
}
.cid-s0u75lI5PU .row-item.card3 {
  background: #ff695c;
}
.cid-s0u75lI5PU .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0u75lI5PU .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0u75lI5PU .card-img,
  .cid-s0u75lI5PU .mbr-text,
  .cid-s0u75lI5PU .mbr-card-title,
  .cid-s0u75lI5PU .mbr-section-subtitle,
  .cid-s0u75lI5PU .mbr-section-title,
  .cid-s0u75lI5PU .underline {
    text-align: center !important;
  }
}
.cid-s0u75lI5PU .smtxt {
  font-size: ;
}
.cid-s0u75lI5PU .card1 > .mbr-text,
.cid-s0u75lI5PU .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0u75lI5PU {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0u75lI5PU .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
.cid-s0u75lI5PU .card1 > .mbr-text,
.cid-s0u75lI5PU .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
#RED-STD hr {
  margin: 0;
}
.cid-rSo2lgYtO9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rSo2lgYtO9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo2lgYtO9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo2lgYtO9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo2lgYtO9 .mbr-text,
.cid-rSo2lgYtO9 .mbr-section-btn {
  color: #767676;
}
.cid-rSo2lgYtO9 H1 {
  color: #4b4b4b;
}
.cid-rSo2lgYtO9 H3 {
  color: #4b4b4b;
}
.cid-snZAtG9nCG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-snZAtG9nCG .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-s0uBZnp4y8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s0uBZnp4y8 .mbr-text {
  color: #767676;
}
.cid-s0uBZnp4y8 h4 {
  text-align: center;
}
.cid-s0uBZnp4y8 p {
  text-align: center;
}
.cid-s0uBZnp4y8 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s0uBZnp4y8 .card-title,
.cid-s0uBZnp4y8 .card-img {
  color: #4b4b4b;
}
.cid-rSo2xwm9PA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rSo2xwm9PA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo2xwm9PA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo2xwm9PA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo2xwm9PA .mbr-text,
.cid-rSo2xwm9PA .mbr-section-btn {
  color: #767676;
}
.cid-rSo2xwm9PA H1 {
  color: #4b4b4b;
}
.cid-rSo2xwm9PA H3 {
  color: #4b4b4b;
}
.cid-rSuHgIlPul {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rSuHgIlPul .nav {
  border: none;
}
.cid-rSuHgIlPul .nav-tabs {
  display: table;
  width: 100%;
}
.cid-rSuHgIlPul .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rSuHgIlPul .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3);
  box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3);
}
.cid-rSuHgIlPul .tab-content {
  margin-top: 3rem;
}
.cid-rSuHgIlPul .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rSuHgIlPul .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f9f9f9;
  font-weight: 400;
  padding: 1rem;
  border: 1px solid #e9e9e9;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-rSuHgIlPul .nav-tabs .nav-link:hover {
  background-color: #cccccc;
  color: #000000;
}
.cid-rSuHgIlPul .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #000000;
  font-style: normal;
  background: #cccccc;
  border-bottom: 1px solid reds;
}
.cid-rSuHgIlPul .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rSuHgIlPul .nav-item {
    display: table-row !important;
  }
}
.cid-rSuHgIlPul .mbr-section-subtitle,
.cid-rSuHgIlPul .mbr-text,
.cid-rSuHgIlPul .mbr-section-btn {
  color: #8d97ad;
}
#RED-PREMIUM hr {
  margin: 0;
}
.cid-s0u2rphPnt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffffd;
}
.cid-s0u2rphPnt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0u2rphPnt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u2rphPnt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u2rphPnt .mbr-text,
.cid-s0u2rphPnt .mbr-section-btn {
  color: #767676;
}
.cid-s0u2rphPnt H1 {
  color: #4b4b4b;
}
.cid-s0u2rphPnt H3 {
  color: #4b4b4b;
}
.cid-s0uOSyt8Oo {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-s0uOSyt8Oo .mbr-iconfont2 {
  color: #ff0000;
}
.cid-s0uOSyt8Oo .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-s0uOSyt8Oo .card-inner {
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 10;
}
.cid-s0uOSyt8Oo .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-s0uOSyt8Oo .row {
  padding-bottom: 8rem;
}
.cid-s0uOSyt8Oo .link {
  margin: 0;
}
.cid-s0uOSyt8Oo .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-s0uOSyt8Oo .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff0000;
  transition: 0.7s;
}
.cid-s0uOSyt8Oo .card-img {
  margin-bottom: 3.2rem;
}
.cid-s0uOSyt8Oo .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s0uOSyt8Oo .card:hover .card-inner {
  background-color: #ff0000;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-s0uOSyt8Oo .card:hover .mbr-iconfont {
  color: #f3f4f5 !important;
}
.cid-s0uOSyt8Oo .card:hover .card-title {
  color: #ffffff;
}
.cid-s0uOSyt8Oo .card:hover .card-title:after {
  background: #f3f4f5;
}
.cid-s0uOSyt8Oo .card:hover .mbr-text {
  color: #ffffff;
}
.cid-s0uOSyt8Oo .media-container-row {
  align-items: flex-end;
}
.cid-s0uOSyt8Oo .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s0uOSyt8Oo .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-s0uOSyt8Oo .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s0uOSyt8Oo .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s0uOSyt8Oo .card {
    margin-bottom: 2rem;
  }
  .cid-s0uOSyt8Oo .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-s0uOSyt8Oo .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s0uOSyt8Oo .card {
  position: relative;
}
.cid-s0uOSyt8Oo .card-3::after {
  content: "";
  background-color: #cccccc;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-s0uOSyt8Oo .card:first-child .card-inner {
  background-color: #ff0000;
}
.cid-s0uOSyt8Oo .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-s0uOSyt8Oo .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-s0uOSyt8Oo .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-s0uOSyt8Oo .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-s0uOSyt8Oo .btn:hover {
  color: #ffffff !important;
}
.cid-s0uOSyt8Oo .mbr-maintext,
.cid-s0uOSyt8Oo .mbr-section-btn {
  color: #4b4b4b;
  font-size: x-large;
}
.cid-s0uOSyt8Oo .block-title,
.cid-s0uOSyt8Oo .mbr-section-title,
.cid-s0uOSyt8Oo .line,
.cid-s0uOSyt8Oo .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0uOSyt8Oo .card-title,
.cid-s0uOSyt8Oo .card-img DIV {
  text-align: center;
}
.cid-s0uOSyt8Oo .card-title,
.cid-s0uOSyt8Oo .card-img {
  color: #4b4b4b;
  text-align: left;
}
.cid-s0uOSyt8Oo .mbr-text,
.cid-s0uOSyt8Oo .link {
  color: #4b4b4b;
}
#RED-IFP hr {
  margin: 0;
}
.cid-rSo4oEWkTF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffffd;
}
.cid-rSo4oEWkTF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo4oEWkTF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo4oEWkTF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo4oEWkTF .mbr-text,
.cid-rSo4oEWkTF .mbr-section-btn {
  color: #767676;
}
.cid-rSo4oEWkTF H1 {
  color: #4b4b4b;
}
.cid-rSo4oEWkTF H3 {
  color: #4b4b4b;
}
.cid-rSo4sZRtYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffffd;
}
.cid-rSo4sZRtYO .mbr-text,
.cid-rSo4sZRtYO .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo4sZRtYO .card-title {
  color: #66458e;
}
.cid-rSo4sZRtYO .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSo4sZRtYO .mbr-section-subtitle,
  .cid-rSo4sZRtYO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSo4sZRtYO .card-title,
.cid-rSo4sZRtYO .card-img {
  color: #4b4b4b;
}
.cid-s0uZTfsBPQ {
  padding-top: 20px;
  background-color: #fffffd;
}
.cid-s0uZTfsBPQ .container {
  margin-bottom: 150px;
}
.cid-s0uZTfsBPQ .content-container .btn-bgr {
  z-index: 0;
}
.cid-s0uZTfsBPQ .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #fffffd;
}
.cid-s0uZTfsBPQ .icon-block-top span {
  background-color: #ff0000;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-s0uZTfsBPQ .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-s0uZTfsBPQ .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-s0uZTfsBPQ .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-s0uZTfsBPQ .box-item:last-child {
  background-color: #cccccc;
  margin-right: 0;
}
.cid-s0uZTfsBPQ .mbr-text,
.cid-s0uZTfsBPQ .box-item-text {
  color: #8d97ad;
}
.cid-s0uZTfsBPQ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s0uZTfsBPQ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s0uZTfsBPQ .box-list li:last-child {
  border-bottom: none;
}
.cid-s0uZTfsBPQ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s0uZTfsBPQ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-s0uZTfsBPQ .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s0uZTfsBPQ .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s0uZTfsBPQ .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-s0uZTfsBPQ .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-s0uZTfsBPQ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-s0uZTfsBPQ .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-s0uZTfsBPQ .mbr-text {
  color: #4b4b4b;
}
.cid-s0uZTfsBPQ .box-item-text,
.cid-s0uZTfsBPQ .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0uZTfsBPQ .box-item-title {
  text-align: center;
  color: #4b4b4b;
}
.cid-s0uZTfsBPQ H1 {
  color: #4b4b4b;
}
.cid-s0uY7Q5Yxr {
  background-color: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffffd;
}
.cid-s0uY7Q5Yxr iframe {
  margin: 0 auto !important;
  display: block;
}
.cid-s0uY7Q5Yxr .btn-view-3d {
  display: none !important;
}
.cid-s0uY7Q5Yxr .skin-white .main-footer {
  display: none !important;
}
.cid-s0uY7Q5Yxr .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s0uY7Q5Yxr .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s0uY7Q5Yxr .photo-split {
  padding: 0;
}
.cid-s0uY7Q5Yxr .photo-split img {
  width: 100%;
}
.cid-s0uY7Q5Yxr .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s0uY7Q5Yxr .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s0uY7Q5Yxr .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-s0uY7Q5Yxr .wrap-block {
  padding: 3rem 3rem;
}
.cid-s0uY7Q5Yxr .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-s0uY7Q5Yxr .wrap-block ul li {
  display: inline-block;
}
.cid-s0uY7Q5Yxr .wrap-block ul li span {
  text-align: center;
}
.cid-s0uY7Q5Yxr .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-s0uY7Q5Yxr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s0uY7Q5Yxr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s0uY7Q5Yxr .mbr-list,
.cid-s0uY7Q5Yxr .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-s0uY7Q5Yxr .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s0uY7Q5Yxr .mbr-section-title,
  .cid-s0uY7Q5Yxr .mbr-section-subtitle,
  .cid-s0uY7Q5Yxr .mbr-text {
    text-align: center !important;
  }
  .cid-s0uY7Q5Yxr .social-list {
    text-align: center !important;
  }
}
.cid-s0uY7Q5Yxr .mbr-list,
.cid-s0uY7Q5Yxr .social-media {
  color: #4b4b4b;
}
.cid-s0uY7Q5Yxr .mbr-section-title {
  text-align: left;
  color: #4b4b4b;
}
.cid-s0uY7Q5Yxr .mbr-section-subtitle {
  text-align: right;
}
#RED-DELUXE hr {
  margin: 0;
}
.cid-s0u38C5XJU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0u38C5XJU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0u38C5XJU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u38C5XJU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u38C5XJU .mbr-text,
.cid-s0u38C5XJU .mbr-section-btn {
  color: #767676;
}
.cid-s0u38C5XJU H1 {
  color: #4b4b4b;
}
.cid-s0u38C5XJU H3 {
  color: #4b4b4b;
}
.cid-s0v4tKTvCv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s0v4tKTvCv .mbr-section-subtitle {
  color: #767676;
}
.cid-s0v4tKTvCv .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-s0v4tKTvCv .mbr-section-title DIV {
  text-align: left;
}
#COMPARE hr {
  margin: 0;
}
.cid-s0u3o051Ql {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0u3o051Ql h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0u3o051Ql h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u3o051Ql h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u3o051Ql .mbr-text,
.cid-s0u3o051Ql .mbr-section-btn {
  color: #767676;
}
.cid-s0u3o051Ql H1 {
  color: #4b4b4b;
}
.cid-s0u3o051Ql H3 {
  color: #4b4b4b;
}
.cid-s0v5qllZTK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s0v5qllZTK .mbr-section-subtitle {
  color: #767676;
}
.cid-s0v5qllZTK .container-table {
  margin: 0 auto;
}
.cid-s0v5qllZTK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0v5qllZTK .dataTables_wrapper {
  display: block;
}
.cid-s0v5qllZTK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0v5qllZTK table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
}
.cid-s0v5qllZTK table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0v5qllZTK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0v5qllZTK table td {
  border-top: 1px solid #cccccc;
}
.cid-s0v5qllZTK table td:hover {
  color: #ff0000;
}
.cid-s0v5qllZTK table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-s0v5qllZTK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0v5qllZTK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0v5qllZTK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0v5qllZTK .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0v5qllZTK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0v5qllZTK .dataTables_filter {
    text-align: center;
  }
  .cid-s0v5qllZTK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0v5qllZTK .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0v5qllZTK .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-s0v5qllZTK .mbr-section-title {
  color: #4b4b4b;
}
.cid-s0v5qllZTK .smtxt {
  font-size: ;
}
.cid-s0v5qllZTK .center0 {
  text-align: center;
}
.cid-s0v5qllZTK .left0 {
  text-align: left;
}
#hrblock-block-x4 hr {
  margin: 0;
}
.cid-s0u88CX1yf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0u88CX1yf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0u88CX1yf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u88CX1yf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u88CX1yf .mbr-text,
.cid-s0u88CX1yf .mbr-section-btn {
  color: #767676;
}
.cid-s0u88CX1yf H1 {
  color: #4b4b4b;
}
.cid-s0u88CX1yf H3 {
  color: #4b4b4b;
}
.cid-tFMa1LQDJq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFMa1LQDJq .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tFMa1LQDJq body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-tFMa1LQDJq .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-tFMa1LQDJq .price-tabs {
    margin-bottom: 60px;
  }
  .cid-tFMa1LQDJq .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-tFMa1LQDJq .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-tFMa1LQDJq .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-tFMa1LQDJq .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-tFMa1LQDJq .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-tFMa1LQDJq .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-tFMa1LQDJq .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-tFMa1LQDJq .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-tFMa1LQDJq .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-tFMa1LQDJq .price-item .price-top * {
  color: #4b4b4b;
}
.cid-tFMa1LQDJq .price-item .price-top h2 {
  font-weight: 700;
}
.cid-tFMa1LQDJq .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-tFMa1LQDJq .price-item .price-content1 {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-tFMa1LQDJq .price-item .price-content1 li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFMa1LQDJq .price-item .price-content1 li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-tFMa1LQDJq .price-item .price-content1 li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-tFMa1LQDJq .price-item .price-content1 .zmdi-check {
  color: #28a745;
}
.cid-tFMa1LQDJq .price-item .price-content1 .zmdi-close {
  color: #f00;
}
.cid-tFMa1LQDJq .popular {
  background-color: #cccccc;
}
.cid-tFMa1LQDJq .popular .price-top {
  background-color: #fff;
}
.cid-tFMa1LQDJq .popular .price-top:after {
  background-color: #fff;
}
.cid-tFMa1LQDJq .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-tFMa1LQDJq .popular .price-top h2,
.cid-tFMa1LQDJq .popular .price-top span,
.cid-tFMa1LQDJq .popular .price-top sup {
  color: #4b4b4b;
}
.cid-tFMa1LQDJq .popular .price-content1 ul *,
.cid-tFMa1LQDJq .popular .price-content1 ul .zmdi-close,
.cid-tFMa1LQDJq .popular .price-content1 ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-tFMa1LQDJq H2 {
  text-align: center;
}
.cid-tFMa1LQDJq H4 {
  color: #c1c1c1;
}
.cid-tFMa1LQDJq UL {
  color: #4b4b4b;
}
.cid-tFMa1LQDJq .red {
  color: red;
}
.cid-s0u8ec4Yx6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0u8ec4Yx6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0u8ec4Yx6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u8ec4Yx6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0u8ec4Yx6 .mbr-text,
.cid-s0u8ec4Yx6 .mbr-section-btn {
  color: #767676;
}
.cid-s0u8ec4Yx6 H1 {
  color: #4b4b4b;
}
.cid-s0u8ec4Yx6 H3 {
  color: #4b4b4b;
}
.cid-s4D4ATaPBE {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #f3f4f5;
}
.cid-s4D4ATaPBE .plan-body .btn-bgr {
  z-index: 0;
  margin: 0 auto;
}
.cid-s4D4ATaPBE .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.cid-s4D4ATaPBE .list-group-item {
  padding: .75rem 0rem;
}
.cid-s4D4ATaPBE .plan-subtitle {
  color: #66458e;
}
.cid-s4D4ATaPBE .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-s4D4ATaPBE .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-s4D4ATaPBE .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-s4D4ATaPBE .plan .mbr-overlay {
  background: #f9f9f9;
  opacity: 1;
}
.cid-s4D4ATaPBE .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-s4D4ATaPBE .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-s4D4ATaPBE .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-s4D4ATaPBE .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-s4D4ATaPBE .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-s4D4ATaPBE .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-s4D4ATaPBE .plan {
    margin-bottom: 30px;
  }
}
.cid-s4D4ATaPBE .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-s4D4ATaPBE .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s4D4ATaPBE .plan-title {
  color: #4b4b4b;
}
.cid-s4D4ATaPBE .price-figure {
  color: #232323;
}
.cid-s4D4ATaPBE .price-term {
  color: #767676;
  text-align: center;
}
.cid-s4D4ATaPBE LI {
  color: #767676;
}
.cid-s4D4ATaPBE .plan-price {
  color: #4b4b4b;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s4D4ATaPBE .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4D4ATaPBE .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s4D4ATaPBE .price-figure {
    font-size: x-large;
  }
}
#hrblock-block-xa hr {
  margin: 0;
}
.cid-rSo4YpRHAo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo4YpRHAo .container-fluid {
  padding: 0 3rem;
}
.cid-rSo4YpRHAo .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo4YpRHAo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSo4YpRHAo .table-wrapper {
  margin: 0 auto;
}
.cid-rSo4YpRHAo table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rSo4YpRHAo table thead tr {
  border: none !important;
}
.cid-rSo4YpRHAo table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #666666;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-rSo4YpRHAo table tr {
  border-bottom: 1px solid #cccccc;
  border-top: none;
}
.cid-rSo4YpRHAo table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-rSo4YpRHAo table.table {
  background: #ffffff;
}
.cid-rSo4YpRHAo tr:hover {
  background-color: #ffffff !important;
}
.cid-rSo4YpRHAo .head-item:after,
.cid-rSo4YpRHAo .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-rSo4YpRHAo table th,
  .cid-rSo4YpRHAo table td {
    padding: .75rem;
  }
}
.cid-rSo4YpRHAo .body-item {
  text-align: center;
}
.cid-rSo4YpRHAo .head-item {
  color: #000000;
}
.cid-rSo4YpRHAo .mbr-text {
  color: #767676;
}
.cid-rSo4YpRHAo .mbr-section-title,
.cid-rSo4YpRHAo .underline {
  text-align: left;
}
.cid-rSo5Z4sY6P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo5Z4sY6P .container-fluid {
  padding: 0 3rem;
}
.cid-rSo5Z4sY6P .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo5Z4sY6P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSo5Z4sY6P .table-wrapper {
  margin: 0 auto;
}
.cid-rSo5Z4sY6P table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rSo5Z4sY6P table thead tr {
  border: none !important;
}
.cid-rSo5Z4sY6P table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #666666;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-rSo5Z4sY6P table tr {
  border-bottom: 1px solid #cccccc;
  border-top: none;
}
.cid-rSo5Z4sY6P table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-rSo5Z4sY6P table.table {
  background: #ffffff;
}
.cid-rSo5Z4sY6P tr:hover {
  background-color: #ffffff !important;
}
.cid-rSo5Z4sY6P .head-item:after,
.cid-rSo5Z4sY6P .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-rSo5Z4sY6P table th,
  .cid-rSo5Z4sY6P table td {
    padding: .75rem;
  }
}
.cid-rSo5Z4sY6P .body-item {
  text-align: center;
}
.cid-rSo5Z4sY6P .head-item {
  color: #4b4b4b;
}
.cid-rSo5Z4sY6P .mbr-text {
  color: #767676;
}
.cid-rSo5Z4sY6P .mbr-section-title,
.cid-rSo5Z4sY6P .underline {
  text-align: left;
}
#hrblock-block-y2 hr {
  margin: 0;
}
.cid-rSo7ihRLhd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo7ihRLhd .mbr-overlay {
  background: #879a9f;
}
.cid-rSo7ihRLhd .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-rSo7ihRLhd .mbr-text,
.cid-rSo7ihRLhd .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSo7ihRLhd H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnx7Eecxq .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnx7Eecxq .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnx7Eecxq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnx7Eecxq .red {
  color: #ff0000 !important;
}
.cid-rSnx7Eecxq .nav-item,
.cid-rSnx7Eecxq .nav-link,
.cid-rSnx7Eecxq .navbar-caption {
  font-weight: normal;
}
.cid-rSnx7Eecxq .nav-item:focus,
.cid-rSnx7Eecxq .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnx7Eecxq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnx7Eecxq .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnx7Eecxq .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnx7Eecxq .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnx7Eecxq .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnx7Eecxq .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnx7Eecxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnx7Eecxq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnx7Eecxq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnx7Eecxq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnx7Eecxq .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-rSnx7Eecxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnx7Eecxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnx7Eecxq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnx7Eecxq .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnx7Eecxq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnx7Eecxq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnx7Eecxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnx7Eecxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnx7Eecxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnx7Eecxq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnx7Eecxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnx7Eecxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnx7Eecxq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnx7Eecxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnx7Eecxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnx7Eecxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnx7Eecxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnx7Eecxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnx7Eecxq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnx7Eecxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnx7Eecxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnx7Eecxq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnx7Eecxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnx7Eecxq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnx7Eecxq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnx7Eecxq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnx7Eecxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnx7Eecxq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnx7Eecxq .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnx7Eecxq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnx7Eecxq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnx7Eecxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnx7Eecxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnx7Eecxq .dropdown-item.active,
.cid-rSnx7Eecxq .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnx7Eecxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnx7Eecxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnx7Eecxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnx7Eecxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnx7Eecxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnx7Eecxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnx7Eecxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnx7Eecxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnx7Eecxq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnx7Eecxq .navbar-buttons {
  text-align: center;
}
.cid-rSnx7Eecxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnx7Eecxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnx7Eecxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnx7Eecxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnx7Eecxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnx7Eecxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnx7Eecxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnx7Eecxq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnx7Eecxq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnx7Eecxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnx7Eecxq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnx7Eecxq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnx7Eecxq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnx7Eecxq .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnx7Eecxq .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnx7Eecxq .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-rSnx7Eecxq a.nav-link,
.cid-rSnx7Eecxq a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnx7Eecxq a.nav-link .mbr-iconfont-btn,
.cid-rSnx7Eecxq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnx7Eecxq a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnx7Eecxq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnx7Eecxq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnx7Eecxq .navbar {
    height: 77px;
  }
  .cid-rSnx7Eecxq .navbar.opened {
    height: auto;
  }
  .cid-rSnx7Eecxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnx7Eecxq .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnx7Eecxq .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnx7Eecxq .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnx7Eecxq .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnx7Eecxq .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnx7Eecxq .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnx7Eecxq .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnx7Eecxq .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnx7Eecxq .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnx7Eecxq .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnx7Eecxq .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnx7Eecxq .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnx7Eecxq .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnx7Eecxq .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnx7Eecxq .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnx7Eecxq .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnx7Eecxq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnx7Eecxq .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSnMnixjUo {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x108027.jpeg");
}
.cid-rSnMnixjUo .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSnMnixjUo .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSnMnixjUo .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSnMnixjUo .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnMnixjUo .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnMnixjUo .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSnMnixjUo .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSnMnixjUo .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnMnixjUo .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSnMnixjUo .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSnMnixjUo .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnMnixjUo .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSnMnixjUo .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSnMnixjUo .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnMnixjUo .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSnMnixjUo .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSnMnixjUo .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnMnixjUo .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSnMnixjUo .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSnMnixjUo .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnMnixjUo .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSnMnixjUo .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSnMnixjUo .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s4hz9YuevZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4hz9YuevZ P {
  color: #767676;
}
.cid-s4hz9YuevZ H3 {
  color: #4b4b4b;
}
.cid-rSnMpwwEVr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnMpwwEVr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnMpwwEVr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnMpwwEVr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnMpwwEVr .mbr-text,
.cid-rSnMpwwEVr .mbr-section-btn {
  color: #767676;
}
.cid-rSnMpwwEVr H1 {
  color: #4b4b4b;
}
.cid-rSnMpwwEVr H3 {
  color: #4b4b4b;
}
.cid-s334bx5agt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s334bx5agt .mbr-text,
.cid-s334bx5agt blockquote {
  color: #767676;
}
.cid-rSnMBydvR9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnMBydvR9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnMBydvR9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnMBydvR9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnMBydvR9 .mbr-text,
.cid-rSnMBydvR9 .mbr-section-btn {
  color: #767676;
}
.cid-rSnMBydvR9 H1 {
  color: #4b4b4b;
}
.cid-rSnMBydvR9 H3 {
  color: #4b4b4b;
}
.cid-s334KUy8xD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s334KUy8xD .container-fluid {
  padding: 0 3rem;
}
.cid-s334KUy8xD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-s334KUy8xD .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s334KUy8xD .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s334KUy8xD .card .card-wrapper {
  height: 1%;
}
.cid-s334KUy8xD .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-s334KUy8xD .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s334KUy8xD .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-s334KUy8xD .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s334KUy8xD .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-s334KUy8xD .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s334KUy8xD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s334KUy8xD .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-s334KUy8xD .mbr-card-text,
.cid-s334KUy8xD .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-17y hr {
  margin: 0;
}
.cid-s3360ZAbwA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s3360ZAbwA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s3360ZAbwA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s3360ZAbwA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s3360ZAbwA .mbr-text,
.cid-s3360ZAbwA .mbr-section-btn {
  color: #767676;
}
.cid-s3360ZAbwA H1 {
  color: #4b4b4b;
}
.cid-s3360ZAbwA H3 {
  color: #4b4b4b;
}
.cid-rSnMHknteZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rSnMHknteZ .container-fluid {
  padding: 0 3rem;
}
.cid-rSnMHknteZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-rSnMHknteZ .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnMHknteZ .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-rSnMHknteZ .card .card-wrapper {
  height: 1%;
}
.cid-rSnMHknteZ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-rSnMHknteZ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rSnMHknteZ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-rSnMHknteZ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-rSnMHknteZ .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-rSnMHknteZ .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-rSnMHknteZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSnMHknteZ .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnMHknteZ .mbr-card-text,
.cid-rSnMHknteZ .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-187 hr {
  margin: 0;
}
.cid-s0tSrapr9R {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s0tSrapr9R .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0tSrapr9R .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0tSrapr9R .mbr-section-title {
  margin: 0;
}
.cid-s0tSrapr9R .card-img {
  text-align: center;
}
.cid-s0tSrapr9R .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0tSrapr9R .row-item.card1 {
  background: #cccccc;
}
.cid-s0tSrapr9R .row-item.card2 {
  background: #188ef4;
}
.cid-s0tSrapr9R .row-item.card3 {
  background: #ff695c;
}
.cid-s0tSrapr9R .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0tSrapr9R .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0tSrapr9R .card-img,
  .cid-s0tSrapr9R .mbr-text,
  .cid-s0tSrapr9R .mbr-card-title,
  .cid-s0tSrapr9R .mbr-section-subtitle,
  .cid-s0tSrapr9R .mbr-section-title,
  .cid-s0tSrapr9R .underline {
    text-align: center !important;
  }
}
.cid-s0tSrapr9R .smtxt {
  font-size: ;
}
.cid-s0tSrapr9R .card1 > .mbr-text,
.cid-s0tSrapr9R .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0tSrapr9R {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0tSrapr9R .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-STD hr {
  margin: 0;
}
.cid-s3379seRNH {
  background-image: url("../../../assets/images/cover-hd0-1.jpg");
}
.cid-s3379seRNH .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s3379seRNH .block {
    height: 320px;
  }
}
.cid-rSnMXkv2RN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnMXkv2RN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnMXkv2RN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnMXkv2RN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnMXkv2RN .mbr-text,
.cid-rSnMXkv2RN .mbr-section-btn {
  color: #767676;
}
.cid-rSnMXkv2RN H1 {
  color: #4b4b4b;
}
.cid-rSnMXkv2RN H3 {
  color: #4b4b4b;
}
.cid-rSnNh8wrip {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSnNh8wrip .mbr-section-subtitle {
  color: #767676;
}
.cid-rSnNh8wrip .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSnOtHUTpT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnOtHUTpT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rSnOtHUTpT .row {
  background-color: #f3f4f5;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSnOtHUTpT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rSnOtHUTpT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnOtHUTpT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ff0000;
  display: inline-block;
}
.cid-rSnOtHUTpT .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnOtHUTpT .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rSnOtHUTpT .image-element {
    padding: 0 15px;
  }
  .cid-rSnOtHUTpT .text-element {
    padding: 2rem 1rem;
  }
  .cid-rSnOtHUTpT .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-rSnOtHUTpT .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-rSnOtHUTpT .mbr-text,
.cid-rSnOtHUTpT .mbr-section-btn {
  text-align: center;
}
.cid-rSnOtHUTpT .mbr-section-subtitle,
.cid-rSnOtHUTpT .underline {
  color: #4b4b4b;
}
.cid-rSnOtHUTpT .mbr-section-title {
  color: #4b4b4b;
}
.cid-snSBwoPfXx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-snSBwoPfXx .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-snSBwoPfXx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-snSBwoPfXx .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-snSBwoPfXx p {
  font-weight: 400;
}
.cid-snSBwoPfXx .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-snSBwoPfXx .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSBwoPfXx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-snSBwoPfXx .bg1 {
  background: #ffffff;
}
.cid-snSBwoPfXx .bg2 {
  background: #efefef;
}
.cid-snSBwoPfXx .bg3 {
  background: #cccccc;
}
.cid-snSBwoPfXx .bg4 {
  background: #c1c1c1;
}
.cid-snSBwoPfXx .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-snSBwoPfXx .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSBwoPfXx .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-snSBwoPfXx .card-title,
.cid-snSBwoPfXx .card-ico,
.cid-snSBwoPfXx .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSBwoPfXx .mbr-text,
.cid-snSBwoPfXx .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSBwoPfXx .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-snSBwoPfXx .row {
    padding: 0 1rem;
  }
}
.cid-rSnP6YRvX4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSnP6YRvX4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSnP6YRvX4 .container-table {
  margin: 0 auto;
}
.cid-rSnP6YRvX4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSnP6YRvX4 .dataTables_wrapper {
  display: block;
}
.cid-rSnP6YRvX4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSnP6YRvX4 table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
}
.cid-rSnP6YRvX4 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSnP6YRvX4 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSnP6YRvX4 table td {
  border-top: 1px solid #cccccc;
}
.cid-rSnP6YRvX4 table td:hover {
  color: #ff0000;
}
.cid-rSnP6YRvX4 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-rSnP6YRvX4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSnP6YRvX4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSnP6YRvX4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSnP6YRvX4 .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSnP6YRvX4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSnP6YRvX4 .dataTables_filter {
    text-align: center;
  }
  .cid-rSnP6YRvX4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSnP6YRvX4 .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnP6YRvX4 .body-item {
  text-align: center;
}
.cid-rSnP6YRvX4 .mbr-section-title {
  color: #4b4b4b;
}
#RED-PRM hr {
  margin: 0;
}
.cid-rSnPsOLCmv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rSnPsOLCmv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnPsOLCmv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnPsOLCmv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnPsOLCmv .mbr-text,
.cid-rSnPsOLCmv .mbr-section-btn {
  color: #767676;
}
.cid-rSnPsOLCmv H1 {
  color: #4b4b4b;
}
.cid-rSnPsOLCmv H3 {
  color: #4b4b4b;
}
.cid-rSnPEQbzLE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rSnPEQbzLE .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-t9GF9mBupI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t9GF9mBupI .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t9GF9mBupI .row {
  background-color: #cccccc;
}
.cid-t9GF9mBupI .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-t9GF9mBupI .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t9GF9mBupI .underline .line {
  width: 2rem;
  height: 1px;
  background: #ff0000;
  display: inline-block;
}
.cid-t9GF9mBupI .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9GF9mBupI .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t9GF9mBupI .image-element {
    padding: 0 15px;
  }
  .cid-t9GF9mBupI .text-element {
    padding: 2rem 1rem;
  }
  .cid-t9GF9mBupI .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-t9GF9mBupI .mbr-text,
.cid-t9GF9mBupI .mbr-section-btn {
  text-align: center;
}
.cid-t9GF9mBupI .mbr-section-subtitle,
.cid-t9GF9mBupI .underline {
  color: #4b4b4b;
}
.cid-t9GF9mBupI .mbr-section-title {
  color: #4b4b4b;
}
.cid-t9GF9mBupI .mbr-section-title DIV {
  text-align: left;
}
.cid-rSnRkEUqwS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rSnRkEUqwS .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-snSD7fW3rJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-snSD7fW3rJ .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-snSD7fW3rJ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-snSD7fW3rJ .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-snSD7fW3rJ p {
  font-weight: 400;
}
.cid-snSD7fW3rJ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-snSD7fW3rJ .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSD7fW3rJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-snSD7fW3rJ .bg1 {
  background: #ffffff;
}
.cid-snSD7fW3rJ .bg2 {
  background: #efefef;
}
.cid-snSD7fW3rJ .bg3 {
  background: #cccccc;
}
.cid-snSD7fW3rJ .bg4 {
  background: #c1c1c1;
}
.cid-snSD7fW3rJ .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-snSD7fW3rJ .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSD7fW3rJ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-snSD7fW3rJ .card-title,
.cid-snSD7fW3rJ .card-ico,
.cid-snSD7fW3rJ .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSD7fW3rJ .mbr-text,
.cid-snSD7fW3rJ .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSD7fW3rJ .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-snSD7fW3rJ .row {
    padding: 0 1rem;
  }
}
.cid-snSD8qiN1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-snSD8qiN1m .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-snSD8qiN1m .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-snSD8qiN1m .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-snSD8qiN1m p {
  font-weight: 400;
}
.cid-snSD8qiN1m .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-snSD8qiN1m .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSD8qiN1m .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-snSD8qiN1m .bg1 {
  background: #c1c1c1;
}
.cid-snSD8qiN1m .bg2 {
  background: #cccccc;
}
.cid-snSD8qiN1m .bg3 {
  background: #efefef;
}
.cid-snSD8qiN1m .bg4 {
  background: #ffffff;
}
.cid-snSD8qiN1m .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-snSD8qiN1m .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSD8qiN1m .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-snSD8qiN1m .card-title,
.cid-snSD8qiN1m .card-ico,
.cid-snSD8qiN1m .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSD8qiN1m .mbr-text,
.cid-snSD8qiN1m .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSD8qiN1m .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-snSD8qiN1m .row {
    padding: 0 1rem;
  }
}
#hrblock-block-184 hr {
  margin: 0;
}
.cid-rSnRvMltu5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rSnRvMltu5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnRvMltu5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnRvMltu5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnRvMltu5 .mbr-text,
.cid-rSnRvMltu5 .mbr-section-btn {
  color: #767676;
}
.cid-rSnRvMltu5 H1 {
  color: #4b4b4b;
}
.cid-rSnRvMltu5 H3 {
  color: #4b4b4b;
}
.cid-rSnRAxLRy9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rSnRAxLRy9 .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnRDem5v2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rSnRDem5v2 .mbr-text {
  color: #767676;
}
.cid-rSnRDem5v2 h4 {
  font-weight: 500;
}
.cid-rSnRDem5v2 h4,
.cid-rSnRDem5v2 h5 {
  text-align: center;
}
.cid-rSnRDem5v2 p {
  text-align: center;
}
.cid-rSnRDem5v2 .card-box {
  text-align: center;
}
.cid-rSnRDem5v2 .card-img {
  font-size: 3rem;
}
.cid-rSnRDem5v2 .mbr-iconfont {
  color: #ff0000;
}
.cid-rSnRDem5v2 .card-title,
.cid-rSnRDem5v2 .card-img {
  color: #4b4b4b;
}
#RED-AGENT hr {
  margin: 0;
}
.cid-rSnREq5i8l {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dcdcdc;
}
.cid-rSnREq5i8l h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnREq5i8l h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnREq5i8l h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnREq5i8l .mbr-text,
.cid-rSnREq5i8l .mbr-section-btn {
  color: #767676;
}
.cid-rSnREq5i8l H1 {
  color: #4b4b4b;
}
.cid-rSnREq5i8l H3 {
  color: #4b4b4b;
}
.cid-rSnWZZrEO1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dcdcdc;
}
.cid-rSnWZZrEO1 .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnX24RdAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dcdcdc;
}
.cid-rSnX24RdAe .row {
  background-color: #eaeaea;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSnX24RdAe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rSnX24RdAe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnX24RdAe .underline .line {
  width: 2rem;
  height: 1px;
  background: #ff0000;
  display: inline-block;
}
.cid-rSnX24RdAe .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnX24RdAe .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rSnX24RdAe .image-element {
    padding: 0 15px;
  }
  .cid-rSnX24RdAe .text-element {
    padding: 2rem 1rem;
  }
  .cid-rSnX24RdAe .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-rSnX24RdAe .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-rSnX24RdAe .mbr-section-subtitle,
.cid-rSnX24RdAe .underline {
  color: #4b4b4b;
}
.cid-rSnX24RdAe .mbr-text,
.cid-rSnX24RdAe .mbr-section-btn {
  color: #4b4b4b;
}
.cid-snSGBaYbz6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dcdcdc;
}
.cid-snSGBaYbz6 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-snSGBaYbz6 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-snSGBaYbz6 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-snSGBaYbz6 p {
  font-weight: 400;
}
.cid-snSGBaYbz6 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-snSGBaYbz6 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSGBaYbz6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-snSGBaYbz6 .bg1 {
  background: #ffffff;
}
.cid-snSGBaYbz6 .bg2 {
  background: #efefef;
}
.cid-snSGBaYbz6 .bg3 {
  background: #cccccc;
}
.cid-snSGBaYbz6 .bg4 {
  background: #c1c1c1;
}
.cid-snSGBaYbz6 .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-snSGBaYbz6 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-snSGBaYbz6 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-snSGBaYbz6 .card-title,
.cid-snSGBaYbz6 .card-ico,
.cid-snSGBaYbz6 .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSGBaYbz6 .mbr-text,
.cid-snSGBaYbz6 .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-snSGBaYbz6 .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-snSGBaYbz6 .row {
    padding: 0 1rem;
  }
}
.cid-rSnX8fGuqq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dcdcdc;
}
.cid-rSnX8fGuqq .mbr-section-subtitle {
  color: #767676;
}
.cid-rSnX8fGuqq .container-table {
  margin: 0 auto;
}
.cid-rSnX8fGuqq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSnX8fGuqq .dataTables_wrapper {
  display: block;
}
.cid-rSnX8fGuqq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSnX8fGuqq table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
}
.cid-rSnX8fGuqq table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSnX8fGuqq table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSnX8fGuqq table td {
  border-top: 1px solid #cccccc;
}
.cid-rSnX8fGuqq table td:hover {
  color: #ff0000;
}
.cid-rSnX8fGuqq table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-rSnX8fGuqq table.table {
  background: #f3f4f5;
}
.cid-rSnX8fGuqq .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSnX8fGuqq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSnX8fGuqq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSnX8fGuqq .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSnX8fGuqq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSnX8fGuqq .dataTables_filter {
    text-align: center;
  }
  .cid-rSnX8fGuqq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSnX8fGuqq .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnX8fGuqq .body-item {
  text-align: center;
}
.cid-rSnX8fGuqq .mbr-section-title {
  color: #4b4b4b;
}
.cid-snSGgUHa5W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dcdcdc;
}
.cid-snSGgUHa5W h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-snSGgUHa5W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snSGgUHa5W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snSGgUHa5W .mbr-text,
.cid-snSGgUHa5W .mbr-section-btn {
  color: #767676;
}
.cid-snSGgUHa5W H1 {
  color: #4b4b4b;
}
.cid-snSGgUHa5W H3 {
  color: #4b4b4b;
}
.cid-rSnX4vZmcD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dcdcdc;
}
.cid-rSnX4vZmcD .mbr-text {
  margin: 0;
}
.cid-rSnX4vZmcD .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rSnX4vZmcD .row-element,
.cid-rSnX4vZmcD .image-element {
  padding: 0;
}
.cid-rSnX4vZmcD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnX4vZmcD .image-element .img-wrap {
  width: 100% !important;
}
.cid-rSnX4vZmcD .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnX4vZmcD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnX4vZmcD .carousel-item.active,
.cid-rSnX4vZmcD .carousel-item-next,
.cid-rSnX4vZmcD .carousel-item-prev {
  display: flex;
}
.cid-rSnX4vZmcD .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rSnX4vZmcD .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ff0000;
}
.cid-rSnX4vZmcD .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rSnX4vZmcD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rSnX4vZmcD .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rSnX4vZmcD .carousel-controls {
    display: block;
  }
  .cid-rSnX4vZmcD .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rSnX4vZmcD .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rSnX4vZmcD .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rSnX4vZmcD .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rSnX4vZmcD .text-element {
    padding: 1rem;
  }
  .cid-rSnX4vZmcD .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnX4vZmcD .image-element {
    min-width: 50%;
  }
  .cid-rSnX4vZmcD .media-container-row {
    width: 100%;
  }
}
.cid-rSnX4vZmcD .mbr-title,
.cid-rSnX4vZmcD .ornament {
  color: #4b4b4b;
}
.cid-rSnX4vZmcD .mbr-text,
.cid-rSnX4vZmcD .link {
  color: #4b4b4b;
}
#hrblock-block-4o hr {
  margin: 0;
}
.cid-rSnXbWrPp0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXbWrPp0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnXbWrPp0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXbWrPp0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXbWrPp0 .mbr-text,
.cid-rSnXbWrPp0 .mbr-section-btn {
  color: #767676;
}
.cid-rSnXbWrPp0 H1 {
  color: #4b4b4b;
}
.cid-rSnXbWrPp0 H3 {
  color: #4b4b4b;
}
.cid-rSnXcVL9NM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXcVL9NM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnXcVL9NM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXcVL9NM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXcVL9NM .mbr-text,
.cid-rSnXcVL9NM .mbr-section-btn {
  color: #767676;
}
.cid-rSnXcVL9NM H1 {
  color: #4b4b4b;
}
.cid-rSnXcVL9NM H3 {
  color: #4b4b4b;
}
.cid-rSnXehSq4E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXehSq4E .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rSnXehSq4E .mbr-section-title {
  margin: 0;
}
.cid-rSnXehSq4E .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSnXehSq4E .card-img span {
  color: #ff0000;
}
.cid-rSnXehSq4E .row-item {
  margin-bottom: 2rem;
}
.cid-rSnXehSq4E .row-item:hover .wrapper {
  background: linear-gradient(90deg, #4e84c2, #ff0000);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rSnXehSq4E .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rSnXehSq4E .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rSnXehSq4E .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSnXehSq4E .mbr-card-title,
.cid-rSnXehSq4E .card-img {
  color: #4b4b4b;
}
.cid-rSnXgkE7oW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXgkE7oW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnXgkE7oW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXgkE7oW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXgkE7oW .mbr-text,
.cid-rSnXgkE7oW .mbr-section-btn {
  color: #767676;
}
.cid-rSnXgkE7oW H1 {
  color: #4b4b4b;
}
.cid-rSnXgkE7oW H3 {
  color: #4b4b4b;
}
.cid-rSnXm4CShk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXm4CShk .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rSnXm4CShk .mbr-section-title {
  margin: 0;
}
.cid-rSnXm4CShk .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSnXm4CShk .card-img span {
  color: #ff0000;
}
.cid-rSnXm4CShk .row-item {
  margin-bottom: 2rem;
}
.cid-rSnXm4CShk .row-item:hover .wrapper {
  background: linear-gradient(90deg, #4e84c2, #ff0000);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rSnXm4CShk .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rSnXm4CShk .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rSnXm4CShk .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSnXm4CShk .mbr-card-title,
.cid-rSnXm4CShk .card-img {
  color: #4b4b4b;
}
.cid-rSnXqEj0KD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXqEj0KD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnXqEj0KD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXqEj0KD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXqEj0KD .mbr-text,
.cid-rSnXqEj0KD .mbr-section-btn {
  color: #767676;
}
.cid-rSnXqEj0KD H1 {
  color: #4b4b4b;
}
.cid-rSnXqEj0KD H3 {
  color: #4b4b4b;
}
.cid-rSnXrzCC2Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXrzCC2Q .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rSnXrzCC2Q .mbr-section-title {
  margin: 0;
}
.cid-rSnXrzCC2Q .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSnXrzCC2Q .card-img span {
  color: #ff0000;
}
.cid-rSnXrzCC2Q .row-item {
  margin-bottom: 2rem;
}
.cid-rSnXrzCC2Q .row-item:hover .wrapper {
  background: linear-gradient(90deg, #4e84c2, #ff0000);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rSnXrzCC2Q .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rSnXrzCC2Q .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rSnXrzCC2Q .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSnXrzCC2Q .mbr-card-title,
.cid-rSnXrzCC2Q .card-img {
  color: #4b4b4b;
}
#RED-PRICES hr {
  margin: 0;
}
.cid-s1lVSL7KbM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s1lVSL7KbM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s1lVSL7KbM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s1lVSL7KbM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s1lVSL7KbM .mbr-text,
.cid-s1lVSL7KbM .mbr-section-btn {
  color: #767676;
}
.cid-s1lVSL7KbM H1 {
  color: #4b4b4b;
}
.cid-s1lVSL7KbM H3 {
  color: #4b4b4b;
}
.cid-rSnXXcaOWo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSnXXcaOWo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSnXXcaOWo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXXcaOWo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSnXXcaOWo .mbr-text,
.cid-rSnXXcaOWo .mbr-section-btn {
  color: #767676;
}
.cid-rSnXXcaOWo H1 {
  color: #4b4b4b;
}
.cid-rSnXXcaOWo H3 {
  color: #4b4b4b;
}
.cid-rSnYJxzEYE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSnYJxzEYE .mbr-section-subtitle {
  color: #767676;
}
.cid-rSnYJxzEYE .container-table {
  margin: 0 auto;
}
.cid-rSnYJxzEYE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSnYJxzEYE .dataTables_wrapper {
  display: block;
}
.cid-rSnYJxzEYE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSnYJxzEYE table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
}
.cid-rSnYJxzEYE table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSnYJxzEYE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSnYJxzEYE table td {
  border-top: 1px solid #cccccc;
}
.cid-rSnYJxzEYE table td:hover {
  color: #ff0000;
}
.cid-rSnYJxzEYE table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-rSnYJxzEYE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSnYJxzEYE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSnYJxzEYE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSnYJxzEYE .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSnYJxzEYE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSnYJxzEYE .dataTables_filter {
    text-align: center;
  }
  .cid-rSnYJxzEYE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSnYJxzEYE .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnYJxzEYE .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-rSnYJxzEYE .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSnYJxzEYE .smtxt {
  font-size: ;
}
.cid-rSnYJxzEYE .center0 {
  text-align: center;
}
.cid-rSnYJxzEYE .question-mark {
  margin-left: 5px;
  cursor: help;
}
#hrblock-block-y8 hr {
  margin: 0;
}
.cid-s0MACRCJrH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s0MACRCJrH .mbr-overlay {
  background: #879a9f;
}
.cid-s0MACRCJrH .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MACRCJrH .mbr-text,
.cid-s0MACRCJrH .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MACRCJrH H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxpMkk5Y .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxpMkk5Y .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxpMkk5Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxpMkk5Y .red {
  color: #ff0000 !important;
}
.cid-rSnxpMkk5Y .nav-item,
.cid-rSnxpMkk5Y .nav-link,
.cid-rSnxpMkk5Y .navbar-caption {
  font-weight: normal;
}
.cid-rSnxpMkk5Y .nav-item:focus,
.cid-rSnxpMkk5Y .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxpMkk5Y .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxpMkk5Y .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxpMkk5Y .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxpMkk5Y .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxpMkk5Y .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxpMkk5Y .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-rSnxpMkk5Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxpMkk5Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxpMkk5Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxpMkk5Y .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxpMkk5Y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxpMkk5Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxpMkk5Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxpMkk5Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxpMkk5Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxpMkk5Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxpMkk5Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxpMkk5Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxpMkk5Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxpMkk5Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxpMkk5Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxpMkk5Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxpMkk5Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxpMkk5Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxpMkk5Y .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxpMkk5Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxpMkk5Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxpMkk5Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxpMkk5Y .dropdown-item.active,
.cid-rSnxpMkk5Y .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxpMkk5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxpMkk5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxpMkk5Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxpMkk5Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxpMkk5Y .navbar-buttons {
  text-align: center;
}
.cid-rSnxpMkk5Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxpMkk5Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxpMkk5Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxpMkk5Y .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxpMkk5Y .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-rSnxpMkk5Y a.nav-link,
.cid-rSnxpMkk5Y a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxpMkk5Y a.nav-link .mbr-iconfont-btn,
.cid-rSnxpMkk5Y a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxpMkk5Y a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxpMkk5Y a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxpMkk5Y a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxpMkk5Y .navbar {
    height: 77px;
  }
  .cid-rSnxpMkk5Y .navbar.opened {
    height: auto;
  }
  .cid-rSnxpMkk5Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxpMkk5Y .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxpMkk5Y .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxpMkk5Y .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxpMkk5Y .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSo84yGGI7 {
  padding-top: 300px;
  padding-bottom: 300px;
}
.cid-rSo84yGGI7 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSo84yGGI7 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSo84yGGI7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSo84yGGI7 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSo84yGGI7 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s4hzBndhD5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4hzBndhD5 P {
  color: #767676;
}
.cid-s4hzBndhD5 H3 {
  color: #4b4b4b;
}
.cid-rSo8igFLba {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo8igFLba .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo8igFLba .mbr-section-title {
  color: #4b4b4b;
}
#hrblock-block-kq hr {
  margin: 0;
}
.cid-rZDhzE8PMG {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-rZDhzE8PMG .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZDhzE8PMG .mbr-section-title {
  margin: 0;
}
.cid-rZDhzE8PMG .card-img {
  text-align: center;
}
.cid-rZDhzE8PMG .row-item {
  padding-bottom: 1rem;
  padding: 2rem 1rem;
}
.cid-rZDhzE8PMG .row-item.card1 {
  background: #cccccc;
}
.cid-rZDhzE8PMG .row-item.card2 {
  background: #188ef4;
}
.cid-rZDhzE8PMG .row-item.card3 {
  background: #ff695c;
}
.cid-rZDhzE8PMG .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZDhzE8PMG .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZDhzE8PMG .card-img,
  .cid-rZDhzE8PMG .mbr-text,
  .cid-rZDhzE8PMG .mbr-card-title,
  .cid-rZDhzE8PMG .mbr-section-subtitle,
  .cid-rZDhzE8PMG .mbr-section-title,
  .cid-rZDhzE8PMG .underline {
    text-align: center !important;
  }
}
.cid-rZDhzE8PMG .smtxt {
  font-size: ;
}
.cid-rZDhzE8PMG .card1 > .mbr-text,
.cid-rZDhzE8PMG .card1 > .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rZDhzE8PMG .card1 > .mbr-text,
.cid-rZDhzE8PMG .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-kp hr {
  margin: 0;
}
.cid-rSo7qOGNvs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo7qOGNvs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo7qOGNvs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7qOGNvs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7qOGNvs .mbr-text,
.cid-rSo7qOGNvs .mbr-section-btn {
  color: #767676;
}
.cid-rSo7qOGNvs H1 {
  color: #4b4b4b;
}
.cid-rSo7qOGNvs H3 {
  color: #4b4b4b;
}
.cid-rZyUVW4h8q {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-rZyUVW4h8q .mbr-text,
.cid-rZyUVW4h8q blockquote {
  color: #767676;
}
.cid-rZyDkkm0GI {
  padding-top: 0px;
  background-color: #f3f4f5;
}
.cid-rZyDkkm0GI .container {
  margin-bottom: 150px;
}
.cid-rZyDkkm0GI .content-container .btn-bgr {
  z-index: 0;
}
.cid-rZyDkkm0GI .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f3f4f5;
}
.cid-rZyDkkm0GI .icon-block-top span {
  background-color: #ff0000;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rZyDkkm0GI .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rZyDkkm0GI .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rZyDkkm0GI .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-rZyDkkm0GI .box-item:last-child {
  background-color: #cccccc;
  margin-right: 0;
}
.cid-rZyDkkm0GI .mbr-text,
.cid-rZyDkkm0GI .box-item-text {
  color: #8d97ad;
}
.cid-rZyDkkm0GI .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rZyDkkm0GI .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rZyDkkm0GI .box-list li:last-child {
  border-bottom: none;
}
.cid-rZyDkkm0GI .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rZyDkkm0GI .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rZyDkkm0GI .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rZyDkkm0GI .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZyDkkm0GI .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rZyDkkm0GI .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rZyDkkm0GI .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rZyDkkm0GI .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rZyDkkm0GI .mbr-text {
  color: #4b4b4b;
}
.cid-rZyDkkm0GI .box-item-text,
.cid-rZyDkkm0GI .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZzwXkHJ6Y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZzwXkHJ6Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZzwXkHJ6Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZzwXkHJ6Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZzwXkHJ6Y .mbr-text,
.cid-rZzwXkHJ6Y .mbr-section-btn {
  color: #767676;
}
.cid-rZzwXkHJ6Y H1 {
  color: #4b4b4b;
}
.cid-rZzwXkHJ6Y H3 {
  color: #4b4b4b;
}
.cid-rZCSAYPAOO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZCSAYPAOO .mbr-text,
.cid-rZCSAYPAOO blockquote {
  color: #767676;
}
.cid-rZzxGA1Z87 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZzxGA1Z87 .mbr-text,
.cid-rZzxGA1Z87 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZzxGA1Z87 .card-title {
  color: #66458e;
}
.cid-rZzxGA1Z87 .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rZzxGA1Z87 .mbr-section-subtitle,
  .cid-rZzxGA1Z87 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZzxGA1Z87 .card .card-img span {
    background: none;
  }
}
.cid-rZzxGA1Z87 .card-title,
.cid-rZzxGA1Z87 .card-img {
  color: #4b4b4b;
}
.cid-rZzxQebVit {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rZzxQebVit .mbr-text,
.cid-rZzxQebVit .mbr-section-subtitle {
  color: #767676;
}
.cid-rZzxQebVit .card-title {
  color: #66458e;
}
.cid-rZzxQebVit .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rZzxQebVit .mbr-section-subtitle,
  .cid-rZzxQebVit .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZzxQebVit .card .card-img span {
    background: none;
  }
}
.cid-rZzxQebVit .card-title,
.cid-rZzxQebVit .card-img {
  color: #4b4b4b;
}
.cid-s02HW9hx6S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s02HW9hx6S .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s02HW9hx6S .mbr-section-title {
  margin: 0;
}
.cid-s02HW9hx6S .card-img {
  text-align: center;
}
.cid-s02HW9hx6S .row-item {
  padding-bottom: 2rem;
  padding: 2rem 2rem;
}
.cid-s02HW9hx6S .row-item.card1 {
  background: #cccccc;
}
.cid-s02HW9hx6S .row-item.card2 {
  background: #188ef4;
}
.cid-s02HW9hx6S .row-item.card3 {
  background: #ff695c;
}
.cid-s02HW9hx6S .row-item.card4 {
  background: #2bdc9d;
}
.cid-s02HW9hx6S .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s02HW9hx6S .card-img,
  .cid-s02HW9hx6S .mbr-text,
  .cid-s02HW9hx6S .mbr-card-title,
  .cid-s02HW9hx6S .mbr-section-subtitle,
  .cid-s02HW9hx6S .mbr-section-title,
  .cid-s02HW9hx6S .underline {
    text-align: center !important;
  }
}
.cid-s02HW9hx6S .card1 > .mbr-card-title,
.cid-s02HW9hx6S .card1 > .card-img {
  color: #4b4b4b;
}
.cid-s02HW9hx6S .card1 > .mbr-text,
.cid-s02HW9hx6S .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZxZeoVeqI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZxZeoVeqI .mbr-section-subtitle {
  color: #767676;
}
.cid-rZxZeoVeqI .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rZxZeoVeqI .card {
  display: block;
  position: relative;
}
.cid-rZxZeoVeqI .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rZxZeoVeqI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZxZeoVeqI .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-rZxZeoVeqI .card-wrapper .card-img .mbr-overlay {
  background: #efefef;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-rZxZeoVeqI .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-rZxZeoVeqI .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rZxZeoVeqI .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-rZxZeoVeqI .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rZxZeoVeqI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rZxZeoVeqI .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-rZxZeoVeqI .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-rZxZeoVeqI .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-rZxZeoVeqI .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rZxZeoVeqI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rZxZeoVeqI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rZxZeoVeqI .mbr-section-title,
  .cid-rZxZeoVeqI .underline,
  .cid-rZxZeoVeqI .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rZxZeoVeqI .mbr-section-title,
.cid-rZxZeoVeqI .underline {
  color: #4b4b4b;
}
.cid-rZxZeoVeqI .card-title {
  color: #4b4b4b;
}
.cid-rZDkulBIFy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZDkulBIFy P {
  color: #767676;
}
#RED-PRICES hr {
  margin: 0;
}
.cid-rZKZU7FmrG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZKZU7FmrG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZKZU7FmrG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZKZU7FmrG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZKZU7FmrG .mbr-text,
.cid-rZKZU7FmrG .mbr-section-btn {
  color: #767676;
}
.cid-rZKZU7FmrG H1 {
  color: #4b4b4b;
}
.cid-rZKZU7FmrG H3 {
  color: #4b4b4b;
}
#hrblock-block-pg hr {
  margin: 0;
}
.cid-rSo7ADF5E7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo7ADF5E7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo7ADF5E7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7ADF5E7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7ADF5E7 .mbr-text,
.cid-rSo7ADF5E7 .mbr-section-btn {
  color: #767676;
}
.cid-rSo7ADF5E7 H1 {
  color: #4b4b4b;
}
.cid-rSo7ADF5E7 H3 {
  color: #4b4b4b;
}
.cid-rZJSEhtFX2 {
  padding-top: 30px;
  padding-left: 300px;
  padding-right: 300px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZJSEhtFX2 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZJSEhtFX2 .mbr-section-title {
  margin: 0;
}
.cid-rZJSEhtFX2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZJSEhtFX2 .card-img {
  text-align: center;
}
.cid-rZJSEhtFX2 .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rZJSEhtFX2 .row-item.card1 {
  background: #ffffff;
}
.cid-rZJSEhtFX2 .row-item.card2 {
  background: #efefef;
}
.cid-rZJSEhtFX2 .row-item.card3 {
  background: #cccccc;
}
.cid-rZJSEhtFX2 .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZJSEhtFX2 .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZJSEhtFX2 .card-img,
  .cid-rZJSEhtFX2 .mbr-text,
  .cid-rZJSEhtFX2 .mbr-card-title,
  .cid-rZJSEhtFX2 .mbr-section-subtitle,
  .cid-rZJSEhtFX2 .mbr-section-title,
  .cid-rZJSEhtFX2 .underline {
    text-align: center !important;
  }
}
.cid-rZJSEhtFX2 .card1 > .mbr-text,
.cid-rZJSEhtFX2 .card1 > .mbr-section-btn {
  text-align: left;
  color: #444444;
}
.cid-rZJSEhtFX2 .card2 > .mbr-card-title,
.cid-rZJSEhtFX2 .card2 > .card-img {
  color: #444444;
}
.cid-rZJSEhtFX2 .card2 > .mbr-text,
.cid-rZJSEhtFX2 .card2 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-rZJSEhtFX2 .card3 > .mbr-text,
.cid-rZJSEhtFX2 .card3 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-rZJSEhtFX2 .card3 > .mbr-card-title,
.cid-rZJSEhtFX2 .card3 > .card-img {
  color: #444444;
}
.cid-rZJSEhtFX2 .card1 > .mbr-card-title,
.cid-rZJSEhtFX2 .card1 > .card-img {
  color: #444444;
}
.cid-rZJSEhtFX2 .left0 {
  text-align: left;
}
.cid-rZJSEhtFX2 .center0 {
  text-align: ;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZJSEhtFX2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZJSEhtFX2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZJSEhtFX2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZJSEhtFX2 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZJSEhtFX2 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZJSEhtFX2 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.cid-s2bom3bFit {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2bom3bFit h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2bom3bFit h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2bom3bFit h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2bom3bFit .mbr-text,
.cid-s2bom3bFit .mbr-section-btn {
  color: #767676;
}
.cid-s2bom3bFit H1 {
  color: #4b4b4b;
}
.cid-s2bom3bFit H3 {
  color: #4b4b4b;
}
.cid-rZKs0awNlG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
@media (min-width: 1500px) {
  .cid-rZKs0awNlG .container {
    max-width: 1400px;
  }
}
.cid-rZKs0awNlG .mbr-text,
.cid-rZKs0awNlG .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZKs0awNlG .quote {
  color: #4b4b4b;
}
.cid-rZKzUcYSHT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rZKzUcYSHT .line {
  background-color: #ff0000;
  color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rZKzUcYSHT .section-text {
  padding: 2rem 0;
}
.cid-rZKzUcYSHT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rZKzUcYSHT .inner-container {
    width: 100% !important;
  }
}
.cid-rZL1RmG52O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZL1RmG52O h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZL1RmG52O h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZL1RmG52O h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZL1RmG52O .mbr-text,
.cid-rZL1RmG52O .mbr-section-btn {
  color: #767676;
}
.cid-rZL1RmG52O H1 {
  color: #4b4b4b;
}
.cid-rZL1RmG52O H3 {
  color: #4b4b4b;
}
.cid-rZFedWDF1I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rZFedWDF1I .mbr-section-subtitle {
  color: #767676;
}
.cid-rZFedWDF1I .container-table {
  margin: 0 auto;
}
.cid-rZFedWDF1I .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rZFedWDF1I .dataTables_wrapper {
  display: block;
}
.cid-rZFedWDF1I .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rZFedWDF1I table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
}
.cid-rZFedWDF1I table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-rZFedWDF1I table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rZFedWDF1I table td {
  border-top: 1px solid #cccccc;
}
.cid-rZFedWDF1I table td:hover {
  color: #ff0000;
}
.cid-rZFedWDF1I table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-rZFedWDF1I .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rZFedWDF1I .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rZFedWDF1I .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rZFedWDF1I .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rZFedWDF1I .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rZFedWDF1I .dataTables_filter {
    text-align: center;
  }
  .cid-rZFedWDF1I .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rZFedWDF1I .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-rZFedWDF1I .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-rZFedWDF1I .mbr-section-title {
  color: #4b4b4b;
}
.cid-rZFedWDF1I .smtxt {
  font-size: ;
}
.cid-rZFedWDF1I .center0 {
  text-align: center;
}
.cid-rZFedWDF1I .left0 {
  text-align: left;
}
#hrblock-block-ya hr {
  margin: 0;
}
.cid-s0MAMCB8Ia {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-s0MAMCB8Ia .mbr-overlay {
  background: #879a9f;
}
.cid-s0MAMCB8Ia .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MAMCB8Ia .mbr-text,
.cid-s0MAMCB8Ia .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MAMCB8Ia H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rZE5eRUkDs .mcolor {
  color: 4b4b4b !important;
}
.cid-rZE5eRUkDs .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rZE5eRUkDs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rZE5eRUkDs .red {
  color: #ff0000 !important;
}
.cid-rZE5eRUkDs .nav-item,
.cid-rZE5eRUkDs .nav-link,
.cid-rZE5eRUkDs .navbar-caption {
  font-weight: normal;
}
.cid-rZE5eRUkDs .nav-item:focus,
.cid-rZE5eRUkDs .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rZE5eRUkDs .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rZE5eRUkDs .nav-item .nav-link {
    position: relative;
  }
  .cid-rZE5eRUkDs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rZE5eRUkDs .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rZE5eRUkDs .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rZE5eRUkDs .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rZE5eRUkDs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZE5eRUkDs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rZE5eRUkDs .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rZE5eRUkDs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZE5eRUkDs .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-rZE5eRUkDs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZE5eRUkDs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZE5eRUkDs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rZE5eRUkDs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rZE5eRUkDs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rZE5eRUkDs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZE5eRUkDs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZE5eRUkDs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZE5eRUkDs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rZE5eRUkDs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZE5eRUkDs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZE5eRUkDs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZE5eRUkDs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZE5eRUkDs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZE5eRUkDs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rZE5eRUkDs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZE5eRUkDs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZE5eRUkDs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZE5eRUkDs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZE5eRUkDs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZE5eRUkDs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZE5eRUkDs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZE5eRUkDs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZE5eRUkDs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rZE5eRUkDs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZE5eRUkDs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rZE5eRUkDs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZE5eRUkDs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rZE5eRUkDs .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rZE5eRUkDs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZE5eRUkDs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZE5eRUkDs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZE5eRUkDs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZE5eRUkDs .dropdown-item.active,
.cid-rZE5eRUkDs .dropdown-item:active {
  background-color: white !important;
}
.cid-rZE5eRUkDs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZE5eRUkDs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZE5eRUkDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZE5eRUkDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rZE5eRUkDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rZE5eRUkDs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rZE5eRUkDs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZE5eRUkDs .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rZE5eRUkDs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZE5eRUkDs .navbar-buttons {
  text-align: center;
}
.cid-rZE5eRUkDs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZE5eRUkDs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rZE5eRUkDs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZE5eRUkDs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZE5eRUkDs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZE5eRUkDs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZE5eRUkDs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZE5eRUkDs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZE5eRUkDs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZE5eRUkDs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZE5eRUkDs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZE5eRUkDs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZE5eRUkDs .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rZE5eRUkDs .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rZE5eRUkDs .soc-item {
  margin: .5rem .3rem;
}
.cid-rZE5eRUkDs .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-rZE5eRUkDs a.nav-link,
.cid-rZE5eRUkDs a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rZE5eRUkDs a.nav-link .mbr-iconfont-btn,
.cid-rZE5eRUkDs a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rZE5eRUkDs a.nav-link:hover .mbr-iconfont-btn,
.cid-rZE5eRUkDs a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rZE5eRUkDs a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZE5eRUkDs .navbar {
    height: 77px;
  }
  .cid-rZE5eRUkDs .navbar.opened {
    height: auto;
  }
  .cid-rZE5eRUkDs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rZE5eRUkDs .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rZE5eRUkDs .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5eRUkDs .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rZE5eRUkDs .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rZE5eRUkDs .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rZE5eRUkDs .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5eRUkDs .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rZE5eRUkDs .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rZE5eRUkDs .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rZE5eRUkDs .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5eRUkDs .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rZE5eRUkDs .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rZE5eRUkDs .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5eRUkDs .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5eRUkDs .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rZE5eRUkDs .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZE5eRUkDs .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rZE5eRUkDs .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rZE5eUPBrh {
  padding-top: 270px;
  padding-bottom: 270px;
}
.cid-rZE5eUPBrh .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rZE5eUPBrh .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rZE5eUPBrh .mbr-section-title span {
  color: #ffbc00;
}
.cid-rZE5eUPBrh .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZE5eUPBrh .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZE5eUPBrh .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5eUPBrh .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZE5eUPBrh .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eUPBrh .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5eUPBrh .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZE5eUPBrh .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eUPBrh .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5eUPBrh .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZE5eUPBrh .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZE5eUPBrh .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5eUPBrh .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rZE5eUPBrh .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5eUPBrh .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5eUPBrh .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rZE5eUPBrh .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZE5eUPBrh .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5eUPBrh .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rZE5eUPBrh .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s4hzNTJlFM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4hzNTJlFM P {
  color: #767676;
}
.cid-s4hzNTJlFM H3 {
  color: #4b4b4b;
}
.cid-s2VFmB8PNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VFmB8PNq h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2VFmB8PNq h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VFmB8PNq h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VFmB8PNq .mbr-text,
.cid-s2VFmB8PNq .mbr-section-btn {
  color: #767676;
}
.cid-s2VFmB8PNq H1 {
  color: #4b4b4b;
}
.cid-s2VFmB8PNq H2 {
  color: #4b4b4b;
}
.cid-rZE5f84OQe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5f84OQe .mbr-text,
.cid-rZE5f84OQe blockquote {
  color: #767676;
}
.cid-s01CpFFj38 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/ricoh-z1-hd3.jpg");
}
.cid-s00VBFpcUq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s00VBFpcUq .mbr-section-subtitle {
  color: #767676;
}
.cid-s00VBFpcUq H2 {
  color: #4b4b4b;
}
.cid-s2SlyE04DY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s2SlyE04DY h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2SlyE04DY h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2SlyE04DY h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2SlyE04DY .mbr-text,
.cid-s2SlyE04DY .mbr-section-btn {
  color: #767676;
}
.cid-s2SlyE04DY H1 {
  color: #4b4b4b;
}
.cid-s2SlyE04DY H2 {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VIwOwvTq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s2VIwOwvTq .mbr-section-title {
  margin: 0;
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card-img {
  text-align: center;
}
.cid-s2VIwOwvTq .row-item {
  padding-bottom: 1rem;
  padding: 1rem 2rem;
}
.cid-s2VIwOwvTq .row-item.card1 {
  background: #ffffff;
}
.cid-s2VIwOwvTq .row-item.card2 {
  background: #efefef;
}
.cid-s2VIwOwvTq .row-item.card3 {
  background: #cccccc;
}
.cid-s2VIwOwvTq .row-item.card4 {
  background: #c1c1c1;
}
.cid-s2VIwOwvTq .mbr-text {
  color: #efefef;
  font-size: large;
}
@media (max-width: 767px) {
  .cid-s2VIwOwvTq .card-img,
  .cid-s2VIwOwvTq .mbr-text,
  .cid-s2VIwOwvTq .mbr-card-title,
  .cid-s2VIwOwvTq .mbr-section-subtitle,
  .cid-s2VIwOwvTq .mbr-section-title,
  .cid-s2VIwOwvTq .underline {
    text-align: center !important;
  }
}
.cid-s2VIwOwvTq .card2 > .mbr-card-title,
.cid-s2VIwOwvTq .card2 > .card-img {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card3 > .mbr-card-title,
.cid-s2VIwOwvTq .card3 > .card-img {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card4 > .mbr-card-title,
.cid-s2VIwOwvTq .card4 > .card-img {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card4 > .mbr-text,
.cid-s2VIwOwvTq .card4 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card3 > .mbr-text,
.cid-s2VIwOwvTq .card3 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card2 > .mbr-text,
.cid-s2VIwOwvTq .card2 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card1 > .mbr-text,
.cid-s2VIwOwvTq .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .card1 > .mbr-card-title,
.cid-s2VIwOwvTq .card1 > .card-img {
  color: #4b4b4b;
}
.cid-s2VIwOwvTq .mbr-section-subtitle {
  color: #4b4b4b;
  font-size: x-large;
}
#RED-PRICES hr {
  margin: 0;
}
.cid-rZE5gcAIyI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5gcAIyI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5gcAIyI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5gcAIyI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5gcAIyI .mbr-text,
.cid-rZE5gcAIyI .mbr-section-btn {
  color: #767676;
}
.cid-rZE5gcAIyI H1 {
  color: #4b4b4b;
}
.cid-rZE5gcAIyI H3 {
  color: #4b4b4b;
}
.cid-tFMaoD9mdL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFMaoD9mdL .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tFMaoD9mdL body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-tFMaoD9mdL .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-tFMaoD9mdL .price-tabs {
    margin-bottom: 60px;
  }
  .cid-tFMaoD9mdL .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-tFMaoD9mdL .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-tFMaoD9mdL .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-tFMaoD9mdL .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-tFMaoD9mdL .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-tFMaoD9mdL .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-tFMaoD9mdL .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-tFMaoD9mdL .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-tFMaoD9mdL .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-tFMaoD9mdL .price-item .price-top * {
  color: #4b4b4b;
}
.cid-tFMaoD9mdL .price-item .price-top h2 {
  font-weight: 700;
}
.cid-tFMaoD9mdL .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-tFMaoD9mdL .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-tFMaoD9mdL .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFMaoD9mdL .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-tFMaoD9mdL .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-tFMaoD9mdL .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-tFMaoD9mdL .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-tFMaoD9mdL .popular {
  background-color: #cccccc;
}
.cid-tFMaoD9mdL .popular .price-top {
  background-color: #fff;
}
.cid-tFMaoD9mdL .popular .price-top:after {
  background-color: #fff;
}
.cid-tFMaoD9mdL .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-tFMaoD9mdL .popular .price-top h2,
.cid-tFMaoD9mdL .popular .price-top span,
.cid-tFMaoD9mdL .popular .price-top sup {
  color: #4b4b4b;
}
.cid-tFMaoD9mdL .popular .price-content ul *,
.cid-tFMaoD9mdL .popular .price-content ul .zmdi-close,
.cid-tFMaoD9mdL .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-tFMaoD9mdL H2 {
  text-align: center;
}
.cid-tFMaoD9mdL H4 {
  color: #c1c1c1;
}
.cid-tFMaoD9mdL UL {
  color: #4b4b4b;
}
.cid-tFMaoD9mdL .red {
  color: red;
}
.cid-s06mJdbgox {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s06mJdbgox .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s06mJdbgox .mbr-section-title {
  margin: 0;
  color: #4b4b4b;
}
.cid-s06mJdbgox .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s06mJdbgox .card-img {
  text-align: inherit;
}
.cid-s06mJdbgox .card-img span {
  background: linear-gradient(90deg, #ff0000, #ff0000);
}
.cid-s06mJdbgox .mbr-text {
  color: #4b4b4b;
}
.cid-s06mJdbgox .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s06mJdbgox .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s06mJdbgox .mbr-card-title {
  text-align: center;
  color: #4b4b4b;
}
#hrblock-block-11w hr {
  margin: 0;
}
.cid-rZE5f5Vlzm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZE5f5Vlzm h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5f5Vlzm h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5f5Vlzm h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5f5Vlzm .mbr-text,
.cid-rZE5f5Vlzm .mbr-section-btn {
  color: #767676;
}
.cid-rZE5f5Vlzm H1 {
  color: #4b4b4b;
}
.cid-rZE5f5Vlzm H2 {
  color: #4b4b4b;
}
.cid-s00pGh4wTe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s00pGh4wTe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s00pGh4wTe p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s00pGh4wTe .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-s00pGh4wTe .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s00pGh4wTe .card-box {
  padding: 0rem 1.5rem 2rem 1rem;
  background-color: #ffffff;
}
.cid-s00pGh4wTe .card-title,
.cid-s00pGh4wTe .card-img {
  color: #4b4b4b;
  text-align: center;
}
.cid-s2Sm4kqqye {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2Sm4kqqye h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s2Sm4kqqye .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s2Sm4kqqye .mbr-section-subtitle {
  color: #767676;
}
.cid-s2Sm4kqqye .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s2Sm4kqqye ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s2Sm4kqqye .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s2Sm4kqqye .progress1 path {
  stroke: #cccccc;
}
.cid-s2Sm4kqqye .progress2 path {
  stroke: #767676;
}
.cid-s2Sm4kqqye .progress3 path {
  stroke: #4b4b4b;
}
.cid-s2Sm4kqqye .progress4 path {
  stroke: #55b4d4;
}
.cid-s2Sm4kqqye .card-text {
  color: #4b4b4b;
}
.cid-s2Sm4kqqye .number {
  color: #4b4b4b;
}
.cid-s2VQBSHzVP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VQBSHzVP .row {
  border-top: 1px solid #c1c1c1;
  padding-top: 2rem;
}
.cid-s2VQBSHzVP .mbr-text {
  line-height: 1.5;
  color: #656565;
  font-size: large !important;
}
.cid-s2VQBSHzVP .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s2VQBSHzVP .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s2VQBSHzVP .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s2VQBSHzVP .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s2VQBSHzVP .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-s2VQBSHzVP .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s2VQBSHzVP .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s2VQBSHzVP .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s2VQBSHzVP .mbr-section-title {
  text-align: center;
  color: #656565;
}
.cid-rZE5g4BJmI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5g4BJmI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5g4BJmI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5g4BJmI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5g4BJmI .mbr-text,
.cid-rZE5g4BJmI .mbr-section-btn {
  color: #767676;
}
.cid-rZE5g4BJmI H1 {
  color: #4b4b4b;
}
.cid-rZE5g4BJmI H3 {
  color: #4b4b4b;
}
.cid-rZE5g74vpy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZE5g74vpy h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rZE5g74vpy p {
  color: #ffffff;
}
.cid-rZE5g74vpy .card {
  margin-bottom: 2rem;
}
.cid-rZE5g74vpy .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rZE5g74vpy .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rZE5g74vpy .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rZE5g74vpy .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rZE5g74vpy .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rZE5g74vpy .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZE5g74vpy .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rZE5g74vpy .card-title,
.cid-rZE5g74vpy .card-img {
  color: #4b4b4b;
}
.cid-rZE5g74vpy P {
  color: #4b4b4b;
}
#hrblock-block-mn hr {
  margin: 0;
}
.cid-rZEoCDPmlK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZEoCDPmlK P {
  color: #767676;
}
.cid-rZEoCDPmlK H3 {
  color: #4b4b4b;
}
.cid-rZE5frUpFd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5frUpFd P {
  color: #767676;
}
#hrblock-block-o8 hr {
  margin: 0;
}
.cid-rZE5f39jRN {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-rZE5f39jRN .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZE5f39jRN .mbr-section-title {
  margin: 0;
}
.cid-rZE5f39jRN .card-img {
  text-align: center;
}
.cid-rZE5f39jRN .row-item {
  padding-bottom: 1rem;
  padding: 2rem 1rem;
}
.cid-rZE5f39jRN .row-item.card1 {
  background: #cccccc;
}
.cid-rZE5f39jRN .row-item.card2 {
  background: #188ef4;
}
.cid-rZE5f39jRN .row-item.card3 {
  background: #ff695c;
}
.cid-rZE5f39jRN .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZE5f39jRN .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZE5f39jRN .card-img,
  .cid-rZE5f39jRN .mbr-text,
  .cid-rZE5f39jRN .mbr-card-title,
  .cid-rZE5f39jRN .mbr-section-subtitle,
  .cid-rZE5f39jRN .mbr-section-title,
  .cid-rZE5f39jRN .underline {
    text-align: center !important;
  }
}
.cid-rZE5f39jRN .smtxt {
  font-size: x-large;
}
.cid-rZE5f39jRN .card1 > .mbr-text,
.cid-rZE5f39jRN .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZE5f39jRN .mbr-text {
    font-size: small !important;
  }
}
#hrblock-block-yc hr {
  margin: 0;
}
.cid-s0MATnYoAW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s0MATnYoAW .mbr-overlay {
  background: #879a9f;
}
.cid-s0MATnYoAW .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MATnYoAW .mbr-text,
.cid-s0MATnYoAW .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MATnYoAW H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxpMkk5Y .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxpMkk5Y .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxpMkk5Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxpMkk5Y .red {
  color: #ff0000 !important;
}
.cid-rSnxpMkk5Y .nav-item,
.cid-rSnxpMkk5Y .nav-link,
.cid-rSnxpMkk5Y .navbar-caption {
  font-weight: normal;
}
.cid-rSnxpMkk5Y .nav-item:focus,
.cid-rSnxpMkk5Y .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxpMkk5Y .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxpMkk5Y .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxpMkk5Y .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxpMkk5Y .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxpMkk5Y .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxpMkk5Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxpMkk5Y .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-rSnxpMkk5Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxpMkk5Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxpMkk5Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxpMkk5Y .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxpMkk5Y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxpMkk5Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxpMkk5Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxpMkk5Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxpMkk5Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxpMkk5Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxpMkk5Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxpMkk5Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxpMkk5Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxpMkk5Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxpMkk5Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxpMkk5Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxpMkk5Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxpMkk5Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxpMkk5Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxpMkk5Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxpMkk5Y .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxpMkk5Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxpMkk5Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxpMkk5Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxpMkk5Y .dropdown-item.active,
.cid-rSnxpMkk5Y .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxpMkk5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxpMkk5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxpMkk5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxpMkk5Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxpMkk5Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxpMkk5Y .navbar-buttons {
  text-align: center;
}
.cid-rSnxpMkk5Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxpMkk5Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxpMkk5Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxpMkk5Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxpMkk5Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxpMkk5Y .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxpMkk5Y .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-rSnxpMkk5Y a.nav-link,
.cid-rSnxpMkk5Y a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxpMkk5Y a.nav-link .mbr-iconfont-btn,
.cid-rSnxpMkk5Y a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxpMkk5Y a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxpMkk5Y a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxpMkk5Y a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxpMkk5Y .navbar {
    height: 77px;
  }
  .cid-rSnxpMkk5Y .navbar.opened {
    height: auto;
  }
  .cid-rSnxpMkk5Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxpMkk5Y .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxpMkk5Y .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxpMkk5Y .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxpMkk5Y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxpMkk5Y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxpMkk5Y .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxpMkk5Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxpMkk5Y .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSo84yGGI7 {
  padding-top: 270px;
  padding-bottom: 270px;
}
.cid-rSo84yGGI7 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 100px;
  position: relative;
  text-align: center;
}
.cid-rSo84yGGI7 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSo84yGGI7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSo84yGGI7 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSo84yGGI7 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSo84yGGI7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSo84yGGI7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSo84yGGI7 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s4hAmr4Ncy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4hAmr4Ncy P {
  color: #767676;
}
.cid-s4hAmr4Ncy H3 {
  color: #4b4b4b;
}
.cid-rSo8igFLba {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo8igFLba .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo8igFLba .mbr-section-title {
  color: #4b4b4b;
}
#hrblock-block-kq hr {
  margin: 0;
}
.cid-rZF9BNozqF {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-rZF9BNozqF .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZF9BNozqF .mbr-section-title {
  margin: 0;
}
.cid-rZF9BNozqF .card-img {
  text-align: center;
}
.cid-rZF9BNozqF .row-item {
  padding-bottom: 1rem;
  padding: 2rem 1rem;
}
.cid-rZF9BNozqF .row-item.card1 {
  background: #cccccc;
}
.cid-rZF9BNozqF .row-item.card2 {
  background: #188ef4;
}
.cid-rZF9BNozqF .row-item.card3 {
  background: #ff695c;
}
.cid-rZF9BNozqF .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZF9BNozqF .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZF9BNozqF .card-img,
  .cid-rZF9BNozqF .mbr-text,
  .cid-rZF9BNozqF .mbr-card-title,
  .cid-rZF9BNozqF .mbr-section-subtitle,
  .cid-rZF9BNozqF .mbr-section-title,
  .cid-rZF9BNozqF .underline {
    text-align: center !important;
  }
}
.cid-rZF9BNozqF .smtxt {
  font-size: x-large;
}
.cid-rZF9BNozqF .card1 > .mbr-text,
.cid-rZF9BNozqF .card1 > .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rZF9BNozqF .card1 > .mbr-text,
.cid-rZF9BNozqF .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-72 hr {
  margin: 0;
}
.cid-rZzp0EF7A7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZzp0EF7A7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZzp0EF7A7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZzp0EF7A7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZzp0EF7A7 .mbr-text,
.cid-rZzp0EF7A7 .mbr-section-btn {
  color: #767676;
}
.cid-rZzp0EF7A7 H1 {
  color: #4b4b4b;
}
.cid-rZzp0EF7A7 H3 {
  color: #4b4b4b;
}
.cid-rSo7GsHoZd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSo7GsHoZd .mbr-section-subtitle {
  color: #767676;
}
.cid-rSo7GsHoZd .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSo7ADF5E7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo7ADF5E7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo7ADF5E7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7ADF5E7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7ADF5E7 .mbr-text,
.cid-rSo7ADF5E7 .mbr-section-btn {
  color: #767676;
}
.cid-rSo7ADF5E7 H1 {
  color: #4b4b4b;
}
.cid-rSo7ADF5E7 H3 {
  color: #4b4b4b;
}
.cid-rZFdnzjHpL {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-rZFdnzjHpL .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZFdnzjHpL .mbr-section-title {
  margin: 0;
}
.cid-rZFdnzjHpL .card-img {
  text-align: center;
}
.cid-rZFdnzjHpL .row-item {
  padding-bottom: 1rem;
  padding: 2rem 1rem;
}
.cid-rZFdnzjHpL .row-item.card1 {
  background: #4b4b4b;
}
.cid-rZFdnzjHpL .row-item.card2 {
  background: #188ef4;
}
.cid-rZFdnzjHpL .row-item.card3 {
  background: #ff695c;
}
.cid-rZFdnzjHpL .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZFdnzjHpL .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZFdnzjHpL .card-img,
  .cid-rZFdnzjHpL .mbr-text,
  .cid-rZFdnzjHpL .mbr-card-title,
  .cid-rZFdnzjHpL .mbr-section-subtitle,
  .cid-rZFdnzjHpL .mbr-section-title,
  .cid-rZFdnzjHpL .underline {
    text-align: center !important;
  }
}
.cid-rZFdnzjHpL .smtxt {
  font-size: ;
}
.cid-rZFdnzjHpL .card1 > .mbr-text,
.cid-rZFdnzjHpL .card1 > .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rZDZVNP4Ak {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-rZDZVNP4Ak .card-icon {
  font-size: 56px;
  color: #ff0000;
  transition: color 0.3s;
}
.cid-rZDZVNP4Ak .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rZDZVNP4Ak .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-rZDZVNP4Ak p {
  font-weight: 400;
}
.cid-rZDZVNP4Ak .link-ico {
  font-size: 0.8rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-rZDZVNP4Ak .link-ico:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: gray!important;
}
.cid-rZDZVNP4Ak .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rZDZVNP4Ak .bg1 {
  background: #ffffff;
}
.cid-rZDZVNP4Ak .bg2 {
  background: #efefef;
}
.cid-rZDZVNP4Ak .bg3 {
  background: #cccccc;
}
.cid-rZDZVNP4Ak .bg4 {
  background: #c1c1c1;
}
.cid-rZDZVNP4Ak .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-rZDZVNP4Ak .card-wrapper:hover .link-ico {
  background-color: #ff0000;
  border-color: #ff0000;
  color: gray!important;
}
.cid-rZDZVNP4Ak .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-rZDZVNP4Ak .card-title,
.cid-rZDZVNP4Ak .card-ico,
.cid-rZDZVNP4Ak .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-rZDZVNP4Ak .mbr-text,
.cid-rZDZVNP4Ak .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rZDZVNP4Ak .row {
    padding: 0 1rem;
  }
}
.cid-s1ecLDiTBf {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-s1ecLDiTBf .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s1ecLDiTBf .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s1ecLDiTBf .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-s1ecLDiTBf .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: .25rem;
}
.cid-s1ecLDiTBf .mbr-section-subtitle,
.cid-s1ecLDiTBf .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s1ecLDiTBf H1 {
  color: #4b4b4b;
}
.cid-s1ecLDiTBf .smtxt {
  font-size: ;
}
.cid-rZDpxAdTFe {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZDpxAdTFe .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZDpxAdTFe .card-wrap {
  background-color: #4b4b4b;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZDpxAdTFe .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-rZDpxAdTFe .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rZDpxAdTFe .mbr-section-subtitle,
.cid-rZDpxAdTFe .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rZDpxAdTFe H1 {
  color: #f3f4f5;
}
.cid-rZDzFJ9wxF {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZDzFJ9wxF .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZDzFJ9wxF .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZDzFJ9wxF .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-rZDzFJ9wxF .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: .25rem;
}
.cid-rZDzFJ9wxF .mbr-section-subtitle,
.cid-rZDzFJ9wxF .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZDzFJ9wxF H1 {
  color: #4b4b4b;
}
.cid-rZDzFJ9wxF .smtxt {
  font-size: ;
}
.cid-s1ezImDxsT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-s1ezImDxsT .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s1ezImDxsT .card-wrap {
  position: relative;
  background-color: #4b4b4b;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s1ezImDxsT .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s1ezImDxsT .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: .25rem;
}
.cid-s1ezImDxsT .mbr-section-subtitle,
.cid-s1ezImDxsT .mbr-section-btn {
  color: #f3f4f5;
}
.cid-s1ezImDxsT H1 {
  color: #f3f4f5;
}
.cid-s1ezImDxsT .smtxt {
  font-size: ;
}
.cid-rSo7Bc4kna {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo7Bc4kna h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo7Bc4kna h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7Bc4kna h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7Bc4kna .mbr-text,
.cid-rSo7Bc4kna .mbr-section-btn {
  color: #767676;
}
.cid-rSo7Bc4kna H1 {
  color: #4b4b4b;
}
.cid-rSo7Bc4kna H3 {
  color: #4b4b4b;
}
.cid-rZDSn7z9d9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZDSn7z9d9 .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZDSn7z9d9 .card-wrap {
  position: relative;
  z-index: 1 !important;
  background-color: #f3f4f5;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZDSn7z9d9 .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-rZDSn7z9d9 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rZDSn7z9d9 .mbr-section-subtitle,
.cid-rZDSn7z9d9 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZDSn7z9d9 H1 {
  color: #4b4b4b;
}
.cid-s1ekjdxD1E {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-s1ekjdxD1E .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s1ekjdxD1E .card-wrap {
  position: relative;
  background-color: #4b4b4b;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s1ekjdxD1E .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s1ekjdxD1E .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: .25rem;
}
.cid-s1ekjdxD1E .mbr-section-subtitle,
.cid-s1ekjdxD1E .mbr-section-btn {
  color: #f3f4f5;
}
.cid-s1ekjdxD1E H1 {
  color: #f3f4f5;
}
.cid-s1ekjdxD1E .smtxt {
  font-size: ;
}
#hrblock-block-le hr {
  margin: 0;
}
.cid-rSo7ThUZt1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSo7ThUZt1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSo7ThUZt1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7ThUZt1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSo7ThUZt1 .mbr-text,
.cid-rSo7ThUZt1 .mbr-section-btn {
  color: #767676;
}
.cid-rSo7ThUZt1 H1 {
  color: #4b4b4b;
}
.cid-rSo7ThUZt1 H3 {
  color: #4b4b4b;
}
#hrblock-block-75 hr {
  margin: 0;
}
.cid-rSoa3aYsFV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoa3aYsFV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoa3aYsFV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoa3aYsFV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoa3aYsFV .mbr-text,
.cid-rSoa3aYsFV .mbr-section-btn {
  color: #767676;
}
.cid-rSoa3aYsFV H1 {
  color: #4b4b4b;
}
.cid-rSoa3aYsFV H3 {
  color: #4b4b4b;
}
.cid-rSoa4gPRCJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoa4gPRCJ h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rSoa4gPRCJ p {
  color: #ffffff;
}
.cid-rSoa4gPRCJ .card {
  margin-bottom: 2rem;
}
.cid-rSoa4gPRCJ .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rSoa4gPRCJ .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rSoa4gPRCJ .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rSoa4gPRCJ .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rSoa4gPRCJ .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rSoa4gPRCJ .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rSoa4gPRCJ .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rSoa4gPRCJ .card-title,
.cid-rSoa4gPRCJ .card-img {
  color: #4b4b4b;
}
.cid-rSoa4gPRCJ P {
  color: #4b4b4b;
}
#hrblock-block-od hr {
  margin: 0;
}
.cid-rZF8SCKIJX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZF8SCKIJX P {
  color: #767676;
}
.cid-rZF8SCKIJX H3 {
  color: #4b4b4b;
}
#hrblock-block-re hr {
  margin: 0;
}
.cid-rZDkulBIFy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZDkulBIFy P {
  color: #767676;
}
#RED-PRICES hr {
  margin: 0;
}
.cid-rSoa5yAMaK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoa5yAMaK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoa5yAMaK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoa5yAMaK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoa5yAMaK .mbr-text,
.cid-rSoa5yAMaK .mbr-section-btn {
  color: #767676;
}
.cid-rSoa5yAMaK H1 {
  color: #4b4b4b;
}
.cid-rSoa5yAMaK H3 {
  color: #4b4b4b;
}
.cid-tFMaA0Ft7S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFMaA0Ft7S .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tFMaA0Ft7S body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-tFMaA0Ft7S .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-tFMaA0Ft7S .price-tabs {
    margin-bottom: 60px;
  }
  .cid-tFMaA0Ft7S .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-tFMaA0Ft7S .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-tFMaA0Ft7S .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-tFMaA0Ft7S .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-tFMaA0Ft7S .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-tFMaA0Ft7S .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-tFMaA0Ft7S .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-tFMaA0Ft7S .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-tFMaA0Ft7S .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-tFMaA0Ft7S .price-item .price-top * {
  color: #4b4b4b;
}
.cid-tFMaA0Ft7S .price-item .price-top h2 {
  font-weight: 700;
}
.cid-tFMaA0Ft7S .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-tFMaA0Ft7S .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-tFMaA0Ft7S .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFMaA0Ft7S .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-tFMaA0Ft7S .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-tFMaA0Ft7S .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-tFMaA0Ft7S .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-tFMaA0Ft7S .popular {
  background-color: #cccccc;
}
.cid-tFMaA0Ft7S .popular .price-top {
  background-color: #fff;
}
.cid-tFMaA0Ft7S .popular .price-top:after {
  background-color: #fff;
}
.cid-tFMaA0Ft7S .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-tFMaA0Ft7S .popular .price-top h2,
.cid-tFMaA0Ft7S .popular .price-top span,
.cid-tFMaA0Ft7S .popular .price-top sup {
  color: #4b4b4b;
}
.cid-tFMaA0Ft7S .popular .price-content ul *,
.cid-tFMaA0Ft7S .popular .price-content ul .zmdi-close,
.cid-tFMaA0Ft7S .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-tFMaA0Ft7S H2 {
  text-align: center;
}
.cid-tFMaA0Ft7S H4 {
  color: #c1c1c1;
}
.cid-tFMaA0Ft7S UL {
  color: #4b4b4b;
}
.cid-tFMaA0Ft7S .red {
  color: red;
}
.cid-rSoa85IeAg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoa85IeAg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoa85IeAg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoa85IeAg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoa85IeAg .mbr-text,
.cid-rSoa85IeAg .mbr-section-btn {
  color: #767676;
}
.cid-rSoa85IeAg H1 {
  color: #4b4b4b;
}
.cid-rSoa85IeAg H3 {
  color: #4b4b4b;
}
.cid-rSob5TPdnC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSob5TPdnC .mbr-section-subtitle {
  color: #767676;
}
.cid-rSob5TPdnC .mbr-section-title {
  color: #767676;
}
.cid-sbZn5whIA8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f3f4f5;
}
.cid-sbZn5whIA8 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbZn5whIA8 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbZn5whIA8 .list-group-item {
  padding: .75rem 0rem;
}
.cid-sbZn5whIA8 .plan-subtitle {
  color: #66458e;
}
.cid-sbZn5whIA8 .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-sbZn5whIA8 .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-sbZn5whIA8 .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-sbZn5whIA8 .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-sbZn5whIA8 .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-sbZn5whIA8 .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-sbZn5whIA8 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbZn5whIA8 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbZn5whIA8 .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbZn5whIA8 .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-sbZn5whIA8 .plan {
    margin-bottom: 30px;
  }
}
.cid-sbZn5whIA8 .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbZn5whIA8 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbZn5whIA8 .plan-title {
  color: #4b4b4b;
}
.cid-sbZn5whIA8 .price-figure {
  color: #232323;
}
.cid-sbZn5whIA8 .price-term {
  color: #767676;
  text-align: center;
}
.cid-sbZn5whIA8 LI {
  color: #767676;
}
.cid-sbZn5whIA8 .plan-price {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-sbZn5whIA8 .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-sbZn5whIA8 .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-sbZn5whIA8 .price-figure {
    font-size: x-large;
  }
}
#hrblock-block-yf hr {
  margin: 0;
}
.cid-s0MB7Z6nyD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s0MB7Z6nyD .mbr-overlay {
  background: #879a9f;
}
.cid-s0MB7Z6nyD .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MB7Z6nyD .mbr-text,
.cid-s0MB7Z6nyD .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MB7Z6nyD H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSsNAXyReW .mcolor {
  color: 4b4b4b !important;
}
.cid-rSsNAXyReW .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSsNAXyReW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSsNAXyReW .red {
  color: #ff0000 !important;
}
.cid-rSsNAXyReW .nav-item,
.cid-rSsNAXyReW .nav-link,
.cid-rSsNAXyReW .navbar-caption {
  font-weight: normal;
}
.cid-rSsNAXyReW .nav-item:focus,
.cid-rSsNAXyReW .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSsNAXyReW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSsNAXyReW .nav-item .nav-link {
    position: relative;
  }
  .cid-rSsNAXyReW .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSsNAXyReW .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSsNAXyReW .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSsNAXyReW .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSsNAXyReW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSsNAXyReW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSsNAXyReW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSsNAXyReW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSsNAXyReW .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-rSsNAXyReW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSsNAXyReW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSsNAXyReW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSsNAXyReW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSsNAXyReW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSsNAXyReW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSsNAXyReW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSsNAXyReW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSsNAXyReW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSsNAXyReW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSsNAXyReW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSsNAXyReW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSsNAXyReW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSsNAXyReW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSsNAXyReW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSsNAXyReW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSsNAXyReW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSsNAXyReW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSsNAXyReW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSsNAXyReW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSsNAXyReW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSsNAXyReW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSsNAXyReW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSsNAXyReW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSsNAXyReW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSsNAXyReW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSsNAXyReW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSsNAXyReW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSsNAXyReW .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSsNAXyReW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSsNAXyReW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSsNAXyReW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSsNAXyReW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSsNAXyReW .dropdown-item.active,
.cid-rSsNAXyReW .dropdown-item:active {
  background-color: white !important;
}
.cid-rSsNAXyReW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSsNAXyReW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSsNAXyReW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSsNAXyReW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSsNAXyReW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSsNAXyReW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSsNAXyReW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSsNAXyReW .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSsNAXyReW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSsNAXyReW .navbar-buttons {
  text-align: center;
}
.cid-rSsNAXyReW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSsNAXyReW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSsNAXyReW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSsNAXyReW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSsNAXyReW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSsNAXyReW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSsNAXyReW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSsNAXyReW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSsNAXyReW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSsNAXyReW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSsNAXyReW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSsNAXyReW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSsNAXyReW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSsNAXyReW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSsNAXyReW .soc-item {
  margin: .5rem .3rem;
}
.cid-rSsNAXyReW .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-rSsNAXyReW a.nav-link,
.cid-rSsNAXyReW a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSsNAXyReW a.nav-link .mbr-iconfont-btn,
.cid-rSsNAXyReW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSsNAXyReW a.nav-link:hover .mbr-iconfont-btn,
.cid-rSsNAXyReW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSsNAXyReW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSsNAXyReW .navbar {
    height: 77px;
  }
  .cid-rSsNAXyReW .navbar.opened {
    height: auto;
  }
  .cid-rSsNAXyReW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSsNAXyReW .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSsNAXyReW .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSsNAXyReW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSsNAXyReW .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSsNAXyReW .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSsNAXyReW .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSsNAXyReW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSsNAXyReW .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSsNAXyReW .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSsNAXyReW .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSsNAXyReW .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSsNAXyReW .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSsNAXyReW .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSsNAXyReW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSsNAXyReW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSsNAXyReW .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSsNAXyReW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSsNAXyReW .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSsNAYDgVu {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-rSsNAYDgVu .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSsNAYDgVu .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSsNAYDgVu .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSsNAYDgVu .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSsNAYDgVu .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSsNAYDgVu .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSsNAYDgVu .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSsNAYDgVu .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAYDgVu .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSsNAYDgVu .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSsNAYDgVu .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAYDgVu .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSsNAYDgVu .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSsNAYDgVu .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSsNAYDgVu .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSsNAYDgVu .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSsNAYDgVu .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSsNAYDgVu .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSsNAYDgVu .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSsNAYDgVu .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSsNAYDgVu .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSsNAYDgVu .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSsNAYDgVu .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rYkCLhVgtn {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-rYkCLhVgtn .container-fluid {
  padding: 0 3rem;
}
.cid-rYkCLhVgtn .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-rYkCLhVgtn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rYkCLhVgtn .mbr-text,
.cid-rYkCLhVgtn .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYkCLhVgtn .mbr-section-title {
  color: #4b4b4b;
}
.cid-rZtfqsqdnh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZtfqsqdnh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZtfqsqdnh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZtfqsqdnh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZtfqsqdnh .mbr-text,
.cid-rZtfqsqdnh .mbr-section-btn {
  color: #767676;
}
.cid-rZtfqsqdnh H1 {
  color: #4b4b4b;
}
.cid-rZtfqsqdnh H3 {
  color: #4b4b4b;
}
.cid-rZtdEYbWR1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f4f5;
}
.cid-rZtdEYbWR1 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-rZtdEYbWR1 h4 {
  margin-bottom: 0rem;
}
.cid-rZtdEYbWR1 .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-rZtdEYbWR1 .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 3.5rem;
}
.cid-rZtdEYbWR1 .card {
  padding: 0rem;
  cursor: pointer;
}
.cid-rZtdEYbWR1 .card-img {
  margin-bottom: 1.7rem;
}
.cid-rZtdEYbWR1 .card-title {
  margin-bottom: 1.5rem;
}
.cid-rZtdEYbWR1 .row {
  justify-content: center;
}
.cid-rZtdEYbWR1 .card-box,
.cid-rZtdEYbWR1 .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rZtdEYbWR1 .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-rZtdEYbWR1 .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rZtdEYbWR1 .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rZtdEYbWR1 .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-rZtdEYbWR1 .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-rZtdEYbWR1 .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-rZtdEYbWR1 .wrapper-img {
  width: 100%;
  background-color: rgba(75, 75, 75, 0.85);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (max-width: 992px) {
  .cid-rZtdEYbWR1 .img-card {
    margin-top: 2rem;
  }
}
.cid-rZtdEYbWR1 H2 {
  color: #4b4b4b;
}
#hrblock-block-1b5 hr {
  margin: 0;
}
.cid-rSsNAZD3ac {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSsNAZD3ac h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSsNAZD3ac h3:before {
  position: absolute;
  content: '';
  left: -160px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSsNAZD3ac h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSsNAZD3ac .mbr-text,
.cid-rSsNAZD3ac .mbr-section-btn {
  color: #767676;
}
.cid-rSsNAZD3ac H1 {
  color: #4b4b4b;
}
.cid-rSsNAZD3ac H3 {
  color: #4b4b4b;
}
.cid-rSsPj44VBc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSsPj44VBc .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rSsPj44VBc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rSsPj44VBc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rSsPj44VBc .animated-element,
.cid-rSsPj44VBc .typed-cursor {
  color: #465052;
}
.cid-rSsPj44VBc .animated-element {
  border-bottom: 5px solid #ff0000;
}
@media (max-width: 767px) {
  .cid-rSsPj44VBc .typed-text {
    text-align: center;
  }
}
.cid-rSsPj44VBc .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSsPj44VBc .mbr-text,
.cid-rSsPj44VBc .typed-text,
.cid-rSsPj44VBc .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-srPN2fPHG5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-srPN2fPHG5 .mbr-section-subtitle,
.cid-srPN2fPHG5 .mbr-text {
  color: #767676;
}
.cid-srPN2fPHG5 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-srPN2fPHG5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srPN2fPHG5 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srPN2fPHG5 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-srPN2fPHG5 .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-srPN2fPHG5 .card-wrapper .card-img img {
  width: 100%;
}
.cid-srPN2fPHG5 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-srPN2fPHG5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-srPN2fPHG5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-srPN2fPHG5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-srPN2fPHG5 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-srPN2fPHG5 .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-srPN2fPHG5 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-srPN2fPHG5 .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-srPN2fPHG5 .card-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-srPPk7eoME {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-srPPk7eoME .mbr-text,
.cid-srPPk7eoME .mbr-section-subtitle {
  color: #767676;
}
.cid-srPPk7eoME .card-title {
  color: #66458e;
}
.cid-srPPk7eoME .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srPPk7eoME .mbr-section-subtitle,
  .cid-srPPk7eoME .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srPPk7eoME .card .card-img span {
    background: none;
  }
}
.cid-srPPk7eoME .card-title,
.cid-srPPk7eoME .card-img {
  color: #4b4b4b;
}
.cid-srPPk7eoME .mbr-text {
  color: #4b4b4b;
}
.cid-rStdEsva5T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rStdEsva5T .mbr-section-subtitle {
  color: #767676;
}
.cid-rStdEsva5T .mbr-section-title {
  color: #4b4b4b;
}
.cid-rStdG1z6MS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rStdG1z6MS .mbr-text,
.cid-rStdG1z6MS .mbr-section-subtitle {
  color: #767676;
}
.cid-rStdG1z6MS .card-title {
  color: #66458e;
}
.cid-rStdG1z6MS .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rStdG1z6MS .mbr-section-subtitle,
  .cid-rStdG1z6MS .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rStdG1z6MS .card .card-img span {
    background: none;
  }
}
.cid-rStdG1z6MS .card-title,
.cid-rStdG1z6MS .card-img {
  color: #4b4b4b;
}
.cid-rStdG1z6MS .mbr-text {
  color: #4b4b4b;
}
.cid-rStdCcL32B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rStdCcL32B .mbr-section-subtitle {
  color: #767676;
}
.cid-rStdCcL32B .mbr-section-title {
  color: #4b4b4b;
}
#hrblock-block-11m hr {
  margin: 0;
}
.cid-rStdIxc2rN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rStdIxc2rN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rStdIxc2rN h3:before {
  position: absolute;
  content: '';
  left: -160px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rStdIxc2rN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rStdIxc2rN .mbr-text,
.cid-rStdIxc2rN .mbr-section-btn {
  color: #767676;
}
.cid-rStdIxc2rN H1 {
  color: #4b4b4b;
}
.cid-rStdIxc2rN H3 {
  color: #4b4b4b;
}
.cid-rZtoXmCsJ2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZtoXmCsJ2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZtoXmCsJ2 .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rZtoXmCsJ2 .mbr-section-title DIV {
  text-align: left;
}
#hrblock-block-11l hr {
  margin: 0;
}
.cid-rSsPt3ExJM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSsPt3ExJM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSsPt3ExJM h3:before {
  position: absolute;
  content: '';
  left: -160px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSsPt3ExJM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSsPt3ExJM .mbr-text,
.cid-rSsPt3ExJM .mbr-section-btn {
  color: #767676;
}
.cid-rSsPt3ExJM H1 {
  color: #4b4b4b;
}
.cid-rSsPt3ExJM H3 {
  color: #4b4b4b;
}
.cid-rSuMV94Ek6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSuMV94Ek6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSuMV94Ek6 .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSuMV94Ek6 .mbr-section-title DIV {
  text-align: left;
}
.cid-rSte2KqN9Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSte2KqN9Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSte2KqN9Y h3:before {
  position: absolute;
  content: '';
  left: -160px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSte2KqN9Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSte2KqN9Y .mbr-text,
.cid-rSte2KqN9Y .mbr-section-btn {
  color: #767676;
}
.cid-rSte2KqN9Y H1 {
  color: #4b4b4b;
}
.cid-rSte2KqN9Y H3 {
  color: #4b4b4b;
}
.cid-srgQwCqxbE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-srgQwCqxbE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-srgQwCqxbE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-srgQwCqxbE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-srgQwCqxbE .mbr-text,
.cid-srgQwCqxbE .mbr-section-btn {
  color: #767676;
}
.cid-srgQwCqxbE H1 {
  color: #4b4b4b;
}
.cid-srgQwCqxbE H3 {
  color: #4b4b4b;
}
.cid-srgQu67krn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-srgQu67krn .mbr-text,
.cid-srgQu67krn blockquote {
  color: #767676;
}
.cid-srgQsfTy9j {
  padding-top: 0px;
  background-color: #f3f4f5;
}
.cid-srgQsfTy9j .container {
  margin-bottom: 150px;
}
.cid-srgQsfTy9j .content-container .btn-bgr {
  z-index: 0;
}
.cid-srgQsfTy9j .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f3f4f5;
}
.cid-srgQsfTy9j .icon-block-top span {
  background-color: #ff0000;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-srgQsfTy9j .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-srgQsfTy9j .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-srgQsfTy9j .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-srgQsfTy9j .box-item:last-child {
  background-color: #cccccc;
  margin-right: 0;
}
.cid-srgQsfTy9j .mbr-text,
.cid-srgQsfTy9j .box-item-text {
  color: #8d97ad;
}
.cid-srgQsfTy9j .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-srgQsfTy9j .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-srgQsfTy9j .box-list li:last-child {
  border-bottom: none;
}
.cid-srgQsfTy9j .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-srgQsfTy9j .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-srgQsfTy9j .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-srgQsfTy9j .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srgQsfTy9j .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-srgQsfTy9j .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-srgQsfTy9j .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-srgQsfTy9j .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-srgQsfTy9j .mbr-text {
  color: #4b4b4b;
}
.cid-srgQsfTy9j .box-item-text,
.cid-srgQsfTy9j .mbr-section-btn {
  color: #4b4b4b;
}
.cid-srgQqdfMrY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-srgQqdfMrY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-srgQqdfMrY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-srgQqdfMrY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-srgQqdfMrY .mbr-text,
.cid-srgQqdfMrY .mbr-section-btn {
  color: #767676;
}
.cid-srgQqdfMrY H1 {
  color: #4b4b4b;
}
.cid-srgQqdfMrY H3 {
  color: #4b4b4b;
}
.cid-srgQolHvtO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-srgQolHvtO .mbr-text,
.cid-srgQolHvtO blockquote {
  color: #767676;
}
.cid-srgQm3xZgU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-srgQm3xZgU .mbr-text,
.cid-srgQm3xZgU .mbr-section-subtitle {
  color: #767676;
}
.cid-srgQm3xZgU .card-title {
  color: #66458e;
}
.cid-srgQm3xZgU .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srgQm3xZgU .mbr-section-subtitle,
  .cid-srgQm3xZgU .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srgQm3xZgU .card .card-img span {
    background: none;
  }
}
.cid-srgQm3xZgU .card-title,
.cid-srgQm3xZgU .card-img {
  color: #4b4b4b;
}
.cid-srgQjC83wq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-srgQjC83wq .mbr-text,
.cid-srgQjC83wq .mbr-section-subtitle {
  color: #767676;
}
.cid-srgQjC83wq .card-title {
  color: #66458e;
}
.cid-srgQjC83wq .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srgQjC83wq .mbr-section-subtitle,
  .cid-srgQjC83wq .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srgQjC83wq .card .card-img span {
    background: none;
  }
}
.cid-srgQjC83wq .card-title,
.cid-srgQjC83wq .card-img {
  color: #4b4b4b;
}
.cid-srgOUB5Jmd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f4f5;
}
.cid-srgOUB5Jmd img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-srgOUB5Jmd h4 {
  margin-bottom: 0rem;
}
.cid-srgOUB5Jmd .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-srgOUB5Jmd .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 3.5rem;
}
.cid-srgOUB5Jmd .card {
  padding: 0rem;
  cursor: pointer;
}
.cid-srgOUB5Jmd .card-img {
  margin-bottom: 1.7rem;
}
.cid-srgOUB5Jmd .card-title {
  margin-bottom: 1.5rem;
}
.cid-srgOUB5Jmd .row {
  justify-content: center;
}
.cid-srgOUB5Jmd .card-box,
.cid-srgOUB5Jmd .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-srgOUB5Jmd .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-srgOUB5Jmd .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srgOUB5Jmd .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-srgOUB5Jmd .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-srgOUB5Jmd .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-srgOUB5Jmd .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-srgOUB5Jmd .wrapper-img {
  width: 100%;
  background-color: rgba(75, 75, 75, 0.85);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (max-width: 992px) {
  .cid-srgOUB5Jmd .img-card {
    margin-top: 2rem;
  }
}
.cid-srgOUB5Jmd H2 {
  color: #4b4b4b;
}
.cid-s2VGH2pA79 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VGH2pA79 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2VGH2pA79 h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VGH2pA79 h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VGH2pA79 .mbr-text,
.cid-s2VGH2pA79 .mbr-section-btn {
  color: #767676;
}
.cid-s2VGH2pA79 H1 {
  color: #4b4b4b;
}
.cid-s2VGH2pA79 H2 {
  color: #4b4b4b;
}
.cid-s2VGHWIrAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VGHWIrAS h3 {
  text-align: center;
}
.cid-s2VGHWIrAS .mbr-section-subtitle {
  font-weight: 300;
}
.cid-s2VGHWIrAS .card {
  word-wrap: break-word;
}
.cid-s2VGHWIrAS .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #ff0000;
}
.cid-s2VGHWIrAS .mbr-iconfont {
  font-size: 5rem;
  color: #ff0000;
}
.cid-s2VGHWIrAS .mbr-content-text {
  color: #4b4b4b;
}
.cid-s2VGHWIrAS .count,
.cid-s2VGHWIrAS .card-img {
  color: #4b4b4b;
}
.cid-s2VGHWIrAS H4 {
  color: #4b4b4b;
}
.cid-s2VUYFXabk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VUYFXabk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2VUYFXabk h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VUYFXabk h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VUYFXabk .mbr-text,
.cid-s2VUYFXabk .mbr-section-btn {
  color: #767676;
}
.cid-s2VUYFXabk H1 {
  color: #4b4b4b;
}
.cid-s2VUYFXabk H2 {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VUZZaR5h .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s2VUZZaR5h .mbr-section-title {
  margin: 0;
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card-img {
  text-align: center;
}
.cid-s2VUZZaR5h .row-item {
  padding-bottom: 2rem;
  padding: 2rem 2rem;
}
.cid-s2VUZZaR5h .row-item.card1 {
  background: #ffffff;
}
.cid-s2VUZZaR5h .row-item.card2 {
  background: #efefef;
}
.cid-s2VUZZaR5h .row-item.card3 {
  background: #cccccc;
}
.cid-s2VUZZaR5h .row-item.card4 {
  background: #c1c1c1;
}
.cid-s2VUZZaR5h .mbr-text {
  color: #efefef;
  font-size: x-large;
}
@media (max-width: 767px) {
  .cid-s2VUZZaR5h .card-img,
  .cid-s2VUZZaR5h .mbr-text,
  .cid-s2VUZZaR5h .mbr-card-title,
  .cid-s2VUZZaR5h .mbr-section-subtitle,
  .cid-s2VUZZaR5h .mbr-section-title,
  .cid-s2VUZZaR5h .underline {
    text-align: center !important;
  }
}
.cid-s2VUZZaR5h .card2 > .mbr-card-title,
.cid-s2VUZZaR5h .card2 > .card-img {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card3 > .mbr-card-title,
.cid-s2VUZZaR5h .card3 > .card-img {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card4 > .mbr-card-title,
.cid-s2VUZZaR5h .card4 > .card-img {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card4 > .mbr-text,
.cid-s2VUZZaR5h .card4 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card3 > .mbr-text,
.cid-s2VUZZaR5h .card3 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card2 > .mbr-text,
.cid-s2VUZZaR5h .card2 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card1 > .mbr-text,
.cid-s2VUZZaR5h .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .card1 > .mbr-card-title,
.cid-s2VUZZaR5h .card1 > .card-img {
  color: #4b4b4b;
}
.cid-s2VUZZaR5h .mbr-section-subtitle {
  color: #4b4b4b;
  font-size: x-large;
}
.cid-s2VV0RIYfq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s2VV0RIYfq h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2VV0RIYfq h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VV0RIYfq h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VV0RIYfq .mbr-text,
.cid-s2VV0RIYfq .mbr-section-btn {
  color: #767676;
}
.cid-s2VV0RIYfq H1 {
  color: #4b4b4b;
}
.cid-s2VV0RIYfq H2 {
  color: #4b4b4b;
}
.cid-s2VV2lesnj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VV2lesnj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s2VV2lesnj p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s2VV2lesnj .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-s2VV2lesnj .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s2VV2lesnj .card-box {
  padding: 0rem 1.5rem 2rem 1rem;
  background-color: #ffffff;
}
.cid-s2VV2lesnj .card-title,
.cid-s2VV2lesnj .card-img {
  color: #4b4b4b;
  text-align: center;
}
.cid-s2VV3Uc6Rc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VV3Uc6Rc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s2VV3Uc6Rc .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s2VV3Uc6Rc .mbr-section-subtitle {
  color: #767676;
}
.cid-s2VV3Uc6Rc .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s2VV3Uc6Rc ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s2VV3Uc6Rc .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s2VV3Uc6Rc .progress1 path {
  stroke: #cccccc;
}
.cid-s2VV3Uc6Rc .progress2 path {
  stroke: #767676;
}
.cid-s2VV3Uc6Rc .progress3 path {
  stroke: #4b4b4b;
}
.cid-s2VV3Uc6Rc .progress4 path {
  stroke: #55b4d4;
}
.cid-s2VV3Uc6Rc .card-text {
  color: #4b4b4b;
}
.cid-s2VV3Uc6Rc .number {
  color: #4b4b4b;
}
.cid-s2VV5xa5aX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VV5xa5aX .row {
  border-top: 1px solid #c1c1c1;
  padding-top: 2rem;
}
.cid-s2VV5xa5aX .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-s2VV5xa5aX .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s2VV5xa5aX .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s2VV5xa5aX .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s2VV5xa5aX .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s2VV5xa5aX .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-s2VV5xa5aX .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s2VV5xa5aX .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s2VV5xa5aX .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s2VV5xa5aX .mbr-section-title {
  text-align: center;
  color: #656565;
}
#hrblock-block-125 hr {
  margin: 0;
}
.cid-s2VHQdAd2L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2VHQdAd2L h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2VHQdAd2L h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VHQdAd2L h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2VHQdAd2L .mbr-text,
.cid-s2VHQdAd2L .mbr-section-btn {
  color: #767676;
}
.cid-s2VHQdAd2L H1 {
  color: #4b4b4b;
}
.cid-s2VHQdAd2L H2 {
  color: #4b4b4b;
}
.cid-rZzuHrVRr0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZzuHrVRr0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZzuHrVRr0 .mbr-section-title {
  color: #4b4b4b;
}
.cid-rZzuN0sRkL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZzuN0sRkL .mbr-text,
.cid-rZzuN0sRkL blockquote {
  color: #767676;
}
.cid-rZzv1zLyhH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rZzv1zLyhH .mbr-text {
  color: #767676;
}
.cid-rZzv1zLyhH .mbr-text p {
  background: #ffffff;
}
.cid-rZzvgKpzNL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZzvgKpzNL .mbr-section-subtitle {
  color: #767676;
}
.cid-rZzvgKpzNL .mbr-section-title {
  color: #4b4b4b;
}
.cid-rZtoYyio0Q {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZtoYyio0Q .mbr-section-subtitle {
  color: #767676;
}
.cid-rZtoYyio0Q .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rZtoYyio0Q .mbr-section-title DIV {
  text-align: left;
}
.cid-rZzu8O1DeP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZzu8O1DeP .mbr-iconfont {
  color: #8d97ad;
}
.cid-rZzu8O1DeP .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rZzu8O1DeP .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rZzu8O1DeP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZzu8O1DeP .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rZzu8O1DeP .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rZzu8O1DeP .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rZzu8O1DeP .card-title {
  color: #4b4b4b;
}
.cid-rZzu7IjUsw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZzu7IjUsw .mbr-iconfont {
  color: #8d97ad;
}
.cid-rZzu7IjUsw .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rZzu7IjUsw .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rZzu7IjUsw .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZzu7IjUsw .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rZzu7IjUsw .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rZzu7IjUsw .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rZzu7IjUsw .card-title {
  color: #4b4b4b;
}
#hrblock-block-yh hr {
  margin: 0;
}
.cid-s0MBc0X4hO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0MBc0X4hO .mbr-overlay {
  background: #879a9f;
}
.cid-s0MBc0X4hO .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MBc0X4hO .mbr-text,
.cid-s0MBc0X4hO .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MBc0X4hO H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxsABZNJ .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxsABZNJ .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxsABZNJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxsABZNJ .red {
  color: #ff0000 !important;
}
.cid-rSnxsABZNJ .nav-item,
.cid-rSnxsABZNJ .nav-link,
.cid-rSnxsABZNJ .navbar-caption {
  font-weight: normal;
}
.cid-rSnxsABZNJ .nav-item:focus,
.cid-rSnxsABZNJ .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxsABZNJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxsABZNJ .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxsABZNJ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxsABZNJ .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxsABZNJ .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxsABZNJ .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxsABZNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxsABZNJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxsABZNJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxsABZNJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxsABZNJ .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-rSnxsABZNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxsABZNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxsABZNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxsABZNJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxsABZNJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxsABZNJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxsABZNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxsABZNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxsABZNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxsABZNJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxsABZNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxsABZNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxsABZNJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxsABZNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxsABZNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxsABZNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxsABZNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxsABZNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxsABZNJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxsABZNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxsABZNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxsABZNJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxsABZNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxsABZNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxsABZNJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxsABZNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxsABZNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxsABZNJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxsABZNJ .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxsABZNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxsABZNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxsABZNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxsABZNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxsABZNJ .dropdown-item.active,
.cid-rSnxsABZNJ .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxsABZNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxsABZNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxsABZNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxsABZNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxsABZNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxsABZNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxsABZNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxsABZNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxsABZNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxsABZNJ .navbar-buttons {
  text-align: center;
}
.cid-rSnxsABZNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxsABZNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxsABZNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxsABZNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxsABZNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxsABZNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxsABZNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxsABZNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxsABZNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxsABZNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxsABZNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxsABZNJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxsABZNJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxsABZNJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxsABZNJ .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxsABZNJ .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-rSnxsABZNJ a.nav-link,
.cid-rSnxsABZNJ a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxsABZNJ a.nav-link .mbr-iconfont-btn,
.cid-rSnxsABZNJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxsABZNJ a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxsABZNJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxsABZNJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxsABZNJ .navbar {
    height: 77px;
  }
  .cid-rSnxsABZNJ .navbar.opened {
    height: auto;
  }
  .cid-rSnxsABZNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxsABZNJ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxsABZNJ .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxsABZNJ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxsABZNJ .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxsABZNJ .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxsABZNJ .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxsABZNJ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxsABZNJ .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxsABZNJ .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxsABZNJ .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxsABZNJ .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxsABZNJ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxsABZNJ .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxsABZNJ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxsABZNJ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxsABZNJ .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxsABZNJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxsABZNJ .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSocyDRG9K {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-7.jpg");
}
.cid-rSocyDRG9K .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSocyDRG9K .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSocyDRG9K .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSocyDRG9K .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSocyDRG9K .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSocyDRG9K .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSocyDRG9K .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSocyDRG9K .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSocyDRG9K .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSocyDRG9K .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSocyDRG9K .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSocyDRG9K .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSocyDRG9K .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSocyDRG9K .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSocyDRG9K .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSocyDRG9K .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSocyDRG9K .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSocyDRG9K .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSocyDRG9K .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSocyDRG9K .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSocyDRG9K .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSocyDRG9K .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSocyDRG9K .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rYkCBltMGw {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-rYkCBltMGw .container-fluid {
  padding: 0 3rem;
}
.cid-rYkCBltMGw .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-rYkCBltMGw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rYkCBltMGw .mbr-text,
.cid-rYkCBltMGw .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYkCBltMGw .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSoczrZwiz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoczrZwiz .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoczrZwiz .mbr-section-title {
  color: #767676;
  text-align: left;
}
.cid-rSoczrZwiz .mbr-section-title DIV {
  text-align: left;
}
.cid-t8Ehlu6isY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-t8Ehlu6isY .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Ehlu6isY .mbr-section-title {
  color: #767676;
  text-align: left;
}
.cid-t8Ehlu6isY .mbr-section-title DIV {
  text-align: left;
}
.cid-rSodz77ClA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSodz77ClA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSodz77ClA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSodz77ClA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSodz77ClA .mbr-text,
.cid-rSodz77ClA .mbr-section-btn {
  color: #767676;
}
.cid-rSodz77ClA H1 {
  color: #4b4b4b;
}
.cid-rSodz77ClA H3 {
  color: #4b4b4b;
}
.cid-rSocEcYcXD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSocEcYcXD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSocEcYcXD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSocEcYcXD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSocEcYcXD .mbr-text,
.cid-rSocEcYcXD .mbr-section-btn {
  color: #767676;
}
.cid-rSocEcYcXD H1 {
  color: #4b4b4b;
}
.cid-rSocEcYcXD H3 {
  color: #4b4b4b;
}
.cid-rSocEQhDqr {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSocEQhDqr .container-fluid {
  padding: 0 3rem;
}
.cid-rSocEQhDqr .image-block {
  margin: auto;
}
.cid-rSocEQhDqr .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rSocEQhDqr .container-fluid {
    padding: 0 1rem;
  }
  .cid-rSocEQhDqr .image-block {
    width: 100% !important;
  }
}
.cid-rSocEQhDqr #imagelightbox {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.cid-rSocEQhDqr #imagelightbox-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rSocEQhDqr #imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #888;
  position: fixed;
  z-index: 10001;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .625em;
}
.cid-rSocFXBDO4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSocFXBDO4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSocFXBDO4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSocFXBDO4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSocFXBDO4 .mbr-text,
.cid-rSocFXBDO4 .mbr-section-btn {
  color: #767676;
}
.cid-rSocFXBDO4 H1 {
  color: #4b4b4b;
}
.cid-rSocFXBDO4 H3 {
  color: #4b4b4b;
}
.cid-rSodqlTdBC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSodqlTdBC .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSodqlTdBC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSodqlTdBC p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSodqlTdBC .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSodqlTdBC .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSodqlTdBC .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSodqlTdBC .nav-link.active {
  border-color: transparent;
}
.cid-rSodqlTdBC .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSodqlTdBC .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSodqlTdBC .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSodqlTdBC .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSodqlTdBC .mbr-text {
  text-align: left;
}
.cid-rSodqlTdBC P {
  color: #767676;
  text-align: right;
}
.cid-rSodqlTdBC H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSodqlTdBC .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSodqlTdBC .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSodqlTdBC .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSodqlTdBC .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSod0VEh2A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSod0VEh2A h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSod0VEh2A h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSod0VEh2A h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSod0VEh2A .mbr-text,
.cid-rSod0VEh2A .mbr-section-btn {
  color: #767676;
}
.cid-rSod0VEh2A H1 {
  color: #4b4b4b;
}
.cid-rSod0VEh2A H3 {
  color: #4b4b4b;
}
.cid-rSocKJzR23 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSocKJzR23 .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSocKJzR23 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSocKJzR23 p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSocKJzR23 .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSocKJzR23 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSocKJzR23 .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSocKJzR23 .nav-link.active {
  border-color: transparent;
}
.cid-rSocKJzR23 .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSocKJzR23 .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSocKJzR23 .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSocKJzR23 .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSocKJzR23 .mbr-text {
  text-align: left;
}
.cid-rSocKJzR23 P {
  color: #767676;
  text-align: right;
}
.cid-rSocKJzR23 H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSocKJzR23 .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSocKJzR23 .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSocKJzR23 .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSocKJzR23 .pb-5 {
    padding-bottom: 2rem!important;
  }
}
#hrblock-block-yj hr {
  margin: 0;
}
.cid-s0MBfVhMJN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0MBfVhMJN .mbr-overlay {
  background: #879a9f;
}
.cid-s0MBfVhMJN .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MBfVhMJN .mbr-text,
.cid-s0MBfVhMJN .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MBfVhMJN H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s0jtIbb4n2 .mcolor {
  color: 4b4b4b !important;
}
.cid-s0jtIbb4n2 .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-s0jtIbb4n2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0jtIbb4n2 .red {
  color: #ff0000 !important;
}
.cid-s0jtIbb4n2 .nav-item,
.cid-s0jtIbb4n2 .nav-link,
.cid-s0jtIbb4n2 .navbar-caption {
  font-weight: normal;
}
.cid-s0jtIbb4n2 .nav-item:focus,
.cid-s0jtIbb4n2 .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-s0jtIbb4n2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s0jtIbb4n2 .nav-item .nav-link {
    position: relative;
  }
  .cid-s0jtIbb4n2 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-s0jtIbb4n2 .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-s0jtIbb4n2 .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0jtIbb4n2 .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-s0jtIbb4n2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0jtIbb4n2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0jtIbb4n2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s0jtIbb4n2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s0jtIbb4n2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s0jtIbb4n2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0jtIbb4n2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0jtIbb4n2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0jtIbb4n2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s0jtIbb4n2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s0jtIbb4n2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0jtIbb4n2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0jtIbb4n2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s0jtIbb4n2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s0jtIbb4n2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0jtIbb4n2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s0jtIbb4n2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0jtIbb4n2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-s0jtIbb4n2 .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-s0jtIbb4n2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0jtIbb4n2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0jtIbb4n2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0jtIbb4n2 .dropdown-item.active,
.cid-s0jtIbb4n2 .dropdown-item:active {
  background-color: white !important;
}
.cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-s0jtIbb4n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-s0jtIbb4n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0jtIbb4n2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-s0jtIbb4n2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0jtIbb4n2 .navbar-buttons {
  text-align: center;
}
.cid-s0jtIbb4n2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0jtIbb4n2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0jtIbb4n2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s0jtIbb4n2 .soc-item {
  margin: .5rem .3rem;
}
.cid-s0jtIbb4n2 .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-s0jtIbb4n2 a.nav-link,
.cid-s0jtIbb4n2 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-s0jtIbb4n2 a.nav-link .mbr-iconfont-btn,
.cid-s0jtIbb4n2 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s0jtIbb4n2 a.nav-link:hover .mbr-iconfont-btn,
.cid-s0jtIbb4n2 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s0jtIbb4n2 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0jtIbb4n2 .navbar {
    height: 77px;
  }
  .cid-s0jtIbb4n2 .navbar.opened {
    height: auto;
  }
  .cid-s0jtIbb4n2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-s0jtIbb4n2 .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-s0jtIbb4n2 .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-s0jtIbb4n2 .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-s0jtIbb4n2 .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-s0jtIezj64 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-s0jtIezj64 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-s0jtIezj64 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-s0jtIezj64 .mbr-section-title span {
  color: #ffbc00;
}
.cid-s0jtIezj64 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0jtIezj64 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0jtIezj64 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-s0jtIezj64 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-s0jtIezj64 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIezj64 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-s0jtIezj64 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-s0jtIezj64 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIezj64 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-s0jtIezj64 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-s0jtIezj64 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0jtIezj64 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-s0jtIezj64 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-s0jtIezj64 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIezj64 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-s0jtIezj64 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-s0jtIezj64 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0jtIezj64 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-s0jtIezj64 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-s0jtIezj64 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s0jtIh2q9e {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-s0jtIh2q9e .container-fluid {
  padding: 0 3rem;
}
.cid-s0jtIh2q9e .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-s0jtIh2q9e .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0jtIh2q9e .mbr-text,
.cid-s0jtIh2q9e .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0jtIh2q9e .mbr-section-title {
  color: #4b4b4b;
}
.cid-s0jtIlb4OQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtIlb4OQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtIlb4OQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtIlb4OQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtIlb4OQ .mbr-text,
.cid-s0jtIlb4OQ .mbr-section-btn {
  color: #767676;
}
.cid-s0jtIlb4OQ H1 {
  color: #4b4b4b;
}
.cid-s0jtIlb4OQ H3 {
  color: #4b4b4b;
}
.cid-s0jtInG67D {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s0jtInG67D .mbr-section-subtitle {
  color: #767676;
}
.cid-s0jtInG67D .mbr-section-title {
  color: #4b4b4b;
}
.cid-s0jtIqfR92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtIqfR92 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtIqfR92 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtIqfR92 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtIqfR92 .mbr-text,
.cid-s0jtIqfR92 .mbr-section-btn {
  color: #767676;
}
.cid-s0jtIqfR92 H1 {
  color: #4b4b4b;
}
.cid-s0jtIqfR92 H3 {
  color: #4b4b4b;
}
.cid-s32awPEArM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s32awPEArM .mbr-section-title {
  color: #06182d;
}
.cid-s32awPEArM .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s32awPEArM .mbr-section-subtitle {
  color: #06182d;
}
.cid-s32awPEArM .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s32awPEArM .mbr-section-text {
  color: #999999;
}
.cid-s32awPEArM .nav-tabs .nav-item.open .nav-link:focus,
.cid-s32awPEArM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s32awPEArM .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-s32awPEArM .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-s32awPEArM .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-s32awPEArM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-s32awPEArM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-s32awPEArM P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-s32awPEArM .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s32awPEArM .mbr-text,
  .cid-s32awPEArM .nav-link {
    text-align: center;
  }
}
.cid-s32awPEArM .img-wrap img {
  width: 100%;
}
.cid-s32awPEArM .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-s32awPEArM .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s32awPEArM .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s32awPEArM .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s32awPEArM .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s32awPEArM .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-s32awPEArM .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-s32awPEArM .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s32awPEArM .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s32awPEArM .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-s32awPEArM .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-s32awPEArM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s32awPEArM .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-s32awPEArM .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-s32awPEArM .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-s32awPEArM .card .card-header a.panel-title .toggle-icon:before,
.cid-s32awPEArM .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s32awPEArM .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-s32awPEArM .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s32awPEArM .card .panel-body {
  padding: 14px 20px;
}
.cid-s32awPEArM .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-s32awPEArM .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-s32awPEArM .tab-pane:not(.active) {
  display: none;
}
.cid-s32awPEArM .card .panel-body p {
  color: #4a4a4a;
}
.cid-s32awPEArM .card .card-header a.panel-title h4 {
  color: #4a4a4a;
}
#hrblock-block-u2 hr {
  margin: 0;
}
.cid-s0jtIJBVDv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtIJBVDv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtIJBVDv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtIJBVDv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtIJBVDv .mbr-text,
.cid-s0jtIJBVDv .mbr-section-btn {
  color: #767676;
}
.cid-s0jtIJBVDv H1 {
  color: #4b4b4b;
}
.cid-s0jtIJBVDv H3 {
  color: #4b4b4b;
}
.cid-s32sP4p52o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s32sP4p52o .mbr-section-title {
  color: #06182d;
}
.cid-s32sP4p52o .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s32sP4p52o .mbr-section-subtitle {
  color: #06182d;
}
.cid-s32sP4p52o .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s32sP4p52o .mbr-section-text {
  color: #999999;
}
.cid-s32sP4p52o .nav-tabs .nav-item.open .nav-link:focus,
.cid-s32sP4p52o .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s32sP4p52o .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-s32sP4p52o .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-s32sP4p52o .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-s32sP4p52o .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-s32sP4p52o .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-s32sP4p52o P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-s32sP4p52o .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s32sP4p52o .mbr-text,
  .cid-s32sP4p52o .nav-link {
    text-align: center;
  }
}
.cid-s32sP4p52o .img-wrap img {
  width: 100%;
}
.cid-s32sP4p52o .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-s32sP4p52o .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s32sP4p52o .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s32sP4p52o .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s32sP4p52o .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s32sP4p52o .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-s32sP4p52o .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-s32sP4p52o .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s32sP4p52o .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s32sP4p52o .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-s32sP4p52o .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-s32sP4p52o .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s32sP4p52o .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-s32sP4p52o .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-s32sP4p52o .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-s32sP4p52o .card .card-header a.panel-title .toggle-icon:before,
.cid-s32sP4p52o .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s32sP4p52o .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-s32sP4p52o .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s32sP4p52o .card .panel-body {
  padding: 14px 20px;
}
.cid-s32sP4p52o .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-s32sP4p52o .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-s32sP4p52o .tab-pane:not(.active) {
  display: none;
}
.cid-s32sP4p52o .card .panel-body p {
  color: #4a4a4a;
}
.cid-s32sP4p52o .card .card-header a.panel-title h4 {
  color: #4a4a4a;
}
#hrblock-block-ua hr {
  margin: 0;
}
.cid-s0jtJ6coBe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtJ6coBe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtJ6coBe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJ6coBe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJ6coBe .mbr-text,
.cid-s0jtJ6coBe .mbr-section-btn {
  color: #767676;
}
.cid-s0jtJ6coBe H1 {
  color: #4b4b4b;
}
.cid-s0jtJ6coBe H3 {
  color: #4b4b4b;
}
.cid-s32xW0A5G6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s32xW0A5G6 .mbr-section-title {
  color: #06182d;
}
.cid-s32xW0A5G6 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s32xW0A5G6 .mbr-section-subtitle {
  color: #06182d;
}
.cid-s32xW0A5G6 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s32xW0A5G6 .mbr-section-text {
  color: #999999;
}
.cid-s32xW0A5G6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-s32xW0A5G6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s32xW0A5G6 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-s32xW0A5G6 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-s32xW0A5G6 .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-s32xW0A5G6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-s32xW0A5G6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-s32xW0A5G6 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-s32xW0A5G6 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s32xW0A5G6 .mbr-text,
  .cid-s32xW0A5G6 .nav-link {
    text-align: center;
  }
}
.cid-s32xW0A5G6 .img-wrap img {
  width: 100%;
}
.cid-s32xW0A5G6 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-s32xW0A5G6 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s32xW0A5G6 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s32xW0A5G6 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s32xW0A5G6 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s32xW0A5G6 .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-s32xW0A5G6 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-s32xW0A5G6 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s32xW0A5G6 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title .toggle-icon:before,
.cid-s32xW0A5G6 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-s32xW0A5G6 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s32xW0A5G6 .card .panel-body {
  padding: 14px 20px;
}
.cid-s32xW0A5G6 .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-s32xW0A5G6 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-s32xW0A5G6 .tab-pane:not(.active) {
  display: none;
}
.cid-s32xW0A5G6 .card .panel-body p {
  color: #4a4a4a;
}
#hrblock-block-ug hr {
  margin: 0;
}
.cid-s0jtJmEc8d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtJmEc8d h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtJmEc8d h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJmEc8d h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJmEc8d .mbr-text,
.cid-s0jtJmEc8d .mbr-section-btn {
  color: #767676;
}
.cid-s0jtJmEc8d H1 {
  color: #4b4b4b;
}
.cid-s0jtJmEc8d H3 {
  color: #4b4b4b;
}
.cid-s0jtJpUgSD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtJpUgSD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtJpUgSD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJpUgSD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJpUgSD .mbr-text,
.cid-s0jtJpUgSD .mbr-section-btn {
  color: #767676;
}
.cid-s0jtJpUgSD H1 {
  color: #4b4b4b;
}
.cid-s0jtJpUgSD H3 {
  color: #4b4b4b;
}
.cid-s7DThpkwmL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s7DThpkwmL .mbr-section-title {
  color: #06182d;
}
.cid-s7DThpkwmL .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s7DThpkwmL .mbr-section-subtitle {
  color: #06182d;
}
.cid-s7DThpkwmL .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s7DThpkwmL .mbr-section-text {
  color: #999999;
}
.cid-s7DThpkwmL .nav-tabs .nav-item.open .nav-link:focus,
.cid-s7DThpkwmL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s7DThpkwmL .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-s7DThpkwmL .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-s7DThpkwmL .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-s7DThpkwmL .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-s7DThpkwmL .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-s7DThpkwmL P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-s7DThpkwmL .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s7DThpkwmL .mbr-text,
  .cid-s7DThpkwmL .nav-link {
    text-align: center;
  }
}
.cid-s7DThpkwmL .img-wrap img {
  width: 100%;
}
.cid-s7DThpkwmL .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-s7DThpkwmL .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s7DThpkwmL .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s7DThpkwmL .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s7DThpkwmL .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s7DThpkwmL .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-s7DThpkwmL .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-s7DThpkwmL .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s7DThpkwmL .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s7DThpkwmL .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-s7DThpkwmL .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-s7DThpkwmL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s7DThpkwmL .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-s7DThpkwmL .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-s7DThpkwmL .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-s7DThpkwmL .card .card-header a.panel-title .toggle-icon:before,
.cid-s7DThpkwmL .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s7DThpkwmL .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-s7DThpkwmL .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s7DThpkwmL .card .panel-body {
  padding: 14px 20px;
}
.cid-s7DThpkwmL .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-s7DThpkwmL .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-s7DThpkwmL .tab-pane:not(.active) {
  display: none;
}
.cid-s7DThpkwmL .card .panel-body p {
  color: #4a4a4a;
}
#hrblock-block-um hr {
  margin: 0;
}
.cid-s0jtJFlbuz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jtJFlbuz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jtJFlbuz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJFlbuz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jtJFlbuz .mbr-text,
.cid-s0jtJFlbuz .mbr-section-btn {
  color: #767676;
}
.cid-s0jtJFlbuz H1 {
  color: #4b4b4b;
}
.cid-s0jtJFlbuz H3 {
  color: #4b4b4b;
}
.cid-s32CvrE6A6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s32CvrE6A6 .mbr-section-title {
  color: #06182d;
}
.cid-s32CvrE6A6 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s32CvrE6A6 .mbr-section-subtitle {
  color: #06182d;
}
.cid-s32CvrE6A6 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s32CvrE6A6 .mbr-section-text {
  color: #999999;
}
.cid-s32CvrE6A6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-s32CvrE6A6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s32CvrE6A6 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-s32CvrE6A6 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-s32CvrE6A6 .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-s32CvrE6A6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-s32CvrE6A6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-s32CvrE6A6 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-s32CvrE6A6 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s32CvrE6A6 .mbr-text,
  .cid-s32CvrE6A6 .nav-link {
    text-align: center;
  }
}
.cid-s32CvrE6A6 .img-wrap img {
  width: 100%;
}
.cid-s32CvrE6A6 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-s32CvrE6A6 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s32CvrE6A6 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s32CvrE6A6 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s32CvrE6A6 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s32CvrE6A6 .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-s32CvrE6A6 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-s32CvrE6A6 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s32CvrE6A6 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title .toggle-icon:before,
.cid-s32CvrE6A6 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-s32CvrE6A6 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s32CvrE6A6 .card .panel-body {
  padding: 14px 20px;
}
.cid-s32CvrE6A6 .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-s32CvrE6A6 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-s32CvrE6A6 .tab-pane:not(.active) {
  display: none;
}
.cid-s32CvrE6A6 .card .panel-body p {
  color: #4a4a4a;
}
#hrblock-block-uu hr {
  margin: 0;
}
.cid-s0jtK4IoLG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s0jtK4IoLG .mbr-section-subtitle {
  color: #767676;
}
.cid-s0jtK4IoLG .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
#hrblock-block-yl hr {
  margin: 0;
}
.cid-s0MBttPQCB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0MBttPQCB .mbr-overlay {
  background: #879a9f;
}
.cid-s0MBttPQCB .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MBttPQCB .mbr-text,
.cid-s0MBttPQCB .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MBttPQCB H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rYeGo9sywM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-rYeGo9sywM .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rYeGo9sywM .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rYeGo9sywM .mbr-section-title span {
  color: #ffbc00;
}
.cid-rYeGo9sywM .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYeGo9sywM .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rYeGo9sywM .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rYeGo9sywM .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rYeGo9sywM .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rYeGo9sywM .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rYeGo9sywM .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rYeGo9sywM .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rYeGo9sywM .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rYeGo9sywM .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rYeGo9sywM .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rYeGo9sywM .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rYeGo9sywM .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rYeGo9sywM .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rYeGo9sywM .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rYeGo9sywM .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rYeGo9sywM .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rYeGo9sywM .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rYeGo9sywM .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rYeGo9sywM .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rYeLQi2VIP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYeLQi2VIP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rYeLQi2VIP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYeLQi2VIP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYeLQi2VIP .mbr-text,
.cid-rYeLQi2VIP .mbr-section-btn {
  color: #767676;
}
.cid-rYeLQi2VIP H1 {
  color: #4b4b4b;
}
.cid-rYeLQi2VIP H3 {
  color: #4b4b4b;
}
.cid-rYeNn03kRM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYeNn03kRM .mbr-section-subtitle {
  color: #767676;
}
.cid-rYeNn03kRM .mbr-section-title {
  color: #767676;
  text-align: right;
}
.cid-rYePRlh2rZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYePRlh2rZ .mbr-text,
.cid-rYePRlh2rZ blockquote {
  color: #767676;
}
.cid-rYePRlh2rZ .mbr-text {
  color: #4b4b4b;
}
.cid-rYjjWmuGhW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rYjjWmuGhW .container {
  max-width: 1500px;
}
.cid-rYjjWmuGhW .row {
  background: #ffffff;
}
.cid-rYjjWmuGhW .img-col {
  padding: 0;
}
.cid-rYjjWmuGhW .title-col {
  padding: 4rem 8rem;
}
.cid-rYjjWmuGhW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rYjjWmuGhW h2 {
  padding: 0;
  margin: 0;
}
.cid-rYjjWmuGhW .text-wrap {
  margin: auto;
}
.cid-rYjjWmuGhW .mbr-text {
  color: #4b4b4b;
}
@media (max-width: 1200px) {
  .cid-rYjjWmuGhW .row {
    margin: 2rem;
  }
  .cid-rYjjWmuGhW .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rYjjWmuGhW .row {
    margin: 0rem;
  }
  .cid-rYjjWmuGhW .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rYjjWmuGhW H2 {
  color: #4b4b4b;
}
.cid-rYePpokQox {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rYePpokQox .line {
  background-color: #ff0000;
  color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYePpokQox .section-text {
  padding: 2rem 0;
  color: #4b4b4b;
}
.cid-rYePpokQox .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYePpokQox .inner-container {
    width: 100% !important;
  }
}
.cid-rYfm6RYyXE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYfm6RYyXE .mbr-text {
  color: #879a9f;
}
.cid-rYfm6RYyXE .color {
  background: #ffffff;
}
.cid-rYfm6RYyXE .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-rYfm6RYyXE .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-rYfm6RYyXE .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff0000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-rYfm6RYyXE .card2 {
    margin-left: 1rem;
  }
  .cid-rYfm6RYyXE .card-wrapper {
    margin-right: 1rem;
  }
  .cid-rYfm6RYyXE li:before {
    left: 1rem!important;
  }
}
.cid-rYfm6RYyXE .mbr-text,
.cid-rYfm6RYyXE .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYfm6RYyXE .card-title {
  color: #4b4b4b;
}
.cid-rZD5eAqvcr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZD5eAqvcr .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rZD5eAqvcr .mbr-section-title {
  margin: 0;
}
.cid-rZD5eAqvcr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZD5eAqvcr .card-img span {
  color: #ff0000;
}
.cid-rZD5eAqvcr .row-item {
  margin-bottom: 2rem;
}
.cid-rZD5eAqvcr .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ff0000, #ff0000);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rZD5eAqvcr .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rZD5eAqvcr .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rZD5eAqvcr .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rZD5eAqvcr .mbr-card-title,
.cid-rZD5eAqvcr .card-img {
  color: #4b4b4b;
}
.cid-rYjNP4ALLg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYjNP4ALLg .mbr-text,
.cid-rYjNP4ALLg blockquote {
  color: #767676;
}
.cid-rYeTwEDPGm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYeTwEDPGm .mbr-text {
  color: #879a9f;
}
.cid-rYeTwEDPGm .color {
  background: #ffffff;
}
.cid-rYeTwEDPGm .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-rYeTwEDPGm .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-rYeTwEDPGm .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff0000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-rYeTwEDPGm .card2 {
    margin-left: 1rem;
  }
  .cid-rYeTwEDPGm .card-wrapper {
    margin-right: 1rem;
  }
  .cid-rYeTwEDPGm li:before {
    left: 1rem!important;
  }
}
.cid-rYeTwEDPGm .card-title {
  color: #4b4b4b;
}
.cid-rYeTwEDPGm .mbr-text,
.cid-rYeTwEDPGm .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYjO6w3IFd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYjO6w3IFd .mbr-text,
.cid-rYjO6w3IFd blockquote {
  color: #767676;
}
.cid-rYfnC0mvlb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYfnC0mvlb .mbr-text {
  color: #879a9f;
}
.cid-rYfnC0mvlb .color {
  background: #ffffff;
}
.cid-rYfnC0mvlb .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-rYfnC0mvlb .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-rYfnC0mvlb .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff0000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-rYfnC0mvlb .card2 {
    margin-left: 1rem;
  }
  .cid-rYfnC0mvlb .card-wrapper {
    margin-right: 1rem;
  }
  .cid-rYfnC0mvlb li:before {
    left: 1rem!important;
  }
}
.cid-rYfnC0mvlb .mbr-text,
.cid-rYfnC0mvlb .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYfnC0mvlb .card-title {
  color: #4b4b4b;
}
.cid-rYfqj7qxR1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYfqj7qxR1 .mbr-text,
.cid-rYfqj7qxR1 blockquote {
  color: #767676;
}
.cid-rYfqj7qxR1 .mbr-text {
  color: #4b4b4b;
}
.cid-rYeP1Pb62x {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rYeP1Pb62x .mbr-section-subtitle {
  color: #767676;
}
.cid-rYeP1Pb62x .mbr-section-title {
  color: #767676;
  text-align: center;
}
.cid-rYeWkmChni {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rYeWkmChni h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rYeWkmChni h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYeWkmChni h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYeWkmChni .mbr-text,
.cid-rYeWkmChni .mbr-section-btn {
  color: #767676;
}
.cid-rYeWkmChni H1 {
  color: #4b4b4b;
}
.cid-rYeWkmChni H3 {
  color: #4b4b4b;
}
.cid-rZDaNKxgCn {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-rZDaNKxgCn .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZDaNKxgCn .mbr-section-title {
  margin: 0;
}
.cid-rZDaNKxgCn .card-img {
  text-align: center;
}
.cid-rZDaNKxgCn .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rZDaNKxgCn .row-item.card1 {
  background: #4b4b4b;
}
.cid-rZDaNKxgCn .row-item.card2 {
  background: #188ef4;
}
.cid-rZDaNKxgCn .row-item.card3 {
  background: #ff695c;
}
.cid-rZDaNKxgCn .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZDaNKxgCn .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZDaNKxgCn .card-img,
  .cid-rZDaNKxgCn .mbr-text,
  .cid-rZDaNKxgCn .mbr-card-title,
  .cid-rZDaNKxgCn .mbr-section-subtitle,
  .cid-rZDaNKxgCn .mbr-section-title,
  .cid-rZDaNKxgCn .underline {
    text-align: center !important;
  }
}
.cid-rZDaNKxgCn .smtxt {
  font-size: x-large;
}
.cid-rZDaNKxgCn .card1 > .mbr-text,
.cid-rZDaNKxgCn .card1 > .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rYeWI6mZar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxR4xRKq .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxR4xRKq .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxR4xRKq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxR4xRKq .red {
  color: #ff0000 !important;
}
.cid-rSnxR4xRKq .nav-item,
.cid-rSnxR4xRKq .nav-link,
.cid-rSnxR4xRKq .navbar-caption {
  font-weight: normal;
}
.cid-rSnxR4xRKq .nav-item:focus,
.cid-rSnxR4xRKq .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxR4xRKq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxR4xRKq .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxR4xRKq .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxR4xRKq .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxR4xRKq .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxR4xRKq .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxR4xRKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxR4xRKq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxR4xRKq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxR4xRKq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxR4xRKq .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-rSnxR4xRKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxR4xRKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxR4xRKq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxR4xRKq .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxR4xRKq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxR4xRKq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxR4xRKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxR4xRKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxR4xRKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxR4xRKq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxR4xRKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxR4xRKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxR4xRKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxR4xRKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxR4xRKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxR4xRKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxR4xRKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxR4xRKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxR4xRKq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxR4xRKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxR4xRKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxR4xRKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxR4xRKq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxR4xRKq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxR4xRKq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxR4xRKq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxR4xRKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxR4xRKq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxR4xRKq .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxR4xRKq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxR4xRKq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxR4xRKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxR4xRKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxR4xRKq .dropdown-item.active,
.cid-rSnxR4xRKq .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxR4xRKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxR4xRKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxR4xRKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxR4xRKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxR4xRKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxR4xRKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxR4xRKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxR4xRKq .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxR4xRKq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxR4xRKq .navbar-buttons {
  text-align: center;
}
.cid-rSnxR4xRKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxR4xRKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxR4xRKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxR4xRKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxR4xRKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxR4xRKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxR4xRKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxR4xRKq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxR4xRKq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxR4xRKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxR4xRKq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxR4xRKq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxR4xRKq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxR4xRKq .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxR4xRKq .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxR4xRKq .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-rSnxR4xRKq a.nav-link,
.cid-rSnxR4xRKq a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxR4xRKq a.nav-link .mbr-iconfont-btn,
.cid-rSnxR4xRKq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxR4xRKq a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxR4xRKq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxR4xRKq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxR4xRKq .navbar {
    height: 77px;
  }
  .cid-rSnxR4xRKq .navbar.opened {
    height: auto;
  }
  .cid-rSnxR4xRKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxR4xRKq .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxR4xRKq .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxR4xRKq .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxR4xRKq .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxR4xRKq .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxR4xRKq .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxR4xRKq .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxR4xRKq .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxR4xRKq .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxR4xRKq .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxR4xRKq .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxR4xRKq .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxR4xRKq .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxR4xRKq .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxR4xRKq .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxR4xRKq .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxR4xRKq .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxR4xRKq .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSoykQO99B {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-10.jpg");
}
.cid-rSoykQO99B .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSoykQO99B .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSoykQO99B .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSoykQO99B .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSoykQO99B .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSoykQO99B .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoykQO99B .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoykQO99B .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoykQO99B .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoykQO99B .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoykQO99B .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoykQO99B .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoykQO99B .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoykQO99B .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSoykQO99B .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoykQO99B .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSoykQO99B .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoykQO99B .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoykQO99B .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoykQO99B .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSoykQO99B .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoykQO99B .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoykQO99B .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rYkD4y55Cl {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-rYkD4y55Cl .container-fluid {
  padding: 0 3rem;
}
.cid-rYkD4y55Cl .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-rYkD4y55Cl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rYkD4y55Cl .mbr-text,
.cid-rYkD4y55Cl .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYkD4y55Cl .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSoyx78oUA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyx78oUA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyx78oUA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyx78oUA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyx78oUA .mbr-text,
.cid-rSoyx78oUA .mbr-section-btn {
  color: #767676;
}
.cid-rSoyx78oUA H1 {
  color: #4b4b4b;
}
.cid-rSoyx78oUA H3 {
  color: #4b4b4b;
}
.cid-rSoABqyvin {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoABqyvin .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoABqyvin .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoABqyvin .mbr-section-title DIV {
  text-align: left;
}
.cid-rYf5DugAq7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYf5DugAq7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rYf5DugAq7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYf5DugAq7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYf5DugAq7 .mbr-text,
.cid-rYf5DugAq7 .mbr-section-btn {
  color: #767676;
}
.cid-rYf5DugAq7 H1 {
  color: #4b4b4b;
}
.cid-rYf5DugAq7 H3 {
  color: #4b4b4b;
}
.cid-rYf5LHyhlg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYf5LHyhlg .mbr-text {
  color: #767676;
}
.cid-rYf5LHyhlg H2 {
  color: #4b4b4b;
}
.cid-rSoyy3HBGb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyy3HBGb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyy3HBGb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyy3HBGb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyy3HBGb .mbr-text,
.cid-rSoyy3HBGb .mbr-section-btn {
  color: #767676;
}
.cid-rSoyy3HBGb H1 {
  color: #4b4b4b;
}
.cid-rSoyy3HBGb H3 {
  color: #4b4b4b;
}
.cid-rSoApq3OwH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoApq3OwH .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoApq3OwH .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoApq3OwH .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoDHUG4uK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoDHUG4uK .mbr-text {
  color: #767676;
}
.cid-rSoDHUG4uK H2 {
  color: #4b4b4b;
}
.cid-rSoDbv6e4e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoDbv6e4e .mbr-text {
  color: #767676;
}
.cid-rSoDbv6e4e H2 {
  color: #4b4b4b;
}
.cid-rSoDbv6e4e .mbr-text,
.cid-rSoDbv6e4e .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rSoCv3fFZJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoCv3fFZJ .mbr-text {
  color: #767676;
}
.cid-rSoCv3fFZJ H2 {
  color: #4b4b4b;
}
.cid-rSoCv3fFZJ .mbr-text,
.cid-rSoCv3fFZJ .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-ba hr {
  margin: 0;
}
.cid-rSoyzrLHZJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyzrLHZJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyzrLHZJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyzrLHZJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyzrLHZJ .mbr-text,
.cid-rSoyzrLHZJ .mbr-section-btn {
  color: #767676;
}
.cid-rSoyzrLHZJ H1 {
  color: #4b4b4b;
}
.cid-rSoyzrLHZJ H3 {
  color: #4b4b4b;
}
.cid-rSoyBuYjCr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyBuYjCr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyBuYjCr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyBuYjCr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyBuYjCr .mbr-text,
.cid-rSoyBuYjCr .mbr-section-btn {
  color: #767676;
}
.cid-rSoyBuYjCr H1 {
  color: #4b4b4b;
}
.cid-rSoyBuYjCr H3 {
  color: #4b4b4b;
}
.cid-rSoAlu81i6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoAlu81i6 .mbr-text,
.cid-rSoAlu81i6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoAlu81i6 .card-title {
  color: #66458e;
}
.cid-rSoAlu81i6 .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoAlu81i6 .mbr-section-subtitle,
  .cid-rSoAlu81i6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoAlu81i6 .card-title,
.cid-rSoAlu81i6 .card-img {
  color: #4b4b4b;
}
.cid-rSoBoGE2sT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoBoGE2sT .mbr-text {
  color: #767676;
}
#hrblock-block-ck hr {
  margin: 0;
}
.cid-rSoyDpWEzH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyDpWEzH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyDpWEzH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyDpWEzH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyDpWEzH .mbr-text,
.cid-rSoyDpWEzH .mbr-section-btn {
  color: #767676;
}
.cid-rSoyDpWEzH H1 {
  color: #4b4b4b;
}
.cid-rSoyDpWEzH H3 {
  color: #4b4b4b;
}
.cid-rSoyCfYKEk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyCfYKEk .mbr-text,
.cid-rSoyCfYKEk .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoyCfYKEk .card-title {
  color: #66458e;
}
.cid-rSoyCfYKEk .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoyCfYKEk .mbr-section-subtitle,
  .cid-rSoyCfYKEk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoyCfYKEk .card-title,
.cid-rSoyCfYKEk .card-img {
  color: #4b4b4b;
}
.cid-rSoAeHdCwX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoAeHdCwX .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSoAeHdCwX .row-element,
.cid-rSoAeHdCwX .image-element {
  padding: 0;
}
.cid-rSoAeHdCwX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSoAeHdCwX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSoAeHdCwX .text-content {
  padding: 3rem;
}
.cid-rSoAeHdCwX .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSoAeHdCwX .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSoAeHdCwX .mbr-title,
  .cid-rSoAeHdCwX .mbr-text,
  .cid-rSoAeHdCwX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSoAeHdCwX .mbr-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoAeHdCwX .mbr-text,
.cid-rSoAeHdCwX .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoAeHdCwX P {
  color: #4b4b4b;
}
.cid-rSoAeHdCwX .mbr-text {
  color: #4b4b4b;
}
.cid-rSoAeHdCwX blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
.cid-rSoAzBixOZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoAzBixOZ .mbr-text {
  color: #767676;
}
.cid-rSoAzBixOZ blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
#hrblock-block-cl hr {
  margin: 0;
}
.cid-rSoyExyJVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyExyJVU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyExyJVU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyExyJVU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyExyJVU .mbr-text,
.cid-rSoyExyJVU .mbr-section-btn {
  color: #767676;
}
.cid-rSoyExyJVU H1 {
  color: #4b4b4b;
}
.cid-rSoyExyJVU H3 {
  color: #4b4b4b;
}
.cid-rSoDMWhRdd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoDMWhRdd .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoDMWhRdd .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSoEtkHAtO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoEtkHAtO .mbr-text,
.cid-rSoEtkHAtO .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoEtkHAtO .card-title {
  color: #66458e;
}
.cid-rSoEtkHAtO .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoEtkHAtO .mbr-section-subtitle,
  .cid-rSoEtkHAtO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoEtkHAtO .card-title,
.cid-rSoEtkHAtO .card-img {
  color: #4b4b4b;
}
.cid-rSoFw4dtXT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoFw4dtXT .mbr-text {
  color: #767676;
}
#hrblock-block-cm hr {
  margin: 0;
}
.cid-rSoyFvyXJZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyFvyXJZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyFvyXJZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyFvyXJZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyFvyXJZ .mbr-text,
.cid-rSoyFvyXJZ .mbr-section-btn {
  color: #767676;
}
.cid-rSoyFvyXJZ H1 {
  color: #4b4b4b;
}
.cid-rSoyFvyXJZ H3 {
  color: #4b4b4b;
}
.cid-rSoEwLO5SE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoEwLO5SE .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoEwLO5SE .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoEwLO5SE .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoF7t0ux3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoF7t0ux3 .mbr-text {
  color: #767676;
}
#hrblock-block-cn hr {
  margin: 0;
}
.cid-rSoyGe9ML1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyGe9ML1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyGe9ML1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyGe9ML1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyGe9ML1 .mbr-text,
.cid-rSoyGe9ML1 .mbr-section-btn {
  color: #767676;
}
.cid-rSoyGe9ML1 H1 {
  color: #4b4b4b;
}
.cid-rSoyGe9ML1 H3 {
  color: #4b4b4b;
}
.cid-rSoEC3ghz6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoEC3ghz6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoEC3ghz6 .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoEC3ghz6 .mbr-section-title DIV {
  text-align: center;
}
.cid-rSoEBgnWBQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoEBgnWBQ .mbr-text,
.cid-rSoEBgnWBQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoEBgnWBQ .card-title {
  color: #66458e;
}
.cid-rSoEBgnWBQ .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoEBgnWBQ .mbr-section-subtitle,
  .cid-rSoEBgnWBQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoEBgnWBQ .card-title,
.cid-rSoEBgnWBQ .card-img {
  color: #4b4b4b;
}
.cid-rSoG5rInWp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoG5rInWp .mbr-text {
  color: #767676;
}
.cid-rSoG5rInWp blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
#hrblock-block-co hr {
  margin: 0;
}
.cid-rSoyH7VwjZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyH7VwjZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyH7VwjZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyH7VwjZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyH7VwjZ .mbr-text,
.cid-rSoyH7VwjZ .mbr-section-btn {
  color: #767676;
}
.cid-rSoyH7VwjZ H1 {
  color: #4b4b4b;
}
.cid-rSoyH7VwjZ H3 {
  color: #4b4b4b;
}
.cid-rSoEFHsq2P {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoEFHsq2P .mbr-text {
  color: #767676;
}
.cid-rSoEFHsq2P blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
#hrblock-block-cp hr {
  margin: 0;
}
.cid-rSoyHKFL6E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyHKFL6E h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyHKFL6E h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyHKFL6E h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyHKFL6E .mbr-text,
.cid-rSoyHKFL6E .mbr-section-btn {
  color: #767676;
}
.cid-rSoyHKFL6E H1 {
  color: #4b4b4b;
}
.cid-rSoyHKFL6E H3 {
  color: #4b4b4b;
}
.cid-rSoG73Cgo7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoG73Cgo7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoG73Cgo7 .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoG73Cgo7 .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoG7PPGYp {
  background: #f3f4f5;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rSoG7PPGYp .container-fluid {
  padding: 0 3rem;
}
.cid-rSoG7PPGYp .image-block {
  position: relative;
  margin: auto;
}
.cid-rSoG7PPGYp .image-block img {
  width: 100%;
}
.cid-rSoG7PPGYp .image-block .img-caption {
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-rSoG7PPGYp .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rSoG7PPGYp .mbr-text {
  position: relative;
}
@media (max-width: 767px) {
  .cid-rSoG7PPGYp .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSoGyewIaF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoGyewIaF .mbr-text {
  color: #767676;
}
#hrblock-block-cq hr {
  margin: 0;
}
.cid-rSoyIKpN99 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyIKpN99 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyIKpN99 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyIKpN99 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyIKpN99 .mbr-text,
.cid-rSoyIKpN99 .mbr-section-btn {
  color: #767676;
}
.cid-rSoyIKpN99 H1 {
  color: #4b4b4b;
}
.cid-rSoyIKpN99 H3 {
  color: #4b4b4b;
}
.cid-rSoGzBS2iQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoGzBS2iQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoGzBS2iQ .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoGzBS2iQ .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoGAaBwcl {
  background: #f3f4f5;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rSoGAaBwcl .container-fluid {
  padding: 0 3rem;
}
.cid-rSoGAaBwcl .image-block {
  position: relative;
  margin: auto;
}
.cid-rSoGAaBwcl .image-block img {
  width: 100%;
}
.cid-rSoGAaBwcl .image-block .img-caption {
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-rSoGAaBwcl .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rSoGAaBwcl .mbr-text {
  position: relative;
}
@media (max-width: 767px) {
  .cid-rSoGAaBwcl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSoH34Hno9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoH34Hno9 .mbr-text {
  color: #767676;
}
.cid-rSoH34Hno9 blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
#hrblock-block-cr hr {
  margin: 0;
}
.cid-rSoyJNTqNF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyJNTqNF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyJNTqNF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyJNTqNF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyJNTqNF .mbr-text,
.cid-rSoyJNTqNF .mbr-section-btn {
  color: #767676;
}
.cid-rSoyJNTqNF H1 {
  color: #4b4b4b;
}
.cid-rSoyJNTqNF H3 {
  color: #4b4b4b;
}
.cid-rSoH5gamKq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoH5gamKq .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoH5gamKq .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoH5gamKq .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoH6tc1lH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoH6tc1lH .mbr-text,
.cid-rSoH6tc1lH .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoH6tc1lH .card-title {
  color: #66458e;
}
.cid-rSoH6tc1lH .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoH6tc1lH .mbr-section-subtitle,
  .cid-rSoH6tc1lH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoH6tc1lH .card-title,
.cid-rSoH6tc1lH .card-img {
  color: #4b4b4b;
}
.cid-rSoH7gjg1L {
  background: #f3f4f5;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rSoH7gjg1L .container-fluid {
  padding: 0 3rem;
}
.cid-rSoH7gjg1L .image-block {
  position: relative;
  margin: auto;
}
.cid-rSoH7gjg1L .image-block img {
  width: 100%;
}
.cid-rSoH7gjg1L .image-block .img-caption {
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-rSoH7gjg1L .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rSoH7gjg1L .mbr-text {
  position: relative;
}
@media (max-width: 767px) {
  .cid-rSoH7gjg1L .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSoHGf6sFZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoHGf6sFZ .mbr-text {
  color: #767676;
}
.cid-rSoHGf6sFZ blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
#hrblock-block-cs hr {
  margin: 0;
}
.cid-rSoyKQ2BxM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyKQ2BxM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyKQ2BxM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyKQ2BxM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyKQ2BxM .mbr-text,
.cid-rSoyKQ2BxM .mbr-section-btn {
  color: #767676;
}
.cid-rSoyKQ2BxM H1 {
  color: #4b4b4b;
}
.cid-rSoyKQ2BxM H3 {
  color: #4b4b4b;
}
.cid-rSoHHuMHlo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoHHuMHlo .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoHHuMHlo .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoHHuMHlo .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoyM66yx4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyM66yx4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyM66yx4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyM66yx4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyM66yx4 .mbr-text,
.cid-rSoyM66yx4 .mbr-section-btn {
  color: #767676;
}
.cid-rSoyM66yx4 H1 {
  color: #4b4b4b;
}
.cid-rSoyM66yx4 H3 {
  color: #4b4b4b;
}
.cid-rSoHIUjqWo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoHIUjqWo .mbr-text,
.cid-rSoHIUjqWo .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoHIUjqWo .card-title {
  color: #66458e;
}
.cid-rSoHIUjqWo .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoHIUjqWo .mbr-section-subtitle,
  .cid-rSoHIUjqWo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoHIUjqWo .card-title,
.cid-rSoHIUjqWo .card-img {
  color: #4b4b4b;
}
.cid-rSoHJP9Kys {
  background: #f3f4f5;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rSoHJP9Kys .container-fluid {
  padding: 0 3rem;
}
.cid-rSoHJP9Kys .image-block {
  position: relative;
  margin: auto;
}
.cid-rSoHJP9Kys .image-block img {
  width: 100%;
}
.cid-rSoHJP9Kys .image-block .img-caption {
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-rSoHJP9Kys .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rSoHJP9Kys .mbr-text {
  position: relative;
}
@media (max-width: 767px) {
  .cid-rSoHJP9Kys .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSoIYiDV3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoIYiDV3u .mbr-text {
  color: #767676;
}
.cid-rSoIYiDV3u blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
.cid-rSoyMT7jqR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyMT7jqR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyMT7jqR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyMT7jqR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyMT7jqR .mbr-text,
.cid-rSoyMT7jqR .mbr-section-btn {
  color: #767676;
}
.cid-rSoyMT7jqR H1 {
  color: #4b4b4b;
}
.cid-rSoyMT7jqR H3 {
  color: #4b4b4b;
}
.cid-rSoIixZNy2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoIixZNy2 .mbr-text {
  color: #767676;
}
.cid-rSoIixZNy2 blockquote {
  font-style: italic;
  padding: 0px 0 0px 10px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff0000;
  border-width: 1px;
}
#hrblock-block-ct hr {
  margin: 0;
}
.cid-rSoyNNQpdD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyNNQpdD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyNNQpdD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyNNQpdD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyNNQpdD .mbr-text,
.cid-rSoyNNQpdD .mbr-section-btn {
  color: #767676;
}
.cid-rSoyNNQpdD H1 {
  color: #4b4b4b;
}
.cid-rSoyNNQpdD H3 {
  color: #4b4b4b;
}
.cid-rSoIkjLVnF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoIkjLVnF .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoIkjLVnF .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoIkjLVnF .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoIlv5uBa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoIlv5uBa .mbr-text,
.cid-rSoIlv5uBa .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoIlv5uBa .card-title {
  color: #66458e;
}
.cid-rSoIlv5uBa .card .card-img span {
  color: #ff0000;
  font-size: 60px;
  background: linear-gradient(45deg, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rSoIlv5uBa .mbr-section-subtitle,
  .cid-rSoIlv5uBa .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rSoIlv5uBa .card-title,
.cid-rSoIlv5uBa .card-img {
  color: #4b4b4b;
}
.cid-rSoJT6KKGY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoJT6KKGY .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoJT6KKGY .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoJT6KKGY .mbr-section-title DIV {
  text-align: left;
}
#hrblock-block-cu hr {
  margin: 0;
}
.cid-rSoyOsLKUU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyOsLKUU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyOsLKUU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyOsLKUU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyOsLKUU .mbr-text,
.cid-rSoyOsLKUU .mbr-section-btn {
  color: #767676;
}
.cid-rSoyOsLKUU H1 {
  color: #4b4b4b;
}
.cid-rSoyOsLKUU H3 {
  color: #4b4b4b;
}
.cid-rSoKW3OVBK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoKW3OVBK .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoKW3OVBK .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoKW3OVBK .mbr-section-title DIV {
  text-align: left;
}
#hrblock-block-cw hr {
  margin: 0;
}
.cid-rSoyP9Wipr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyP9Wipr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyP9Wipr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyP9Wipr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyP9Wipr .mbr-text,
.cid-rSoyP9Wipr .mbr-section-btn {
  color: #767676;
}
.cid-rSoyP9Wipr H1 {
  color: #4b4b4b;
}
.cid-rSoyP9Wipr H3 {
  color: #4b4b4b;
}
.cid-rSoJWGGMhN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoJWGGMhN .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoJWGGMhN .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoJWGGMhN .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoKXGMY1W {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoKXGMY1W .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoKXGMY1W .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoKXGMY1W .mbr-section-title DIV {
  text-align: left;
}
#hrblock-block-cv hr {
  margin: 0;
}
.cid-rSoyPTBbti {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoyPTBbti h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoyPTBbti h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyPTBbti h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoyPTBbti .mbr-text,
.cid-rSoyPTBbti .mbr-section-btn {
  color: #767676;
}
.cid-rSoyPTBbti H1 {
  color: #4b4b4b;
}
.cid-rSoyPTBbti H3 {
  color: #4b4b4b;
}
.cid-rSoJ6mfgOg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoJ6mfgOg .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoJ6mfgOg .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoJ6mfgOg .mbr-section-title DIV {
  text-align: left;
}
.cid-rSoJY3rDfV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoJY3rDfV .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSoJY3rDfV .row-element,
.cid-rSoJY3rDfV .image-element {
  padding: 0;
}
.cid-rSoJY3rDfV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSoJY3rDfV .image-element img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSoJY3rDfV .text-content {
  padding: 3rem;
}
.cid-rSoJY3rDfV .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSoJY3rDfV .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSoJY3rDfV .mbr-title,
  .cid-rSoJY3rDfV .mbr-text,
  .cid-rSoJY3rDfV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSoJY3rDfV .mbr-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoJY3rDfV .mbr-text,
.cid-rSoJY3rDfV .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoJY3rDfV P {
  color: #4b4b4b;
}
.cid-rSoJY3rDfV .mbr-text {
  color: #4b4b4b;
}
#hrblock-block-cx hr {
  margin: 0;
}
.cid-rSozTc6qFr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSozTc6qFr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSozTc6qFr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSozTc6qFr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSozTc6qFr .mbr-text,
.cid-rSozTc6qFr .mbr-section-btn {
  color: #767676;
}
.cid-rSozTc6qFr H1 {
  color: #4b4b4b;
}
.cid-rSozTc6qFr H3 {
  color: #4b4b4b;
}
.cid-rSoJ874hM5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoJ874hM5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoJ874hM5 .mbr-section-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoJ874hM5 .mbr-section-title DIV {
  text-align: center;
}
.cid-rSoJZ17792 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoJZ17792 .row-element,
.cid-rSoJZ17792 .image-element {
  padding: 0;
}
.cid-rSoJZ17792 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSoJZ17792 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSoJZ17792 .text-content {
  padding: 3rem;
}
.cid-rSoJZ17792 .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSoJZ17792 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSoJZ17792 .mbr-title,
  .cid-rSoJZ17792 .mbr-text,
  .cid-rSoJZ17792 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSoJZ17792 .mbr-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoJZ17792 .mbr-text,
.cid-rSoJZ17792 .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoJZ17792 P {
  color: #4b4b4b;
}
.cid-rSoJZ17792 .mbr-text {
  color: #4b4b4b;
}
#hrblock-block-cy hr {
  margin: 0;
}
.cid-rSoJaXKNIE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoJaXKNIE .mbr-overlay {
  background: #879a9f;
}
.cid-rSoJaXKNIE .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-rSoJaXKNIE .mbr-text,
.cid-rSoJaXKNIE .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSoJaXKNIE H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxWWAfvJ .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxWWAfvJ .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxWWAfvJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxWWAfvJ .red {
  color: #ff0000 !important;
}
.cid-rSnxWWAfvJ .nav-item,
.cid-rSnxWWAfvJ .nav-link,
.cid-rSnxWWAfvJ .navbar-caption {
  font-weight: normal;
}
.cid-rSnxWWAfvJ .nav-item:focus,
.cid-rSnxWWAfvJ .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxWWAfvJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxWWAfvJ .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxWWAfvJ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxWWAfvJ .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxWWAfvJ .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxWWAfvJ .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxWWAfvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxWWAfvJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxWWAfvJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxWWAfvJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxWWAfvJ .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-rSnxWWAfvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxWWAfvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxWWAfvJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxWWAfvJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxWWAfvJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxWWAfvJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxWWAfvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxWWAfvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxWWAfvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxWWAfvJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxWWAfvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxWWAfvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxWWAfvJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxWWAfvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxWWAfvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxWWAfvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxWWAfvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxWWAfvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxWWAfvJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxWWAfvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxWWAfvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxWWAfvJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxWWAfvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxWWAfvJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxWWAfvJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxWWAfvJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxWWAfvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxWWAfvJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxWWAfvJ .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxWWAfvJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxWWAfvJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxWWAfvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxWWAfvJ .dropdown-item.active,
.cid-rSnxWWAfvJ .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxWWAfvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxWWAfvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxWWAfvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxWWAfvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxWWAfvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxWWAfvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxWWAfvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxWWAfvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxWWAfvJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxWWAfvJ .navbar-buttons {
  text-align: center;
}
.cid-rSnxWWAfvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxWWAfvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxWWAfvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxWWAfvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxWWAfvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxWWAfvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxWWAfvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxWWAfvJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxWWAfvJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxWWAfvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxWWAfvJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxWWAfvJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxWWAfvJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxWWAfvJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxWWAfvJ .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxWWAfvJ .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-rSnxWWAfvJ a.nav-link,
.cid-rSnxWWAfvJ a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxWWAfvJ a.nav-link .mbr-iconfont-btn,
.cid-rSnxWWAfvJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxWWAfvJ a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxWWAfvJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxWWAfvJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxWWAfvJ .navbar {
    height: 77px;
  }
  .cid-rSnxWWAfvJ .navbar.opened {
    height: auto;
  }
  .cid-rSnxWWAfvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxWWAfvJ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxWWAfvJ .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxWWAfvJ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxWWAfvJ .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxWWAfvJ .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxWWAfvJ .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxWWAfvJ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxWWAfvJ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxWWAfvJ .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxWWAfvJ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxWWAfvJ .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSoM5GdoPV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-keyboard01.jpg");
}
.cid-rSoM5GdoPV .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSoM5GdoPV .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSoM5GdoPV .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSoM5GdoPV .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSoM5GdoPV .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSoM5GdoPV .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoM5GdoPV .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoM5GdoPV .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoM5GdoPV .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoM5GdoPV .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoM5GdoPV .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoM5GdoPV .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoM5GdoPV .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoM5GdoPV .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSoM5GdoPV .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoM5GdoPV .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSoM5GdoPV .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoM5GdoPV .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoM5GdoPV .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoM5GdoPV .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSoM5GdoPV .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoM5GdoPV .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoM5GdoPV .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rYkDjxc7Cv {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-rYkDjxc7Cv .container-fluid {
  padding: 0 3rem;
}
.cid-rYkDjxc7Cv .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-rYkDjxc7Cv .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rYkDjxc7Cv .mbr-text,
.cid-rYkDjxc7Cv .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYkDjxc7Cv .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSoM9dBh2r {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoM9dBh2r h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoM9dBh2r h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoM9dBh2r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoM9dBh2r .mbr-text,
.cid-rSoM9dBh2r .mbr-section-btn {
  color: #767676;
}
.cid-rSoM9dBh2r H1 {
  color: #4b4b4b;
}
.cid-rSoM9dBh2r H3 {
  color: #4b4b4b;
}
.cid-s37YgIUNw1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s37YgIUNw1 .mbr-section-title {
  color: #06182d;
}
.cid-s37YgIUNw1 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s37YgIUNw1 .mbr-section-subtitle {
  color: #06182d;
}
.cid-s37YgIUNw1 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s37YgIUNw1 .mbr-section-text {
  color: #999999;
}
.cid-s37YgIUNw1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-s37YgIUNw1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s37YgIUNw1 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-s37YgIUNw1 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-s37YgIUNw1 .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-s37YgIUNw1 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-s37YgIUNw1 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-s37YgIUNw1 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-s37YgIUNw1 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s37YgIUNw1 .mbr-text,
  .cid-s37YgIUNw1 .nav-link {
    text-align: center;
  }
}
.cid-s37YgIUNw1 .img-wrap img {
  width: 100%;
}
.cid-s37YgIUNw1 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-s37YgIUNw1 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s37YgIUNw1 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s37YgIUNw1 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s37YgIUNw1 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s37YgIUNw1 .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-s37YgIUNw1 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-s37YgIUNw1 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s37YgIUNw1 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title .toggle-icon:before,
.cid-s37YgIUNw1 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-s37YgIUNw1 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s37YgIUNw1 .card .panel-body {
  padding: 14px 20px;
}
.cid-s37YgIUNw1 .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-s37YgIUNw1 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-s37YgIUNw1 .tab-pane:not(.active) {
  display: none;
}
.cid-s37YgIUNw1 .card .panel-body p {
  color: #4a4a4a;
}
.cid-rSoMeFyCR6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSoMeFyCR6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMeFyCR6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMeFyCR6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMeFyCR6 .mbr-text,
.cid-rSoMeFyCR6 .mbr-section-btn {
  color: #767676;
}
.cid-rSoMeFyCR6 H1 {
  color: #4b4b4b;
}
.cid-rSoMeFyCR6 H3 {
  color: #4b4b4b;
}
.cid-rSoWXsh6yT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoWXsh6yT .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoWXsh6yT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoWXsh6yT p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoWXsh6yT .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoWXsh6yT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoWXsh6yT .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoWXsh6yT .nav-link.active {
  border-color: transparent;
}
.cid-rSoWXsh6yT .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoWXsh6yT .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoWXsh6yT .nav-tabs .nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #ff0000;
}
.cid-rSoWXsh6yT .nav-tabs .nav-link.active:hover {
  background-color: #ff0000;
}
.cid-rSoWXsh6yT .mbr-text {
  text-align: center;
}
.cid-rSoWXsh6yT P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoWXsh6yT H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoWXsh6yT .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoWXsh6yT .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoWXsh6yT .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoWXsh6yT .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoMfIqxrE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMfIqxrE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMfIqxrE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMfIqxrE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMfIqxrE .mbr-text,
.cid-rSoMfIqxrE .mbr-section-btn {
  color: #767676;
}
.cid-rSoMfIqxrE H1 {
  color: #4b4b4b;
}
.cid-rSoMfIqxrE H3 {
  color: #4b4b4b;
}
.cid-s380vkJMny {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s380vkJMny .mbr-text,
.cid-s380vkJMny blockquote {
  color: #767676;
}
.cid-s380vkJMny .mbr-text {
  color: #4a4a4a;
}
.cid-rSoMNBZNWs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMNBZNWs .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoMNBZNWs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoMNBZNWs p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoMNBZNWs .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoMNBZNWs .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #c1c1c1;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoMNBZNWs .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoMNBZNWs .nav-link.active {
  border-color: transparent;
}
.cid-rSoMNBZNWs .nav-tabs .nav-link {
  color: #4a4a4a;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoMNBZNWs .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoMNBZNWs .nav-tabs .nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #ff0000;
}
.cid-rSoMNBZNWs .nav-tabs .nav-link.active:hover {
  background-color: #ff0000;
}
.cid-rSoMNBZNWs .mbr-text {
  text-align: center;
}
.cid-rSoMNBZNWs P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoMNBZNWs H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoMNBZNWs .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoMNBZNWs .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoMNBZNWs .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoMNBZNWs .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoMgLW31e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMgLW31e h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMgLW31e h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMgLW31e h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMgLW31e .mbr-text,
.cid-rSoMgLW31e .mbr-section-btn {
  color: #767676;
}
.cid-rSoMgLW31e H1 {
  color: #4b4b4b;
}
.cid-rSoMgLW31e H3 {
  color: #4b4b4b;
}
.cid-rSoXpx1bjW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoXpx1bjW .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoXpx1bjW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoXpx1bjW p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoXpx1bjW .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoXpx1bjW .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoXpx1bjW .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoXpx1bjW .nav-link.active {
  border-color: transparent;
}
.cid-rSoXpx1bjW .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoXpx1bjW .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoXpx1bjW .nav-tabs .nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #ff0000;
}
.cid-rSoXpx1bjW .nav-tabs .nav-link.active:hover {
  background-color: #ff0000;
}
.cid-rSoXpx1bjW .mbr-text {
  text-align: center;
}
.cid-rSoXpx1bjW P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoXpx1bjW H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoXpx1bjW .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoXpx1bjW .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoXpx1bjW .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoXpx1bjW .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoXHizpfO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoXHizpfO .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoXHizpfO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoXHizpfO p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoXHizpfO .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoXHizpfO .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoXHizpfO .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoXHizpfO .nav-link.active {
  border-color: transparent;
}
.cid-rSoXHizpfO .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoXHizpfO .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoXHizpfO .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSoXHizpfO .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSoXHizpfO .mbr-text {
  text-align: center;
}
.cid-rSoXHizpfO P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoXHizpfO H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoXHizpfO .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoXHizpfO .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoXHizpfO .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoXHizpfO .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoY5Y3M6N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoY5Y3M6N .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoY5Y3M6N .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoY5Y3M6N p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoY5Y3M6N .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoY5Y3M6N .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoY5Y3M6N .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoY5Y3M6N .nav-link.active {
  border-color: transparent;
}
.cid-rSoY5Y3M6N .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoY5Y3M6N .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoY5Y3M6N .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSoY5Y3M6N .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSoY5Y3M6N .mbr-text {
  text-align: center;
}
.cid-rSoY5Y3M6N P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoY5Y3M6N H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoY5Y3M6N .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoY5Y3M6N .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoY5Y3M6N .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoY5Y3M6N .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoMioYYfy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMioYYfy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMioYYfy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMioYYfy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMioYYfy .mbr-text,
.cid-rSoMioYYfy .mbr-section-btn {
  color: #767676;
}
.cid-rSoMioYYfy H1 {
  color: #4b4b4b;
}
.cid-rSoMioYYfy H3 {
  color: #4b4b4b;
}
.cid-rSoY7is8JN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoY7is8JN .mbr-section-subtitle {
  color: #767676;
}
.cid-rSoY7is8JN .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSoMjhHNQj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMjhHNQj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMjhHNQj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMjhHNQj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMjhHNQj .mbr-text,
.cid-rSoMjhHNQj .mbr-section-btn {
  color: #767676;
}
.cid-rSoMjhHNQj H1 {
  color: #4b4b4b;
}
.cid-rSoMjhHNQj H3 {
  color: #4b4b4b;
}
.cid-rSoZ7TYKjE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoZ7TYKjE .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoZ7TYKjE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoZ7TYKjE p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoZ7TYKjE .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoZ7TYKjE .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoZ7TYKjE .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoZ7TYKjE .nav-link.active {
  border-color: transparent;
}
.cid-rSoZ7TYKjE .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoZ7TYKjE .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoZ7TYKjE .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSoZ7TYKjE .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSoZ7TYKjE .mbr-text {
  text-align: center;
}
.cid-rSoZ7TYKjE P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoZ7TYKjE H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoZ7TYKjE .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoZ7TYKjE .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoZ7TYKjE .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoZ7TYKjE .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoZuV9Yfu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoZuV9Yfu .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoZuV9Yfu .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoZuV9Yfu p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoZuV9Yfu .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoZuV9Yfu .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoZuV9Yfu .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoZuV9Yfu .nav-link.active {
  border-color: transparent;
}
.cid-rSoZuV9Yfu .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoZuV9Yfu .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoZuV9Yfu .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSoZuV9Yfu .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSoZuV9Yfu .mbr-text {
  text-align: center;
}
.cid-rSoZuV9Yfu P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoZuV9Yfu H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoZuV9Yfu .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoZuV9Yfu .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoZuV9Yfu .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoZuV9Yfu .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoYEiNkQ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoYEiNkQ3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoYEiNkQ3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoYEiNkQ3 p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoYEiNkQ3 .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoYEiNkQ3 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoYEiNkQ3 .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoYEiNkQ3 .nav-link.active {
  border-color: transparent;
}
.cid-rSoYEiNkQ3 .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoYEiNkQ3 .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoYEiNkQ3 .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSoYEiNkQ3 .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSoYEiNkQ3 .mbr-text {
  text-align: center;
}
.cid-rSoYEiNkQ3 P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoYEiNkQ3 H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoYEiNkQ3 .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoYEiNkQ3 .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoYEiNkQ3 .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoYEiNkQ3 .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoMkzxZjg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMkzxZjg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMkzxZjg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMkzxZjg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMkzxZjg .mbr-text,
.cid-rSoMkzxZjg .mbr-section-btn {
  color: #767676;
}
.cid-rSoMkzxZjg H1 {
  color: #4b4b4b;
}
.cid-rSoMkzxZjg H3 {
  color: #4b4b4b;
}
.cid-rSoZSMqfuK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoZSMqfuK .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSoZSMqfuK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSoZSMqfuK p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rSoZSMqfuK .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rSoZSMqfuK .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #f3f4f5;
}
.cid-rSoZSMqfuK .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rSoZSMqfuK .nav-link.active {
  border-color: transparent;
}
.cid-rSoZSMqfuK .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rSoZSMqfuK .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f3f4f5;
  border-bottom: 1px solid #ff0000;
}
.cid-rSoZSMqfuK .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ff0000;
  font-style: normal;
  background-color: #f3f4f5;
}
.cid-rSoZSMqfuK .nav-tabs .nav-link.active:hover {
  background-color: #f3f4f5;
}
.cid-rSoZSMqfuK .mbr-text {
  text-align: center;
}
.cid-rSoZSMqfuK P {
  color: #4a4a4a;
  text-align: right;
}
.cid-rSoZSMqfuK H2 {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-rSoZSMqfuK .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rSoZSMqfuK .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rSoZSMqfuK .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rSoZSMqfuK .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rSoMDSpn2S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoMDSpn2S h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoMDSpn2S h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMDSpn2S h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoMDSpn2S .mbr-text,
.cid-rSoMDSpn2S .mbr-section-btn {
  color: #767676;
}
.cid-rSoMDSpn2S H1 {
  color: #4b4b4b;
}
.cid-rSoMDSpn2S H3 {
  color: #4b4b4b;
}
.cid-rSoZs0dFzC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSoZs0dFzC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rSoZs0dFzC .form-control,
.cid-rSoZs0dFzC .field-input {
  padding: 0.5rem;
  background-color: #f9f9f9;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rSoZs0dFzC .form-control input::-webkit-input-placeholder,
.cid-rSoZs0dFzC .field-input input::-webkit-input-placeholder,
.cid-rSoZs0dFzC .form-control textarea::-webkit-input-placeholder,
.cid-rSoZs0dFzC .field-input textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rSoZs0dFzC .form-control input:-moz-placeholder,
.cid-rSoZs0dFzC .field-input input:-moz-placeholder,
.cid-rSoZs0dFzC .form-control textarea:-moz-placeholder,
.cid-rSoZs0dFzC .field-input textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rSoZs0dFzC .form-control:hover,
.cid-rSoZs0dFzC .field-input:hover,
.cid-rSoZs0dFzC .form-control:focus,
.cid-rSoZs0dFzC .field-input:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rSoZs0dFzC .form-control:hover input::-webkit-input-placeholder,
.cid-rSoZs0dFzC .field-input:hover input::-webkit-input-placeholder,
.cid-rSoZs0dFzC .form-control:focus input::-webkit-input-placeholder,
.cid-rSoZs0dFzC .field-input:focus input::-webkit-input-placeholder,
.cid-rSoZs0dFzC .form-control:hover textarea::-webkit-input-placeholder,
.cid-rSoZs0dFzC .field-input:hover textarea::-webkit-input-placeholder,
.cid-rSoZs0dFzC .form-control:focus textarea::-webkit-input-placeholder,
.cid-rSoZs0dFzC .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-rSoZs0dFzC .form-control:hover input:-moz-placeholder,
.cid-rSoZs0dFzC .field-input:hover input:-moz-placeholder,
.cid-rSoZs0dFzC .form-control:focus input:-moz-placeholder,
.cid-rSoZs0dFzC .field-input:focus input:-moz-placeholder,
.cid-rSoZs0dFzC .form-control:hover textarea:-moz-placeholder,
.cid-rSoZs0dFzC .field-input:hover textarea:-moz-placeholder,
.cid-rSoZs0dFzC .form-control:focus textarea:-moz-placeholder,
.cid-rSoZs0dFzC .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-rSoZs0dFzC .jq-number__spin:hover,
.cid-rSoZs0dFzC .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rSoZs0dFzC .jq-number__spin {
  background-color: #f9f9f9;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rSoZs0dFzC .jq-selectbox li,
.cid-rSoZs0dFzC .jq-selectbox li {
  background-color: #f9f9f9;
  color: #000000;
}
.cid-rSoZs0dFzC .jq-selectbox li:hover,
.cid-rSoZs0dFzC .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rSoZs0dFzC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rSoZs0dFzC .jq-number__spin.minus:hover:after,
.cid-rSoZs0dFzC .jq-number__spin.plus:hover:after {
  border-top-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.cid-rSoZs0dFzC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rSoZs0dFzC .jq-number__spin.minus:after,
.cid-rSoZs0dFzC .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rSoZs0dFzC input::-webkit-clear-button {
  display: none;
}
.cid-rSoZs0dFzC input::-webkit-inner-spin-button {
  display: none;
}
.cid-rSoZs0dFzC input::-webkit-outer-spin-button {
  display: none;
}
.cid-rSoZs0dFzC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxI9mBlf .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxI9mBlf .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxI9mBlf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxI9mBlf .red {
  color: #ff0000 !important;
}
.cid-rSnxI9mBlf .nav-item,
.cid-rSnxI9mBlf .nav-link,
.cid-rSnxI9mBlf .navbar-caption {
  font-weight: normal;
}
.cid-rSnxI9mBlf .nav-item:focus,
.cid-rSnxI9mBlf .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxI9mBlf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxI9mBlf .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxI9mBlf .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxI9mBlf .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxI9mBlf .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxI9mBlf .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxI9mBlf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxI9mBlf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxI9mBlf .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxI9mBlf .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxI9mBlf .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-rSnxI9mBlf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxI9mBlf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxI9mBlf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxI9mBlf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxI9mBlf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxI9mBlf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxI9mBlf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxI9mBlf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxI9mBlf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxI9mBlf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxI9mBlf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxI9mBlf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxI9mBlf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxI9mBlf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxI9mBlf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxI9mBlf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxI9mBlf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxI9mBlf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxI9mBlf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxI9mBlf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxI9mBlf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxI9mBlf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxI9mBlf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxI9mBlf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxI9mBlf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxI9mBlf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxI9mBlf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxI9mBlf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxI9mBlf .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxI9mBlf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxI9mBlf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxI9mBlf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxI9mBlf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxI9mBlf .dropdown-item.active,
.cid-rSnxI9mBlf .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxI9mBlf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxI9mBlf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxI9mBlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxI9mBlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxI9mBlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxI9mBlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxI9mBlf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxI9mBlf .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxI9mBlf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxI9mBlf .navbar-buttons {
  text-align: center;
}
.cid-rSnxI9mBlf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxI9mBlf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxI9mBlf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxI9mBlf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxI9mBlf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxI9mBlf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxI9mBlf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxI9mBlf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxI9mBlf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxI9mBlf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxI9mBlf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxI9mBlf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxI9mBlf .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxI9mBlf .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxI9mBlf .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxI9mBlf .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-rSnxI9mBlf a.nav-link,
.cid-rSnxI9mBlf a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxI9mBlf a.nav-link .mbr-iconfont-btn,
.cid-rSnxI9mBlf a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxI9mBlf a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxI9mBlf a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxI9mBlf a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxI9mBlf .navbar {
    height: 77px;
  }
  .cid-rSnxI9mBlf .navbar.opened {
    height: auto;
  }
  .cid-rSnxI9mBlf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxI9mBlf .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxI9mBlf .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxI9mBlf .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxI9mBlf .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxI9mBlf .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxI9mBlf .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxI9mBlf .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxI9mBlf .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxI9mBlf .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxI9mBlf .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxI9mBlf .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxI9mBlf .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxI9mBlf .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxI9mBlf .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxI9mBlf .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxI9mBlf .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxI9mBlf .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxI9mBlf .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSonZJUmAD {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-10.jpg");
}
.cid-rSonZJUmAD .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSonZJUmAD .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSonZJUmAD .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSonZJUmAD .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSonZJUmAD .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSonZJUmAD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSonZJUmAD .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSonZJUmAD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSonZJUmAD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSonZJUmAD .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSonZJUmAD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSonZJUmAD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSonZJUmAD .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSonZJUmAD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSonZJUmAD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSonZJUmAD .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSonZJUmAD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSonZJUmAD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSonZJUmAD .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSonZJUmAD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSonZJUmAD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSonZJUmAD .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSonZJUmAD .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rSophrQhJz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSophrQhJz p {
  color: #767676;
}
.cid-rSophrQhJz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rSophrQhJz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSophrQhJz .row-element,
.cid-rSophrQhJz .image-element {
  padding: 0;
}
.cid-rSophrQhJz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSophrQhJz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSophrQhJz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSophrQhJz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rSophrQhJz .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rSophrQhJz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSophrQhJz .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSophrQhJz .underline .line {
    height: 2px;
  }
  .cid-rSophrQhJz .mbr-title,
  .cid-rSophrQhJz .underline,
  .cid-rSophrQhJz .mbr-text,
  .cid-rSophrQhJz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSophrQhJz .mbr-text,
.cid-rSophrQhJz .mbr-section-btn {
  text-align: right;
}
.cid-rSophrQhJz .mbr-title,
.cid-rSophrQhJz .underline {
  text-align: right;
}
.cid-rSopMWvMoY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSopMWvMoY p {
  color: #767676;
}
.cid-rSopMWvMoY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rSopMWvMoY .row-element,
.cid-rSopMWvMoY .image-element {
  padding: 0;
}
.cid-rSopMWvMoY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSopMWvMoY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSopMWvMoY .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSopMWvMoY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rSopMWvMoY .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rSopMWvMoY .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSopMWvMoY .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSopMWvMoY .underline .line {
    height: 2px;
  }
  .cid-rSopMWvMoY .mbr-title,
  .cid-rSopMWvMoY .underline,
  .cid-rSopMWvMoY .mbr-text,
  .cid-rSopMWvMoY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSopMWvMoY .mbr-text,
.cid-rSopMWvMoY .mbr-section-btn {
  text-align: left;
}
.cid-rSopMWvMoY .mbr-title,
.cid-rSopMWvMoY .underline {
  text-align: left;
  color: #4b4b4b;
}
.cid-rSooIX2l6F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSooIX2l6F p {
  color: #767676;
}
.cid-rSooIX2l6F .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rSooIX2l6F .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSooIX2l6F .row-element,
.cid-rSooIX2l6F .image-element {
  padding: 0;
}
.cid-rSooIX2l6F .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSooIX2l6F .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSooIX2l6F .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSooIX2l6F .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rSooIX2l6F .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rSooIX2l6F .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSooIX2l6F .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSooIX2l6F .underline .line {
    height: 2px;
  }
  .cid-rSooIX2l6F .mbr-title,
  .cid-rSooIX2l6F .underline,
  .cid-rSooIX2l6F .mbr-text,
  .cid-rSooIX2l6F .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSooIX2l6F .mbr-text,
.cid-rSooIX2l6F .mbr-section-btn {
  text-align: right;
}
.cid-rSooIX2l6F .mbr-title,
.cid-rSooIX2l6F .underline {
  text-align: right;
}
.cid-rSoo1lfYyX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoo1lfYyX p {
  color: #767676;
}
.cid-rSoo1lfYyX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rSoo1lfYyX .row-element,
.cid-rSoo1lfYyX .image-element {
  padding: 0;
}
.cid-rSoo1lfYyX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSoo1lfYyX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSoo1lfYyX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSoo1lfYyX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rSoo1lfYyX .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rSoo1lfYyX .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSoo1lfYyX .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSoo1lfYyX .underline .line {
    height: 2px;
  }
  .cid-rSoo1lfYyX .mbr-title,
  .cid-rSoo1lfYyX .underline,
  .cid-rSoo1lfYyX .mbr-text,
  .cid-rSoo1lfYyX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSoo1lfYyX .mbr-text,
.cid-rSoo1lfYyX .mbr-section-btn {
  text-align: left;
}
.cid-rSoo1lfYyX .mbr-title,
.cid-rSoo1lfYyX .underline {
  text-align: left;
  color: #4b4b4b;
}
.cid-rSooJEGoF3 {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSooJEGoF3 .container-fluid {
  padding: 0 3rem;
}
.cid-rSooJEGoF3 .animated-element {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-rSooJEGoF3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSooJEGoF3 .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSooJEGoF3 .mbr-text,
.cid-rSooJEGoF3 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-s0MCLXXXcs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/v1-070919-121708-5d-0449-recad-88-28-acc225-v2-up150-acc125-br1-cor-83.jpeg");
}
.cid-s0MCLXXXcs P {
  color: #767676;
}
.cid-s0MCLXXXcs H1 {
  color: #4b4b4b;
}
.cid-s0MCVZ2jY6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0MCVZ2jY6 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0MCVZ2jY6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s0MCVZ2jY6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0MCVZ2jY6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0MCVZ2jY6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s0MCVZ2jY6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s0MCVZ2jY6 .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-s0MCVZ2jY6 .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0MCVZ2jY6 .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-s0MCVZ2jY6 .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0MCVZ2jY6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s0MCVZ2jY6 ul {
  font-size: 0;
}
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul {
  text-align: center;
}
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul li .btn.active,
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul li:first-child,
.cid-s0MCVZ2jY6 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-s0MCVZ2jY6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-s0MCVZ2jY6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-s0MCVZ2jY6 .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-s0MCVZ2jY6 .btn.active:after {
  animation: none;
}
.cid-s0MCVZ2jY6 .btn:active {
  box-shadow: none !important;
}
.cid-s0MCVZ2jY6 .btn:hover {
  background: transparent !important;
}
.cid-s0MCVZ2jY6 .btn:hover:before {
  background: transparent !important;
}
.cid-s0MCVZ2jY6 .btn:before {
  background-color: transparent !important;
}
.cid-s0MCVZ2jY6 .btn:focus {
  box-shadow: none !important;
}
.cid-s0MCVZ2jY6 .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0MCVZ2jY6 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0MCVZ2jY6 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0MCVZ2jY6 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0MCVZ2jY6 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0MCVZ2jY6 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0MCVZ2jY6 .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-s0MCVZ2jY6 .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxC3UoIL .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxC3UoIL .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxC3UoIL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxC3UoIL .red {
  color: #ff0000 !important;
}
.cid-rSnxC3UoIL .nav-item,
.cid-rSnxC3UoIL .nav-link,
.cid-rSnxC3UoIL .navbar-caption {
  font-weight: normal;
}
.cid-rSnxC3UoIL .nav-item:focus,
.cid-rSnxC3UoIL .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxC3UoIL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxC3UoIL .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxC3UoIL .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxC3UoIL .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxC3UoIL .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxC3UoIL .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxC3UoIL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxC3UoIL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxC3UoIL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxC3UoIL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxC3UoIL .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-rSnxC3UoIL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxC3UoIL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxC3UoIL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxC3UoIL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxC3UoIL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxC3UoIL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxC3UoIL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxC3UoIL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxC3UoIL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxC3UoIL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxC3UoIL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxC3UoIL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxC3UoIL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxC3UoIL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxC3UoIL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxC3UoIL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxC3UoIL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxC3UoIL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxC3UoIL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxC3UoIL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxC3UoIL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxC3UoIL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxC3UoIL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxC3UoIL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxC3UoIL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxC3UoIL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxC3UoIL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxC3UoIL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxC3UoIL .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxC3UoIL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxC3UoIL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxC3UoIL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxC3UoIL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxC3UoIL .dropdown-item.active,
.cid-rSnxC3UoIL .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxC3UoIL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxC3UoIL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxC3UoIL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxC3UoIL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxC3UoIL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxC3UoIL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxC3UoIL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxC3UoIL .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxC3UoIL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxC3UoIL .navbar-buttons {
  text-align: center;
}
.cid-rSnxC3UoIL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxC3UoIL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxC3UoIL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxC3UoIL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxC3UoIL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxC3UoIL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxC3UoIL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxC3UoIL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxC3UoIL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxC3UoIL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxC3UoIL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxC3UoIL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxC3UoIL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxC3UoIL .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxC3UoIL .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxC3UoIL .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-rSnxC3UoIL a.nav-link,
.cid-rSnxC3UoIL a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxC3UoIL a.nav-link .mbr-iconfont-btn,
.cid-rSnxC3UoIL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxC3UoIL a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxC3UoIL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxC3UoIL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxC3UoIL .navbar {
    height: 77px;
  }
  .cid-rSnxC3UoIL .navbar.opened {
    height: auto;
  }
  .cid-rSnxC3UoIL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxC3UoIL .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxC3UoIL .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxC3UoIL .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxC3UoIL .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxC3UoIL .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxC3UoIL .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxC3UoIL .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxC3UoIL .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxC3UoIL .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxC3UoIL .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxC3UoIL .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxC3UoIL .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxC3UoIL .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxC3UoIL .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxC3UoIL .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxC3UoIL .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxC3UoIL .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxC3UoIL .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSomFJI1vZ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bandeau-about.jpeg");
}
.cid-rSomFJI1vZ .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSomFJI1vZ .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSomFJI1vZ .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSomFJI1vZ .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSomFJI1vZ .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSomFJI1vZ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSomFJI1vZ .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSomFJI1vZ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSomFJI1vZ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSomFJI1vZ .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSomFJI1vZ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSomFJI1vZ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSomFJI1vZ .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSomFJI1vZ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSomFJI1vZ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSomFJI1vZ .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSomFJI1vZ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSomFJI1vZ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSomFJI1vZ .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSomFJI1vZ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSomFJI1vZ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSomFJI1vZ .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSomFJI1vZ .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rSomGJ4lDS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSomGJ4lDS .mbr-section-subtitle {
  color: #767676;
}
.cid-rSomGJ4lDS .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSomNUumjI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSomNUumjI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSomNUumjI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSomNUumjI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSomNUumjI .mbr-text,
.cid-rSomNUumjI .mbr-section-btn {
  color: #767676;
}
.cid-rSomNUumjI H1 {
  color: #4b4b4b;
}
.cid-rSomNUumjI H3 {
  color: #4b4b4b;
}
.cid-rSomHt9Qyc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSomHt9Qyc .mbr-section-subtitle {
  color: #767676;
}
.cid-rSomHt9Qyc .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-rSomHt9Qyc .mbr-section-title DIV {
  text-align: left;
}
.cid-rSomIhRX1R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSomIhRX1R .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-rSomIhRX1R .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-rSomIhRX1R .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-rSomIhRX1R .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-rSomIhRX1R img {
    width: 90%;
  }
}
.cid-rSomIhRX1R .card-title {
  color: #4b4b4b;
}
.cid-rSomIhRX1R img {
  width: 65% !important;
}
.cid-rSomIhRX1R .mbr-text,
.cid-rSomIhRX1R .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rSomIZFKQY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSomIZFKQY .mbr-overlay {
  background: #879a9f;
}
.cid-rSomIZFKQY .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-rSomIZFKQY .mbr-text,
.cid-rSomIZFKQY .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSomIZFKQY H4 {
  color: #4b4b4b;
}
.cid-rSomT9f6H5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSomT9f6H5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSomT9f6H5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSomT9f6H5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSomT9f6H5 .mbr-text,
.cid-rSomT9f6H5 .mbr-section-btn {
  color: #767676;
}
.cid-rSomT9f6H5 H1 {
  color: #4b4b4b;
}
.cid-rSomT9f6H5 H3 {
  color: #4b4b4b;
}
.cid-rSomJzXZg2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSomJzXZg2 .mbr-text {
  color: #4b4b4b;
}
.cid-rSomKz3LFr {
  background-color: #f3f4f5;
}
.cid-rSomKz3LFr .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-rSomKz3LFr .card .card-img img {
  transition: all .5s;
}
.cid-rSomKz3LFr .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rSomKz3LFr .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-rSomKz3LFr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rSomKz3LFr .first-card {
  display: block;
}
.cid-rSomKz3LFr .first-card .card-wrapper {
  height: 100%;
}
.cid-rSomKz3LFr .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSomKz3LFr .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rSomKz3LFr .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rSomKz3LFr .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rSomKz3LFr .first-row,
.cid-rSomKz3LFr .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-rSomKz3LFr .first-row .card .card-wrapper,
.cid-rSomKz3LFr .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-rSomKz3LFr .first-row .card .card-wrapper .card-img,
.cid-rSomKz3LFr .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-rSomKz3LFr .first-row .card .card-wrapper .card-img img,
.cid-rSomKz3LFr .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-rSomKz3LFr .first-row,
  .cid-rSomKz3LFr .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSomKz3LFr .first-row .card .card-wrapper .card-img,
  .cid-rSomKz3LFr .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSomKz3LFr .first-row .card .card-wrapper .card-img img,
  .cid-rSomKz3LFr .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-rSomKz3LFr .first-row .caption,
.cid-rSomKz3LFr .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-rSomKz3LFr .first-row .caption .price,
.cid-rSomKz3LFr .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-rSomKz3LFr .first-row {
  padding-bottom: 0rem;
}
.cid-rSomKz3LFr .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-rSomKz3LFr {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-rSomKz3LFr .first-card,
  .cid-rSomKz3LFr .first-child {
    padding-bottom: 0rem;
  }
  .cid-rSomKz3LFr .card-box {
    padding: 0 0rem;
  }
  .cid-rSomKz3LFr .card {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rSomKz3LFr {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-rSomKz3LFr .container-fluid {
    max-width: 1300px;
    padding: 0 2.5rem;
  }
  .cid-rSomKz3LFr .card-box {
    padding-right: 7rem;
    padding-left: 4rem;
  }
  .cid-rSomKz3LFr .card {
    margin: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-rSomKz3LFr .first-card {
    padding-bottom: 2rem;
  }
  .cid-rSomKz3LFr .only-first-row {
    height: 100%;
  }
}
.cid-rSomKz3LFr p {
  margin-bottom: 0;
}
.cid-rSomKz3LFr h2 {
  margin-bottom: 1rem;
}
.cid-rSomKz3LFr .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-rSomKz3LFr .btn-line {
  margin-top: 3rem;
}
.cid-rSomKz3LFr .container-fluid {
  max-width: 1300px;
}
.cid-rSomKz3LFr .first-card .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-rSomKz3LFr .first-card-text,
.cid-rSomKz3LFr .card-btn {
  color: #4b4b4b;
}
.cid-rSomL7HdSR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSomL7HdSR .mbr-overlay {
  background: #879a9f;
}
.cid-rSomL7HdSR .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-rSomL7HdSR .mbr-text,
.cid-rSomL7HdSR .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSomL7HdSR H4 {
  color: #4b4b4b;
}
#hrblock-block-9g hr {
  margin: 0;
}
.cid-rSomM6eEaT {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSomM6eEaT .container-fluid {
  padding: 0 3rem;
}
.cid-rSomM6eEaT .animated-element {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-rSomM6eEaT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rSomM6eEaT .mbr-section-title {
  color: #4b4b4b;
}
.cid-rSomM6eEaT .mbr-text,
.cid-rSomM6eEaT .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rSoZYmfJod.popup-builder {
  background-color: #ffffff;
}
.cid-rSoZYmfJod.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rSoZYmfJod.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rSoZYmfJod .modal-content,
.cid-rSoZYmfJod .modal-dialog {
  height: auto;
}
.cid-rSoZYmfJod .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rSoZYmfJod .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rSoZYmfJod .form-wrapper .mbr-form .form-group,
  .cid-rSoZYmfJod .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rSoZYmfJod .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rSoZYmfJod .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSoZYmfJod .mbr-text {
  text-align: center;
}
.cid-rSoZYmfJod .pt-0 {
  padding-top: 0 !important;
}
.cid-rSoZYmfJod .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rSoZYmfJod .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rSoZYmfJod .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rSoZYmfJod .modal-open {
  overflow: hidden;
}
.cid-rSoZYmfJod .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rSoZYmfJod .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rSoZYmfJod .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rSoZYmfJod .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rSoZYmfJod .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rSoZYmfJod .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rSoZYmfJod .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rSoZYmfJod .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSoZYmfJod .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rSoZYmfJod .modal-backdrop.fade {
  opacity: 0;
}
.cid-rSoZYmfJod .modal-backdrop.show {
  opacity: .5;
}
.cid-rSoZYmfJod .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rSoZYmfJod .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rSoZYmfJod .modal-header .close:hover {
  opacity: 1;
}
.cid-rSoZYmfJod .modal-header .close:focus {
  outline: none;
}
.cid-rSoZYmfJod .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rSoZYmfJod .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rSoZYmfJod .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rSoZYmfJod .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rSoZYmfJod .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rSoZYmfJod .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rSoZYmfJod .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rSoZYmfJod .modal-sm {
    max-width: 300px;
  }
  .cid-rSoZYmfJod .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rSoZYmfJod .modal-lg,
  .cid-rSoZYmfJod .modal-xl {
    max-width: 800px;
  }
  .cid-rSoZYmfJod .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rSoZYmfJod .modal-xl {
    max-width: 1140px;
  }
  .cid-rSoZYmfJod .container {
    max-width: 1140px;
  }
}
.cid-rSoZYmfJod .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rSoZYmfJod .container {
    max-width: 720px;
  }
}
.cid-rSoZYmfJod .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rSoZYmfJod .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rSoZYmfJod .form-group {
  margin-bottom: 1rem;
}
.cid-rSoZYmfJod .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rSoZYmfJod .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rSoZYmfJod .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rZE5sDYl4y .mcolor {
  color: 4b4b4b !important;
}
.cid-rZE5sDYl4y .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rZE5sDYl4y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rZE5sDYl4y .red {
  color: #ff0000 !important;
}
.cid-rZE5sDYl4y .nav-item,
.cid-rZE5sDYl4y .nav-link,
.cid-rZE5sDYl4y .navbar-caption {
  font-weight: normal;
}
.cid-rZE5sDYl4y .nav-item:focus,
.cid-rZE5sDYl4y .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rZE5sDYl4y .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rZE5sDYl4y .nav-item .nav-link {
    position: relative;
  }
  .cid-rZE5sDYl4y .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rZE5sDYl4y .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rZE5sDYl4y .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rZE5sDYl4y .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rZE5sDYl4y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZE5sDYl4y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rZE5sDYl4y .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rZE5sDYl4y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZE5sDYl4y .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-rZE5sDYl4y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZE5sDYl4y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZE5sDYl4y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rZE5sDYl4y .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rZE5sDYl4y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rZE5sDYl4y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZE5sDYl4y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZE5sDYl4y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZE5sDYl4y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rZE5sDYl4y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZE5sDYl4y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZE5sDYl4y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZE5sDYl4y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZE5sDYl4y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZE5sDYl4y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rZE5sDYl4y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZE5sDYl4y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZE5sDYl4y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZE5sDYl4y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZE5sDYl4y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZE5sDYl4y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZE5sDYl4y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZE5sDYl4y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZE5sDYl4y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rZE5sDYl4y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZE5sDYl4y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rZE5sDYl4y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZE5sDYl4y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rZE5sDYl4y .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rZE5sDYl4y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZE5sDYl4y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZE5sDYl4y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZE5sDYl4y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZE5sDYl4y .dropdown-item.active,
.cid-rZE5sDYl4y .dropdown-item:active {
  background-color: white !important;
}
.cid-rZE5sDYl4y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZE5sDYl4y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZE5sDYl4y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZE5sDYl4y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rZE5sDYl4y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rZE5sDYl4y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rZE5sDYl4y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZE5sDYl4y .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rZE5sDYl4y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZE5sDYl4y .navbar-buttons {
  text-align: center;
}
.cid-rZE5sDYl4y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZE5sDYl4y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rZE5sDYl4y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZE5sDYl4y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZE5sDYl4y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZE5sDYl4y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZE5sDYl4y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZE5sDYl4y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZE5sDYl4y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZE5sDYl4y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZE5sDYl4y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZE5sDYl4y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZE5sDYl4y .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rZE5sDYl4y .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rZE5sDYl4y .soc-item {
  margin: .5rem .3rem;
}
.cid-rZE5sDYl4y .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-rZE5sDYl4y a.nav-link,
.cid-rZE5sDYl4y a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rZE5sDYl4y a.nav-link .mbr-iconfont-btn,
.cid-rZE5sDYl4y a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rZE5sDYl4y a.nav-link:hover .mbr-iconfont-btn,
.cid-rZE5sDYl4y a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rZE5sDYl4y a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZE5sDYl4y .navbar {
    height: 77px;
  }
  .cid-rZE5sDYl4y .navbar.opened {
    height: auto;
  }
  .cid-rZE5sDYl4y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rZE5sDYl4y .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rZE5sDYl4y .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5sDYl4y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rZE5sDYl4y .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rZE5sDYl4y .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rZE5sDYl4y .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5sDYl4y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rZE5sDYl4y .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rZE5sDYl4y .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rZE5sDYl4y .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5sDYl4y .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rZE5sDYl4y .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rZE5sDYl4y .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rZE5sDYl4y .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rZE5sDYl4y .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rZE5sDYl4y .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZE5sDYl4y .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rZE5sDYl4y .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rZE5sGyXN0 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/b-cp-1.jpg");
}
.cid-rZE5sGyXN0 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 165px;
  position: relative;
  text-align: center;
}
.cid-rZE5sGyXN0 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rZE5sGyXN0 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rZE5sGyXN0 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZE5sGyXN0 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rZE5sGyXN0 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5sGyXN0 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZE5sGyXN0 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sGyXN0 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5sGyXN0 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZE5sGyXN0 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sGyXN0 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5sGyXN0 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rZE5sGyXN0 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rZE5sGyXN0 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5sGyXN0 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rZE5sGyXN0 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rZE5sGyXN0 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5sGyXN0 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rZE5sGyXN0 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rZE5sGyXN0 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rZE5sGyXN0 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rZE5sGyXN0 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s4hA9Xy9pF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4hA9Xy9pF P {
  color: #767676;
}
.cid-s4hA9Xy9pF H3 {
  color: #4b4b4b;
}
.cid-rZE5sRuuzJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5sRuuzJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5sRuuzJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5sRuuzJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5sRuuzJ .mbr-text,
.cid-rZE5sRuuzJ .mbr-section-btn {
  color: #767676;
}
.cid-rZE5sRuuzJ H1 {
  color: #4b4b4b;
}
.cid-rZE5sRuuzJ H3 {
  color: #4b4b4b;
}
.cid-s2XhBasIRR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s2XhBasIRR .mbr-text,
.cid-s2XhBasIRR blockquote {
  color: #767676;
}
.cid-s3qei8CSub {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s3qei8CSub .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-s3qei8CSub h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3qei8CSub p {
  color: #767676;
  text-align: left;
}
.cid-s3qei8CSub .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3qei8CSub .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s3qei8CSub .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s3qei8CSub h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-s3qei8CSub h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ff0000;
  margin-left: 10px;
}
.cid-s3qei8CSub h3:hover:after {
  margin-left: -15px;
}
.cid-s3qei8CSub P {
  text-align: left;
}
.cid-s3qei8CSub .card-title {
  text-align: center;
  color: #4b4b4b;
}
.cid-s3qei8CSub H3 {
  text-align: center;
}
.cid-s3qei8CSub .number {
  text-align: center;
  color: #ff0000;
}
.cid-s3qei8CSub H1 {
  text-align: center;
}
.cid-s3AyQGqBbx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s3AyQGqBbx .line {
  background-color: #ff0000;
  color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3AyQGqBbx .section-text {
  padding: 0.5rem 0;
  color: #4b4b4b;
}
.cid-s3AyQGqBbx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3AyQGqBbx .inner-container {
    width: 100% !important;
  }
}
.cid-s3qokZuvis {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s3qokZuvis .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-s3qokZuvis .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 350px;
}
.cid-s3qokZuvis .card-wrap:hover h4,
.cid-s3qokZuvis .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-s3qokZuvis h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-s3qokZuvis h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ff0000;
  margin-left: 10px;
}
.cid-s3qokZuvis img {
  width: 100%;
}
.cid-s3qokZuvis h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s3qokZuvis h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s3qokZuvis .card-title1,
.cid-s3qokZuvis .title-wrap1 {
  color: #ffffff;
}
.cid-s3qokZuvis .card-title,
.cid-s3qokZuvis .title-wrap {
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .cid-s3qokZuvis .mdpb {
    padding-bottom: 2rem;
  }
  .cid-s3qokZuvis .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-s3qokZuvis H3 {
  color: #232323;
}
.cid-s3qokZuvis .mbr-text,
.cid-s3qokZuvis .mbr-section-btn {
  color: #4a4a4a;
}
.cid-s2XgzFVZQQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s2XgzFVZQQ .line {
  background-color: #ff0000;
  color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2XgzFVZQQ .section-text {
  padding: 2rem 0;
  color: #4b4b4b;
}
.cid-s2XgzFVZQQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2XgzFVZQQ .inner-container {
    width: 100% !important;
  }
}
.cid-rZE5sMdozW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZE5sMdozW .mbr-section-subtitle {
  color: #767676;
}
.cid-rZE5sMdozW .mbr-section-title {
  color: #4b4b4b;
}
.cid-s2XjWDOfRR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s2XjWDOfRR .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-s2XjWDOfRR .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s2XjWDOfRR .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-s2XjWDOfRR p {
  font-weight: 400;
}
.cid-s2XjWDOfRR .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-s2XjWDOfRR .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s2XjWDOfRR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s2XjWDOfRR .bg1 {
  background: #ffffff;
}
.cid-s2XjWDOfRR .bg2 {
  background: #efefef;
}
.cid-s2XjWDOfRR .bg3 {
  background: #dbdbdb;
}
.cid-s2XjWDOfRR .bg4 {
  background: #cccccc;
}
.cid-s2XjWDOfRR .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-s2XjWDOfRR .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s2XjWDOfRR .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-s2XjWDOfRR .card-title,
.cid-s2XjWDOfRR .card-ico,
.cid-s2XjWDOfRR .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-s2XjWDOfRR .mbr-text,
.cid-s2XjWDOfRR .card-link {
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-s2XjWDOfRR .row {
    padding: 0 1rem;
  }
}
.cid-s2XimnVg19 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2XimnVg19 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2XimnVg19 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2XimnVg19 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2XimnVg19 .mbr-text,
.cid-s2XimnVg19 .mbr-section-btn {
  color: #767676;
}
.cid-s2XimnVg19 H1 {
  color: #4b4b4b;
}
.cid-s2XimnVg19 H3 {
  color: #4b4b4b;
}
.cid-s2XioIDMnr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2XioIDMnr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2XioIDMnr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2XioIDMnr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2XioIDMnr .mbr-text,
.cid-s2XioIDMnr .mbr-section-btn {
  color: #767676;
}
.cid-s2XioIDMnr H1 {
  color: #4b4b4b;
}
.cid-s2XioIDMnr H3 {
  color: #4b4b4b;
}
.cid-tFMauAawqR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFMauAawqR .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tFMauAawqR body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-tFMauAawqR .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-tFMauAawqR .price-tabs {
    margin-bottom: 60px;
  }
  .cid-tFMauAawqR .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-tFMauAawqR .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-tFMauAawqR .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-tFMauAawqR .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-tFMauAawqR .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-tFMauAawqR .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-tFMauAawqR .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-tFMauAawqR .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-tFMauAawqR .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-tFMauAawqR .price-item .price-top * {
  color: #4b4b4b;
}
.cid-tFMauAawqR .price-item .price-top h2 {
  font-weight: 700;
}
.cid-tFMauAawqR .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-tFMauAawqR .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-tFMauAawqR .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFMauAawqR .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-tFMauAawqR .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-tFMauAawqR .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-tFMauAawqR .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-tFMauAawqR .popular {
  background-color: #cccccc;
}
.cid-tFMauAawqR .popular .price-top {
  background-color: #fff;
}
.cid-tFMauAawqR .popular .price-top:after {
  background-color: #fff;
}
.cid-tFMauAawqR .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-tFMauAawqR .popular .price-top h2,
.cid-tFMauAawqR .popular .price-top span,
.cid-tFMauAawqR .popular .price-top sup {
  color: #4b4b4b;
}
.cid-tFMauAawqR .popular .price-content ul *,
.cid-tFMauAawqR .popular .price-content ul .zmdi-close,
.cid-tFMauAawqR .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-tFMauAawqR H2 {
  text-align: center;
}
.cid-tFMauAawqR H4 {
  color: #c1c1c1;
}
.cid-tFMauAawqR UL {
  color: #4b4b4b;
}
.cid-tFMauAawqR .red {
  color: red;
}
.cid-s2Xmwxrzqi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2Xmwxrzqi h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2Xmwxrzqi h2:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2Xmwxrzqi h2:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2Xmwxrzqi .mbr-text,
.cid-s2Xmwxrzqi .mbr-section-btn {
  color: #767676;
}
.cid-s2Xmwxrzqi H1 {
  color: #4b4b4b;
}
.cid-s2Xmwxrzqi H2 {
  color: #4b4b4b;
}
.cid-s2XmobjEme {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s2XmobjEme .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-s2XmobjEme .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s2XmobjEme .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-s2XmobjEme p {
  font-weight: 400;
}
.cid-s2XmobjEme .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-s2XmobjEme .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s2XmobjEme .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s2XmobjEme .bg1 {
  background: #ffffff;
}
.cid-s2XmobjEme .bg2 {
  background: #efefef;
}
.cid-s2XmobjEme .bg3 {
  background: #dbdbdb;
}
.cid-s2XmobjEme .bg4 {
  background: #cccccc;
}
.cid-s2XmobjEme .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-s2XmobjEme .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s2XmobjEme .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-s2XmobjEme .card-title,
.cid-s2XmobjEme .card-ico,
.cid-s2XmobjEme .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-s2XmobjEme .mbr-text,
.cid-s2XmobjEme .card-link {
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .cid-s2XmobjEme .row {
    padding: 0 1rem;
  }
}
.cid-s2XisrG5gI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2XisrG5gI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2XisrG5gI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2XisrG5gI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2XisrG5gI .mbr-text,
.cid-s2XisrG5gI .mbr-section-btn {
  color: #767676;
}
.cid-s2XisrG5gI H1 {
  color: #4b4b4b;
}
.cid-s2XisrG5gI H3 {
  color: #4b4b4b;
}
.cid-sbZmMCu2r2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f3f4f5;
}
.cid-sbZmMCu2r2 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbZmMCu2r2 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbZmMCu2r2 .list-group-item {
  padding: .75rem 0rem;
}
.cid-sbZmMCu2r2 .plan-subtitle {
  color: #66458e;
}
.cid-sbZmMCu2r2 .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-sbZmMCu2r2 .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-sbZmMCu2r2 .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-sbZmMCu2r2 .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-sbZmMCu2r2 .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-sbZmMCu2r2 .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-sbZmMCu2r2 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbZmMCu2r2 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbZmMCu2r2 .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbZmMCu2r2 .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-sbZmMCu2r2 .plan {
    margin-bottom: 30px;
  }
}
.cid-sbZmMCu2r2 .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbZmMCu2r2 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbZmMCu2r2 .plan-title {
  color: #4b4b4b;
}
.cid-sbZmMCu2r2 .price-figure {
  color: #232323;
}
.cid-sbZmMCu2r2 .price-term {
  color: #767676;
  text-align: center;
}
.cid-sbZmMCu2r2 LI {
  color: #767676;
}
.cid-sbZmMCu2r2 .plan-price {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-sbZmMCu2r2 .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-sbZmMCu2r2 .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-sbZmMCu2r2 .price-figure {
    font-size: x-large;
  }
}
#hrblock-block-n1 hr {
  margin: 0;
}
.cid-s2ba6fm9GX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2ba6fm9GX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2ba6fm9GX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2ba6fm9GX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2ba6fm9GX .mbr-text,
.cid-s2ba6fm9GX .mbr-section-btn {
  color: #767676;
}
.cid-s2ba6fm9GX H1 {
  color: #4b4b4b;
}
.cid-s2ba6fm9GX H3 {
  color: #4b4b4b;
}
.cid-s2bakHK4rl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2bakHK4rl .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-s2bakHK4rl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s2bakHK4rl p {
  color: #767676;
  text-align: left;
}
.cid-s2bakHK4rl .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s2bakHK4rl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s2bakHK4rl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s2bakHK4rl h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-s2bakHK4rl h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-s2bakHK4rl h3:hover:after {
  margin-left: -15px;
}
.cid-s2bakHK4rl P {
  text-align: center;
}
.cid-s2bakHK4rl .card-title {
  text-align: center;
}
.cid-s2bakHK4rl H3 {
  text-align: center;
}
.cid-s2bakHK4rl .number {
  text-align: center;
}
.cid-s2bakHK4rl H1 {
  text-align: center;
}
#hrblock-block-133 hr {
  margin: 0;
}
.cid-s14H27jVmo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s14H27jVmo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s14H27jVmo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s14H27jVmo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s14H27jVmo .mbr-text,
.cid-s14H27jVmo .mbr-section-btn {
  color: #767676;
}
.cid-s14H27jVmo H1 {
  color: #4b4b4b;
}
.cid-s14H27jVmo H3 {
  color: #4b4b4b;
}
.cid-s2aVeMOThs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2aVeMOThs .mbr-text,
.cid-s2aVeMOThs blockquote {
  color: #767676;
}
.cid-s2aS7FxwCI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s2aS7FxwCI .mbr-section-subtitle {
  color: #767676;
}
.cid-s2aS7FxwCI .container-table {
  margin: 0 auto;
}
.cid-s2aS7FxwCI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2aS7FxwCI .dataTables_wrapper {
  display: block;
}
.cid-s2aS7FxwCI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2aS7FxwCI table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
}
.cid-s2aS7FxwCI table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-s2aS7FxwCI table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s2aS7FxwCI table td {
  border-top: 1px solid #cccccc;
}
.cid-s2aS7FxwCI table td:hover {
  color: #ff0000;
}
.cid-s2aS7FxwCI table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-s2aS7FxwCI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2aS7FxwCI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2aS7FxwCI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2aS7FxwCI .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2aS7FxwCI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2aS7FxwCI .dataTables_filter {
    text-align: center;
  }
  .cid-s2aS7FxwCI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2aS7FxwCI .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-s2aS7FxwCI .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-s2aS7FxwCI .mbr-section-title {
  color: #4b4b4b;
}
.cid-s2aS7FxwCI .smtxt {
  font-size: ;
}
.cid-s2aS7FxwCI .center0 {
  text-align: center;
}
.cid-s2aS7FxwCI .left0 {
  text-align: left;
}
#hrblock-block-134 hr {
  margin: 0;
}
.cid-rZE5tmHO7d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5tmHO7d h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5tmHO7d h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5tmHO7d h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5tmHO7d .mbr-text,
.cid-rZE5tmHO7d .mbr-section-btn {
  color: #767676;
}
.cid-rZE5tmHO7d H1 {
  color: #4b4b4b;
}
.cid-rZE5tmHO7d H3 {
  color: #4b4b4b;
}
.cid-s2aTlTklyW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2aTlTklyW .mbr-text,
.cid-s2aTlTklyW blockquote {
  color: #767676;
}
.cid-s2aTlTklyW .mbr-text P {
  text-align: center;
}
.cid-s2aTlTklyW .mbr-text {
  color: #4b4b4b;
}
.cid-rZE5trb2XL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-rZE5trb2XL .card-icon {
  font-size: 56px;
  color: #ff0000;
  transition: color 0.3s;
}
.cid-rZE5trb2XL .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rZE5trb2XL .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-rZE5trb2XL p {
  font-weight: 400;
}
.cid-rZE5trb2XL .link-ico {
  font-size: 0.8rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-rZE5trb2XL .link-ico:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: gray!important;
}
.cid-rZE5trb2XL .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #767676;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rZE5trb2XL .bg1 {
  background: #ffffff;
}
.cid-rZE5trb2XL .bg2 {
  background: #efefef;
}
.cid-rZE5trb2XL .bg3 {
  background: #cccccc;
}
.cid-rZE5trb2XL .bg4 {
  background: #c1c1c1;
}
.cid-rZE5trb2XL .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-rZE5trb2XL .card-wrapper:hover .link-ico {
  background-color: #ff0000;
  border-color: #ff0000;
  color: gray!important;
}
.cid-rZE5trb2XL .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-rZE5trb2XL .card-title,
.cid-rZE5trb2XL .card-ico,
.cid-rZE5trb2XL .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-rZE5trb2XL .mbr-text,
.cid-rZE5trb2XL .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rZE5trb2XL .row {
    padding: 0 1rem;
  }
}
#hrblock-block-132 hr {
  margin: 0;
}
.cid-rZE5ttMIhH {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZE5ttMIhH .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZE5ttMIhH .card-wrap {
  position: relative;
  z-index: 1 !important;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZE5ttMIhH .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-rZE5ttMIhH .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: .25rem;
}
.cid-rZE5ttMIhH .mbr-section-subtitle,
.cid-rZE5ttMIhH .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZE5ttMIhH H1 {
  color: #4b4b4b;
}
.cid-rZE5ttMIhH .smtxt {
  font-size: ;
}
.cid-rZE5twazCo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZE5twazCo .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZE5twazCo .card-wrap {
  position: relative;
  z-index: 1 !important;
  background-color: #4b4b4b;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZE5twazCo .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-rZE5twazCo .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rZE5twazCo .mbr-section-subtitle,
.cid-rZE5twazCo .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rZE5twazCo H1 {
  color: #f3f4f5;
}
.cid-rZE5tyXHB2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZE5tyXHB2 .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZE5tyXHB2 .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZE5tyXHB2 .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-rZE5tyXHB2 .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: .25rem;
}
.cid-rZE5tyXHB2 .mbr-section-subtitle,
.cid-rZE5tyXHB2 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rZE5tyXHB2 H1 {
  color: #4b4b4b;
}
.cid-rZE5tyXHB2 .smtxt {
  font-size: ;
}
.cid-rZE5tDTQJ1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5tDTQJ1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5tDTQJ1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5tDTQJ1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5tDTQJ1 .mbr-text,
.cid-rZE5tDTQJ1 .mbr-section-btn {
  color: #767676;
}
.cid-rZE5tDTQJ1 H1 {
  color: #4b4b4b;
}
.cid-rZE5tDTQJ1 H3 {
  color: #4b4b4b;
}
.cid-rZE5tIHeo7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-rZE5tIHeo7 .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rZE5tIHeo7 .card-wrap {
  position: relative;
  z-index: 1 !important;
  background-color: #4b4b4b;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rZE5tIHeo7 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-rZE5tIHeo7 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rZE5tIHeo7 .mbr-section-subtitle,
.cid-rZE5tIHeo7 .mbr-section-btn {
  color: #f3f4f5;
}
.cid-rZE5tIHeo7 H1 {
  color: #f3f4f5;
}
#hrblock-block-nu hr {
  margin: 0;
}
.cid-rZE5tOA1Gi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rZE5tOA1Gi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rZE5tOA1Gi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5tOA1Gi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rZE5tOA1Gi .mbr-text,
.cid-rZE5tOA1Gi .mbr-section-btn {
  color: #767676;
}
.cid-rZE5tOA1Gi H1 {
  color: #4b4b4b;
}
.cid-rZE5tOA1Gi H3 {
  color: #4b4b4b;
}
.cid-rZE5tR6SYt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rZE5tR6SYt h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rZE5tR6SYt p {
  color: #ffffff;
}
.cid-rZE5tR6SYt .card {
  margin-bottom: 2rem;
}
.cid-rZE5tR6SYt .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rZE5tR6SYt .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rZE5tR6SYt .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rZE5tR6SYt .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rZE5tR6SYt .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rZE5tR6SYt .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZE5tR6SYt .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rZE5tR6SYt .card-title,
.cid-rZE5tR6SYt .card-img {
  color: #4b4b4b;
}
.cid-rZE5tR6SYt P {
  color: #4b4b4b;
}
#hrblock-block-yd hr {
  margin: 0;
}
.cid-rZF9JuJroD {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-rZF9JuJroD .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZF9JuJroD .mbr-section-title {
  margin: 0;
}
.cid-rZF9JuJroD .card-img {
  text-align: center;
}
.cid-rZF9JuJroD .row-item {
  padding-bottom: 1rem;
  padding: 2rem 1rem;
}
.cid-rZF9JuJroD .row-item.card1 {
  background: #4b4b4b;
}
.cid-rZF9JuJroD .row-item.card2 {
  background: #188ef4;
}
.cid-rZF9JuJroD .row-item.card3 {
  background: #ff695c;
}
.cid-rZF9JuJroD .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZF9JuJroD .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZF9JuJroD .card-img,
  .cid-rZF9JuJroD .mbr-text,
  .cid-rZF9JuJroD .mbr-card-title,
  .cid-rZF9JuJroD .mbr-section-subtitle,
  .cid-rZF9JuJroD .mbr-section-title,
  .cid-rZF9JuJroD .underline {
    text-align: center !important;
  }
}
.cid-rZF9JuJroD .smtxt {
  font-size: x-large;
}
.cid-rZF9JuJroD .card1 > .mbr-text,
.cid-rZF9JuJroD .card1 > .mbr-section-btn {
  color: #f3f4f5;
}
#hrblock-block-12k hr {
  margin: 0;
}
.cid-s0MB14v5mY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-s0MB14v5mY .mbr-overlay {
  background: #879a9f;
}
.cid-s0MB14v5mY .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MB14v5mY .mbr-text,
.cid-s0MB14v5mY .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MB14v5mY H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSny1eFmF7 .mcolor {
  color: 4b4b4b !important;
}
.cid-rSny1eFmF7 .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSny1eFmF7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSny1eFmF7 .red {
  color: #ff0000 !important;
}
.cid-rSny1eFmF7 .nav-item,
.cid-rSny1eFmF7 .nav-link,
.cid-rSny1eFmF7 .navbar-caption {
  font-weight: normal;
}
.cid-rSny1eFmF7 .nav-item:focus,
.cid-rSny1eFmF7 .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSny1eFmF7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSny1eFmF7 .nav-item .nav-link {
    position: relative;
  }
  .cid-rSny1eFmF7 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSny1eFmF7 .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSny1eFmF7 .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSny1eFmF7 .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-rSny1eFmF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSny1eFmF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSny1eFmF7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSny1eFmF7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSny1eFmF7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSny1eFmF7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSny1eFmF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSny1eFmF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSny1eFmF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSny1eFmF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSny1eFmF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSny1eFmF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSny1eFmF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSny1eFmF7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSny1eFmF7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSny1eFmF7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSny1eFmF7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSny1eFmF7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSny1eFmF7 .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSny1eFmF7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSny1eFmF7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSny1eFmF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSny1eFmF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSny1eFmF7 .dropdown-item.active,
.cid-rSny1eFmF7 .dropdown-item:active {
  background-color: white !important;
}
.cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSny1eFmF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSny1eFmF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSny1eFmF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSny1eFmF7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSny1eFmF7 .navbar-buttons {
  text-align: center;
}
.cid-rSny1eFmF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSny1eFmF7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSny1eFmF7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSny1eFmF7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSny1eFmF7 .soc-item {
  margin: .5rem .3rem;
}
.cid-rSny1eFmF7 .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-rSny1eFmF7 a.nav-link,
.cid-rSny1eFmF7 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSny1eFmF7 a.nav-link .mbr-iconfont-btn,
.cid-rSny1eFmF7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSny1eFmF7 a.nav-link:hover .mbr-iconfont-btn,
.cid-rSny1eFmF7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSny1eFmF7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSny1eFmF7 .navbar {
    height: 77px;
  }
  .cid-rSny1eFmF7 .navbar.opened {
    height: auto;
  }
  .cid-rSny1eFmF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSny1eFmF7 .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSny1eFmF7 .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSny1eFmF7 .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSny1eFmF7 .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-sqx6jJJD2v {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/hd-21.jpg");
}
.cid-sqx6jJJD2v .slider-text-two {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-sqx6jJJD2v .mbr-section-title,
.cid-sqx6jJJD2v .mbr-section-subtitle {
  color: #000000;
}
.cid-sqx6jJJD2v .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-sqx6jJJD2v .mbr-text {
  color: #000000;
  font-weight: 200;
}
.cid-sqx6jJJD2v .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-sqx6jJJD2v .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx6jJJD2v .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sqx6jJJD2v .mbr-text,
.cid-sqx6jJJD2v .mbr-section-btn {
  color: #000000;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSnAkZyLcz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-rSnAkZyLcz .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSnAkZyLcz .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSnAkZyLcz .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSnAkZyLcz .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnAkZyLcz .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnAkZyLcz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSnAkZyLcz .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSnAkZyLcz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnAkZyLcz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSnAkZyLcz .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSnAkZyLcz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnAkZyLcz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSnAkZyLcz .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSnAkZyLcz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnAkZyLcz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSnAkZyLcz .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSnAkZyLcz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnAkZyLcz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSnAkZyLcz .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSnAkZyLcz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnAkZyLcz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSnAkZyLcz .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSnAkZyLcz .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-s2LnIyn58r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2LnIyn58r h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2LnIyn58r h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2LnIyn58r h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2LnIyn58r .mbr-text,
.cid-s2LnIyn58r .mbr-section-btn {
  color: #767676;
}
.cid-s2LnIyn58r H1 {
  color: #4b4b4b;
}
.cid-s2LnIyn58r H3 {
  color: #4b4b4b;
}
.cid-s2LnIyn58r H2 {
  color: #4b4b4b;
}
.cid-rSnAnX4MCN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-rSnAnX4MCN .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSnAnX4MCN .row-element,
.cid-rSnAnX4MCN .image-element {
  padding: 0;
}
.cid-rSnAnX4MCN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnAnX4MCN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnAnX4MCN .text-content {
  padding: 0rem;
}
.cid-rSnAnX4MCN .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSnAnX4MCN .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSnAnX4MCN .mbr-title,
  .cid-rSnAnX4MCN .mbr-text,
  .cid-rSnAnX4MCN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSnAnX4MCN .mbr-title {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnAnX4MCN .mbr-text,
.cid-rSnAnX4MCN .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-rSnAp01hUK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSnAp01hUK .row-element,
.cid-rSnAp01hUK .image-element {
  padding: 0;
}
.cid-rSnAp01hUK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnAp01hUK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnAp01hUK .text-content {
  padding: 0rem;
}
.cid-rSnAp01hUK .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSnAp01hUK .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSnAp01hUK .mbr-title,
  .cid-rSnAp01hUK .mbr-text,
  .cid-rSnAp01hUK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSnAp01hUK .mbr-title {
  color: #4b4b4b;
}
.cid-rSnAp01hUK .mbr-text,
.cid-rSnAp01hUK .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rSnApNS472 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-rSnApNS472 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSnApNS472 .row-element,
.cid-rSnApNS472 .image-element {
  padding: 0;
}
.cid-rSnApNS472 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnApNS472 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnApNS472 .text-content {
  padding: 0rem;
}
.cid-rSnApNS472 .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSnApNS472 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSnApNS472 .mbr-title,
  .cid-rSnApNS472 .mbr-text,
  .cid-rSnApNS472 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSnApNS472 .mbr-title {
  color: #4b4b4b;
}
.cid-rSnApNS472 .mbr-text,
.cid-rSnApNS472 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rSnAqCs855 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-rSnAqCs855 .row-element,
.cid-rSnAqCs855 .image-element {
  padding: 0;
}
.cid-rSnAqCs855 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnAqCs855 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSnAqCs855 .text-content {
  padding: 0rem;
}
.cid-rSnAqCs855 .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rSnAqCs855 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rSnAqCs855 .mbr-title,
  .cid-rSnAqCs855 .mbr-text,
  .cid-rSnAqCs855 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSnAqCs855 .mbr-title {
  color: #4b4b4b;
}
.cid-rSnAqCs855 .mbr-text,
.cid-rSnAqCs855 .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-10x hr {
  margin: 0;
}
.cid-s0MAtPUSyS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0MAtPUSyS .mbr-overlay {
  background: #879a9f;
}
.cid-s0MAtPUSyS .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-s0MAtPUSyS .mbr-text,
.cid-s0MAtPUSyS .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0MAtPUSyS H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSny58pmhR .mcolor {
  color: 4b4b4b !important;
}
.cid-rSny58pmhR .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSny58pmhR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSny58pmhR .red {
  color: #ff0000 !important;
}
.cid-rSny58pmhR .nav-item,
.cid-rSny58pmhR .nav-link,
.cid-rSny58pmhR .navbar-caption {
  font-weight: normal;
}
.cid-rSny58pmhR .nav-item:focus,
.cid-rSny58pmhR .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSny58pmhR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSny58pmhR .nav-item .nav-link {
    position: relative;
  }
  .cid-rSny58pmhR .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSny58pmhR .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSny58pmhR .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSny58pmhR .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSny58pmhR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSny58pmhR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSny58pmhR .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSny58pmhR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSny58pmhR .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-rSny58pmhR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSny58pmhR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSny58pmhR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSny58pmhR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSny58pmhR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSny58pmhR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSny58pmhR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSny58pmhR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSny58pmhR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSny58pmhR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSny58pmhR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSny58pmhR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSny58pmhR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSny58pmhR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSny58pmhR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSny58pmhR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSny58pmhR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSny58pmhR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSny58pmhR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSny58pmhR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSny58pmhR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSny58pmhR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSny58pmhR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSny58pmhR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSny58pmhR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSny58pmhR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSny58pmhR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSny58pmhR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSny58pmhR .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSny58pmhR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSny58pmhR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSny58pmhR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSny58pmhR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSny58pmhR .dropdown-item.active,
.cid-rSny58pmhR .dropdown-item:active {
  background-color: white !important;
}
.cid-rSny58pmhR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSny58pmhR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSny58pmhR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSny58pmhR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSny58pmhR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSny58pmhR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSny58pmhR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSny58pmhR .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSny58pmhR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSny58pmhR .navbar-buttons {
  text-align: center;
}
.cid-rSny58pmhR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSny58pmhR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSny58pmhR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSny58pmhR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSny58pmhR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSny58pmhR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSny58pmhR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSny58pmhR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSny58pmhR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSny58pmhR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSny58pmhR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSny58pmhR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSny58pmhR .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSny58pmhR .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSny58pmhR .soc-item {
  margin: .5rem .3rem;
}
.cid-rSny58pmhR .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-rSny58pmhR a.nav-link,
.cid-rSny58pmhR a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSny58pmhR a.nav-link .mbr-iconfont-btn,
.cid-rSny58pmhR a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSny58pmhR a.nav-link:hover .mbr-iconfont-btn,
.cid-rSny58pmhR a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSny58pmhR a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSny58pmhR .navbar {
    height: 77px;
  }
  .cid-rSny58pmhR .navbar.opened {
    height: auto;
  }
  .cid-rSny58pmhR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSny58pmhR .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSny58pmhR .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny58pmhR .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSny58pmhR .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSny58pmhR .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSny58pmhR .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny58pmhR .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSny58pmhR .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSny58pmhR .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSny58pmhR .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny58pmhR .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSny58pmhR .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSny58pmhR .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny58pmhR .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny58pmhR .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSny58pmhR .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSny58pmhR .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSny58pmhR .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSolAG6UB3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-rSolAG6UB3 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSolAG6UB3 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSolAG6UB3 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSolAG6UB3 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSolAG6UB3 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSolAG6UB3 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSolAG6UB3 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSolAG6UB3 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSolAG6UB3 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSolAG6UB3 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSolAG6UB3 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSolAG6UB3 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSolAG6UB3 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSolAG6UB3 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSolAG6UB3 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSolAG6UB3 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSolAG6UB3 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSolAG6UB3 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSolAG6UB3 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSolAG6UB3 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSolAG6UB3 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSolAG6UB3 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSolAG6UB3 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-rYkDsM7wbw {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-rYkDsM7wbw .container-fluid {
  padding: 0 3rem;
}
.cid-rYkDsM7wbw .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-rYkDsM7wbw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rYkDsM7wbw .mbr-text,
.cid-rYkDsM7wbw .mbr-section-btn {
  color: #4b4b4b;
}
.cid-rYkDsM7wbw .mbr-section-title {
  color: #4b4b4b;
}
.cid-rStz58gl9a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rStz58gl9a h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rStz58gl9a h3:before {
  position: absolute;
  content: '';
  left: -160px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rStz58gl9a h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rStz58gl9a .mbr-text,
.cid-rStz58gl9a .mbr-section-btn {
  color: #767676;
}
.cid-rStz58gl9a H1 {
  color: #4b4b4b;
}
.cid-rStz58gl9a H3 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7ITHO52mu .mcolor {
  color: 4b4b4b !important;
}
.cid-t7ITHO52mu .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-t7ITHO52mu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t7ITHO52mu .red {
  color: #ff0000 !important;
}
.cid-t7ITHO52mu .nav-item,
.cid-t7ITHO52mu .nav-link,
.cid-t7ITHO52mu .navbar-caption {
  font-weight: normal;
}
.cid-t7ITHO52mu .nav-item:focus,
.cid-t7ITHO52mu .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-t7ITHO52mu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t7ITHO52mu .nav-item .nav-link {
    position: relative;
  }
  .cid-t7ITHO52mu .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-t7ITHO52mu .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-t7ITHO52mu .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-t7ITHO52mu .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-t7ITHO52mu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7ITHO52mu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-t7ITHO52mu .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t7ITHO52mu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t7ITHO52mu .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-t7ITHO52mu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7ITHO52mu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7ITHO52mu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-t7ITHO52mu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t7ITHO52mu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t7ITHO52mu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7ITHO52mu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7ITHO52mu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7ITHO52mu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-t7ITHO52mu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t7ITHO52mu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7ITHO52mu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7ITHO52mu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t7ITHO52mu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7ITHO52mu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t7ITHO52mu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t7ITHO52mu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7ITHO52mu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7ITHO52mu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7ITHO52mu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7ITHO52mu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7ITHO52mu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t7ITHO52mu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7ITHO52mu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7ITHO52mu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7ITHO52mu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t7ITHO52mu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t7ITHO52mu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-t7ITHO52mu .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-t7ITHO52mu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7ITHO52mu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7ITHO52mu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7ITHO52mu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7ITHO52mu .dropdown-item.active,
.cid-t7ITHO52mu .dropdown-item:active {
  background-color: white !important;
}
.cid-t7ITHO52mu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7ITHO52mu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7ITHO52mu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7ITHO52mu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-t7ITHO52mu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-t7ITHO52mu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-t7ITHO52mu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7ITHO52mu .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-t7ITHO52mu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t7ITHO52mu .navbar-buttons {
  text-align: center;
}
.cid-t7ITHO52mu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7ITHO52mu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t7ITHO52mu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7ITHO52mu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7ITHO52mu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7ITHO52mu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7ITHO52mu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7ITHO52mu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7ITHO52mu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7ITHO52mu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7ITHO52mu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t7ITHO52mu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t7ITHO52mu .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-t7ITHO52mu .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t7ITHO52mu .soc-item {
  margin: .5rem .3rem;
}
.cid-t7ITHO52mu .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-t7ITHO52mu a.nav-link,
.cid-t7ITHO52mu a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-t7ITHO52mu a.nav-link .mbr-iconfont-btn,
.cid-t7ITHO52mu a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-t7ITHO52mu a.nav-link:hover .mbr-iconfont-btn,
.cid-t7ITHO52mu a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-t7ITHO52mu a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7ITHO52mu .navbar {
    height: 77px;
  }
  .cid-t7ITHO52mu .navbar.opened {
    height: auto;
  }
  .cid-t7ITHO52mu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-t7ITHO52mu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-t7ITHO52mu .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t7ITHO52mu .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-t7ITHO52mu .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-t7ITHO52mu .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-t7ITHO52mu .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t7ITHO52mu .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-t7ITHO52mu .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-t7ITHO52mu .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-t7ITHO52mu .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t7ITHO52mu .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-t7ITHO52mu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-t7ITHO52mu .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t7ITHO52mu .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t7ITHO52mu .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-t7ITHO52mu .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t7ITHO52mu .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-t7ITHO52mu .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-t7ITHOGNT2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-t7ITHOGNT2 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-t7ITHOGNT2 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-t7ITHOGNT2 .mbr-section-title span {
  color: #ffbc00;
}
.cid-t7ITHOGNT2 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7ITHOGNT2 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t7ITHOGNT2 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-t7ITHOGNT2 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-t7ITHOGNT2 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHOGNT2 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-t7ITHOGNT2 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-t7ITHOGNT2 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHOGNT2 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-t7ITHOGNT2 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-t7ITHOGNT2 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t7ITHOGNT2 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-t7ITHOGNT2 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-t7ITHOGNT2 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t7ITHOGNT2 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-t7ITHOGNT2 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-t7ITHOGNT2 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t7ITHOGNT2 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-t7ITHOGNT2 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-t7ITHOGNT2 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-t7ITHOVftx {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-t7ITHOVftx .container-fluid {
  padding: 0 3rem;
}
.cid-t7ITHOVftx .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-t7ITHOVftx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t7ITHOVftx .mbr-text,
.cid-t7ITHOVftx .mbr-section-btn {
  color: #4b4b4b;
}
.cid-t7ITHOVftx .mbr-section-title {
  color: #4b4b4b;
}
.cid-t7ITHPmI7T {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t7ITHPmI7T h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t7ITHPmI7T h3:before {
  position: absolute;
  content: '';
  left: -160px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t7ITHPmI7T h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t7ITHPmI7T .mbr-text,
.cid-t7ITHPmI7T .mbr-section-btn {
  color: #767676;
}
.cid-t7ITHPmI7T H1 {
  color: #4b4b4b;
}
.cid-t7ITHPmI7T H3 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSny1eFmF7 .mcolor {
  color: 4b4b4b !important;
}
.cid-rSny1eFmF7 .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSny1eFmF7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSny1eFmF7 .red {
  color: #ff0000 !important;
}
.cid-rSny1eFmF7 .nav-item,
.cid-rSny1eFmF7 .nav-link,
.cid-rSny1eFmF7 .navbar-caption {
  font-weight: normal;
}
.cid-rSny1eFmF7 .nav-item:focus,
.cid-rSny1eFmF7 .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSny1eFmF7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSny1eFmF7 .nav-item .nav-link {
    position: relative;
  }
  .cid-rSny1eFmF7 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSny1eFmF7 .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSny1eFmF7 .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSny1eFmF7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSny1eFmF7 .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-rSny1eFmF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSny1eFmF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSny1eFmF7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSny1eFmF7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSny1eFmF7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSny1eFmF7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSny1eFmF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSny1eFmF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSny1eFmF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSny1eFmF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSny1eFmF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSny1eFmF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSny1eFmF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSny1eFmF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSny1eFmF7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSny1eFmF7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSny1eFmF7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSny1eFmF7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSny1eFmF7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSny1eFmF7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSny1eFmF7 .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSny1eFmF7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSny1eFmF7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSny1eFmF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSny1eFmF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSny1eFmF7 .dropdown-item.active,
.cid-rSny1eFmF7 .dropdown-item:active {
  background-color: white !important;
}
.cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSny1eFmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSny1eFmF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSny1eFmF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSny1eFmF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSny1eFmF7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSny1eFmF7 .navbar-buttons {
  text-align: center;
}
.cid-rSny1eFmF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSny1eFmF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSny1eFmF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSny1eFmF7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSny1eFmF7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSny1eFmF7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSny1eFmF7 .soc-item {
  margin: .5rem .3rem;
}
.cid-rSny1eFmF7 .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-rSny1eFmF7 a.nav-link,
.cid-rSny1eFmF7 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSny1eFmF7 a.nav-link .mbr-iconfont-btn,
.cid-rSny1eFmF7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSny1eFmF7 a.nav-link:hover .mbr-iconfont-btn,
.cid-rSny1eFmF7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSny1eFmF7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSny1eFmF7 .navbar {
    height: 77px;
  }
  .cid-rSny1eFmF7 .navbar.opened {
    height: auto;
  }
  .cid-rSny1eFmF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSny1eFmF7 .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSny1eFmF7 .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSny1eFmF7 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSny1eFmF7 .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSny1eFmF7 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSny1eFmF7 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSny1eFmF7 .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSny1eFmF7 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSny1eFmF7 .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSolkNGDu6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-becreative.jpg");
}
.cid-rSolkNGDu6 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSolkNGDu6 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSolkNGDu6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSolkNGDu6 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSolkNGDu6 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSolkNGDu6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSolkNGDu6 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSolkNGDu6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSolkNGDu6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSolkNGDu6 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSolkNGDu6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSolkNGDu6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSolkNGDu6 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSolkNGDu6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSolkNGDu6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSolkNGDu6 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSolkNGDu6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSolkNGDu6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSolkNGDu6 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSolkNGDu6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSolkNGDu6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSolkNGDu6 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSolkNGDu6 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-sqx0wXTwvh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sqx0wXTwvh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sqx0wXTwvh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sqx0wXTwvh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sqx0wXTwvh .mbr-text,
.cid-sqx0wXTwvh .mbr-section-btn {
  color: #767676;
}
.cid-sqx0wXTwvh H1 {
  color: #4b4b4b;
}
.cid-sqx0wXTwvh H3 {
  color: #4b4b4b;
}
.cid-sqxk9i3TdK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-sqxk9i3TdK .mbr-text,
.cid-sqxk9i3TdK blockquote {
  color: #767676;
}
.cid-tlXOT8E08e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tlXOT8E08e .title {
  margin-bottom: 2rem;
}
.cid-tlXOT8E08e .mbr-section-subtitle {
  color: #767676;
}
.cid-tlXOT8E08e a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tlXOT8E08e a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tlXOT8E08e textarea.form-control {
  min-height: 188px;
}
.cid-sqxiAKlKMq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sqxiAKlKMq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sqxiAKlKMq .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sqxiAKlKMq .link-wrapper .mbr-iconfont {
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #1c1c1c;
}
.cid-sqxiAKlKMq .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqxiAKlKMq .card-wrapper {
  background: #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sqxiAKlKMq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sqxiAKlKMq .first:hover:before {
  content: none;
}
.cid-sqxiAKlKMq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-sqxiAKlKMq .last:hover:after {
  content: none;
}
.cid-sqxiAKlKMq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-sqxiAKlKMq .mbr-section-text {
  color: #f3f4f5;
}
.cid-sqxiAKlKMq .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sqxiAKlKMq .card .img-wrapper {
  overflow: hidden;
}
.cid-sqxiAKlKMq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sqxiAKlKMq .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sqxiAKlKMq .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-sqxiAKlKMq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sqxiAKlKMq .mbr-section-title {
  color: #454545;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlXKIbqmyX .mcolor {
  color: 4b4b4b !important;
}
.cid-tlXKIbqmyX .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tlXKIbqmyX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlXKIbqmyX .red {
  color: #ff0000 !important;
}
.cid-tlXKIbqmyX .nav-item,
.cid-tlXKIbqmyX .nav-link,
.cid-tlXKIbqmyX .navbar-caption {
  font-weight: normal;
}
.cid-tlXKIbqmyX .nav-item:focus,
.cid-tlXKIbqmyX .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tlXKIbqmyX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tlXKIbqmyX .nav-item .nav-link {
    position: relative;
  }
  .cid-tlXKIbqmyX .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tlXKIbqmyX .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tlXKIbqmyX .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tlXKIbqmyX .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tlXKIbqmyX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlXKIbqmyX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tlXKIbqmyX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tlXKIbqmyX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tlXKIbqmyX .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-tlXKIbqmyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlXKIbqmyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlXKIbqmyX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tlXKIbqmyX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tlXKIbqmyX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tlXKIbqmyX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlXKIbqmyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlXKIbqmyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlXKIbqmyX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tlXKIbqmyX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tlXKIbqmyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlXKIbqmyX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlXKIbqmyX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tlXKIbqmyX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlXKIbqmyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tlXKIbqmyX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tlXKIbqmyX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlXKIbqmyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlXKIbqmyX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tlXKIbqmyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlXKIbqmyX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlXKIbqmyX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tlXKIbqmyX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlXKIbqmyX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlXKIbqmyX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tlXKIbqmyX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tlXKIbqmyX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tlXKIbqmyX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tlXKIbqmyX .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tlXKIbqmyX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tlXKIbqmyX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlXKIbqmyX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlXKIbqmyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlXKIbqmyX .dropdown-item.active,
.cid-tlXKIbqmyX .dropdown-item:active {
  background-color: white !important;
}
.cid-tlXKIbqmyX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlXKIbqmyX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlXKIbqmyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlXKIbqmyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tlXKIbqmyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tlXKIbqmyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tlXKIbqmyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlXKIbqmyX .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tlXKIbqmyX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlXKIbqmyX .navbar-buttons {
  text-align: center;
}
.cid-tlXKIbqmyX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlXKIbqmyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tlXKIbqmyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tlXKIbqmyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tlXKIbqmyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tlXKIbqmyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tlXKIbqmyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tlXKIbqmyX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tlXKIbqmyX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tlXKIbqmyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tlXKIbqmyX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tlXKIbqmyX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tlXKIbqmyX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tlXKIbqmyX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tlXKIbqmyX .soc-item {
  margin: .5rem .3rem;
}
.cid-tlXKIbqmyX .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-tlXKIbqmyX a.nav-link,
.cid-tlXKIbqmyX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tlXKIbqmyX a.nav-link .mbr-iconfont-btn,
.cid-tlXKIbqmyX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tlXKIbqmyX a.nav-link:hover .mbr-iconfont-btn,
.cid-tlXKIbqmyX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tlXKIbqmyX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlXKIbqmyX .navbar {
    height: 77px;
  }
  .cid-tlXKIbqmyX .navbar.opened {
    height: auto;
  }
  .cid-tlXKIbqmyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tlXKIbqmyX .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tlXKIbqmyX .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tlXKIbqmyX .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tlXKIbqmyX .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tlXKIbqmyX .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tlXKIbqmyX .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tlXKIbqmyX .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tlXKIbqmyX .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tlXKIbqmyX .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tlXKIbqmyX .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tlXKIbqmyX .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tlXKIbqmyX .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tlXKIbqmyX .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tlXKIbqmyX .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tlXKIbqmyX .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tlXKIbqmyX .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tlXKIbqmyX .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tlXKIbqmyX .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tlXKIcuuYQ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-becreative.jpg");
}
.cid-tlXKIcuuYQ .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tlXKIcuuYQ .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tlXKIcuuYQ .mbr-section-title span {
  color: #ffbc00;
}
.cid-tlXKIcuuYQ .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlXKIcuuYQ .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tlXKIcuuYQ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tlXKIcuuYQ .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tlXKIcuuYQ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIcuuYQ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tlXKIcuuYQ .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tlXKIcuuYQ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIcuuYQ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tlXKIcuuYQ .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tlXKIcuuYQ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tlXKIcuuYQ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tlXKIcuuYQ .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tlXKIcuuYQ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tlXKIcuuYQ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tlXKIcuuYQ .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tlXKIcuuYQ .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tlXKIcuuYQ .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tlXKIcuuYQ .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tlXKIcuuYQ .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tlXKIcN6KR {
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #cccccc;
}
.cid-tlXKIcN6KR .container-fluid {
  padding: 0 3rem;
}
.cid-tlXKIcN6KR .animated-element {
  color: #efefef;
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-tlXKIcN6KR .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tlXKIcN6KR .mbr-text,
.cid-tlXKIcN6KR .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tlXKIcN6KR .mbr-section-title {
  color: #4b4b4b;
}
.cid-tlXKIday4W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tlXKIday4W h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tlXKIday4W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tlXKIday4W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tlXKIday4W .mbr-text,
.cid-tlXKIday4W .mbr-section-btn {
  color: #767676;
}
.cid-tlXKIday4W H1 {
  color: #4b4b4b;
}
.cid-tlXKIday4W H3 {
  color: #4b4b4b;
}
.cid-tlXKIdoclG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tlXKIdoclG .mbr-text,
.cid-tlXKIdoclG blockquote {
  color: #767676;
}
.cid-tlXKIdAzXA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tlXKIdAzXA .showAlerts {
  display: block !important;
}
.cid-tlXKIdAzXA .rowflexrev {
  display: -webkit-flex;
}
.cid-tlXKIdAzXA .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tlXKIdAzXA .title {
  margin-bottom: 2rem;
}
.cid-tlXKIdAzXA .mbr-section-subtitle {
  color: #767676;
}
.cid-tlXKIdAzXA textarea.form-control {
  min-height: 188px;
}
.cid-tlXKIdAzXA LABEL {
  color: #232323;
}
.cid-tlXKIdAzXA .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tlXKIdAzXA .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tlXKIdAzXA .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tlXKIdAzXA .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tlXKIdAzXA .alert {
  margin-bottom: 0;
}
.cid-tlXKIdAzXA .alert-success {
  background-color: #70c770;
}
.cid-tlXKIdAzXA .alert-danger {
  background-color: #ff4a52;
}
.cid-tlXKIdAzXA .btn {
  display: inline-flex;
}
.cid-tlXKIdAzXA .hidden {
  display: none;
}
.cid-tlXKIdAzXA .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tlXKIdAzXA .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tlXKIe4kLG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tlXKIe4kLG img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tlXKIe4kLG .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tlXKIe4kLG .link-wrapper .mbr-iconfont {
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #1c1c1c;
}
.cid-tlXKIe4kLG .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tlXKIe4kLG .card-wrapper {
  background: #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tlXKIe4kLG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tlXKIe4kLG .first:hover:before {
  content: none;
}
.cid-tlXKIe4kLG .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tlXKIe4kLG .last:hover:after {
  content: none;
}
.cid-tlXKIe4kLG .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tlXKIe4kLG .mbr-section-text {
  color: #f3f4f5;
}
.cid-tlXKIe4kLG .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tlXKIe4kLG .card .img-wrapper {
  overflow: hidden;
}
.cid-tlXKIe4kLG .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tlXKIe4kLG .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tlXKIe4kLG .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-tlXKIe4kLG .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tlXKIe4kLG .mbr-section-title {
  color: #454545;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmDRMQdOl .mcolor {
  color: 4b4b4b !important;
}
.cid-txmDRMQdOl .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-txmDRMQdOl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txmDRMQdOl .red {
  color: #ff0000 !important;
}
.cid-txmDRMQdOl .nav-item,
.cid-txmDRMQdOl .nav-link,
.cid-txmDRMQdOl .navbar-caption {
  font-weight: normal;
}
.cid-txmDRMQdOl .nav-item:focus,
.cid-txmDRMQdOl .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-txmDRMQdOl .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-txmDRMQdOl .nav-item .nav-link {
    position: relative;
  }
  .cid-txmDRMQdOl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-txmDRMQdOl .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-txmDRMQdOl .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-txmDRMQdOl .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-txmDRMQdOl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmDRMQdOl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-txmDRMQdOl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txmDRMQdOl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txmDRMQdOl .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-txmDRMQdOl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmDRMQdOl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmDRMQdOl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-txmDRMQdOl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-txmDRMQdOl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-txmDRMQdOl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmDRMQdOl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmDRMQdOl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txmDRMQdOl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-txmDRMQdOl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-txmDRMQdOl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmDRMQdOl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmDRMQdOl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-txmDRMQdOl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmDRMQdOl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txmDRMQdOl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txmDRMQdOl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmDRMQdOl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmDRMQdOl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-txmDRMQdOl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmDRMQdOl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmDRMQdOl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-txmDRMQdOl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmDRMQdOl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmDRMQdOl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-txmDRMQdOl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txmDRMQdOl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txmDRMQdOl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-txmDRMQdOl .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-txmDRMQdOl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txmDRMQdOl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txmDRMQdOl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmDRMQdOl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmDRMQdOl .dropdown-item.active,
.cid-txmDRMQdOl .dropdown-item:active {
  background-color: white !important;
}
.cid-txmDRMQdOl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmDRMQdOl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmDRMQdOl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmDRMQdOl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-txmDRMQdOl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-txmDRMQdOl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-txmDRMQdOl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmDRMQdOl .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-txmDRMQdOl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txmDRMQdOl .navbar-buttons {
  text-align: center;
}
.cid-txmDRMQdOl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmDRMQdOl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-txmDRMQdOl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txmDRMQdOl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txmDRMQdOl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txmDRMQdOl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txmDRMQdOl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txmDRMQdOl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txmDRMQdOl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txmDRMQdOl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txmDRMQdOl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txmDRMQdOl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-txmDRMQdOl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-txmDRMQdOl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-txmDRMQdOl .soc-item {
  margin: .5rem .3rem;
}
.cid-txmDRMQdOl .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-txmDRMQdOl a.nav-link,
.cid-txmDRMQdOl a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-txmDRMQdOl a.nav-link .mbr-iconfont-btn,
.cid-txmDRMQdOl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-txmDRMQdOl a.nav-link:hover .mbr-iconfont-btn,
.cid-txmDRMQdOl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-txmDRMQdOl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txmDRMQdOl .navbar {
    height: 77px;
  }
  .cid-txmDRMQdOl .navbar.opened {
    height: auto;
  }
  .cid-txmDRMQdOl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-txmDRMQdOl .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-txmDRMQdOl .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-txmDRMQdOl .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-txmDRMQdOl .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-txmDRMQdOl .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-txmDRMQdOl .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-txmDRMQdOl .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-txmDRMQdOl .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-txmDRMQdOl .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-txmDRMQdOl .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-txmDRMQdOl .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-txmDRMQdOl .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-txmDRMQdOl .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-txmDRMQdOl .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-txmDRMQdOl .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-txmDRMQdOl .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-txmDRMQdOl .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-txmDRMQdOl .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-txmDRNKzRz {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-txmDRNKzRz .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-txmDRNKzRz .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-txmDRNKzRz .mbr-section-title span {
  color: #ffbc00;
}
.cid-txmDRNKzRz .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txmDRNKzRz .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-txmDRNKzRz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-txmDRNKzRz .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-txmDRNKzRz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRNKzRz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-txmDRNKzRz .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-txmDRNKzRz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRNKzRz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-txmDRNKzRz .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-txmDRNKzRz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-txmDRNKzRz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-txmDRNKzRz .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-txmDRNKzRz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-txmDRNKzRz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-txmDRNKzRz .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-txmDRNKzRz .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-txmDRNKzRz .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-txmDRNKzRz .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-txmDRNKzRz .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-txmDRO1rAO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-txmDRO1rAO h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-txmDRO1rAO h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmDRO1rAO h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txmDRO1rAO .mbr-text,
.cid-txmDRO1rAO .mbr-section-btn {
  color: #767676;
}
.cid-txmDRO1rAO H1 {
  color: #4b4b4b;
}
.cid-txmDRO1rAO H3 {
  color: #4b4b4b;
}
.cid-txmDRO1rAO H2 {
  color: #4b4b4b;
}
.cid-tFQDFrz6mJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFQDFrz6mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQDFrz6mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQDFrz6mJ .video-wrapper iframe {
  width: 100%;
}
.cid-tFQDFrz6mJ .mbr-section-title,
.cid-tFQDFrz6mJ .mbr-section-subtitle,
.cid-tFQDFrz6mJ .mbr-text {
  text-align: center;
}
.cid-tFQDFrz6mJ .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tFQDFrz6mJ .container-fluid {
    padding: 0;
  }
}
.cid-tFQDFrz6mJ .app-video-wrapper::before {
  position: absolute;
  font-family: "Moririse2";
  content: "\e95f";
  font-size: 12px;
  line-height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  color: #adadad;
  text-shadow: none;
  z-index: 1;
  width: 105px;
  height: 105px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.cid-tFQDFrz6mJ .app-video-wrapper > img {
  opacity: .6;
}
.cid-txmDROgSjD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f4f5;
}
.cid-txmDROgSjD .line {
  background-color: #ff0000;
  align: center;
  height: 1px;
  width: 50%;
  margin: 0 auto;
}
#hrblock-block-1gd hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8VHZr1K8E .mcolor {
  color: 4b4b4b !important;
}
.cid-t8VHZr1K8E .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-t8VHZr1K8E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8VHZr1K8E .red {
  color: #ff0000 !important;
}
.cid-t8VHZr1K8E .nav-item,
.cid-t8VHZr1K8E .nav-link,
.cid-t8VHZr1K8E .navbar-caption {
  font-weight: normal;
}
.cid-t8VHZr1K8E .nav-item:focus,
.cid-t8VHZr1K8E .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-t8VHZr1K8E .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t8VHZr1K8E .nav-item .nav-link {
    position: relative;
  }
  .cid-t8VHZr1K8E .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-t8VHZr1K8E .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-t8VHZr1K8E .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-t8VHZr1K8E .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-t8VHZr1K8E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8VHZr1K8E .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-t8VHZr1K8E .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t8VHZr1K8E .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t8VHZr1K8E .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-t8VHZr1K8E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8VHZr1K8E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8VHZr1K8E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-t8VHZr1K8E .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t8VHZr1K8E .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t8VHZr1K8E .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8VHZr1K8E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8VHZr1K8E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8VHZr1K8E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-t8VHZr1K8E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t8VHZr1K8E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8VHZr1K8E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8VHZr1K8E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t8VHZr1K8E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8VHZr1K8E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t8VHZr1K8E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t8VHZr1K8E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8VHZr1K8E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8VHZr1K8E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t8VHZr1K8E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8VHZr1K8E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8VHZr1K8E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t8VHZr1K8E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8VHZr1K8E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8VHZr1K8E .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8VHZr1K8E .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t8VHZr1K8E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t8VHZr1K8E .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-t8VHZr1K8E .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-t8VHZr1K8E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t8VHZr1K8E .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8VHZr1K8E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8VHZr1K8E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8VHZr1K8E .dropdown-item.active,
.cid-t8VHZr1K8E .dropdown-item:active {
  background-color: white !important;
}
.cid-t8VHZr1K8E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8VHZr1K8E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8VHZr1K8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8VHZr1K8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-t8VHZr1K8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-t8VHZr1K8E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-t8VHZr1K8E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8VHZr1K8E .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-t8VHZr1K8E ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t8VHZr1K8E .navbar-buttons {
  text-align: center;
}
.cid-t8VHZr1K8E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8VHZr1K8E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t8VHZr1K8E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8VHZr1K8E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8VHZr1K8E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8VHZr1K8E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8VHZr1K8E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8VHZr1K8E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8VHZr1K8E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8VHZr1K8E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8VHZr1K8E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t8VHZr1K8E a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8VHZr1K8E .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-t8VHZr1K8E .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8VHZr1K8E .soc-item {
  margin: .5rem .3rem;
}
.cid-t8VHZr1K8E .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-t8VHZr1K8E a.nav-link,
.cid-t8VHZr1K8E a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-t8VHZr1K8E a.nav-link .mbr-iconfont-btn,
.cid-t8VHZr1K8E a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-t8VHZr1K8E a.nav-link:hover .mbr-iconfont-btn,
.cid-t8VHZr1K8E a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-t8VHZr1K8E a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8VHZr1K8E .navbar {
    height: 77px;
  }
  .cid-t8VHZr1K8E .navbar.opened {
    height: auto;
  }
  .cid-t8VHZr1K8E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-t8VHZr1K8E .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-t8VHZr1K8E .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t8VHZr1K8E .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-t8VHZr1K8E .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-t8VHZr1K8E .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-t8VHZr1K8E .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t8VHZr1K8E .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-t8VHZr1K8E .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-t8VHZr1K8E .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-t8VHZr1K8E .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t8VHZr1K8E .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-t8VHZr1K8E .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-t8VHZr1K8E .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-t8VHZr1K8E .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-t8VHZr1K8E .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-t8VHZr1K8E .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t8VHZr1K8E .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-t8VHZr1K8E .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-t8VHZsmEbD {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/hm-03-web-b-c.jpg");
}
.cid-t8VHZsmEbD .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-t8VHZsmEbD .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-t8VHZsmEbD .mbr-section-title span {
  color: #ffbc00;
}
.cid-t8VHZsmEbD .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8VHZsmEbD .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t8VHZsmEbD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-t8VHZsmEbD .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-t8VHZsmEbD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZsmEbD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-t8VHZsmEbD .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-t8VHZsmEbD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZsmEbD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-t8VHZsmEbD .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-t8VHZsmEbD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t8VHZsmEbD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-t8VHZsmEbD .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-t8VHZsmEbD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZsmEbD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-t8VHZsmEbD .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-t8VHZsmEbD .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t8VHZsmEbD .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-t8VHZsmEbD .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-t8VHZsmEbD .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-t8VHZtdFKF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t8VHZtdFKF .container-fluid {
  padding: 0 3rem;
}
.cid-t8VHZtdFKF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-t8VHZtdFKF .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8VHZtdFKF .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t8VHZtdFKF .card .card-wrapper {
  height: 1%;
}
.cid-t8VHZtdFKF .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-t8VHZtdFKF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t8VHZtdFKF .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-t8VHZtdFKF .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t8VHZtdFKF .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-t8VHZtdFKF .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t8VHZtdFKF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t8VHZtdFKF .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-t8VHZtdFKF .mbr-card-text,
.cid-t8VHZtdFKF .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-1ca hr {
  margin: 0;
}
.cid-t8VHZu56hm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t8VHZu56hm h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t8VHZu56hm h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t8VHZu56hm h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t8VHZu56hm .mbr-text,
.cid-t8VHZu56hm .mbr-section-btn {
  color: #767676;
}
.cid-t8VHZu56hm H1 {
  color: #4b4b4b;
}
.cid-t8VHZu56hm H3 {
  color: #4b4b4b;
}
.cid-t8VHZu56hm H2 {
  color: #4b4b4b;
}
.cid-t8VHZuta4r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t8VHZuta4r .mbr-section-subtitle {
  color: #767676;
}
.cid-t8VHZuta4r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8VHZuta4r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8VHZuta4r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8VHZuta4r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8VHZuta4r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8VHZuta4r .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t8VHZuta4r .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8VHZuta4r .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t8VHZuta4r .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8VHZuta4r .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t8VHZuta4r ul {
  font-size: 0;
}
.cid-t8VHZuta4r .mbr-gallery-filter ul {
  text-align: center;
}
.cid-t8VHZuta4r .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-t8VHZuta4r .mbr-gallery-filter ul li .btn.active,
.cid-t8VHZuta4r .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-t8VHZuta4r .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t8VHZuta4r .mbr-gallery-filter ul li:first-child,
.cid-t8VHZuta4r .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t8VHZuta4r .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t8VHZuta4r .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t8VHZuta4r .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-t8VHZuta4r .btn.active:after {
  animation: none;
}
.cid-t8VHZuta4r .btn:active {
  box-shadow: none !important;
}
.cid-t8VHZuta4r .btn:hover {
  background: transparent !important;
}
.cid-t8VHZuta4r .btn:hover:before {
  background: transparent !important;
}
.cid-t8VHZuta4r .btn:before {
  background-color: transparent !important;
}
.cid-t8VHZuta4r .btn:focus {
  box-shadow: none !important;
}
.cid-t8VHZuta4r .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 33% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t8VHZuta4r .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZuta4r .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZuta4r .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t8VHZuta4r .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8VHZuta4r .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t8VHZuta4r .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-t8VHZuta4r .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
#hrblock-block-1cu hr {
  margin: 0;
}
.cid-t8W7d90miF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t8W7d90miF h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t8W7d90miF h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t8W7d90miF h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t8W7d90miF .mbr-text,
.cid-t8W7d90miF .mbr-section-btn {
  color: #767676;
}
.cid-t8W7d90miF H1 {
  color: #4b4b4b;
}
.cid-t8W7d90miF H3 {
  color: #4b4b4b;
}
.cid-t8W7d90miF H2 {
  color: #4b4b4b;
}
.cid-t8W1jnsoBN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-t8W1jnsoBN .mbr-section-subtitle {
  color: #767676;
}
.cid-t8W1jnsoBN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8W1jnsoBN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8W1jnsoBN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8W1jnsoBN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8W1jnsoBN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8W1jnsoBN .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t8W1jnsoBN .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8W1jnsoBN .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t8W1jnsoBN .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8W1jnsoBN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t8W1jnsoBN ul {
  font-size: 0;
}
.cid-t8W1jnsoBN .mbr-gallery-filter ul {
  text-align: center;
}
.cid-t8W1jnsoBN .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-t8W1jnsoBN .mbr-gallery-filter ul li .btn.active,
.cid-t8W1jnsoBN .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-t8W1jnsoBN .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t8W1jnsoBN .mbr-gallery-filter ul li:first-child,
.cid-t8W1jnsoBN .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t8W1jnsoBN .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t8W1jnsoBN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t8W1jnsoBN .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-t8W1jnsoBN .btn.active:after {
  animation: none;
}
.cid-t8W1jnsoBN .btn:active {
  box-shadow: none !important;
}
.cid-t8W1jnsoBN .btn:hover {
  background: transparent !important;
}
.cid-t8W1jnsoBN .btn:hover:before {
  background: transparent !important;
}
.cid-t8W1jnsoBN .btn:before {
  background-color: transparent !important;
}
.cid-t8W1jnsoBN .btn:focus {
  box-shadow: none !important;
}
.cid-t8W1jnsoBN .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 33% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-t8W1jnsoBN .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8W1jnsoBN .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8W1jnsoBN .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t8W1jnsoBN .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t8W1jnsoBN .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t8W1jnsoBN .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-t8W1jnsoBN .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
#hrblock-block-1cm hr {
  margin: 0;
}
.cid-t8VHZyUGIM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-t8VHZyUGIM .mbr-overlay {
  background: #879a9f;
}
.cid-t8VHZyUGIM .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-t8VHZyUGIM .mbr-text,
.cid-t8VHZyUGIM .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-t8VHZyUGIM H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9WcyoEOI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/hm-03-web-b-c.jpg");
}
.cid-tC9WcyoEOI .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tC9WcyoEOI .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tC9WcyoEOI .mbr-section-title span {
  color: #ffbc00;
}
.cid-tC9WcyoEOI .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC9WcyoEOI .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tC9WcyoEOI .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tC9WcyoEOI .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tC9WcyoEOI .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WcyoEOI .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tC9WcyoEOI .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tC9WcyoEOI .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WcyoEOI .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tC9WcyoEOI .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tC9WcyoEOI .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tC9WcyoEOI .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tC9WcyoEOI .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tC9WcyoEOI .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WcyoEOI .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tC9WcyoEOI .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tC9WcyoEOI .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tC9WcyoEOI .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tC9WcyoEOI .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tC9WcyoEOI .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tC9WcBhM5T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f3f4f5;
}
.cid-tC9WcBhM5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9WcBhM5T .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-tC9WcBhM5T .container {
    padding: 0 20px;
  }
}
.cid-tC9WcBhM5T .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tC9WcBhM5T .card {
  padding: 0;
  border-radius: 0;
}
.cid-tC9WcBhM5T .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-tC9WcBhM5T .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tC9WcBhM5T .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tC9WcBhM5T .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tC9WcBhM5T .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tC9WcBhM5T .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tC9WcBhM5T .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tC9WcBhM5T .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC9WcBhM5T .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tC9WcBhM5T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tC9WcBhM5T .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tC9WcBhM5T .mbr-text {
  color: #4b4b4b;
}
.cid-tC9WcBhM5T .mbr-section-title,
.cid-tC9WcBhM5T .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCgbBvR0bk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCgbBvR0bk .card-icon {
  font-size: 56px;
  color: #4b4b4b;
  transition: color 0.3s;
}
.cid-tCgbBvR0bk .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tCgbBvR0bk .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 2rem;
}
.cid-tCgbBvR0bk p {
  font-weight: 400;
}
.cid-tCgbBvR0bk .link-ico {
  font-size: 0.8rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tCgbBvR0bk .link-ico:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: gray!important;
}
.cid-tCgbBvR0bk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tCgbBvR0bk .bg1 {
  background: #ffffff;
}
.cid-tCgbBvR0bk .bg2 {
  background: #dcdcdc;
}
.cid-tCgbBvR0bk .bg3 {
  background: #cccccc;
}
.cid-tCgbBvR0bk .bg4 {
  background: #c1c1c1;
}
.cid-tCgbBvR0bk .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
  border-radius: 2rem;
}
.cid-tCgbBvR0bk .card-wrapper:hover .link-ico {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: gray!important;
}
.cid-tCgbBvR0bk .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tCgbBvR0bk .card-title,
.cid-tCgbBvR0bk .card-ico,
.cid-tCgbBvR0bk .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCgbBvR0bk .mbr-text,
.cid-tCgbBvR0bk .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCgbBvR0bk .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-tCgbBvR0bk .row {
    padding: 0 1rem;
  }
}
.cid-tCgbCnTVsy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCgbCnTVsy .card-icon {
  font-size: 56px;
  color: #4b4b4b;
  transition: color 0.3s;
}
.cid-tCgbCnTVsy .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tCgbCnTVsy .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 2rem;
}
.cid-tCgbCnTVsy p {
  font-weight: 400;
}
.cid-tCgbCnTVsy .link-ico {
  font-size: 0.8rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tCgbCnTVsy .link-ico:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: gray!important;
}
.cid-tCgbCnTVsy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tCgbCnTVsy .bg1 {
  background: #c1c1c1;
}
.cid-tCgbCnTVsy .bg2 {
  background: #cccccc;
}
.cid-tCgbCnTVsy .bg3 {
  background: #dcdcdc;
}
.cid-tCgbCnTVsy .bg4 {
  background: #ffffff;
}
.cid-tCgbCnTVsy .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
  border-radius: 2rem;
}
.cid-tCgbCnTVsy .card-wrapper:hover .link-ico {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: gray!important;
}
.cid-tCgbCnTVsy .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tCgbCnTVsy .card-title,
.cid-tCgbCnTVsy .card-ico,
.cid-tCgbCnTVsy .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCgbCnTVsy .mbr-text,
.cid-tCgbCnTVsy .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCgbCnTVsy .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-tCgbCnTVsy .row {
    padding: 0 1rem;
  }
}
.cid-tClxfuBFLI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tClxfuBFLI h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tClxfuBFLI h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tClxfuBFLI h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tClxfuBFLI .mbr-text,
.cid-tClxfuBFLI .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-tClxfuBFLI H1 {
  color: #4b4b4b;
}
.cid-tClxfuBFLI H3 {
  color: #4b4b4b;
}
.cid-tClxfuBFLI H2 {
  color: #4b4b4b;
}
.cid-tCs5uFGPiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCs5uFGPiX .mbr-text {
  color: #4b4b4b;
}
.cid-tCfVHimqze {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCfVHimqze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfVHimqze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfVHimqze .mbr-section-subtitle {
  background: red;
  width: fit-content;
  color: #ebeced;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-tCfVHimqze .wrapper {
  background: #ebeced;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tCfVHimqze .wrapper {
    padding: 2rem 1rem;
  }
  .cid-tCfVHimqze .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-tCfVHimqze .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tCfVHimqze .card {
    padding: 2rem 1rem;
  }
}
.cid-tCfVHimqze .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCfVHimqze .mbr-text,
.cid-tCfVHimqze .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCfVHimqze .mbr-title {
  color: #4b4b4b;
  text-align: center;
  display: none;
}
.cid-tClEBPUZYz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tClEBPUZYz h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tClEBPUZYz h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tClEBPUZYz h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tClEBPUZYz .mbr-text,
.cid-tClEBPUZYz .mbr-section-btn {
  color: #767676;
}
.cid-tClEBPUZYz H1 {
  color: #4b4b4b;
}
.cid-tClEBPUZYz H3 {
  color: #4b4b4b;
}
.cid-tClEBPUZYz H2 {
  color: #1c314e;
}
.cid-tCn4MNVMhX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCn4MNVMhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCn4MNVMhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCn4MNVMhX .mbr-section-subtitle {
  background: red;
  width: fit-content;
  color: #ebeced;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-tCn4MNVMhX .wrapper {
  background: #ebeced;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tCn4MNVMhX .wrapper {
    padding: 2rem 1rem;
  }
  .cid-tCn4MNVMhX .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-tCn4MNVMhX .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tCn4MNVMhX .card {
    padding: 2rem 1rem;
  }
}
.cid-tCn4MNVMhX .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCn4MNVMhX .mbr-text,
.cid-tCn4MNVMhX .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCn4MNVMhX .mbr-title {
  color: #4b4b4b;
  text-align: center;
  display: none;
}
.cid-tCxm64es0M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCxm64es0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxm64es0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxm64es0M .mbr-section-subtitle {
  background: red;
  width: fit-content;
  color: #ebeced;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-tCxm64es0M .wrapper {
  background: #ebeced;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tCxm64es0M .wrapper {
    padding: 2rem 1rem;
  }
  .cid-tCxm64es0M .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-tCxm64es0M .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tCxm64es0M .card {
    padding: 2rem 1rem;
  }
}
.cid-tCxm64es0M .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCxm64es0M .mbr-text,
.cid-tCxm64es0M .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCxm64es0M .mbr-title {
  color: #4b4b4b;
  text-align: center;
  display: none;
}
.cid-tC9Xm4JlQ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tC9Xm4JlQ4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tC9Xm4JlQ4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC9Xm4JlQ4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC9Xm4JlQ4 .mbr-text,
.cid-tC9Xm4JlQ4 .mbr-section-btn {
  color: #767676;
}
.cid-tC9Xm4JlQ4 H1 {
  color: #4b4b4b;
}
.cid-tC9Xm4JlQ4 H3 {
  color: #4b4b4b;
}
.cid-tC9Xm4JlQ4 H2 {
  color: #1c314e;
}
.cid-tCmlHvGCqa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-tCmlHvGCqa .mbr-section-subtitle {
  color: #767676;
}
.cid-tCmlHvGCqa .container-table {
  margin: 0 auto;
}
.cid-tCmlHvGCqa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tCmlHvGCqa .dataTables_wrapper {
  display: block;
}
.cid-tCmlHvGCqa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tCmlHvGCqa table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
  border-radius: 2rem;
}
.cid-tCmlHvGCqa table th {
  border-top: 1px solid #f3f4f5;
  transition: all .2s;
  border-bottom: none;
}
.cid-tCmlHvGCqa table th:hover {
  background: #f3f4f5;
  color: #000000;
}
.cid-tCmlHvGCqa table td {
  border-top: 1px solid #f3f4f5;
}
.cid-tCmlHvGCqa table td:hover {
  color: #ff0000;
}
.cid-tCmlHvGCqa table tr:last-child td {
  border-bottom: 1px solid #f3f4f5;
}
.cid-tCmlHvGCqa table.table {
  background: #ffffff;
}
.cid-tCmlHvGCqa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tCmlHvGCqa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tCmlHvGCqa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tCmlHvGCqa .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tCmlHvGCqa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tCmlHvGCqa .dataTables_filter {
    text-align: center;
  }
  .cid-tCmlHvGCqa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tCmlHvGCqa .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-tCmlHvGCqa .head-item-0 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCmlHvGCqa .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-tCmlHvGCqa .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCmlHvGCqa .smtxt {
  font-size: ;
}
.cid-tCmlHvGCqa .center0 {
  text-align: center;
}
.cid-tCmlHvGCqa .question-mark {
  margin-left: 5px;
  cursor: help;
}
.cid-tC9Yx7QR1O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tC9Yx7QR1O h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tC9Yx7QR1O h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC9Yx7QR1O h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC9Yx7QR1O .mbr-text,
.cid-tC9Yx7QR1O .mbr-section-btn {
  color: #767676;
}
.cid-tC9Yx7QR1O H1 {
  color: #4b4b4b;
}
.cid-tC9Yx7QR1O H3 {
  color: #4b4b4b;
}
.cid-tC9Yx7QR1O H2 {
  color: #1c314e;
}
.cid-tCm4dWBvAP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCm4dWBvAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm4dWBvAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm4dWBvAP .mbr-section-subtitle {
  background: red;
  width: fit-content;
  color: #ebeced;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-tCm4dWBvAP .wrapper {
  background: #ebeced;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tCm4dWBvAP .wrapper {
    padding: 2rem 1rem;
  }
  .cid-tCm4dWBvAP .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-tCm4dWBvAP .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tCm4dWBvAP .card {
    padding: 2rem 1rem;
  }
}
.cid-tCm4dWBvAP .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCm4dWBvAP .mbr-text,
.cid-tCm4dWBvAP .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCm4dWBvAP .mbr-title {
  color: #4b4b4b;
  text-align: center;
  display: none;
}
.cid-tCm4fRKNLj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCm4fRKNLj h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCm4fRKNLj h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4fRKNLj h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4fRKNLj .mbr-text,
.cid-tCm4fRKNLj .mbr-section-btn {
  color: #767676;
}
.cid-tCm4fRKNLj H1 {
  color: #4b4b4b;
}
.cid-tCm4fRKNLj H3 {
  color: #4b4b4b;
}
.cid-tCm4fRKNLj H2 {
  color: #4b4b4b;
}
.cid-tCmuPbzlkd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-tCmuPbzlkd .mbr-section-subtitle {
  color: #767676;
}
.cid-tCmuPbzlkd .container-table {
  margin: 0 auto;
}
.cid-tCmuPbzlkd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tCmuPbzlkd .dataTables_wrapper {
  display: block;
}
.cid-tCmuPbzlkd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tCmuPbzlkd table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
  border-radius: 2rem;
}
.cid-tCmuPbzlkd table th {
  border-top: 1px solid #f3f4f5;
  transition: all .2s;
  border-bottom: none;
}
.cid-tCmuPbzlkd table th:hover {
  background: #f3f4f5;
  color: #000000;
}
.cid-tCmuPbzlkd table td {
  border-top: 1px solid #f3f4f5;
}
.cid-tCmuPbzlkd table td:hover {
  color: #ff0000;
}
.cid-tCmuPbzlkd table tr:last-child td {
  border-bottom: 1px solid #f3f4f5;
}
.cid-tCmuPbzlkd table.table {
  background: #ffffff;
}
.cid-tCmuPbzlkd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tCmuPbzlkd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tCmuPbzlkd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tCmuPbzlkd .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tCmuPbzlkd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tCmuPbzlkd .dataTables_filter {
    text-align: center;
  }
  .cid-tCmuPbzlkd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tCmuPbzlkd .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-tCmuPbzlkd .head-item-0 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCmuPbzlkd .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-tCmuPbzlkd .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCmuPbzlkd .smtxt {
  font-size: ;
}
.cid-tCmuPbzlkd .center0 {
  text-align: center;
}
.cid-tCmuPbzlkd .question-mark {
  margin-left: 5px;
  cursor: help;
}
.cid-tCm4hyB2Z1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCm4hyB2Z1 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCm4hyB2Z1 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4hyB2Z1 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4hyB2Z1 .mbr-text,
.cid-tCm4hyB2Z1 .mbr-section-btn {
  color: #767676;
}
.cid-tCm4hyB2Z1 H1 {
  color: #4b4b4b;
}
.cid-tCm4hyB2Z1 H3 {
  color: #4b4b4b;
}
.cid-tCm4hyB2Z1 H2 {
  color: #4b4b4b;
}
.cid-tCnjNfOqeP {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-tCnjNfOqeP .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-tCnjNfOqeP .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-tCnjNfOqeP .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-tCnjNfOqeP .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: 2rem;
}
.cid-tCnjNfOqeP .mbr-section-subtitle,
.cid-tCnjNfOqeP .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCnjNfOqeP H1 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCnjNfOqeP .smtxt {
  font-size: ;
}
.cid-tCnjNfOqeP .mbr-section-subtitle,
.cid-tCnjNfOqeP .mbr-section-btn DIV {
  text-align: left;
}
.cid-tCnjLuvYtY {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-tCnjLuvYtY .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-tCnjLuvYtY .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-tCnjLuvYtY .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-tCnjLuvYtY .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: 2rem;
}
.cid-tCnjLuvYtY .mbr-section-subtitle,
.cid-tCnjLuvYtY .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCnjLuvYtY H1 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCnjLuvYtY .smtxt {
  font-size: ;
}
.cid-tCnjLuvYtY .mbr-section-subtitle,
.cid-tCnjLuvYtY .mbr-section-btn DIV {
  text-align: left;
}
.cid-tCrXBu4JhM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCrXBu4JhM h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCrXBu4JhM h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCrXBu4JhM h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCrXBu4JhM .mbr-text,
.cid-tCrXBu4JhM .mbr-section-btn {
  color: #767676;
}
.cid-tCrXBu4JhM H1 {
  color: #4b4b4b;
}
.cid-tCrXBu4JhM H3 {
  color: #4b4b4b;
}
.cid-tCrXBu4JhM H2 {
  color: #4b4b4b;
}
.cid-tCrXuw9iAv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCrXuw9iAv .mbr-text {
  color: #4b4b4b;
}
.cid-tCrVEmx4GS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-tCrVEmx4GS .mbr-section-subtitle {
  color: #767676;
}
.cid-tCrVEmx4GS .container-table {
  margin: 0 auto;
}
.cid-tCrVEmx4GS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tCrVEmx4GS .dataTables_wrapper {
  display: block;
}
.cid-tCrVEmx4GS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tCrVEmx4GS table {
  width: 100% !important;
  margin-top: 1px;
  margin-bottom: 0;
  border-radius: 2rem;
}
.cid-tCrVEmx4GS table th {
  border-top: 1px solid #ebeced;
  transition: all .2s;
  border-bottom: none;
}
.cid-tCrVEmx4GS table th:hover {
  background: #ebeced;
  color: #000000;
}
.cid-tCrVEmx4GS table td {
  border-top: 1px solid #ebeced;
}
.cid-tCrVEmx4GS table td:hover {
  color: #ff0000;
}
.cid-tCrVEmx4GS table tr:last-child td {
  border-bottom: 1px solid #ebeced;
}
.cid-tCrVEmx4GS table.table {
  background: #ffffff;
}
.cid-tCrVEmx4GS .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tCrVEmx4GS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tCrVEmx4GS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tCrVEmx4GS .dataTables_info {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tCrVEmx4GS .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tCrVEmx4GS .dataTables_filter {
    text-align: center;
  }
  .cid-tCrVEmx4GS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tCrVEmx4GS .head-item {
  color: #4b4b4b;
  text-align: center;
}
.cid-tCrVEmx4GS .head-item-0 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCrVEmx4GS .body-item {
  text-align: left;
  color: #4b4b4b;
}
.cid-tCrVEmx4GS .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCrVEmx4GS .smtxt {
  font-size: ;
}
.cid-tCrVEmx4GS .center0 {
  text-align: center;
}
.cid-tCrVEmx4GS .question-mark {
  margin-left: 5px;
  cursor: help;
}
.cid-tCm4iaVeXk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCm4iaVeXk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCm4iaVeXk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4iaVeXk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4iaVeXk .mbr-text,
.cid-tCm4iaVeXk .mbr-section-btn {
  color: #767676;
}
.cid-tCm4iaVeXk H1 {
  color: #4b4b4b;
}
.cid-tCm4iaVeXk H3 {
  color: #4b4b4b;
}
.cid-tCm4iaVeXk H2 {
  color: #4b4b4b;
}
.cid-tCt7RzsECC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCt7RzsECC .mbr-text {
  color: #4b4b4b;
}
.cid-tCm58Mx1bz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCm58Mx1bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm58Mx1bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm58Mx1bz .mbr-section-subtitle {
  background: red;
  width: fit-content;
  color: #ebeced;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-tCm58Mx1bz .wrapper {
  background: #ebeced;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tCm58Mx1bz .wrapper {
    padding: 2rem 1rem;
  }
  .cid-tCm58Mx1bz .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-tCm58Mx1bz .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tCm58Mx1bz .card {
    padding: 2rem 1rem;
  }
}
.cid-tCm58Mx1bz .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCm58Mx1bz .mbr-text,
.cid-tCm58Mx1bz .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCm58Mx1bz .mbr-title {
  color: #4b4b4b;
  text-align: center;
  display: none;
}
.cid-tC9WczY28N .mcolor {
  color: 4b4b4b !important;
}
.cid-tC9WczY28N .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tC9WczY28N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC9WczY28N .red {
  color: #ff0000 !important;
}
.cid-tC9WczY28N .nav-item,
.cid-tC9WczY28N .nav-link,
.cid-tC9WczY28N .navbar-caption {
  font-weight: normal;
}
.cid-tC9WczY28N .nav-item:focus,
.cid-tC9WczY28N .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tC9WczY28N .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC9WczY28N .nav-item .nav-link {
    position: relative;
  }
  .cid-tC9WczY28N .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tC9WczY28N .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tC9WczY28N .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tC9WczY28N .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tC9WczY28N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC9WczY28N .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tC9WczY28N .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tC9WczY28N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC9WczY28N .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-tC9WczY28N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC9WczY28N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC9WczY28N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tC9WczY28N .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tC9WczY28N .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tC9WczY28N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC9WczY28N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC9WczY28N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC9WczY28N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tC9WczY28N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tC9WczY28N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC9WczY28N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC9WczY28N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tC9WczY28N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC9WczY28N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tC9WczY28N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tC9WczY28N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC9WczY28N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC9WczY28N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tC9WczY28N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC9WczY28N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC9WczY28N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tC9WczY28N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC9WczY28N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC9WczY28N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tC9WczY28N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC9WczY28N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tC9WczY28N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tC9WczY28N .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tC9WczY28N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC9WczY28N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC9WczY28N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC9WczY28N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC9WczY28N .dropdown-item.active,
.cid-tC9WczY28N .dropdown-item:active {
  background-color: white !important;
}
.cid-tC9WczY28N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC9WczY28N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC9WczY28N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC9WczY28N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tC9WczY28N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tC9WczY28N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tC9WczY28N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC9WczY28N .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tC9WczY28N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tC9WczY28N .navbar-buttons {
  text-align: center;
}
.cid-tC9WczY28N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC9WczY28N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC9WczY28N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tC9WczY28N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tC9WczY28N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tC9WczY28N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tC9WczY28N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tC9WczY28N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tC9WczY28N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tC9WczY28N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tC9WczY28N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tC9WczY28N a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC9WczY28N .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tC9WczY28N .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tC9WczY28N .soc-item {
  margin: .5rem .3rem;
}
.cid-tC9WczY28N .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-tC9WczY28N a.nav-link,
.cid-tC9WczY28N a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tC9WczY28N a.nav-link .mbr-iconfont-btn,
.cid-tC9WczY28N a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tC9WczY28N a.nav-link:hover .mbr-iconfont-btn,
.cid-tC9WczY28N a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tC9WczY28N a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC9WczY28N .navbar {
    height: 77px;
  }
  .cid-tC9WczY28N .navbar.opened {
    height: auto;
  }
  .cid-tC9WczY28N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tC9WczY28N .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tC9WczY28N .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tC9WczY28N .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tC9WczY28N .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tC9WczY28N .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tC9WczY28N .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tC9WczY28N .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tC9WczY28N .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tC9WczY28N .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tC9WczY28N .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tC9WczY28N .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tC9WczY28N .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tC9WczY28N .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tC9WczY28N .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tC9WczY28N .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tC9WczY28N .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tC9WczY28N .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tC9WczY28N .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tCm4iKrEGo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCm4iKrEGo h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCm4iKrEGo h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4iKrEGo h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm4iKrEGo .mbr-text,
.cid-tCm4iKrEGo .mbr-section-btn {
  color: #767676;
}
.cid-tCm4iKrEGo H1 {
  color: #4b4b4b;
}
.cid-tCm4iKrEGo H3 {
  color: #4b4b4b;
}
.cid-tCm4iKrEGo H2 {
  color: #4b4b4b;
}
.cid-tCmtelhm9r {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-tCmtelhm9r .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-tCmtelhm9r .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-tCmtelhm9r .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-tCmtelhm9r .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: 2rem;
}
.cid-tCmtelhm9r .mbr-section-subtitle,
.cid-tCmtelhm9r .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCmtelhm9r H1 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCmtelhm9r .smtxt {
  font-size: ;
}
.cid-tCmtelhm9r .mbr-section-subtitle,
.cid-tCmtelhm9r .mbr-section-btn DIV {
  text-align: left;
}
.cid-tCm5agngVg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #f3f4f5, #f3f4f5);
}
.cid-tCm5agngVg .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-tCm5agngVg .card-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  z-index: 1 !important;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-tCm5agngVg .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-tCm5agngVg .img-wrap img {
  position: relative;
  width: 100%;
  border-radius: 2rem;
}
.cid-tCm5agngVg .mbr-section-subtitle,
.cid-tCm5agngVg .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tCm5agngVg H1 {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCm5agngVg .smtxt {
  font-size: ;
}
.cid-tCm5agngVg .mbr-section-subtitle,
.cid-tCm5agngVg .mbr-section-btn DIV {
  text-align: left;
}
.cid-tCt8YY28pY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCt8YY28pY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCt8YY28pY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCt8YY28pY .row {
  justify-content: flex-start;
}
.cid-tCt8YY28pY .mbr-section-title {
  color: #45494E;
}
.cid-tCt8YY28pY .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tCt8YY28pY .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tCt8YY28pY .mbr-text {
    margin-top: 20px;
  }
}
.cid-tCt8YY28pY .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCt8YY28pY .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tCt8YY28pY .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tCt8YY28pY .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
#hrblock-block-1lq hr {
  margin: 0;
}
.cid-tCtk3EoOpN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCtk3EoOpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtk3EoOpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtk3EoOpN .title-wrapper {
  padding: 0 2rem;
}
.cid-tCtk3EoOpN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tCtk3EoOpN .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tCtk3EoOpN .title-wrapper .mbr-section-title span {
  color: #ff0000;
}
.cid-tCtk3EoOpN .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tCtk3EoOpN .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tCtk3EoOpN .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCtk3EoOpN .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tCtk3EoOpN .mbr-section-title,
.cid-tCtk3EoOpN .mbr-section-btn {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCtjTOcIrn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tCtjTOcIrn P {
  color: #767676;
}
.cid-tCtjTOcIrn H1 {
  color: #4b4b4b;
}
.cid-tCtjTOcIrn H3 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtg5LF8iZ .mcolor {
  color: 4b4b4b !important;
}
.cid-tCtg5LF8iZ .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tCtg5LF8iZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCtg5LF8iZ .red {
  color: #ff0000 !important;
}
.cid-tCtg5LF8iZ .nav-item,
.cid-tCtg5LF8iZ .nav-link,
.cid-tCtg5LF8iZ .navbar-caption {
  font-weight: normal;
}
.cid-tCtg5LF8iZ .nav-item:focus,
.cid-tCtg5LF8iZ .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tCtg5LF8iZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tCtg5LF8iZ .nav-item .nav-link {
    position: relative;
  }
  .cid-tCtg5LF8iZ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tCtg5LF8iZ .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tCtg5LF8iZ .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tCtg5LF8iZ .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tCtg5LF8iZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCtg5LF8iZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tCtg5LF8iZ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tCtg5LF8iZ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCtg5LF8iZ .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-tCtg5LF8iZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCtg5LF8iZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCtg5LF8iZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tCtg5LF8iZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tCtg5LF8iZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tCtg5LF8iZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCtg5LF8iZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCtg5LF8iZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCtg5LF8iZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tCtg5LF8iZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCtg5LF8iZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCtg5LF8iZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCtg5LF8iZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCtg5LF8iZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCtg5LF8iZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCtg5LF8iZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCtg5LF8iZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCtg5LF8iZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCtg5LF8iZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCtg5LF8iZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCtg5LF8iZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCtg5LF8iZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCtg5LF8iZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCtg5LF8iZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCtg5LF8iZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCtg5LF8iZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCtg5LF8iZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCtg5LF8iZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tCtg5LF8iZ .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tCtg5LF8iZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCtg5LF8iZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCtg5LF8iZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCtg5LF8iZ .dropdown-item.active,
.cid-tCtg5LF8iZ .dropdown-item:active {
  background-color: white !important;
}
.cid-tCtg5LF8iZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCtg5LF8iZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCtg5LF8iZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCtg5LF8iZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tCtg5LF8iZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tCtg5LF8iZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tCtg5LF8iZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCtg5LF8iZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tCtg5LF8iZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCtg5LF8iZ .navbar-buttons {
  text-align: center;
}
.cid-tCtg5LF8iZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCtg5LF8iZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tCtg5LF8iZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCtg5LF8iZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCtg5LF8iZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCtg5LF8iZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCtg5LF8iZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCtg5LF8iZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCtg5LF8iZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCtg5LF8iZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCtg5LF8iZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCtg5LF8iZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCtg5LF8iZ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tCtg5LF8iZ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tCtg5LF8iZ .soc-item {
  margin: .5rem .3rem;
}
.cid-tCtg5LF8iZ .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-tCtg5LF8iZ a.nav-link,
.cid-tCtg5LF8iZ a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tCtg5LF8iZ a.nav-link .mbr-iconfont-btn,
.cid-tCtg5LF8iZ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tCtg5LF8iZ a.nav-link:hover .mbr-iconfont-btn,
.cid-tCtg5LF8iZ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tCtg5LF8iZ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCtg5LF8iZ .navbar {
    height: 77px;
  }
  .cid-tCtg5LF8iZ .navbar.opened {
    height: auto;
  }
  .cid-tCtg5LF8iZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tCtg5LF8iZ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tCtg5LF8iZ .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tCtg5LF8iZ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tCtg5LF8iZ .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tCtg5LF8iZ .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tCtg5LF8iZ .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tCtg5LF8iZ .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tCtg5LF8iZ .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tCtg5LF8iZ .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tCtg5LF8iZ .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tCtg5LF8iZ .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tCtg5MtXcY {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-tCtg5MtXcY .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tCtg5MtXcY .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tCtg5MtXcY .mbr-section-title span {
  color: #ffbc00;
}
.cid-tCtg5MtXcY .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCtg5MtXcY .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tCtg5MtXcY .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tCtg5MtXcY .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tCtg5MtXcY .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5MtXcY .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tCtg5MtXcY .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tCtg5MtXcY .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5MtXcY .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tCtg5MtXcY .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tCtg5MtXcY .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tCtg5MtXcY .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tCtg5MtXcY .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tCtg5MtXcY .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtg5MtXcY .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tCtg5MtXcY .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tCtg5MtXcY .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tCtg5MtXcY .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tCtg5MtXcY .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tCtg5MtXcY .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tCtg5NectZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5NectZ h3 {
  width: 40rem;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5NectZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5NectZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5NectZ .mbr-text,
.cid-tCtg5NectZ .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5NectZ H1 {
  color: #4b4b4b;
}
.cid-tCtg5NectZ H3 {
  color: #4b4b4b;
}
.cid-tCtg5NAAhY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tCtg5NAAhY .mbr-section-subtitle {
  color: #767676;
}
.cid-tCtg5NAAhY .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-tCtg5NRB19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5NRB19 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5NRB19 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5NRB19 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5NRB19 .mbr-text,
.cid-tCtg5NRB19 .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5NRB19 H1 {
  color: #4b4b4b;
}
.cid-tCtg5NRB19 H3 {
  color: #4b4b4b;
}
.cid-tCtg5O9Rgl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5O9Rgl .mbr-section-title {
  color: #06182d;
}
.cid-tCtg5O9Rgl .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tCtg5O9Rgl .mbr-section-subtitle {
  color: #06182d;
}
.cid-tCtg5O9Rgl .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tCtg5O9Rgl .mbr-section-text {
  color: #999999;
}
.cid-tCtg5O9Rgl .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCtg5O9Rgl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCtg5O9Rgl .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-tCtg5O9Rgl .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-tCtg5O9Rgl .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-tCtg5O9Rgl .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-tCtg5O9Rgl .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-tCtg5O9Rgl P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tCtg5O9Rgl .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tCtg5O9Rgl .mbr-text,
  .cid-tCtg5O9Rgl .nav-link {
    text-align: center;
  }
}
.cid-tCtg5O9Rgl .img-wrap img {
  width: 100%;
}
.cid-tCtg5O9Rgl .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-tCtg5O9Rgl .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tCtg5O9Rgl .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tCtg5O9Rgl .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tCtg5O9Rgl .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tCtg5O9Rgl .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tCtg5O9Rgl .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tCtg5O9Rgl .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tCtg5O9Rgl .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title .toggle-icon:before,
.cid-tCtg5O9Rgl .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tCtg5O9Rgl .card .panel-body {
  padding: 14px 20px;
}
.cid-tCtg5O9Rgl .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-tCtg5O9Rgl .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tCtg5O9Rgl .tab-pane:not(.active) {
  display: none;
}
.cid-tCtg5O9Rgl .card .panel-body p {
  color: #4a4a4a;
}
.cid-tCtg5O9Rgl .card .card-header a.panel-title h4 {
  color: #4a4a4a;
}
#hrblock-block-1lj hr {
  margin: 0;
}
.cid-tCtg5P20u7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5P20u7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5P20u7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5P20u7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5P20u7 .mbr-text,
.cid-tCtg5P20u7 .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5P20u7 H1 {
  color: #4b4b4b;
}
.cid-tCtg5P20u7 H3 {
  color: #4b4b4b;
}
.cid-tCtg5PlJ26 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5PlJ26 .mbr-section-title {
  color: #06182d;
}
.cid-tCtg5PlJ26 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tCtg5PlJ26 .mbr-section-subtitle {
  color: #06182d;
}
.cid-tCtg5PlJ26 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tCtg5PlJ26 .mbr-section-text {
  color: #999999;
}
.cid-tCtg5PlJ26 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCtg5PlJ26 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCtg5PlJ26 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-tCtg5PlJ26 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-tCtg5PlJ26 .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-tCtg5PlJ26 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-tCtg5PlJ26 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-tCtg5PlJ26 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tCtg5PlJ26 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tCtg5PlJ26 .mbr-text,
  .cid-tCtg5PlJ26 .nav-link {
    text-align: center;
  }
}
.cid-tCtg5PlJ26 .img-wrap img {
  width: 100%;
}
.cid-tCtg5PlJ26 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-tCtg5PlJ26 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tCtg5PlJ26 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tCtg5PlJ26 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tCtg5PlJ26 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tCtg5PlJ26 .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tCtg5PlJ26 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tCtg5PlJ26 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tCtg5PlJ26 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title .toggle-icon:before,
.cid-tCtg5PlJ26 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tCtg5PlJ26 .card .panel-body {
  padding: 14px 20px;
}
.cid-tCtg5PlJ26 .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-tCtg5PlJ26 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tCtg5PlJ26 .tab-pane:not(.active) {
  display: none;
}
.cid-tCtg5PlJ26 .card .panel-body p {
  color: #4a4a4a;
}
.cid-tCtg5PlJ26 .card .card-header a.panel-title h4 {
  color: #4a4a4a;
}
#hrblock-block-1lk hr {
  margin: 0;
}
.cid-tCtg5QevMa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5QevMa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5QevMa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5QevMa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5QevMa .mbr-text,
.cid-tCtg5QevMa .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5QevMa H1 {
  color: #4b4b4b;
}
.cid-tCtg5QevMa H3 {
  color: #4b4b4b;
}
.cid-tCtg5QAa1w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5QAa1w .mbr-section-title {
  color: #06182d;
}
.cid-tCtg5QAa1w .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tCtg5QAa1w .mbr-section-subtitle {
  color: #06182d;
}
.cid-tCtg5QAa1w .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tCtg5QAa1w .mbr-section-text {
  color: #999999;
}
.cid-tCtg5QAa1w .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCtg5QAa1w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCtg5QAa1w .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-tCtg5QAa1w .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-tCtg5QAa1w .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-tCtg5QAa1w .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-tCtg5QAa1w .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-tCtg5QAa1w P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tCtg5QAa1w .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tCtg5QAa1w .mbr-text,
  .cid-tCtg5QAa1w .nav-link {
    text-align: center;
  }
}
.cid-tCtg5QAa1w .img-wrap img {
  width: 100%;
}
.cid-tCtg5QAa1w .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-tCtg5QAa1w .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tCtg5QAa1w .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tCtg5QAa1w .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tCtg5QAa1w .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tCtg5QAa1w .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tCtg5QAa1w .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tCtg5QAa1w .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tCtg5QAa1w .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title .toggle-icon:before,
.cid-tCtg5QAa1w .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tCtg5QAa1w .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tCtg5QAa1w .card .panel-body {
  padding: 14px 20px;
}
.cid-tCtg5QAa1w .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-tCtg5QAa1w .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tCtg5QAa1w .tab-pane:not(.active) {
  display: none;
}
.cid-tCtg5QAa1w .card .panel-body p {
  color: #4a4a4a;
}
#hrblock-block-1ll hr {
  margin: 0;
}
.cid-tCtg5Rua0D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5Rua0D h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5Rua0D h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5Rua0D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5Rua0D .mbr-text,
.cid-tCtg5Rua0D .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5Rua0D H1 {
  color: #4b4b4b;
}
.cid-tCtg5Rua0D H3 {
  color: #4b4b4b;
}
.cid-tCtg5RQKtY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5RQKtY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5RQKtY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5RQKtY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5RQKtY .mbr-text,
.cid-tCtg5RQKtY .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5RQKtY H1 {
  color: #4b4b4b;
}
.cid-tCtg5RQKtY H3 {
  color: #4b4b4b;
}
.cid-tCtg5Sctw7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5Sctw7 .mbr-section-title {
  color: #06182d;
}
.cid-tCtg5Sctw7 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tCtg5Sctw7 .mbr-section-subtitle {
  color: #06182d;
}
.cid-tCtg5Sctw7 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tCtg5Sctw7 .mbr-section-text {
  color: #999999;
}
.cid-tCtg5Sctw7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCtg5Sctw7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCtg5Sctw7 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-tCtg5Sctw7 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-tCtg5Sctw7 .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-tCtg5Sctw7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-tCtg5Sctw7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-tCtg5Sctw7 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tCtg5Sctw7 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tCtg5Sctw7 .mbr-text,
  .cid-tCtg5Sctw7 .nav-link {
    text-align: center;
  }
}
.cid-tCtg5Sctw7 .img-wrap img {
  width: 100%;
}
.cid-tCtg5Sctw7 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-tCtg5Sctw7 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tCtg5Sctw7 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tCtg5Sctw7 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tCtg5Sctw7 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tCtg5Sctw7 .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tCtg5Sctw7 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tCtg5Sctw7 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tCtg5Sctw7 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title .toggle-icon:before,
.cid-tCtg5Sctw7 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tCtg5Sctw7 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tCtg5Sctw7 .card .panel-body {
  padding: 14px 20px;
}
.cid-tCtg5Sctw7 .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-tCtg5Sctw7 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tCtg5Sctw7 .tab-pane:not(.active) {
  display: none;
}
.cid-tCtg5Sctw7 .card .panel-body p {
  color: #4a4a4a;
}
#hrblock-block-1lm hr {
  margin: 0;
}
.cid-tCtg5TbDlG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5TbDlG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCtg5TbDlG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5TbDlG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCtg5TbDlG .mbr-text,
.cid-tCtg5TbDlG .mbr-section-btn {
  color: #767676;
}
.cid-tCtg5TbDlG H1 {
  color: #4b4b4b;
}
.cid-tCtg5TbDlG H3 {
  color: #4b4b4b;
}
.cid-tCtg5TzAsw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5TzAsw .mbr-section-title {
  color: #06182d;
}
.cid-tCtg5TzAsw .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tCtg5TzAsw .mbr-section-subtitle {
  color: #06182d;
}
.cid-tCtg5TzAsw .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tCtg5TzAsw .mbr-section-text {
  color: #999999;
}
.cid-tCtg5TzAsw .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCtg5TzAsw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCtg5TzAsw .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}
.cid-tCtg5TzAsw .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-tCtg5TzAsw .nav-tabs .nav-link {
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e3e3e3;
  padding: 1rem 2.2rem;
}
.cid-tCtg5TzAsw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
}
.cid-tCtg5TzAsw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff0000;
}
.cid-tCtg5TzAsw P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tCtg5TzAsw .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tCtg5TzAsw .mbr-text,
  .cid-tCtg5TzAsw .nav-link {
    text-align: center;
  }
}
.cid-tCtg5TzAsw .img-wrap img {
  width: 100%;
}
.cid-tCtg5TzAsw .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff0000;
}
.cid-tCtg5TzAsw .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tCtg5TzAsw .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tCtg5TzAsw .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tCtg5TzAsw .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tCtg5TzAsw .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tCtg5TzAsw .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tCtg5TzAsw .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tCtg5TzAsw .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #cccccc;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title .toggle-icon:before,
.cid-tCtg5TzAsw .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tCtg5TzAsw .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tCtg5TzAsw .card .panel-body {
  padding: 14px 20px;
}
.cid-tCtg5TzAsw .card .panel-body p {
  color: #cccccc;
  line-height: 1.5;
}
.cid-tCtg5TzAsw .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tCtg5TzAsw .tab-pane:not(.active) {
  display: none;
}
.cid-tCtg5TzAsw .card .panel-body p {
  color: #4a4a4a;
}
#hrblock-block-1ln hr {
  margin: 0;
}
.cid-tCtg5UCQ7v {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tCtg5UCQ7v .mbr-section-subtitle {
  color: #767676;
}
.cid-tCtg5UCQ7v .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
#hrblock-block-1lo hr {
  margin: 0;
}
.cid-tCtg5V2rBv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCtg5V2rBv .mbr-overlay {
  background: #879a9f;
}
.cid-tCtg5V2rBv .mbr-section-title {
  letter-spacing: -1px;
  color: #4b4b4b;
}
.cid-tCtg5V2rBv .mbr-text,
.cid-tCtg5V2rBv .mbr-section-btn {
  color: #4b4b4b;
  text-align: center;
}
.cid-tCtg5V2rBv H4 {
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t92vjlogJz .hidden {
  display: none;
}
.cid-t92vjlogJz .witsec-socialbar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-t92vjlogJz .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1.4rem;
  border-radius: 0%;
}
.cid-t92vjlogJz .witsec-socialbar .icon {
  margin: 0rem;
}
.cid-t92vjlogJz .witsec-socialbar a:hover {
  background-color: #fc0000;
}
.cid-t92vjlogJz .witsec-socialbar .icon1 {
  background: #3b5998;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon2 {
  background: #ff7f9f;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon6 {
  background: #c1c1c1;
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t92vjlogJz .witsec-socialbar {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t92vjlogJz .witsec-socialbar {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t92vjlogJz .witsec-socialbar {
    display: none;
  }
}
.cid-rShQBkBPTj .mcolor {
  color: 4b4b4b !important;
}
.cid-rShQBkBPTj .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rShQBkBPTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rShQBkBPTj .red {
  color: #ff0000 !important;
}
.cid-rShQBkBPTj .nav-item,
.cid-rShQBkBPTj .nav-link,
.cid-rShQBkBPTj .navbar-caption {
  font-weight: normal;
}
.cid-rShQBkBPTj .nav-item:focus,
.cid-rShQBkBPTj .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rShQBkBPTj .nav-item .nav-link {
    position: relative;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rShQBkBPTj .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rShQBkBPTj .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rShQBkBPTj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rShQBkBPTj .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-rShQBkBPTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rShQBkBPTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rShQBkBPTj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rShQBkBPTj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rShQBkBPTj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rShQBkBPTj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rShQBkBPTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rShQBkBPTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rShQBkBPTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rShQBkBPTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rShQBkBPTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rShQBkBPTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rShQBkBPTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rShQBkBPTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rShQBkBPTj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rShQBkBPTj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rShQBkBPTj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rShQBkBPTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rShQBkBPTj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rShQBkBPTj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rShQBkBPTj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rShQBkBPTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rShQBkBPTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rShQBkBPTj .dropdown-item.active,
.cid-rShQBkBPTj .dropdown-item:active {
  background-color: white !important;
}
.cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rShQBkBPTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rShQBkBPTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rShQBkBPTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rShQBkBPTj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rShQBkBPTj .navbar-buttons {
  text-align: center;
}
.cid-rShQBkBPTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShQBkBPTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShQBkBPTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShQBkBPTj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rShQBkBPTj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rShQBkBPTj .soc-item {
  margin: .5rem .3rem;
}
.cid-rShQBkBPTj .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-rShQBkBPTj a.nav-link,
.cid-rShQBkBPTj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rShQBkBPTj a.nav-link .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rShQBkBPTj a.nav-link:hover .mbr-iconfont-btn,
.cid-rShQBkBPTj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rShQBkBPTj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rShQBkBPTj .navbar {
    height: 77px;
  }
  .cid-rShQBkBPTj .navbar.opened {
    height: auto;
  }
  .cid-rShQBkBPTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1440px) {
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1980px) {
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rShQBkBPTj .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rShQBkBPTj .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rShQBkBPTj .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rShQBkBPTj .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rShQBkBPTj .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rShQBkBPTj .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rShQBkBPTj .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtF4H7E6u {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/hm-03-web-b-c.jpg");
}
.cid-tCtF4H7E6u .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tCtF4H7E6u .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tCtF4H7E6u .mbr-section-title span {
  color: #ffbc00;
}
.cid-tCtF4H7E6u .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCtF4H7E6u .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tCtF4H7E6u .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tCtF4H7E6u .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tCtF4H7E6u .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtF4H7E6u .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tCtF4H7E6u .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tCtF4H7E6u .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtF4H7E6u .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tCtF4H7E6u .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tCtF4H7E6u .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tCtF4H7E6u .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tCtF4H7E6u .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tCtF4H7E6u .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tCtF4H7E6u .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tCtF4H7E6u .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tCtF4H7E6u .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tCtF4H7E6u .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tCtF4H7E6u .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tCtF4H7E6u .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tCxAFzgGTF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f4f5;
}
.cid-tCxAFzgGTF .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-tCxahigdYF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxahigdYF .mbr-text {
  color: #4b4b4b;
}
.cid-tCxahigdYF .line {
  border-top: 2px solid #efefef;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxF12Sd2s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCxF12Sd2s .card-icon {
  font-size: 56px;
  color: #4b4b4b;
  transition: color 0.3s;
}
.cid-tCxF12Sd2s .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tCxF12Sd2s .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-tCxF12Sd2s p {
  font-weight: 400;
}
.cid-tCxF12Sd2s .link-ico {
  font-size: 0.8rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tCxF12Sd2s .link-ico:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: gray!important;
}
.cid-tCxF12Sd2s .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tCxF12Sd2s .bg1 {
  background: #ffffff;
}
.cid-tCxF12Sd2s .bg2 {
  background: #efefef;
}
.cid-tCxF12Sd2s .bg3 {
  background: #cccccc;
}
.cid-tCxF12Sd2s .bg4 {
  background: #ffffff;
}
.cid-tCxF12Sd2s .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-tCxF12Sd2s .card-wrapper:hover .link-ico {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: gray!important;
}
.cid-tCxF12Sd2s .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tCxF12Sd2s .card-title,
.cid-tCxF12Sd2s .card-ico,
.cid-tCxF12Sd2s .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCxF12Sd2s .mbr-text,
.cid-tCxF12Sd2s .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-tCxF12Sd2s .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-tCxF12Sd2s .row {
    padding: 0 1rem;
  }
}
.cid-tCtJKzY5Kt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCtJKzY5Kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtJKzY5Kt .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-tCtJKzY5Kt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCtJKzY5Kt .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tCtJKzY5Kt.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tCtJKzY5Kt img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCxEyVZaJr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCxEyVZaJr h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCxEyVZaJr h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCxEyVZaJr h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCxEyVZaJr .mbr-text,
.cid-tCxEyVZaJr .mbr-section-btn {
  color: #767676;
}
.cid-tCxEyVZaJr H1 {
  color: #4b4b4b;
}
.cid-tCxEyVZaJr H3 {
  color: #4b4b4b;
}
.cid-tCxEyVZaJr H2 {
  color: #4b4b4b;
}
.cid-tCxqjCwatC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxqjCwatC .row {
  flex-direction: row-reverse;
}
.cid-tCxqjCwatC .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxqjCwatC .mbr-text {
  color: #4b4b4b;
}
.cid-tCxqjCwatC .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxqjCwatC .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCxv1ghe5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxv1ghe5V .row {
  flex-direction: row-reverse;
}
.cid-tCxv1ghe5V .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxv1ghe5V .mbr-text {
  color: #4b4b4b;
}
.cid-tCxv1ghe5V .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxv1ghe5V .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCyfr7Vv22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCyfr7Vv22 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCyfr7Vv22 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCyfr7Vv22 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCyfr7Vv22 .mbr-text,
.cid-tCyfr7Vv22 .mbr-section-btn {
  color: #767676;
}
.cid-tCyfr7Vv22 H1 {
  color: #4b4b4b;
}
.cid-tCyfr7Vv22 H3 {
  color: #4b4b4b;
}
.cid-tCyfr7Vv22 H2 {
  color: #4b4b4b;
}
.cid-tCxxIEgfPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxxIEgfPL .row {
  flex-direction: row-reverse;
}
.cid-tCxxIEgfPL .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxxIEgfPL .mbr-text {
  color: #4b4b4b;
}
.cid-tCxxIEgfPL .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxD2j6WUz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxD2j6WUz .row {
  flex-direction: row-reverse;
}
.cid-tCxD2j6WUz .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxD2j6WUz .mbr-text {
  color: #4b4b4b;
}
.cid-tCxD2j6WUz .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxD2j6WUz .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCxEAafVDE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCxEAafVDE h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCxEAafVDE h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCxEAafVDE h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCxEAafVDE .mbr-text,
.cid-tCxEAafVDE .mbr-section-btn {
  color: #767676;
}
.cid-tCxEAafVDE H1 {
  color: #4b4b4b;
}
.cid-tCxEAafVDE H3 {
  color: #4b4b4b;
}
.cid-tCxEAafVDE H2 {
  color: #4b4b4b;
}
.cid-tCxEKCmF6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxEKCmF6l .row {
  flex-direction: row-reverse;
}
.cid-tCxEKCmF6l .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxEKCmF6l .mbr-text {
  color: #4b4b4b;
}
.cid-tCxEKCmF6l .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxEKCmF6l .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCyGdmCCpn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCyGdmCCpn .row {
  flex-direction: row-reverse;
}
.cid-tCyGdmCCpn .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCyGdmCCpn .mbr-text {
  color: #4b4b4b;
}
.cid-tCyGdmCCpn .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCyGdmCCpn .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCxI4DT9xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxI4DT9xv .row {
  flex-direction: row-reverse;
}
.cid-tCxI4DT9xv .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxI4DT9xv .mbr-text {
  color: #4b4b4b;
}
.cid-tCxI4DT9xv .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxI4DT9xv .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCy8StGHww {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCy8StGHww .row {
  flex-direction: row-reverse;
}
.cid-tCy8StGHww .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCy8StGHww .mbr-text {
  color: #4b4b4b;
}
.cid-tCy8StGHww .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCy8StGHww .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCxM45jXam {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCxM45jXam .row {
  flex-direction: row-reverse;
}
.cid-tCxM45jXam .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCxM45jXam .mbr-text {
  color: #4b4b4b;
}
.cid-tCxM45jXam .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCxM45jXam .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCyKhOiZz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCyKhOiZz4 .row {
  flex-direction: row-reverse;
}
.cid-tCyKhOiZz4 .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tCyKhOiZz4 .mbr-text {
  color: #4b4b4b;
}
.cid-tCyKhOiZz4 .line {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-tCyKhOiZz4 .mbr-section-title {
  color: #4b4b4b;
}
.cid-tCyZ1ZwGCR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tCyZ1ZwGCR h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tCyZ1ZwGCR h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCyZ1ZwGCR h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCyZ1ZwGCR .mbr-text,
.cid-tCyZ1ZwGCR .mbr-section-btn {
  color: #767676;
}
.cid-tCyZ1ZwGCR H1 {
  color: #4b4b4b;
}
.cid-tCyZ1ZwGCR H3 {
  color: #4b4b4b;
}
.cid-tCyZ1ZwGCR H2 {
  color: #4b4b4b;
}
.cid-tCyZVGcSek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tCyZVGcSek .mbr-text {
  color: #4b4b4b;
  text-align: center;
}
.cid-tCyZ8ZKrFp {
  background: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tCyZ8ZKrFp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tCyZ8ZKrFp .video-block {
    width: 100% !important;
  }
}
.cid-s0jtIbb4n2 .mcolor {
  color: 4b4b4b !important;
}
.cid-s0jtIbb4n2 .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-s0jtIbb4n2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0jtIbb4n2 .red {
  color: #ff0000 !important;
}
.cid-s0jtIbb4n2 .nav-item,
.cid-s0jtIbb4n2 .nav-link,
.cid-s0jtIbb4n2 .navbar-caption {
  font-weight: normal;
}
.cid-s0jtIbb4n2 .nav-item:focus,
.cid-s0jtIbb4n2 .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-s0jtIbb4n2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s0jtIbb4n2 .nav-item .nav-link {
    position: relative;
  }
  .cid-s0jtIbb4n2 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-s0jtIbb4n2 .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-s0jtIbb4n2 .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s0jtIbb4n2 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0jtIbb4n2 .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-s0jtIbb4n2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0jtIbb4n2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0jtIbb4n2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s0jtIbb4n2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s0jtIbb4n2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s0jtIbb4n2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0jtIbb4n2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0jtIbb4n2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0jtIbb4n2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s0jtIbb4n2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0jtIbb4n2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s0jtIbb4n2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0jtIbb4n2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0jtIbb4n2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s0jtIbb4n2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0jtIbb4n2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s0jtIbb4n2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0jtIbb4n2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s0jtIbb4n2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0jtIbb4n2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-s0jtIbb4n2 .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-s0jtIbb4n2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0jtIbb4n2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0jtIbb4n2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0jtIbb4n2 .dropdown-item.active,
.cid-s0jtIbb4n2 .dropdown-item:active {
  background-color: white !important;
}
.cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-s0jtIbb4n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-s0jtIbb4n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-s0jtIbb4n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0jtIbb4n2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-s0jtIbb4n2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0jtIbb4n2 .navbar-buttons {
  text-align: center;
}
.cid-s0jtIbb4n2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0jtIbb4n2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0jtIbb4n2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0jtIbb4n2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0jtIbb4n2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s0jtIbb4n2 .soc-item {
  margin: .5rem .3rem;
}
.cid-s0jtIbb4n2 .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-s0jtIbb4n2 a.nav-link,
.cid-s0jtIbb4n2 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-s0jtIbb4n2 a.nav-link .mbr-iconfont-btn,
.cid-s0jtIbb4n2 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s0jtIbb4n2 a.nav-link:hover .mbr-iconfont-btn,
.cid-s0jtIbb4n2 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s0jtIbb4n2 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0jtIbb4n2 .navbar {
    height: 77px;
  }
  .cid-s0jtIbb4n2 .navbar.opened {
    height: auto;
  }
  .cid-s0jtIbb4n2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-s0jtIbb4n2 .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-s0jtIbb4n2 .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-s0jtIbb4n2 .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-s0jtIbb4n2 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-s0jtIbb4n2 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-s0jtIbb4n2 .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0jtIbb4n2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-s0jtIbb4n2 .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
#hrblock-block-1n9 hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSMScCK55 .mcolor {
  color: 4b4b4b !important;
}
.cid-tDSMScCK55 .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tDSMScCK55 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tDSMScCK55 .red {
  color: #ff0000 !important;
}
.cid-tDSMScCK55 .nav-item,
.cid-tDSMScCK55 .nav-link,
.cid-tDSMScCK55 .navbar-caption {
  font-weight: normal;
}
.cid-tDSMScCK55 .nav-item:focus,
.cid-tDSMScCK55 .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tDSMScCK55 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tDSMScCK55 .nav-item .nav-link {
    position: relative;
  }
  .cid-tDSMScCK55 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tDSMScCK55 .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tDSMScCK55 .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tDSMScCK55 .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tDSMScCK55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSMScCK55 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tDSMScCK55 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tDSMScCK55 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDSMScCK55 .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-tDSMScCK55 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSMScCK55 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSMScCK55 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tDSMScCK55 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tDSMScCK55 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tDSMScCK55 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSMScCK55 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSMScCK55 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSMScCK55 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tDSMScCK55 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDSMScCK55 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSMScCK55 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSMScCK55 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tDSMScCK55 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSMScCK55 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tDSMScCK55 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tDSMScCK55 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSMScCK55 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSMScCK55 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDSMScCK55 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSMScCK55 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSMScCK55 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tDSMScCK55 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSMScCK55 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSMScCK55 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDSMScCK55 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDSMScCK55 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tDSMScCK55 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tDSMScCK55 .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tDSMScCK55 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDSMScCK55 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDSMScCK55 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSMScCK55 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSMScCK55 .dropdown-item.active,
.cid-tDSMScCK55 .dropdown-item:active {
  background-color: white !important;
}
.cid-tDSMScCK55 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSMScCK55 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSMScCK55 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSMScCK55 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tDSMScCK55 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tDSMScCK55 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tDSMScCK55 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSMScCK55 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tDSMScCK55 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tDSMScCK55 .navbar-buttons {
  text-align: center;
}
.cid-tDSMScCK55 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDSMScCK55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDSMScCK55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDSMScCK55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDSMScCK55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDSMScCK55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDSMScCK55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDSMScCK55 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tDSMScCK55 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tDSMScCK55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDSMScCK55 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tDSMScCK55 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tDSMScCK55 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tDSMScCK55 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tDSMScCK55 .soc-item {
  margin: .5rem .3rem;
}
.cid-tDSMScCK55 .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-tDSMScCK55 a.nav-link,
.cid-tDSMScCK55 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tDSMScCK55 a.nav-link .mbr-iconfont-btn,
.cid-tDSMScCK55 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tDSMScCK55 a.nav-link:hover .mbr-iconfont-btn,
.cid-tDSMScCK55 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tDSMScCK55 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSMScCK55 .navbar {
    height: 77px;
  }
  .cid-tDSMScCK55 .navbar.opened {
    height: auto;
  }
  .cid-tDSMScCK55 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tDSMScCK55 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tDSMScCK55 .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSMScCK55 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tDSMScCK55 .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tDSMScCK55 .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tDSMScCK55 .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSMScCK55 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tDSMScCK55 .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tDSMScCK55 .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tDSMScCK55 .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSMScCK55 .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tDSMScCK55 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tDSMScCK55 .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSMScCK55 .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSMScCK55 .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tDSMScCK55 .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tDSMScCK55 .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tDSMScCK55 .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tDSMSdwFCs {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-tDSMSdwFCs .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tDSMSdwFCs .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tDSMSdwFCs .mbr-section-title span {
  color: #ffbc00;
}
.cid-tDSMSdwFCs .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSMSdwFCs .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tDSMSdwFCs .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tDSMSdwFCs .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tDSMSdwFCs .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMSdwFCs .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tDSMSdwFCs .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tDSMSdwFCs .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMSdwFCs .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tDSMSdwFCs .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tDSMSdwFCs .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tDSMSdwFCs .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tDSMSdwFCs .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tDSMSdwFCs .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSMSdwFCs .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tDSMSdwFCs .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tDSMSdwFCs .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tDSMSdwFCs .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tDSMSdwFCs .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tDSMSdwFCs .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tG2TPPyE6q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tG2TPPyE6q h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tG2TPPyE6q h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tG2TPPyE6q h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tG2TPPyE6q .mbr-text,
.cid-tG2TPPyE6q .mbr-section-btn {
  color: #767676;
}
.cid-tG2TPPyE6q H1 {
  color: #4b4b4b;
}
.cid-tG2TPPyE6q H3 {
  color: #4b4b4b;
}
.cid-tG2TPPyE6q H2 {
  color: #4b4b4b;
}
.cid-tG2U4YtSkt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tG2U4YtSkt .mbr-section-subtitle {
  color: #767676;
}
.cid-tG2U4YtSkt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tG2U4YtSkt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG2U4YtSkt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG2U4YtSkt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tG2U4YtSkt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tG2U4YtSkt .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tG2U4YtSkt .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG2U4YtSkt .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tG2U4YtSkt .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG2U4YtSkt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tG2U4YtSkt ul {
  font-size: 0;
}
.cid-tG2U4YtSkt .mbr-gallery-filter ul {
  text-align: center;
}
.cid-tG2U4YtSkt .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-tG2U4YtSkt .mbr-gallery-filter ul li .btn.active,
.cid-tG2U4YtSkt .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-tG2U4YtSkt .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tG2U4YtSkt .mbr-gallery-filter ul li:first-child,
.cid-tG2U4YtSkt .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tG2U4YtSkt .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tG2U4YtSkt .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tG2U4YtSkt .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tG2U4YtSkt .btn.active:after {
  animation: none;
}
.cid-tG2U4YtSkt .btn:active {
  box-shadow: none !important;
}
.cid-tG2U4YtSkt .btn:hover {
  background: transparent !important;
}
.cid-tG2U4YtSkt .btn:hover:before {
  background: transparent !important;
}
.cid-tG2U4YtSkt .btn:before {
  background-color: transparent !important;
}
.cid-tG2U4YtSkt .btn:focus {
  box-shadow: none !important;
}
.cid-tG2U4YtSkt .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 33% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tG2U4YtSkt .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2U4YtSkt .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2U4YtSkt .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tG2U4YtSkt .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2U4YtSkt .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tG2U4YtSkt .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-tG2U4YtSkt .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
.cid-tG2WpedqC1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tG2WpedqC1 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tG2WpedqC1 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tG2WpedqC1 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tG2WpedqC1 .mbr-text,
.cid-tG2WpedqC1 .mbr-section-btn {
  color: #767676;
}
.cid-tG2WpedqC1 H1 {
  color: #4b4b4b;
}
.cid-tG2WpedqC1 H3 {
  color: #4b4b4b;
}
.cid-tG2WpedqC1 H2 {
  color: #4b4b4b;
}
.cid-tG2XaYlvg7 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tG2XaYlvg7 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  top: 5rem;
  text-align: center;
}
.cid-tG2XaYlvg7 .btn {
  margin-bottom: -25%;
  DISPLAY: none;
}
.cid-tG2XaYlvg7 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tG2XaYlvg7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-tG2XaYlvg7 H1 {
  display: none;
}
.cid-tG2XaYlvg7 .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG2XaYlvg7 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tG2XaYlvg7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tG2XaYlvg7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tG2XaYlvg7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2XaYlvg7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tG2XaYlvg7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tG2XaYlvg7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2XaYlvg7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tG2XaYlvg7 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tG2XaYlvg7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tG2XaYlvg7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tG2XaYlvg7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tG2XaYlvg7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tG2XaYlvg7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tG2XaYlvg7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tG2XaYlvg7 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tG2XaYlvg7 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    top: 10rem;
    text-align: center;
  }
  .cid-tG2XaYlvg7 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tG2XaYlvg7 .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tG2XaYlvg7 header {
  position: relative;
  background-color: black;
  height: 50vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.cid-tG2XaYlvg7 header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.cid-tG2XaYlvg7 header .container {
  position: relative;
  z-index: 2;
}
.cid-tG2XaYlvg7 header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f4f5;
  opacity: 0.1;
  z-index: 1;
}
#hrblock-block-1nt hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSOTHojTU .mcolor {
  color: 4b4b4b !important;
}
.cid-tDSOTHojTU .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tDSOTHojTU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tDSOTHojTU .red {
  color: #ff0000 !important;
}
.cid-tDSOTHojTU .nav-item,
.cid-tDSOTHojTU .nav-link,
.cid-tDSOTHojTU .navbar-caption {
  font-weight: normal;
}
.cid-tDSOTHojTU .nav-item:focus,
.cid-tDSOTHojTU .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tDSOTHojTU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tDSOTHojTU .nav-item .nav-link {
    position: relative;
  }
  .cid-tDSOTHojTU .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tDSOTHojTU .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tDSOTHojTU .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tDSOTHojTU .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tDSOTHojTU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSOTHojTU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tDSOTHojTU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tDSOTHojTU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDSOTHojTU .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-tDSOTHojTU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSOTHojTU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSOTHojTU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tDSOTHojTU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tDSOTHojTU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tDSOTHojTU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSOTHojTU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSOTHojTU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSOTHojTU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tDSOTHojTU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDSOTHojTU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSOTHojTU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSOTHojTU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tDSOTHojTU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSOTHojTU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tDSOTHojTU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tDSOTHojTU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSOTHojTU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSOTHojTU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDSOTHojTU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSOTHojTU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSOTHojTU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tDSOTHojTU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSOTHojTU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSOTHojTU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDSOTHojTU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDSOTHojTU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tDSOTHojTU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tDSOTHojTU .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tDSOTHojTU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDSOTHojTU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDSOTHojTU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSOTHojTU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSOTHojTU .dropdown-item.active,
.cid-tDSOTHojTU .dropdown-item:active {
  background-color: white !important;
}
.cid-tDSOTHojTU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSOTHojTU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSOTHojTU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSOTHojTU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tDSOTHojTU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tDSOTHojTU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tDSOTHojTU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSOTHojTU .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tDSOTHojTU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tDSOTHojTU .navbar-buttons {
  text-align: center;
}
.cid-tDSOTHojTU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDSOTHojTU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDSOTHojTU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDSOTHojTU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDSOTHojTU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDSOTHojTU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDSOTHojTU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDSOTHojTU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tDSOTHojTU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tDSOTHojTU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDSOTHojTU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tDSOTHojTU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tDSOTHojTU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tDSOTHojTU .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tDSOTHojTU .soc-item {
  margin: .5rem .3rem;
}
.cid-tDSOTHojTU .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-tDSOTHojTU a.nav-link,
.cid-tDSOTHojTU a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tDSOTHojTU a.nav-link .mbr-iconfont-btn,
.cid-tDSOTHojTU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tDSOTHojTU a.nav-link:hover .mbr-iconfont-btn,
.cid-tDSOTHojTU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tDSOTHojTU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSOTHojTU .navbar {
    height: 77px;
  }
  .cid-tDSOTHojTU .navbar.opened {
    height: auto;
  }
  .cid-tDSOTHojTU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tDSOTHojTU .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tDSOTHojTU .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSOTHojTU .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tDSOTHojTU .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tDSOTHojTU .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tDSOTHojTU .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSOTHojTU .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tDSOTHojTU .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tDSOTHojTU .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tDSOTHojTU .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSOTHojTU .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tDSOTHojTU .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tDSOTHojTU .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tDSOTHojTU .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tDSOTHojTU .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tDSOTHojTU .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tDSOTHojTU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tDSOTHojTU .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tDSOTHQ5nU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/b-5.jpg");
}
.cid-tDSOTHQ5nU .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tDSOTHQ5nU .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-tDSOTHQ5nU .mbr-section-title span {
  color: #ffbc00;
}
.cid-tDSOTHQ5nU .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSOTHQ5nU .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tDSOTHQ5nU .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tDSOTHQ5nU .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tDSOTHQ5nU .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHQ5nU .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tDSOTHQ5nU .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tDSOTHQ5nU .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHQ5nU .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-tDSOTHQ5nU .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-tDSOTHQ5nU .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tDSOTHQ5nU .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tDSOTHQ5nU .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-tDSOTHQ5nU .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tDSOTHQ5nU .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tDSOTHQ5nU .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tDSOTHQ5nU .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tDSOTHQ5nU .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-tDSOTHQ5nU .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-tDSOTHQ5nU .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tDSOTI8wDs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tDSOTI8wDs h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tDSOTI8wDs h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDSOTI8wDs h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDSOTI8wDs .mbr-text,
.cid-tDSOTI8wDs .mbr-section-btn {
  color: #767676;
}
.cid-tDSOTI8wDs H1 {
  color: #4b4b4b;
}
.cid-tDSOTI8wDs H3 {
  color: #4b4b4b;
}
.cid-tDSOTI8wDs H2 {
  color: #4b4b4b;
}
.cid-tDSOTIpk8k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f4f5;
}
.cid-tDSOTIpk8k .line {
  background-color: #ff0000;
  align: center;
  height: 1px;
  width: 50%;
  margin: 0 auto;
}
#hrblock-block-1nz hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxyqTJmW .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxyqTJmW .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxyqTJmW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxyqTJmW .red {
  color: #ff0000 !important;
}
.cid-rSnxyqTJmW .nav-item,
.cid-rSnxyqTJmW .nav-link,
.cid-rSnxyqTJmW .navbar-caption {
  font-weight: normal;
}
.cid-rSnxyqTJmW .nav-item:focus,
.cid-rSnxyqTJmW .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxyqTJmW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxyqTJmW .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxyqTJmW .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxyqTJmW .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxyqTJmW .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxyqTJmW .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-rSnxyqTJmW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxyqTJmW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxyqTJmW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxyqTJmW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxyqTJmW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxyqTJmW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxyqTJmW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxyqTJmW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxyqTJmW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxyqTJmW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxyqTJmW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxyqTJmW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxyqTJmW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxyqTJmW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxyqTJmW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxyqTJmW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxyqTJmW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxyqTJmW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxyqTJmW .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxyqTJmW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxyqTJmW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxyqTJmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxyqTJmW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxyqTJmW .dropdown-item.active,
.cid-rSnxyqTJmW .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxyqTJmW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxyqTJmW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxyqTJmW .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxyqTJmW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxyqTJmW .navbar-buttons {
  text-align: center;
}
.cid-rSnxyqTJmW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxyqTJmW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxyqTJmW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxyqTJmW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxyqTJmW .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxyqTJmW .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-rSnxyqTJmW a.nav-link,
.cid-rSnxyqTJmW a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxyqTJmW a.nav-link .mbr-iconfont-btn,
.cid-rSnxyqTJmW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxyqTJmW a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxyqTJmW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxyqTJmW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxyqTJmW .navbar {
    height: 77px;
  }
  .cid-rSnxyqTJmW .navbar.opened {
    height: auto;
  }
  .cid-rSnxyqTJmW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxyqTJmW .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxyqTJmW .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxyqTJmW .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxyqTJmW .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSoezn891O {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/b-2.jpg");
}
.cid-rSoezn891O .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSoezn891O .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSoezn891O .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSoezn891O .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSoezn891O .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tyM3h3bmJ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-tyM3h3bmJ6 .line {
  background-color: #ff0000;
  color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyM3h3bmJ6 .section-text {
  padding: 2rem 0;
}
.cid-tyM3h3bmJ6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tyM3h3bmJ6 .inner-container {
    width: 100% !important;
  }
}
.cid-saGzGD3T2k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-saGzGD3T2k .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-saGzGD3T2k .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-saGzGD3T2k .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-saGzGD3T2k .card-wrapper {
    margin: 0rem;
  }
}
.cid-saGzGD3T2k .card {
  height: fit-content;
}
.cid-saGzGD3T2k .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-saGzGD3T2k .text-wrap {
  max-width: 400px;
}
.cid-saGzGD3T2k .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ff0000;
}
.cid-saGzGD3T2k .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-saGzGD3T2k .card-box {
  background-color: #cccccc;
  padding: 4rem 4rem 4rem 4rem;
  width: 100%;
}
.cid-saGzGD3T2k img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-saGzGD3T2k .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-saGzGD3T2k .container {
  max-width: 1500px;
}
.cid-saGzGD3T2k .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saGzGD3T2k .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-saGzGD3T2k P {
  color: #4b4b4b;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-saGzGD3T2k .img-wrap {
    max-height: 230px;
  }
  .cid-saGzGD3T2k .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-saGzGD3T2k .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-saGzGD3T2k .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-saGzGD3T2k .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-saGzGD3T2k .number {
    margin: auto;
  }
}
.cid-saGzGD3T2k .mbr-text {
  color: #4b4b4b;
  text-align: left;
}
.cid-saGzGD3T2k H2 {
  color: #4a4a4a;
}
.cid-saGzGD3T2k H3 {
  color: #4a4a4a;
}
.cid-saGzGD3T2k .card-title {
  text-align: center;
  color: #4b4b4b;
}
.cid-saGzGD3T2k .center0 {
  text-align: center;
}
.cid-s4h3fbcDXq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4h3fbcDXq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s4h3fbcDXq h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4h3fbcDXq h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4h3fbcDXq .mbr-text,
.cid-s4h3fbcDXq .mbr-section-btn {
  color: #767676;
}
.cid-s4h3fbcDXq H1 {
  color: #4b4b4b;
}
.cid-s4h3fbcDXq H3 {
  color: #4b4b4b;
}
.cid-sqI1KZVrWo {
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 85%, 0% 100%);
  clip-path: polygon(0 20%, 100% 0%, 100% 85%, 0% 100%);
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/hd-3.jpg");
}
.cid-sqI1KZVrWo H1 {
  color: #4b4b4b;
}
#hrblock-block-169 hr {
  margin: 0;
}
.cid-s4gNDud0wa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s4gNDud0wa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s4gNDud0wa h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4gNDud0wa h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4gNDud0wa .mbr-text,
.cid-s4gNDud0wa .mbr-section-btn {
  color: #767676;
}
.cid-s4gNDud0wa H1 {
  color: #4b4b4b;
}
.cid-s4gNDud0wa H3 {
  color: #4b4b4b;
}
.cid-s00WUWGmIG {
  background-color: #f3f4f5 !important;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s00WUWGmIG .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s00WUWGmIG .mbr-section-subtitle {
  color: #767676;
}
.cid-s00WUWGmIG .mbr-text {
  color: #767676;
}
.cid-s00WUWGmIG .card {
  display: block;
  position: relative;
}
.cid-s00WUWGmIG .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s00WUWGmIG .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s00WUWGmIG .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s00WUWGmIG .card-wrapper .card-img .mbr-overlay {
  background: #efefef;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-s00WUWGmIG .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s00WUWGmIG .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s00WUWGmIG .card-wrapper .card-box:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s00WUWGmIG .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-s00WUWGmIG .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s00WUWGmIG .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s00WUWGmIG .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s00WUWGmIG .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-s00WUWGmIG .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s00WUWGmIG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s00WUWGmIG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s00WUWGmIG .mbr-section-title,
  .cid-s00WUWGmIG .underline,
  .cid-s00WUWGmIG .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s00WUWGmIG .mbr-section-title,
.cid-s00WUWGmIG .underline {
  color: #4b4b4b;
}
.cid-s00WUWGmIG .card-title {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-PHOTO hr {
  margin: 0;
}
.cid-rSoeFgydvv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoeFgydvv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoeFgydvv h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeFgydvv h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeFgydvv .mbr-text,
.cid-rSoeFgydvv .mbr-section-btn {
  color: #767676;
}
.cid-rSoeFgydvv H1 {
  color: #4b4b4b;
}
.cid-rSoeFgydvv H3 {
  color: #4b4b4b;
}
.cid-rSoeYEY7iU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoeYEY7iU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoeYEY7iU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeYEY7iU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeYEY7iU .mbr-text,
.cid-rSoeYEY7iU .mbr-section-btn {
  color: #767676;
}
.cid-rSoeYEY7iU H1 {
  color: #4b4b4b;
}
.cid-rSoeYEY7iU H3 {
  color: #4b4b4b;
}
.cid-soJ6VSzmLM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f4f5;
}
.cid-soJ6VSzmLM .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-soJ6VSzmLM .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-soJ6VSzmLM .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-soJ6VSzmLM p {
  font-weight: 400;
}
.cid-soJ6VSzmLM .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-soJ6VSzmLM .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-soJ6VSzmLM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-soJ6VSzmLM .bg1 {
  background: #c1c1c1;
}
.cid-soJ6VSzmLM .bg2 {
  background: #cccccc;
}
.cid-soJ6VSzmLM .bg3 {
  background: #efefef;
}
.cid-soJ6VSzmLM .bg4 {
  background: #ffffff;
}
.cid-soJ6VSzmLM .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-soJ6VSzmLM .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-soJ6VSzmLM .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-soJ6VSzmLM .card-title,
.cid-soJ6VSzmLM .card-ico,
.cid-soJ6VSzmLM .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-soJ6VSzmLM .mbr-text,
.cid-soJ6VSzmLM .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-soJ6VSzmLM .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-soJ6VSzmLM .row {
    padding: 0 1rem;
  }
}
.cid-s0kgl2ekHK {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s0kgl2ekHK .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0kgl2ekHK .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0kgl2ekHK .mbr-section-title {
  margin: 0;
}
.cid-s0kgl2ekHK .card-img {
  text-align: center;
}
.cid-s0kgl2ekHK .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0kgl2ekHK .row-item.card1 {
  background: #cccccc;
}
.cid-s0kgl2ekHK .row-item.card2 {
  background: #188ef4;
}
.cid-s0kgl2ekHK .row-item.card3 {
  background: #ff695c;
}
.cid-s0kgl2ekHK .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0kgl2ekHK .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0kgl2ekHK .card-img,
  .cid-s0kgl2ekHK .mbr-text,
  .cid-s0kgl2ekHK .mbr-card-title,
  .cid-s0kgl2ekHK .mbr-section-subtitle,
  .cid-s0kgl2ekHK .mbr-section-title,
  .cid-s0kgl2ekHK .underline {
    text-align: center !important;
  }
}
.cid-s0kgl2ekHK .smtxt {
  font-size: ;
}
.cid-s0kgl2ekHK .card1 > .mbr-text,
.cid-s0kgl2ekHK .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-WEBSITE hr {
  margin: 0;
}
.cid-s0jocHy6KO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jocHy6KO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jocHy6KO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jocHy6KO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jocHy6KO .mbr-text,
.cid-s0jocHy6KO .mbr-section-btn {
  color: #767676;
}
.cid-s0jocHy6KO H1 {
  color: #4b4b4b;
}
.cid-s0jocHy6KO H3 {
  color: #4b4b4b;
}
.cid-s4lXeLZSsR {
  background-image: url("../../../assets/images/imac05smcompress-3.jpeg");
}
.cid-s4lXeLZSsR .block {
  height: 544px;
}
@media (max-width: 992px) {
  .cid-s4lXeLZSsR .block {
    height: 272px;
  }
}
.cid-rSoeRIPGTa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoeRIPGTa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoeRIPGTa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeRIPGTa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeRIPGTa .mbr-text,
.cid-rSoeRIPGTa .mbr-section-btn {
  color: #767676;
}
.cid-rSoeRIPGTa H1 {
  color: #4b4b4b;
}
.cid-rSoeRIPGTa H3 {
  color: #4b4b4b;
}
.cid-rSojhv8v4V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSojhv8v4V .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rSojhv8v4V .card-img span {
  font-size: 2rem;
  color: #f3f4f5;
}
.cid-rSojhv8v4V .card {
  margin-bottom: 1rem;
}
.cid-rSojhv8v4V .card-title,
.cid-rSojhv8v4V .card-img {
  text-align: center;
  color: #4b4b4b;
}
.cid-rSojhv8v4V .row {
  justify-content: center;
}
.cid-s0jmUZe496 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jmUZe496 .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s0jmUZe496 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-s0jmUZe496 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0jmUZe496 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0jmUZe496 .card .card-wrapper {
  height: 1%;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-s0jmUZe496 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-s0jmUZe496 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s0jmUZe496 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0jmUZe496 .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0jmUZe496 .mbr-card-text,
.cid-s0jmUZe496 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0jmUZe496 .mbr-section-title,
.cid-s0jmUZe496 .underline {
  text-align: center;
  color: #4b4b4b;
}
.cid-s0jmUZe496 .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-s1lV2krjrc {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s1lV2krjrc .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s1lV2krjrc .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s1lV2krjrc .mbr-section-title {
  margin: 0;
}
.cid-s1lV2krjrc .card-img {
  text-align: center;
}
.cid-s1lV2krjrc .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s1lV2krjrc .row-item.card1 {
  background: #cccccc;
}
.cid-s1lV2krjrc .row-item.card2 {
  background: #188ef4;
}
.cid-s1lV2krjrc .row-item.card3 {
  background: #ff695c;
}
.cid-s1lV2krjrc .row-item.card4 {
  background: #2bdc9d;
}
.cid-s1lV2krjrc .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s1lV2krjrc .card-img,
  .cid-s1lV2krjrc .mbr-text,
  .cid-s1lV2krjrc .mbr-card-title,
  .cid-s1lV2krjrc .mbr-section-subtitle,
  .cid-s1lV2krjrc .mbr-section-title,
  .cid-s1lV2krjrc .underline {
    text-align: center !important;
  }
}
.cid-s1lV2krjrc .smtxt {
  font-size: ;
}
.cid-s1lV2krjrc .card1 > .mbr-text,
.cid-s1lV2krjrc .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-FLOOR hr {
  margin: 0;
}
.cid-rSof2plML2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSof2plML2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSof2plML2 h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSof2plML2 h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSof2plML2 .mbr-text,
.cid-rSof2plML2 .mbr-section-btn {
  color: #767676;
}
.cid-rSof2plML2 H1 {
  color: #4b4b4b;
}
.cid-rSof2plML2 H3 {
  color: #4b4b4b;
}
.cid-s4lY3E3XTL {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-s4lY3E3XTL .block {
  height: 416px;
}
@media (max-width: 992px) {
  .cid-s4lY3E3XTL .block {
    height: 208px;
  }
}
.cid-rSof4N67GE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSof4N67GE .mbr-section-subtitle {
  color: #767676;
}
.cid-rSof4N67GE .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-s0khp4DNN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0khp4DNN9 .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s0khp4DNN9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-s0khp4DNN9 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0khp4DNN9 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0khp4DNN9 .card .card-wrapper {
  height: 1%;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s0khp4DNN9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0khp4DNN9 .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0khp4DNN9 .mbr-card-text,
.cid-s0khp4DNN9 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0khp4DNN9 .mbr-section-title,
.cid-s0khp4DNN9 .underline {
  text-align: center;
  color: #4b4b4b;
}
.cid-s0khp4DNN9 .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-s0khp4DNN9 .img-text {
  text-align: left;
}
.cid-rSofL9Oesa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofL9Oesa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofL9Oesa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofL9Oesa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofL9Oesa .mbr-text,
.cid-rSofL9Oesa .mbr-section-btn {
  color: #767676;
}
.cid-rSofL9Oesa H1 {
  color: #4b4b4b;
}
.cid-rSofL9Oesa H3 {
  color: #4b4b4b;
}
.cid-rSohp9FoBo {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #f3f4f5;
}
.cid-rSohp9FoBo .plan-body .btn-bgr {
  z-index: 0;
  margin: 0 auto;
}
.cid-rSohp9FoBo .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.cid-rSohp9FoBo .list-group-item {
  padding: .75rem 0rem;
}
.cid-rSohp9FoBo .plan-subtitle {
  color: #66458e;
}
.cid-rSohp9FoBo .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-rSohp9FoBo .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rSohp9FoBo .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rSohp9FoBo .plan .mbr-overlay {
  background: #f9f9f9;
  opacity: 1;
}
.cid-rSohp9FoBo .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rSohp9FoBo .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rSohp9FoBo .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rSohp9FoBo .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rSohp9FoBo .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rSohp9FoBo .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rSohp9FoBo .plan {
    margin-bottom: 30px;
  }
}
.cid-rSohp9FoBo .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rSohp9FoBo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rSohp9FoBo .plan-title {
  color: #4b4b4b;
}
.cid-rSohp9FoBo .price-figure {
  color: #232323;
}
.cid-rSohp9FoBo .price-term {
  color: #767676;
  text-align: center;
}
.cid-rSohp9FoBo LI {
  color: #767676;
}
.cid-rSohp9FoBo .plan-price {
  color: #4b4b4b;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSohp9FoBo .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSohp9FoBo .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSohp9FoBo .price-figure {
    font-size: x-large;
  }
}
.cid-s4DaHkF4N9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f4f5;
}
.cid-s4DaHkF4N9 .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s4DaHkF4N9 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s4DaHkF4N9 .mbr-section-title {
  margin: 0;
}
.cid-s4DaHkF4N9 .card-img {
  text-align: center;
}
.cid-s4DaHkF4N9 .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s4DaHkF4N9 .row-item.card1 {
  background: #cccccc;
}
.cid-s4DaHkF4N9 .row-item.card2 {
  background: #188ef4;
}
.cid-s4DaHkF4N9 .row-item.card3 {
  background: #ff695c;
}
.cid-s4DaHkF4N9 .row-item.card4 {
  background: #2bdc9d;
}
.cid-s4DaHkF4N9 .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s4DaHkF4N9 .card-img,
  .cid-s4DaHkF4N9 .mbr-text,
  .cid-s4DaHkF4N9 .mbr-card-title,
  .cid-s4DaHkF4N9 .mbr-section-subtitle,
  .cid-s4DaHkF4N9 .mbr-section-title,
  .cid-s4DaHkF4N9 .underline {
    text-align: center !important;
  }
}
.cid-s4DaHkF4N9 .smtxt {
  font-size: ;
}
.cid-s4DaHkF4N9 .card1 > .mbr-text,
.cid-s4DaHkF4N9 .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
.cid-s0kgZLak2y {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s0kgZLak2y .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0kgZLak2y .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0kgZLak2y .mbr-section-title {
  margin: 0;
}
.cid-s0kgZLak2y .card-img {
  text-align: center;
}
.cid-s0kgZLak2y .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0kgZLak2y .row-item.card1 {
  background: #cccccc;
}
.cid-s0kgZLak2y .row-item.card2 {
  background: #188ef4;
}
.cid-s0kgZLak2y .row-item.card3 {
  background: #ff695c;
}
.cid-s0kgZLak2y .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0kgZLak2y .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0kgZLak2y .card-img,
  .cid-s0kgZLak2y .mbr-text,
  .cid-s0kgZLak2y .mbr-card-title,
  .cid-s0kgZLak2y .mbr-section-subtitle,
  .cid-s0kgZLak2y .mbr-section-title,
  .cid-s0kgZLak2y .underline {
    text-align: center !important;
  }
}
.cid-s0kgZLak2y .smtxt {
  font-size: ;
}
.cid-s0kgZLak2y .card1 > .mbr-text,
.cid-s0kgZLak2y .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-ZILLOW hr {
  margin: 0;
}
.cid-s2Fx61dIWv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2Fx61dIWv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2Fx61dIWv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2Fx61dIWv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2Fx61dIWv .mbr-text,
.cid-s2Fx61dIWv .mbr-section-btn {
  color: #767676;
}
.cid-s2Fx61dIWv H1 {
  color: #4b4b4b;
}
.cid-s2Fx61dIWv H3 {
  color: #4b4b4b;
}
.cid-s08qct2D1D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s08qct2D1D h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s08qct2D1D h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qct2D1D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qct2D1D .mbr-text,
.cid-s08qct2D1D .mbr-section-btn {
  color: #767676;
}
.cid-s08qct2D1D H1 {
  color: #4b4b4b;
}
.cid-s08qct2D1D H3 {
  color: #4b4b4b;
}
.cid-s4lYf6vCBr .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s4lYf6vCBr .block {
    height: 320px;
  }
}
.cid-soJ83UkYbl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-soJ83UkYbl .mbr-text,
.cid-soJ83UkYbl blockquote {
  color: #767676;
}
.cid-soJ83UkYbl .mbr-text P {
  text-align: center;
}
.cid-soJ83UkYbl .mbr-text {
  color: #4b4b4b;
}
#RED-CLOUDPANO hr {
  margin: 0;
}
.cid-s2FxdIO96L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2FxdIO96L h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2FxdIO96L h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxdIO96L h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxdIO96L .mbr-text,
.cid-s2FxdIO96L .mbr-section-btn {
  color: #767676;
}
.cid-s2FxdIO96L H1 {
  color: #4b4b4b;
}
.cid-s2FxdIO96L H3 {
  color: #4b4b4b;
}
.cid-s08qmf7fgN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s08qmf7fgN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s08qmf7fgN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qmf7fgN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qmf7fgN .mbr-text,
.cid-s08qmf7fgN .mbr-section-btn {
  color: #767676;
}
.cid-s08qmf7fgN H1 {
  color: #4b4b4b;
}
.cid-s08qmf7fgN H3 {
  color: #4b4b4b;
}
.cid-s4lYg8e6xp {
  background-image: url("../../../assets/images/b-cp-1.jpg");
}
.cid-s4lYg8e6xp .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s4lYg8e6xp .block {
    height: 320px;
  }
}
.cid-sbZlL6RqKI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sbZlL6RqKI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sbZlL6RqKI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbZlL6RqKI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbZlL6RqKI .mbr-text,
.cid-sbZlL6RqKI .mbr-section-btn {
  color: #767676;
}
.cid-sbZlL6RqKI H1 {
  color: #4b4b4b;
}
.cid-sbZlL6RqKI H3 {
  color: #4b4b4b;
}
.cid-sbZlQTd5yn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f3f4f5;
}
.cid-sbZlQTd5yn .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbZlQTd5yn .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbZlQTd5yn .list-group-item {
  padding: .75rem 0rem;
}
.cid-sbZlQTd5yn .plan-subtitle {
  color: #66458e;
}
.cid-sbZlQTd5yn .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-sbZlQTd5yn .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-sbZlQTd5yn .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-sbZlQTd5yn .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-sbZlQTd5yn .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-sbZlQTd5yn .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-sbZlQTd5yn .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbZlQTd5yn .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbZlQTd5yn .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbZlQTd5yn .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-sbZlQTd5yn .plan {
    margin-bottom: 30px;
  }
}
.cid-sbZlQTd5yn .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbZlQTd5yn .plan-title {
  color: #4b4b4b;
}
.cid-sbZlQTd5yn .price-figure {
  color: #232323;
}
.cid-sbZlQTd5yn .price-term {
  color: #767676;
  text-align: center;
}
.cid-sbZlQTd5yn LI {
  color: #767676;
}
.cid-sbZlQTd5yn .plan-price {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: x-large;
  }
}
#RED-MATTERPORT hr {
  margin: 0;
}
.cid-s2FxnUp0Pl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2FxnUp0Pl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2FxnUp0Pl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxnUp0Pl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxnUp0Pl .mbr-text,
.cid-s2FxnUp0Pl .mbr-section-btn {
  color: #767676;
}
.cid-s2FxnUp0Pl H1 {
  color: #4b4b4b;
}
.cid-s2FxnUp0Pl H3 {
  color: #4b4b4b;
}
.cid-rSofMHPB3D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofMHPB3D h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofMHPB3D h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofMHPB3D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofMHPB3D .mbr-text,
.cid-rSofMHPB3D .mbr-section-btn {
  color: #767676;
}
.cid-rSofMHPB3D H1 {
  color: #4b4b4b;
}
.cid-rSofMHPB3D H3 {
  color: #4b4b4b;
}
.cid-s4lYhgBXHx .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s4lYhgBXHx .block {
    height: 320px;
  }
}
.cid-rSofPEAM1p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofPEAM1p h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofPEAM1p h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofPEAM1p h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofPEAM1p .mbr-text,
.cid-rSofPEAM1p .mbr-section-btn {
  color: #767676;
}
.cid-rSofPEAM1p H1 {
  color: #4b4b4b;
}
.cid-rSofPEAM1p H3 {
  color: #4b4b4b;
}
.cid-rSohJPUg0n {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f3f4f5;
}
.cid-rSohJPUg0n .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rSohJPUg0n .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rSohJPUg0n .list-group-item {
  padding: .75rem 0rem;
}
.cid-rSohJPUg0n .plan-subtitle {
  color: #66458e;
}
.cid-rSohJPUg0n .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-rSohJPUg0n .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rSohJPUg0n .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rSohJPUg0n .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rSohJPUg0n .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rSohJPUg0n .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rSohJPUg0n .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rSohJPUg0n .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rSohJPUg0n .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rSohJPUg0n .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rSohJPUg0n .plan {
    margin-bottom: 30px;
  }
}
.cid-rSohJPUg0n .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rSohJPUg0n .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rSohJPUg0n .plan-title {
  color: #4b4b4b;
}
.cid-rSohJPUg0n .price-figure {
  color: #232323;
}
.cid-rSohJPUg0n .price-term {
  color: #767676;
  text-align: center;
}
.cid-rSohJPUg0n LI {
  color: #767676;
}
.cid-rSohJPUg0n .plan-price {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSohJPUg0n .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSohJPUg0n .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSohJPUg0n .price-figure {
    font-size: x-large;
  }
}
#hrblock-block-8v hr {
  margin: 0;
}
.cid-rSofQF5BQX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofQF5BQX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofQF5BQX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofQF5BQX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofQF5BQX .mbr-text,
.cid-rSofQF5BQX .mbr-section-btn {
  color: #767676;
}
.cid-rSofQF5BQX H1 {
  color: #4b4b4b;
}
.cid-rSofQF5BQX H3 {
  color: #4b4b4b;
}
.cid-rSohM1AEJv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSohM1AEJv .mbr-section-subtitle {
  color: #767676;
}
.cid-rSohM1AEJv .mbr-section-title {
  color: #4b4b4b;
}
.cid-s0oavQwX4z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s0oavQwX4z .nav-tabs .nav-item.open .nav-link:focus,
.cid-s0oavQwX4z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s0oavQwX4z .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-s0oavQwX4z .nav-tabs .nav-item {
  padding: 0.8rem 0.1rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-s0oavQwX4z .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-s0oavQwX4z .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s0oavQwX4z .nav {
  flex-direction: column;
}
.cid-s0oavQwX4z .nav-tabs .nav-link {
  padding: 0.2rem 0.1rem;
  color: #4b4b4b;
  font-style: normal;
  font-weight: 400;
  transition: all .5s;
  border: none;
  border-left: 3px solid transparent;
}
.cid-s0oavQwX4z .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
  border-left: 3px solid #ff0000;
}
.cid-s0oavQwX4z .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #ff0000;
  font-style: normal;
  border-left: 3px solid #ff0000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-s0oavQwX4z .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-s0oavQwX4z .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s0oavQwX4z p {
    padding-left: 0rem;
  }
  .cid-s0oavQwX4z .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-s0oavQwX4z .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-s0oavQwX4z .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s0oavQwX4z .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s0oavQwX4z p {
    padding-left: 0rem;
  }
}
.cid-s0ocUxo9im {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f4f5;
}
.cid-s0ocUxo9im .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0ocUxo9im .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0ocUxo9im .mbr-section-title {
  margin: 0;
}
.cid-s0ocUxo9im .card-img {
  text-align: center;
}
.cid-s0ocUxo9im .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0ocUxo9im .row-item.card1 {
  background: #cccccc;
}
.cid-s0ocUxo9im .row-item.card2 {
  background: #188ef4;
}
.cid-s0ocUxo9im .row-item.card3 {
  background: #ff695c;
}
.cid-s0ocUxo9im .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0ocUxo9im .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0ocUxo9im .card-img,
  .cid-s0ocUxo9im .mbr-text,
  .cid-s0ocUxo9im .mbr-card-title,
  .cid-s0ocUxo9im .mbr-section-subtitle,
  .cid-s0ocUxo9im .mbr-section-title,
  .cid-s0ocUxo9im .underline {
    text-align: center !important;
  }
}
.cid-s0ocUxo9im .smtxt {
  font-size: x-large;
}
.cid-s0ocUxo9im .card1 > .mbr-text,
.cid-s0ocUxo9im .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rSnxyqTJmW .mcolor {
  color: 4b4b4b !important;
}
.cid-rSnxyqTJmW .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-rSnxyqTJmW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSnxyqTJmW .red {
  color: #ff0000 !important;
}
.cid-rSnxyqTJmW .nav-item,
.cid-rSnxyqTJmW .nav-link,
.cid-rSnxyqTJmW .navbar-caption {
  font-weight: normal;
}
.cid-rSnxyqTJmW .nav-item:focus,
.cid-rSnxyqTJmW .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-rSnxyqTJmW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rSnxyqTJmW .nav-item .nav-link {
    position: relative;
  }
  .cid-rSnxyqTJmW .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-rSnxyqTJmW .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rSnxyqTJmW .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSnxyqTJmW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSnxyqTJmW .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-rSnxyqTJmW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSnxyqTJmW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSnxyqTJmW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rSnxyqTJmW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rSnxyqTJmW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSnxyqTJmW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSnxyqTJmW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSnxyqTJmW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSnxyqTJmW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rSnxyqTJmW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSnxyqTJmW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSnxyqTJmW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSnxyqTJmW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSnxyqTJmW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSnxyqTJmW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSnxyqTJmW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSnxyqTJmW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSnxyqTJmW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSnxyqTJmW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSnxyqTJmW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-rSnxyqTJmW .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-rSnxyqTJmW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSnxyqTJmW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rSnxyqTJmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSnxyqTJmW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSnxyqTJmW .dropdown-item.active,
.cid-rSnxyqTJmW .dropdown-item:active {
  background-color: white !important;
}
.cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rSnxyqTJmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rSnxyqTJmW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-rSnxyqTJmW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSnxyqTJmW .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-rSnxyqTJmW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnxyqTJmW .navbar-buttons {
  text-align: center;
}
.cid-rSnxyqTJmW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSnxyqTJmW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSnxyqTJmW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSnxyqTJmW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSnxyqTJmW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxyqTJmW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rSnxyqTJmW .soc-item {
  margin: .5rem .3rem;
}
.cid-rSnxyqTJmW .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-rSnxyqTJmW a.nav-link,
.cid-rSnxyqTJmW a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-rSnxyqTJmW a.nav-link .mbr-iconfont-btn,
.cid-rSnxyqTJmW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rSnxyqTJmW a.nav-link:hover .mbr-iconfont-btn,
.cid-rSnxyqTJmW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rSnxyqTJmW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSnxyqTJmW .navbar {
    height: 77px;
  }
  .cid-rSnxyqTJmW .navbar.opened {
    height: auto;
  }
  .cid-rSnxyqTJmW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-rSnxyqTJmW .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-rSnxyqTJmW .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-rSnxyqTJmW .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-rSnxyqTJmW .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-rSnxyqTJmW .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-rSnxyqTJmW .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-rSnxyqTJmW .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSnxyqTJmW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-rSnxyqTJmW .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-rSoezn891O {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/b-2.jpg");
}
.cid-rSoezn891O .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rSoezn891O .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-rSoezn891O .mbr-section-title span {
  color: #ffbc00;
}
.cid-rSoezn891O .mbr-text {
  color: #4b4b4b;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSoezn891O .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSoezn891O .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-rSoezn891O .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-rSoezn891O .mbr-section-title span {
    color: #ffbc00;
  }
}
.cid-tyM3h3bmJ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-tyM3h3bmJ6 .line {
  background-color: #ff0000;
  color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyM3h3bmJ6 .section-text {
  padding: 2rem 0;
}
.cid-tyM3h3bmJ6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tyM3h3bmJ6 .inner-container {
    width: 100% !important;
  }
}
.cid-saGzGD3T2k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-saGzGD3T2k .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-saGzGD3T2k .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-saGzGD3T2k .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-saGzGD3T2k .card-wrapper {
    margin: 0rem;
  }
}
.cid-saGzGD3T2k .card {
  height: fit-content;
}
.cid-saGzGD3T2k .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-saGzGD3T2k .text-wrap {
  max-width: 400px;
}
.cid-saGzGD3T2k .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ff0000;
}
.cid-saGzGD3T2k .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-saGzGD3T2k .card-box {
  background-color: #cccccc;
  padding: 4rem 4rem 4rem 4rem;
  width: 100%;
}
.cid-saGzGD3T2k img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-saGzGD3T2k .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-saGzGD3T2k .container {
  max-width: 1500px;
}
.cid-saGzGD3T2k .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saGzGD3T2k .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-saGzGD3T2k P {
  color: #4b4b4b;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-saGzGD3T2k .img-wrap {
    max-height: 230px;
  }
  .cid-saGzGD3T2k .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-saGzGD3T2k .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-saGzGD3T2k .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-saGzGD3T2k .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-saGzGD3T2k .number {
    margin: auto;
  }
}
.cid-saGzGD3T2k .mbr-text {
  color: #4b4b4b;
  text-align: left;
}
.cid-saGzGD3T2k H2 {
  color: #4a4a4a;
}
.cid-saGzGD3T2k H3 {
  color: #4a4a4a;
}
.cid-saGzGD3T2k .card-title {
  text-align: center;
  color: #4b4b4b;
}
.cid-saGzGD3T2k .center0 {
  text-align: center;
}
.cid-s4h3fbcDXq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s4h3fbcDXq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s4h3fbcDXq h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4h3fbcDXq h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4h3fbcDXq .mbr-text,
.cid-s4h3fbcDXq .mbr-section-btn {
  color: #767676;
}
.cid-s4h3fbcDXq H1 {
  color: #4b4b4b;
}
.cid-s4h3fbcDXq H3 {
  color: #4b4b4b;
}
.cid-taa6p0aC3N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa6p0aC3N .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa6p0aC3N body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa6p0aC3N .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa6p0aC3N .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa6p0aC3N .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa6p0aC3N .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa6p0aC3N .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa6p0aC3N .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa6p0aC3N .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa6p0aC3N .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa6p0aC3N .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa6p0aC3N .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa6p0aC3N .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa6p0aC3N .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa6p0aC3N .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa6p0aC3N .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa6p0aC3N .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa6p0aC3N .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa6p0aC3N .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa6p0aC3N .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa6p0aC3N .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-taa6p0aC3N .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-taa6p0aC3N .popular {
  background-color: #cccccc;
}
.cid-taa6p0aC3N .popular .price-top {
  background-color: #fff;
}
.cid-taa6p0aC3N .popular .price-top:after {
  background-color: #fff;
}
.cid-taa6p0aC3N .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa6p0aC3N .popular .price-top h2,
.cid-taa6p0aC3N .popular .price-top span,
.cid-taa6p0aC3N .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa6p0aC3N .popular .price-content ul *,
.cid-taa6p0aC3N .popular .price-content ul .zmdi-close,
.cid-taa6p0aC3N .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa6p0aC3N H2 {
  text-align: center;
}
.cid-taa6p0aC3N H4 {
  color: #c1c1c1;
}
.cid-taa6p0aC3N UL {
  color: #4b4b4b;
}
.cid-taa6p0aC3N .red {
  color: red;
}
.cid-sqI1KZVrWo {
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 85%, 0% 100%);
  clip-path: polygon(0 20%, 100% 0%, 100% 85%, 0% 100%);
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/hd-3.jpg");
}
.cid-sqI1KZVrWo H1 {
  color: #4b4b4b;
}
#hrblock-block-169 hr {
  margin: 0;
}
.cid-s4gNDud0wa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-s4gNDud0wa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s4gNDud0wa h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4gNDud0wa h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4gNDud0wa .mbr-text,
.cid-s4gNDud0wa .mbr-section-btn {
  color: #767676;
}
.cid-s4gNDud0wa H1 {
  color: #4b4b4b;
}
.cid-s4gNDud0wa H3 {
  color: #4b4b4b;
}
.cid-s00WUWGmIG {
  background-color: #f3f4f5 !important;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s00WUWGmIG .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s00WUWGmIG .mbr-section-subtitle {
  color: #767676;
}
.cid-s00WUWGmIG .mbr-text {
  color: #767676;
}
.cid-s00WUWGmIG .card {
  display: block;
  position: relative;
}
.cid-s00WUWGmIG .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s00WUWGmIG .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s00WUWGmIG .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s00WUWGmIG .card-wrapper .card-img .mbr-overlay {
  background: #efefef;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-s00WUWGmIG .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s00WUWGmIG .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s00WUWGmIG .card-wrapper .card-box:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s00WUWGmIG .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-s00WUWGmIG .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s00WUWGmIG .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s00WUWGmIG .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s00WUWGmIG .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-s00WUWGmIG .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s00WUWGmIG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s00WUWGmIG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s00WUWGmIG .mbr-section-title,
  .cid-s00WUWGmIG .underline,
  .cid-s00WUWGmIG .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s00WUWGmIG .mbr-section-title,
.cid-s00WUWGmIG .underline {
  color: #4b4b4b;
}
.cid-s00WUWGmIG .card-title {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s00WUWGmIG {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s00WUWGmIG .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-PHOTO hr {
  margin: 0;
}
.cid-rSoeFgydvv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoeFgydvv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoeFgydvv h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeFgydvv h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeFgydvv .mbr-text,
.cid-rSoeFgydvv .mbr-section-btn {
  color: #767676;
}
.cid-rSoeFgydvv H1 {
  color: #4b4b4b;
}
.cid-rSoeFgydvv H3 {
  color: #4b4b4b;
}
.cid-taa71mzfsN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa71mzfsN .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa71mzfsN body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa71mzfsN .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa71mzfsN .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa71mzfsN .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa71mzfsN .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa71mzfsN .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa71mzfsN .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa71mzfsN .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa71mzfsN .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa71mzfsN .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa71mzfsN .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa71mzfsN .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa71mzfsN .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa71mzfsN .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa71mzfsN .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa71mzfsN .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa71mzfsN .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa71mzfsN .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa71mzfsN .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa71mzfsN .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-taa71mzfsN .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-taa71mzfsN .popular {
  background-color: #cccccc;
}
.cid-taa71mzfsN .popular .price-top {
  background-color: #fff;
}
.cid-taa71mzfsN .popular .price-top:after {
  background-color: #fff;
}
.cid-taa71mzfsN .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa71mzfsN .popular .price-top h2,
.cid-taa71mzfsN .popular .price-top span,
.cid-taa71mzfsN .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa71mzfsN .popular .price-content ul *,
.cid-taa71mzfsN .popular .price-content ul .zmdi-close,
.cid-taa71mzfsN .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa71mzfsN H2 {
  text-align: center;
}
.cid-taa71mzfsN H4 {
  color: #c1c1c1;
}
.cid-taa71mzfsN UL {
  color: #4b4b4b;
}
.cid-taa71mzfsN .red {
  color: red;
}
.cid-rSoeYEY7iU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoeYEY7iU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoeYEY7iU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeYEY7iU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeYEY7iU .mbr-text,
.cid-rSoeYEY7iU .mbr-section-btn {
  color: #767676;
}
.cid-rSoeYEY7iU H1 {
  color: #4b4b4b;
}
.cid-rSoeYEY7iU H3 {
  color: #4b4b4b;
}
.cid-soJ6VSzmLM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f4f5;
}
.cid-soJ6VSzmLM .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-soJ6VSzmLM .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-soJ6VSzmLM .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-soJ6VSzmLM p {
  font-weight: 400;
}
.cid-soJ6VSzmLM .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-soJ6VSzmLM .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-soJ6VSzmLM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff0000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-soJ6VSzmLM .bg1 {
  background: #c1c1c1;
}
.cid-soJ6VSzmLM .bg2 {
  background: #cccccc;
}
.cid-soJ6VSzmLM .bg3 {
  background: #efefef;
}
.cid-soJ6VSzmLM .bg4 {
  background: #ffffff;
}
.cid-soJ6VSzmLM .card-wrapper {
  padding: 2rem 1rem;
  transition: background 0.3s;
}
.cid-soJ6VSzmLM .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-soJ6VSzmLM .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-soJ6VSzmLM .card-title,
.cid-soJ6VSzmLM .card-ico,
.cid-soJ6VSzmLM .line-wrap {
  text-align: center;
  color: #4b4b4b;
}
.cid-soJ6VSzmLM .mbr-text,
.cid-soJ6VSzmLM .card-link {
  text-align: center;
  color: #4b4b4b;
}
.cid-soJ6VSzmLM .price {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .cid-soJ6VSzmLM .row {
    padding: 0 1rem;
  }
}
.cid-s0kgl2ekHK {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s0kgl2ekHK .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0kgl2ekHK .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0kgl2ekHK .mbr-section-title {
  margin: 0;
}
.cid-s0kgl2ekHK .card-img {
  text-align: center;
}
.cid-s0kgl2ekHK .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0kgl2ekHK .row-item.card1 {
  background: #cccccc;
}
.cid-s0kgl2ekHK .row-item.card2 {
  background: #188ef4;
}
.cid-s0kgl2ekHK .row-item.card3 {
  background: #ff695c;
}
.cid-s0kgl2ekHK .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0kgl2ekHK .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0kgl2ekHK .card-img,
  .cid-s0kgl2ekHK .mbr-text,
  .cid-s0kgl2ekHK .mbr-card-title,
  .cid-s0kgl2ekHK .mbr-section-subtitle,
  .cid-s0kgl2ekHK .mbr-section-title,
  .cid-s0kgl2ekHK .underline {
    text-align: center !important;
  }
}
.cid-s0kgl2ekHK .smtxt {
  font-size: ;
}
.cid-s0kgl2ekHK .card1 > .mbr-text,
.cid-s0kgl2ekHK .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0kgl2ekHK {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgl2ekHK .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-WEBSITE hr {
  margin: 0;
}
.cid-s0jocHy6KO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jocHy6KO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s0jocHy6KO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jocHy6KO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s0jocHy6KO .mbr-text,
.cid-s0jocHy6KO .mbr-section-btn {
  color: #767676;
}
.cid-s0jocHy6KO H1 {
  color: #4b4b4b;
}
.cid-s0jocHy6KO H3 {
  color: #4b4b4b;
}
.cid-s4lXeLZSsR {
  background-image: url("../../../assets/images/imac05smcompress-3.jpeg");
}
.cid-s4lXeLZSsR .block {
  height: 544px;
}
@media (max-width: 992px) {
  .cid-s4lXeLZSsR .block {
    height: 272px;
  }
}
.cid-rSoeRIPGTa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSoeRIPGTa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSoeRIPGTa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeRIPGTa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSoeRIPGTa .mbr-text,
.cid-rSoeRIPGTa .mbr-section-btn {
  color: #767676;
}
.cid-rSoeRIPGTa H1 {
  color: #4b4b4b;
}
.cid-rSoeRIPGTa H3 {
  color: #4b4b4b;
}
.cid-rSojhv8v4V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSojhv8v4V .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rSojhv8v4V .card-img span {
  font-size: 2rem;
  color: #f3f4f5;
}
.cid-rSojhv8v4V .card {
  margin-bottom: 1rem;
}
.cid-rSojhv8v4V .card-title,
.cid-rSojhv8v4V .card-img {
  text-align: center;
  color: #4b4b4b;
}
.cid-rSojhv8v4V .row {
  justify-content: center;
}
.cid-s0jmUZe496 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0jmUZe496 .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s0jmUZe496 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-s0jmUZe496 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0jmUZe496 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0jmUZe496 .card .card-wrapper {
  height: 1%;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-s0jmUZe496 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s0jmUZe496 .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-s0jmUZe496 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s0jmUZe496 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0jmUZe496 .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0jmUZe496 .mbr-card-text,
.cid-s0jmUZe496 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0jmUZe496 .mbr-section-title,
.cid-s0jmUZe496 .underline {
  text-align: center;
  color: #4b4b4b;
}
.cid-s0jmUZe496 .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-taa77RFq8V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa77RFq8V .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa77RFq8V body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa77RFq8V .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa77RFq8V .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa77RFq8V .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa77RFq8V .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa77RFq8V .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa77RFq8V .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa77RFq8V .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa77RFq8V .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa77RFq8V .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa77RFq8V .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa77RFq8V .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa77RFq8V .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa77RFq8V .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa77RFq8V .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa77RFq8V .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa77RFq8V .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa77RFq8V .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa77RFq8V .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa77RFq8V .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-taa77RFq8V .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-taa77RFq8V .popular {
  background-color: #cccccc;
}
.cid-taa77RFq8V .popular .price-top {
  background-color: #fff;
}
.cid-taa77RFq8V .popular .price-top:after {
  background-color: #fff;
}
.cid-taa77RFq8V .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa77RFq8V .popular .price-top h2,
.cid-taa77RFq8V .popular .price-top span,
.cid-taa77RFq8V .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa77RFq8V .popular .price-content ul *,
.cid-taa77RFq8V .popular .price-content ul .zmdi-close,
.cid-taa77RFq8V .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa77RFq8V H2 {
  text-align: center;
  color: #4b4b4b;
}
.cid-taa77RFq8V H4 {
  color: #c1c1c1;
}
.cid-taa77RFq8V UL {
  color: #4b4b4b;
}
.cid-taa77RFq8V .red {
  color: red;
}
.cid-s1lV2krjrc {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s1lV2krjrc .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s1lV2krjrc .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s1lV2krjrc .mbr-section-title {
  margin: 0;
}
.cid-s1lV2krjrc .card-img {
  text-align: center;
}
.cid-s1lV2krjrc .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s1lV2krjrc .row-item.card1 {
  background: #cccccc;
}
.cid-s1lV2krjrc .row-item.card2 {
  background: #188ef4;
}
.cid-s1lV2krjrc .row-item.card3 {
  background: #ff695c;
}
.cid-s1lV2krjrc .row-item.card4 {
  background: #2bdc9d;
}
.cid-s1lV2krjrc .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s1lV2krjrc .card-img,
  .cid-s1lV2krjrc .mbr-text,
  .cid-s1lV2krjrc .mbr-card-title,
  .cid-s1lV2krjrc .mbr-section-subtitle,
  .cid-s1lV2krjrc .mbr-section-title,
  .cid-s1lV2krjrc .underline {
    text-align: center !important;
  }
}
.cid-s1lV2krjrc .smtxt {
  font-size: ;
}
.cid-s1lV2krjrc .card1 > .mbr-text,
.cid-s1lV2krjrc .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s1lV2krjrc {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s1lV2krjrc .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-FLOOR hr {
  margin: 0;
}
.cid-rSof2plML2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSof2plML2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSof2plML2 h3:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSof2plML2 h3:after {
  position: absolute;
  content: '';
  right: -100px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSof2plML2 .mbr-text,
.cid-rSof2plML2 .mbr-section-btn {
  color: #767676;
}
.cid-rSof2plML2 H1 {
  color: #4b4b4b;
}
.cid-rSof2plML2 H3 {
  color: #4b4b4b;
}
.cid-s4lY3E3XTL {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-s4lY3E3XTL .block {
  height: 416px;
}
@media (max-width: 992px) {
  .cid-s4lY3E3XTL .block {
    height: 208px;
  }
}
.cid-rSof4N67GE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSof4N67GE .mbr-section-subtitle {
  color: #767676;
}
.cid-rSof4N67GE .mbr-section-title {
  color: #4b4b4b;
  text-align: left;
}
.cid-s0khp4DNN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s0khp4DNN9 .container-fluid {
  padding: 0 3rem;
  width: 75%;
}
.cid-s0khp4DNN9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
.cid-s0khp4DNN9 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0khp4DNN9 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0khp4DNN9 .card .card-wrapper {
  height: 1%;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0px;
  z-index: 1;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-s0khp4DNN9 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s0khp4DNN9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0khp4DNN9 .card-img > .img-name {
  color: #4b4b4b;
  text-align: center;
}
.cid-s0khp4DNN9 .mbr-card-text,
.cid-s0khp4DNN9 .mbr-section-btn {
  color: #4b4b4b;
}
.cid-s0khp4DNN9 .mbr-section-title,
.cid-s0khp4DNN9 .underline {
  text-align: center;
  color: #4b4b4b;
}
.cid-s0khp4DNN9 .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-s0khp4DNN9 .img-text {
  text-align: left;
}
.cid-taa7dl8sBg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa7dl8sBg .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa7dl8sBg body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa7dl8sBg .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa7dl8sBg .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa7dl8sBg .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa7dl8sBg .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa7dl8sBg .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa7dl8sBg .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa7dl8sBg .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa7dl8sBg .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa7dl8sBg .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa7dl8sBg .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa7dl8sBg .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa7dl8sBg .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa7dl8sBg .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa7dl8sBg .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa7dl8sBg .price-item .price-content1 {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa7dl8sBg .price-item .price-content1 li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa7dl8sBg .price-item .price-content1 li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa7dl8sBg .price-item .price-content1 li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa7dl8sBg .price-item .price-content1 .zmdi-check {
  color: #28a745;
}
.cid-taa7dl8sBg .price-item .price-content1 .zmdi-close {
  color: #f00;
}
.cid-taa7dl8sBg .popular {
  background-color: #cccccc;
}
.cid-taa7dl8sBg .popular .price-top {
  background-color: #fff;
}
.cid-taa7dl8sBg .popular .price-top:after {
  background-color: #fff;
}
.cid-taa7dl8sBg .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa7dl8sBg .popular .price-top h2,
.cid-taa7dl8sBg .popular .price-top span,
.cid-taa7dl8sBg .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa7dl8sBg .popular .price-content1 ul *,
.cid-taa7dl8sBg .popular .price-content1 ul .zmdi-close,
.cid-taa7dl8sBg .popular .price-content1 ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa7dl8sBg H2 {
  text-align: center;
}
.cid-taa7dl8sBg H4 {
  color: #c1c1c1;
}
.cid-taa7dl8sBg UL {
  color: #4b4b4b;
}
.cid-taa7dl8sBg .red {
  color: red;
}
.cid-rSofL9Oesa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofL9Oesa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofL9Oesa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofL9Oesa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofL9Oesa .mbr-text,
.cid-rSofL9Oesa .mbr-section-btn {
  color: #767676;
}
.cid-rSofL9Oesa H1 {
  color: #4b4b4b;
}
.cid-rSofL9Oesa H3 {
  color: #4b4b4b;
}
.cid-rSohp9FoBo {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #f3f4f5;
}
.cid-rSohp9FoBo .plan-body .btn-bgr {
  z-index: 0;
  margin: 0 auto;
}
.cid-rSohp9FoBo .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.cid-rSohp9FoBo .list-group-item {
  padding: .75rem 0rem;
}
.cid-rSohp9FoBo .plan-subtitle {
  color: #66458e;
}
.cid-rSohp9FoBo .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-rSohp9FoBo .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rSohp9FoBo .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rSohp9FoBo .plan .mbr-overlay {
  background: #f9f9f9;
  opacity: 1;
}
.cid-rSohp9FoBo .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rSohp9FoBo .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rSohp9FoBo .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rSohp9FoBo .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rSohp9FoBo .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rSohp9FoBo .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rSohp9FoBo .plan {
    margin-bottom: 30px;
  }
}
.cid-rSohp9FoBo .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rSohp9FoBo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rSohp9FoBo .plan-title {
  color: #4b4b4b;
}
.cid-rSohp9FoBo .price-figure {
  color: #232323;
}
.cid-rSohp9FoBo .price-term {
  color: #767676;
  text-align: center;
}
.cid-rSohp9FoBo LI {
  color: #767676;
}
.cid-rSohp9FoBo .plan-price {
  color: #4b4b4b;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSohp9FoBo .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSohp9FoBo .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSohp9FoBo .price-figure {
    font-size: x-large;
  }
}
.cid-s4DaHkF4N9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f4f5;
}
.cid-s4DaHkF4N9 .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s4DaHkF4N9 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s4DaHkF4N9 .mbr-section-title {
  margin: 0;
}
.cid-s4DaHkF4N9 .card-img {
  text-align: center;
}
.cid-s4DaHkF4N9 .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s4DaHkF4N9 .row-item.card1 {
  background: #cccccc;
}
.cid-s4DaHkF4N9 .row-item.card2 {
  background: #188ef4;
}
.cid-s4DaHkF4N9 .row-item.card3 {
  background: #ff695c;
}
.cid-s4DaHkF4N9 .row-item.card4 {
  background: #2bdc9d;
}
.cid-s4DaHkF4N9 .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s4DaHkF4N9 .card-img,
  .cid-s4DaHkF4N9 .mbr-text,
  .cid-s4DaHkF4N9 .mbr-card-title,
  .cid-s4DaHkF4N9 .mbr-section-subtitle,
  .cid-s4DaHkF4N9 .mbr-section-title,
  .cid-s4DaHkF4N9 .underline {
    text-align: center !important;
  }
}
.cid-s4DaHkF4N9 .smtxt {
  font-size: ;
}
.cid-s4DaHkF4N9 .card1 > .mbr-text,
.cid-s4DaHkF4N9 .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s4DaHkF4N9 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s4DaHkF4N9 .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
.cid-s0kgZLak2y {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f4f5;
}
.cid-s0kgZLak2y .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0kgZLak2y .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0kgZLak2y .mbr-section-title {
  margin: 0;
}
.cid-s0kgZLak2y .card-img {
  text-align: center;
}
.cid-s0kgZLak2y .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0kgZLak2y .row-item.card1 {
  background: #cccccc;
}
.cid-s0kgZLak2y .row-item.card2 {
  background: #188ef4;
}
.cid-s0kgZLak2y .row-item.card3 {
  background: #ff695c;
}
.cid-s0kgZLak2y .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0kgZLak2y .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0kgZLak2y .card-img,
  .cid-s0kgZLak2y .mbr-text,
  .cid-s0kgZLak2y .mbr-card-title,
  .cid-s0kgZLak2y .mbr-section-subtitle,
  .cid-s0kgZLak2y .mbr-section-title,
  .cid-s0kgZLak2y .underline {
    text-align: center !important;
  }
}
.cid-s0kgZLak2y .smtxt {
  font-size: ;
}
.cid-s0kgZLak2y .card1 > .mbr-text,
.cid-s0kgZLak2y .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0kgZLak2y {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0kgZLak2y .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
#RED-ZILLOW hr {
  margin: 0;
}
.cid-s2Fx61dIWv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2Fx61dIWv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2Fx61dIWv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2Fx61dIWv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2Fx61dIWv .mbr-text,
.cid-s2Fx61dIWv .mbr-section-btn {
  color: #767676;
}
.cid-s2Fx61dIWv H1 {
  color: #4b4b4b;
}
.cid-s2Fx61dIWv H3 {
  color: #4b4b4b;
}
.cid-s08qct2D1D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s08qct2D1D h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s08qct2D1D h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qct2D1D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qct2D1D .mbr-text,
.cid-s08qct2D1D .mbr-section-btn {
  color: #767676;
}
.cid-s08qct2D1D H1 {
  color: #4b4b4b;
}
.cid-s08qct2D1D H3 {
  color: #4b4b4b;
}
.cid-s4lYf6vCBr .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s4lYf6vCBr .block {
    height: 320px;
  }
}
.cid-taa7nc6acZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa7nc6acZ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa7nc6acZ body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa7nc6acZ .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa7nc6acZ .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa7nc6acZ .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa7nc6acZ .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa7nc6acZ .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa7nc6acZ .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa7nc6acZ .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa7nc6acZ .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa7nc6acZ .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa7nc6acZ .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa7nc6acZ .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa7nc6acZ .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa7nc6acZ .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa7nc6acZ .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa7nc6acZ .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa7nc6acZ .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa7nc6acZ .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa7nc6acZ .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa7nc6acZ .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-taa7nc6acZ .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-taa7nc6acZ .popular {
  background-color: #cccccc;
}
.cid-taa7nc6acZ .popular .price-top {
  background-color: #fff;
}
.cid-taa7nc6acZ .popular .price-top:after {
  background-color: #fff;
}
.cid-taa7nc6acZ .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa7nc6acZ .popular .price-top h2,
.cid-taa7nc6acZ .popular .price-top span,
.cid-taa7nc6acZ .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa7nc6acZ .popular .price-content ul *,
.cid-taa7nc6acZ .popular .price-content ul .zmdi-close,
.cid-taa7nc6acZ .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa7nc6acZ H2 {
  text-align: center;
}
.cid-taa7nc6acZ H4 {
  color: #c1c1c1;
}
.cid-taa7nc6acZ UL {
  color: #4b4b4b;
}
.cid-taa7nc6acZ .red {
  color: red;
}
.cid-soJ83UkYbl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-soJ83UkYbl .mbr-text,
.cid-soJ83UkYbl blockquote {
  color: #767676;
}
.cid-soJ83UkYbl .mbr-text P {
  text-align: center;
}
.cid-soJ83UkYbl .mbr-text {
  color: #4b4b4b;
}
#RED-CLOUDPANO hr {
  margin: 0;
}
.cid-s2FxdIO96L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2FxdIO96L h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2FxdIO96L h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxdIO96L h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxdIO96L .mbr-text,
.cid-s2FxdIO96L .mbr-section-btn {
  color: #767676;
}
.cid-s2FxdIO96L H1 {
  color: #4b4b4b;
}
.cid-s2FxdIO96L H3 {
  color: #4b4b4b;
}
.cid-s08qmf7fgN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s08qmf7fgN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s08qmf7fgN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qmf7fgN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s08qmf7fgN .mbr-text,
.cid-s08qmf7fgN .mbr-section-btn {
  color: #767676;
}
.cid-s08qmf7fgN H1 {
  color: #4b4b4b;
}
.cid-s08qmf7fgN H3 {
  color: #4b4b4b;
}
.cid-s4lYg8e6xp {
  background-image: url("../../../assets/images/b-cp-1.jpg");
}
.cid-s4lYg8e6xp .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s4lYg8e6xp .block {
    height: 320px;
  }
}
.cid-taa7sew04p {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa7sew04p .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa7sew04p body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa7sew04p .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa7sew04p .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa7sew04p .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa7sew04p .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa7sew04p .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa7sew04p .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa7sew04p .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa7sew04p .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa7sew04p .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa7sew04p .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa7sew04p .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa7sew04p .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa7sew04p .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa7sew04p .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa7sew04p .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa7sew04p .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa7sew04p .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa7sew04p .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa7sew04p .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-taa7sew04p .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-taa7sew04p .popular {
  background-color: #cccccc;
}
.cid-taa7sew04p .popular .price-top {
  background-color: #fff;
}
.cid-taa7sew04p .popular .price-top:after {
  background-color: #fff;
}
.cid-taa7sew04p .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa7sew04p .popular .price-top h2,
.cid-taa7sew04p .popular .price-top span,
.cid-taa7sew04p .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa7sew04p .popular .price-content ul *,
.cid-taa7sew04p .popular .price-content ul .zmdi-close,
.cid-taa7sew04p .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa7sew04p H2 {
  text-align: center;
}
.cid-taa7sew04p H4 {
  color: #c1c1c1;
}
.cid-taa7sew04p UL {
  color: #4b4b4b;
}
.cid-taa7sew04p .red {
  color: red;
}
.cid-sbZlL6RqKI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-sbZlL6RqKI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sbZlL6RqKI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbZlL6RqKI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sbZlL6RqKI .mbr-text,
.cid-sbZlL6RqKI .mbr-section-btn {
  color: #767676;
}
.cid-sbZlL6RqKI H1 {
  color: #4b4b4b;
}
.cid-sbZlL6RqKI H3 {
  color: #4b4b4b;
}
.cid-sbZlQTd5yn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f3f4f5;
}
.cid-sbZlQTd5yn .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbZlQTd5yn .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbZlQTd5yn .list-group-item {
  padding: .75rem 0rem;
}
.cid-sbZlQTd5yn .plan-subtitle {
  color: #66458e;
}
.cid-sbZlQTd5yn .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-sbZlQTd5yn .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-sbZlQTd5yn .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-sbZlQTd5yn .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-sbZlQTd5yn .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-sbZlQTd5yn .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-sbZlQTd5yn .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbZlQTd5yn .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbZlQTd5yn .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbZlQTd5yn .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-sbZlQTd5yn .plan {
    margin-bottom: 30px;
  }
}
.cid-sbZlQTd5yn .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbZlQTd5yn .plan-title {
  color: #4b4b4b;
}
.cid-sbZlQTd5yn .price-figure {
  color: #232323;
}
.cid-sbZlQTd5yn .price-term {
  color: #767676;
  text-align: center;
}
.cid-sbZlQTd5yn LI {
  color: #767676;
}
.cid-sbZlQTd5yn .plan-price {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-sbZlQTd5yn .price-figure {
    font-size: x-large;
  }
}
#RED-MATTERPORT hr {
  margin: 0;
}
.cid-s2FxnUp0Pl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-s2FxnUp0Pl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s2FxnUp0Pl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxnUp0Pl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s2FxnUp0Pl .mbr-text,
.cid-s2FxnUp0Pl .mbr-section-btn {
  color: #767676;
}
.cid-s2FxnUp0Pl H1 {
  color: #4b4b4b;
}
.cid-s2FxnUp0Pl H3 {
  color: #4b4b4b;
}
.cid-rSofMHPB3D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofMHPB3D h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofMHPB3D h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofMHPB3D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofMHPB3D .mbr-text,
.cid-rSofMHPB3D .mbr-section-btn {
  color: #767676;
}
.cid-rSofMHPB3D H1 {
  color: #4b4b4b;
}
.cid-rSofMHPB3D H3 {
  color: #4b4b4b;
}
.cid-s4lYhgBXHx .block {
  height: 640px;
}
@media (max-width: 992px) {
  .cid-s4lYhgBXHx .block {
    height: 320px;
  }
}
.cid-taa7w7U8zc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-taa7w7U8zc .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-taa7w7U8zc body {
  background: #eee;
  margin-top: 20px;
  color: #4b4b4b !important;
}
.cid-taa7w7U8zc .price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: ;
  border: 0px solid #cccccc;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-taa7w7U8zc .price-tabs {
    margin-bottom: 60px;
  }
  .cid-taa7w7U8zc .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .cid-taa7w7U8zc .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .cid-taa7w7U8zc .price-item .price-top {
    margin: 0 -20px;
    border-radius: ;
  }
  .cid-taa7w7U8zc .price-item .price-top:after {
    border-radius: ;
  }
}
.cid-taa7w7U8zc .price-tabs .nav-link {
  color: #4b4b4b !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cid-taa7w7U8zc .price-tabs .nav-link.active {
  border: 1px solid red;
  background-color: #cccccc;
  color: #fff;
}
.cid-taa7w7U8zc .price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: ;
}
.cid-taa7w7U8zc .price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #cccccc;
  border-radius: ;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.cid-taa7w7U8zc .price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: ;
  background-color: #cccccc;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
.cid-taa7w7U8zc .price-item .price-top * {
  color: #4b4b4b;
}
.cid-taa7w7U8zc .price-item .price-top h2 {
  font-weight: 700;
}
.cid-taa7w7U8zc .price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.cid-taa7w7U8zc .price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.cid-taa7w7U8zc .price-item .price-content li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taa7w7U8zc .price-item .price-content li {
    padding-left: 2px;
    text-align: left;
  }
  .cid-taa7w7U8zc .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.cid-taa7w7U8zc .price-item .price-content .zmdi-check {
  color: #28a745;
}
.cid-taa7w7U8zc .price-item .price-content .zmdi-close {
  color: #f00;
}
.cid-taa7w7U8zc .popular {
  background-color: #cccccc;
}
.cid-taa7w7U8zc .popular .price-top {
  background-color: #fff;
}
.cid-taa7w7U8zc .popular .price-top:after {
  background-color: #fff;
}
.cid-taa7w7U8zc .popular .price-top h4 {
  color: #4b4b4b;
}
.cid-taa7w7U8zc .popular .price-top h2,
.cid-taa7w7U8zc .popular .price-top span,
.cid-taa7w7U8zc .popular .price-top sup {
  color: #4b4b4b;
}
.cid-taa7w7U8zc .popular .price-content ul *,
.cid-taa7w7U8zc .popular .price-content ul .zmdi-close,
.cid-taa7w7U8zc .popular .price-content ul .zmdi-check {
  color: #4b4b4b !important;
}
.cid-taa7w7U8zc H2 {
  text-align: center;
}
.cid-taa7w7U8zc H4 {
  color: #c1c1c1;
}
.cid-taa7w7U8zc UL {
  color: #4b4b4b;
}
.cid-taa7w7U8zc .red {
  color: red;
}
.cid-rSofPEAM1p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofPEAM1p h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofPEAM1p h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofPEAM1p h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofPEAM1p .mbr-text,
.cid-rSofPEAM1p .mbr-section-btn {
  color: #767676;
}
.cid-rSofPEAM1p H1 {
  color: #4b4b4b;
}
.cid-rSofPEAM1p H3 {
  color: #4b4b4b;
}
.cid-rSohJPUg0n {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f3f4f5;
}
.cid-rSohJPUg0n .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rSohJPUg0n .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rSohJPUg0n .list-group-item {
  padding: .75rem 0rem;
}
.cid-rSohJPUg0n .plan-subtitle {
  color: #66458e;
}
.cid-rSohJPUg0n .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-rSohJPUg0n .price-term .term {
  display: inline-block;
  background: #ff0000;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rSohJPUg0n .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rSohJPUg0n .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rSohJPUg0n .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rSohJPUg0n .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rSohJPUg0n .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rSohJPUg0n .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rSohJPUg0n .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rSohJPUg0n .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rSohJPUg0n .plan {
    margin-bottom: 30px;
  }
}
.cid-rSohJPUg0n .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rSohJPUg0n .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rSohJPUg0n .plan-title {
  color: #4b4b4b;
}
.cid-rSohJPUg0n .price-figure {
  color: #232323;
}
.cid-rSohJPUg0n .price-term {
  color: #767676;
  text-align: center;
}
.cid-rSohJPUg0n LI {
  color: #767676;
}
.cid-rSohJPUg0n .plan-price {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-rSohJPUg0n .price-figure {
    font-size: x-large;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-rSohJPUg0n .price-figure {
    font-size: x-large;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-rSohJPUg0n .price-figure {
    font-size: x-large;
  }
}
#hrblock-block-8v hr {
  margin: 0;
}
.cid-rSofQF5BQX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-rSofQF5BQX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSofQF5BQX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofQF5BQX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSofQF5BQX .mbr-text,
.cid-rSofQF5BQX .mbr-section-btn {
  color: #767676;
}
.cid-rSofQF5BQX H1 {
  color: #4b4b4b;
}
.cid-rSofQF5BQX H3 {
  color: #4b4b4b;
}
.cid-rSohM1AEJv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-rSohM1AEJv .mbr-section-subtitle {
  color: #767676;
}
.cid-rSohM1AEJv .mbr-section-title {
  color: #4b4b4b;
}
.cid-s0oavQwX4z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}
.cid-s0oavQwX4z .nav-tabs .nav-item.open .nav-link:focus,
.cid-s0oavQwX4z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s0oavQwX4z .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-s0oavQwX4z .nav-tabs .nav-item {
  padding: 0.8rem 0.1rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-s0oavQwX4z .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-s0oavQwX4z .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s0oavQwX4z .nav {
  flex-direction: column;
}
.cid-s0oavQwX4z .nav-tabs .nav-link {
  padding: 0.2rem 0.1rem;
  color: #4b4b4b;
  font-style: normal;
  font-weight: 400;
  transition: all .5s;
  border: none;
  border-left: 3px solid transparent;
}
.cid-s0oavQwX4z .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0000;
  border-left: 3px solid #ff0000;
}
.cid-s0oavQwX4z .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #ff0000;
  font-style: normal;
  border-left: 3px solid #ff0000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-s0oavQwX4z .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-s0oavQwX4z .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s0oavQwX4z p {
    padding-left: 0rem;
  }
  .cid-s0oavQwX4z .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-s0oavQwX4z .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-s0oavQwX4z .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s0oavQwX4z .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s0oavQwX4z p {
    padding-left: 0rem;
  }
}
.cid-s0ocUxo9im {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f4f5;
}
.cid-s0ocUxo9im .container-fluid {
  padding: 0 3rem;
  width: 92%;
}
.cid-s0ocUxo9im .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0ocUxo9im .mbr-section-title {
  margin: 0;
}
.cid-s0ocUxo9im .card-img {
  text-align: center;
}
.cid-s0ocUxo9im .row-item {
  padding-bottom: 1rem;
  padding: 1rem 1rem;
}
.cid-s0ocUxo9im .row-item.card1 {
  background: #cccccc;
}
.cid-s0ocUxo9im .row-item.card2 {
  background: #188ef4;
}
.cid-s0ocUxo9im .row-item.card3 {
  background: #ff695c;
}
.cid-s0ocUxo9im .row-item.card4 {
  background: #2bdc9d;
}
.cid-s0ocUxo9im .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0ocUxo9im .card-img,
  .cid-s0ocUxo9im .mbr-text,
  .cid-s0ocUxo9im .mbr-card-title,
  .cid-s0ocUxo9im .mbr-section-subtitle,
  .cid-s0ocUxo9im .mbr-section-title,
  .cid-s0ocUxo9im .underline {
    text-align: center !important;
  }
}
.cid-s0ocUxo9im .smtxt {
  font-size: x-large;
}
.cid-s0ocUxo9im .card1 > .mbr-text,
.cid-s0ocUxo9im .card1 > .mbr-section-btn {
  color: #4b4b4b;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-s0ocUxo9im {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-s0ocUxo9im .container-fluid {
    padding: 0 3rem;
    width: 100%;
  }
}
.cid-rSnxyrXyb0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #eaeaea;
}
.cid-rSnxyrXyb0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSnxyrXyb0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #656565;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rSnxyrXyb0 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rSnxyrXyb0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-rSnxyrXyb0 .mbr-iconfont-social:hover:before {
  background: red;
  transition: all .3s;
  border-color: transparent;
}
.cid-rSnxyrXyb0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rSnxyrXyb0 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rSnxysCAjo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eaeaea;
}
.cid-rSnxysCAjo p {
  text-align: center;
}
.cid-rSnxysCAjo .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rSnxysCAjo .btn-underline:hover {
  color: red !important;
}
.cid-rSnxysCAjo .btn-underline:before {
  background-color: red !important;
}
.cid-rSnxysCAjo .social-list a:focus {
  text-decoration: underline !important;
}
.cid-rSnxysCAjo .text-copyright {
  width: 100%;
  color: #4b4b4b;
}
.cid-rSnxysCAjo .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rSnxysCAjo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rSnxysCAjo .logo-footer {
  line-height: normal;
}
.cid-rSnxysCAjo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSnxysCAjo .social-btns {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSnxysCAjo .mbr-section-btn {
  font-size: 16px;
}
.cid-rSnxysCAjo .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rSnxysCAjo .phone {
  color: red;
}
.cid-t92vjlogJz .hidden {
  display: none;
}
.cid-t92vjlogJz .witsec-socialbar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-t92vjlogJz .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1.4rem;
  border-radius: 0%;
}
.cid-t92vjlogJz .witsec-socialbar .icon {
  margin: 0rem;
}
.cid-t92vjlogJz .witsec-socialbar a:hover {
  background-color: #fc0000;
}
.cid-t92vjlogJz .witsec-socialbar .icon1 {
  background: #3b5998;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon2 {
  background: #ff7f9f;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-t92vjlogJz .witsec-socialbar .icon6 {
  background: #c1c1c1;
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-t92vjlogJz .witsec-socialbar {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-t92vjlogJz .witsec-socialbar {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-t92vjlogJz .witsec-socialbar {
    display: none;
  }
}
.cid-tFJXcdETWU .mcolor {
  color: 4b4b4b !important;
}
.cid-tFJXcdETWU .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tFJXcdETWU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFJXcdETWU .red {
  color: #ff0000 !important;
}
.cid-tFJXcdETWU .nav-item,
.cid-tFJXcdETWU .nav-link,
.cid-tFJXcdETWU .navbar-caption {
  font-weight: normal;
}
.cid-tFJXcdETWU .nav-item:focus,
.cid-tFJXcdETWU .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tFJXcdETWU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tFJXcdETWU .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJXcdETWU .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tFJXcdETWU .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tFJXcdETWU .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tFJXcdETWU .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tFJXcdETWU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJXcdETWU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tFJXcdETWU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJXcdETWU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJXcdETWU .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-tFJXcdETWU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFJXcdETWU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFJXcdETWU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tFJXcdETWU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJXcdETWU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tFJXcdETWU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFJXcdETWU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFJXcdETWU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJXcdETWU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tFJXcdETWU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFJXcdETWU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFJXcdETWU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFJXcdETWU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFJXcdETWU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFJXcdETWU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFJXcdETWU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFJXcdETWU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJXcdETWU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJXcdETWU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJXcdETWU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJXcdETWU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJXcdETWU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFJXcdETWU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJXcdETWU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJXcdETWU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJXcdETWU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJXcdETWU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJXcdETWU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tFJXcdETWU .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tFJXcdETWU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJXcdETWU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFJXcdETWU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJXcdETWU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJXcdETWU .dropdown-item.active,
.cid-tFJXcdETWU .dropdown-item:active {
  background-color: white !important;
}
.cid-tFJXcdETWU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJXcdETWU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJXcdETWU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJXcdETWU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tFJXcdETWU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tFJXcdETWU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tFJXcdETWU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJXcdETWU .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tFJXcdETWU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJXcdETWU .navbar-buttons {
  text-align: center;
}
.cid-tFJXcdETWU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJXcdETWU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJXcdETWU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJXcdETWU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJXcdETWU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJXcdETWU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJXcdETWU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJXcdETWU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJXcdETWU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJXcdETWU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJXcdETWU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJXcdETWU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJXcdETWU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tFJXcdETWU .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJXcdETWU .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJXcdETWU .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-tFJXcdETWU a.nav-link,
.cid-tFJXcdETWU a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tFJXcdETWU a.nav-link .mbr-iconfont-btn,
.cid-tFJXcdETWU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJXcdETWU a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJXcdETWU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJXcdETWU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJXcdETWU .navbar {
    height: 77px;
  }
  .cid-tFJXcdETWU .navbar.opened {
    height: auto;
  }
  .cid-tFJXcdETWU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1440px) {
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1980px) {
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tFJXcdETWU .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFJXcdETWU .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tFJXcdETWU .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tFJXcdETWU .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFJXcdETWU .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tFJXcdETWU .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tFJXcdETWU .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFJXcdETWU .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tFJXcdETWU .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tFJXcdETWU .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFJXcdETWU .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFJXcdETWU .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tFJXcdETWU .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFJXcdETWU .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tFJXcdETWU .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tFJXceoXzI {
  padding-top: 615px;
  padding-bottom: 1020px;
  background-image: url("../../../assets/images/200717-1309-5383-v00-avec-charlotte.jpg");
  padding-top: 205px;
  padding-bottom: 340px;
}
.cid-tFJXceoXzI .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFJXceoXzI .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFJXceoXzI .align-center {
    text-align: center;
  }
}
.cid-tFJXceoXzI h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFJXceoXzI .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFJXceoXzI .row {
    margin: 0;
  }
}
.cid-tFJXceoXzI .btn {
  margin-left: 0rem;
}
.cid-tFJXceoXzI .mbr-section-title,
.cid-tFJXceoXzI .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXceoXzI .mbr-text,
.cid-tFJXceoXzI .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXceoXzI .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 40%;
  margin-left: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-left: 50px;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFJXceoXzI .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXceoXzI .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXceoXzI .display-1 {
    font-size: xx-large !important;
  }
}
.cid-tFJXceBXAA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFJXceBXAA .mbr-section-subtitle {
  color: #767676;
}
.cid-tFJXceBXAA .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFJXceNObN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFJXceNObN .mbr-text,
.cid-tFJXceNObN blockquote {
  color: #767676;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFJXceNObN .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXceNObN .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFJXceNObN .mbr-text {
    font-size: medium !important;
  }
}
.cid-tFJXceNObN .mbr-text {
  color: #4b4b4b;
}
.cid-tFJXceWep7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFJXceWep7 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tFJXceWep7 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tFJXceWep7 .link-wrapper .mbr-iconfont {
  border: 1px solid #454545;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #454545;
}
.cid-tFJXceWep7 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tFJXceWep7 .card-wrapper {
  background: #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJXceWep7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tFJXceWep7 .first:hover:before {
  content: none;
}
.cid-tFJXceWep7 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tFJXceWep7 .last:hover:after {
  content: none;
}
.cid-tFJXceWep7 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tFJXceWep7 .mbr-section-text {
  color: #f3f4f5;
}
.cid-tFJXceWep7 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tFJXceWep7 .card .img-wrapper {
  overflow: hidden;
}
.cid-tFJXceWep7 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tFJXceWep7 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tFJXceWep7 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-tFJXceWep7 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tFJXceWep7 .mbr-section-title {
  color: #454545;
}
.cid-tFJXcfpkBp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFJXcfpkBp .mbr-text,
.cid-tFJXcfpkBp blockquote {
  color: #767676;
}
.cid-tFJXcfpkBp .mbr-text {
  color: #4b4b4b;
}
.cid-tFJXcfygGw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFJXcfygGw blockquote {
  border-color: #ff3a46;
  border-radius: 4px;
  background-color: #e2e2e2;
}
#hrblock-block-1qq hr {
  margin: 0;
}
.cid-tFJXcfL6hT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f3f4f5;
}
.cid-tFJXcfL6hT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFJXcfL6hT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFJXcfL6hT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFJXcfL6hT .mbr-text,
.cid-tFJXcfL6hT .mbr-section-btn {
  color: #767676;
}
.cid-tFJXcfL6hT H1 {
  color: #4b4b4b;
}
.cid-tFJXcfL6hT H3 {
  color: #4b4b4b;
}
.cid-tFJXcfL6hT H2 {
  color: #4b4b4b;
}
.cid-tFJXcfXVGM {
  padding-top: 225px;
  padding-bottom: 225px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-tFJXcfXVGM .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFJXcfXVGM .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFJXcfXVGM .align-center {
    text-align: center;
  }
}
.cid-tFJXcfXVGM h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFJXcfXVGM .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFJXcfXVGM .row {
    margin: 0;
  }
}
.cid-tFJXcfXVGM .btn {
  margin-left: 0rem;
}
.cid-tFJXcfXVGM .mbr-section-title,
.cid-tFJXcfXVGM .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXcfXVGM .mbr-text,
.cid-tFJXcfXVGM .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXcfXVGM .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 40%;
  margin-left: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-left: 50px;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFJXcfXVGM .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcfXVGM .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXcfXVGM .display-1 {
    font-size: xx-large !important;
  }
}
#hrblock-block-1qt hr {
  margin: 0;
}
.cid-tFJXcgesu9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFJXcgesu9 p {
  color: #767676;
}
.cid-tFJXcgesu9 .img-wrap {
  width: 90% !important;
  height: 100% !important;
}
.cid-tFJXcgesu9 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tFJXcgesu9 .row-element,
.cid-tFJXcgesu9 .image-element {
  padding: 0;
}
.cid-tFJXcgesu9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFJXcgesu9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.cid-tFJXcgesu9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tFJXcgesu9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tFJXcgesu9 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tFJXcgesu9 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFJXcgesu9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-tFJXcgesu9 .underline .line {
    height: 2px;
  }
  .cid-tFJXcgesu9 .mbr-title,
  .cid-tFJXcgesu9 .underline,
  .cid-tFJXcgesu9 .mbr-text,
  .cid-tFJXcgesu9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFJXcgesu9 .mbr-title,
.cid-tFJXcgesu9 .underline {
  color: #4b4b4b;
}
.cid-tFJXcgesu9 .mbr-text,
.cid-tFJXcgesu9 .mbr-section-btn {
  color: #4b4b4b;
}
#hrblock-block-1qv hr {
  margin: 0;
}
.cid-tFJXcgy5HG {
  padding-top: 300px;
  padding-bottom: 300px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-tFJXcgy5HG .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFJXcgy5HG .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFJXcgy5HG .align-center {
    text-align: center;
  }
}
.cid-tFJXcgy5HG h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFJXcgy5HG .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFJXcgy5HG .row {
    margin: 0;
  }
}
.cid-tFJXcgy5HG .btn {
  margin-left: 0rem;
}
.cid-tFJXcgy5HG .mbr-section-title,
.cid-tFJXcgy5HG .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXcgy5HG .mbr-text,
.cid-tFJXcgy5HG .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXcgy5HG .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 40%;
  margin-left: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFJXcgy5HG {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFJXcgy5HG .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXcgy5HG .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXcgy5HG .display-1 {
    font-size: xx-large !important;
  }
}
#hrblock-block-1qx hr {
  margin: 0;
}
.cid-tFJXcgRJAJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFJXcgRJAJ p {
  color: #767676;
}
.cid-tFJXcgRJAJ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tFJXcgRJAJ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tFJXcgRJAJ .row-element,
.cid-tFJXcgRJAJ .image-element {
  padding: 0;
}
.cid-tFJXcgRJAJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFJXcgRJAJ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tFJXcgRJAJ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tFJXcgRJAJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #adadad);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tFJXcgRJAJ .image-element {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tFJXcgRJAJ .image-element img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .cid-tFJXcgRJAJ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tFJXcgRJAJ .image-element {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tFJXcgRJAJ .image-element img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .cid-tFJXcgRJAJ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFJXcgRJAJ .text-content {
    padding: 2rem 1rem;
  }
  .cid-tFJXcgRJAJ .underline .line {
    height: 2px;
  }
  .cid-tFJXcgRJAJ .mbr-title,
  .cid-tFJXcgRJAJ .underline,
  .cid-tFJXcgRJAJ .mbr-text,
  .cid-tFJXcgRJAJ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFJXcgRJAJ .mbr-text,
.cid-tFJXcgRJAJ .mbr-section-btn {
  color: #4b4b4b;
}
.cid-tFJXcgRJAJ .mbr-title,
.cid-tFJXcgRJAJ .underline {
  color: #4b4b4b;
}
#hrblock-block-1qz hr {
  margin: 0;
}
.cid-tFJXchafKK {
  padding-top: 300px;
  padding-bottom: 300px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-tFJXchafKK .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFJXchafKK .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFJXchafKK .align-center {
    text-align: center;
  }
}
.cid-tFJXchafKK h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFJXchafKK .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFJXchafKK .row {
    margin: 0;
  }
}
.cid-tFJXchafKK .btn {
  margin-left: 0rem;
}
.cid-tFJXchafKK .mbr-section-title,
.cid-tFJXchafKK .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXchafKK .mbr-text,
.cid-tFJXchafKK .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFJXchafKK .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 40%;
  margin-left: 1400px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFJXchafKK {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFJXchafKK .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFJXchafKK .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFJXchafKK .display-1 {
    font-size: xx-large !important;
  }
}
.cid-tFJXchocz7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFJXchocz7 P {
  color: #767676;
}
.cid-tFJXchocz7 H1 {
  color: #4b4b4b;
}
.cid-tFJXchocz7 H3 {
  color: #4b4b4b;
}
#hrblock-block-1r2 hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQIMECR2O .mcolor {
  color: 4b4b4b !important;
}
.cid-tFQIMECR2O .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tFQIMECR2O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFQIMECR2O .red {
  color: #ff0000 !important;
}
.cid-tFQIMECR2O .nav-item,
.cid-tFQIMECR2O .nav-link,
.cid-tFQIMECR2O .navbar-caption {
  font-weight: normal;
}
.cid-tFQIMECR2O .nav-item:focus,
.cid-tFQIMECR2O .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tFQIMECR2O .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tFQIMECR2O .nav-item .nav-link {
    position: relative;
  }
  .cid-tFQIMECR2O .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tFQIMECR2O .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tFQIMECR2O .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tFQIMECR2O .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tFQIMECR2O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFQIMECR2O .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tFQIMECR2O .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFQIMECR2O .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFQIMECR2O .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-tFQIMECR2O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFQIMECR2O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFQIMECR2O .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tFQIMECR2O .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFQIMECR2O .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tFQIMECR2O .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFQIMECR2O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFQIMECR2O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFQIMECR2O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tFQIMECR2O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFQIMECR2O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFQIMECR2O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFQIMECR2O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFQIMECR2O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFQIMECR2O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFQIMECR2O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFQIMECR2O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFQIMECR2O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFQIMECR2O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFQIMECR2O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFQIMECR2O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFQIMECR2O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFQIMECR2O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFQIMECR2O .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFQIMECR2O .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFQIMECR2O .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFQIMECR2O .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFQIMECR2O .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tFQIMECR2O .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tFQIMECR2O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFQIMECR2O .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFQIMECR2O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFQIMECR2O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFQIMECR2O .dropdown-item.active,
.cid-tFQIMECR2O .dropdown-item:active {
  background-color: white !important;
}
.cid-tFQIMECR2O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFQIMECR2O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFQIMECR2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFQIMECR2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tFQIMECR2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tFQIMECR2O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tFQIMECR2O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFQIMECR2O .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tFQIMECR2O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFQIMECR2O .navbar-buttons {
  text-align: center;
}
.cid-tFQIMECR2O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFQIMECR2O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFQIMECR2O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFQIMECR2O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFQIMECR2O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFQIMECR2O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFQIMECR2O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFQIMECR2O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFQIMECR2O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFQIMECR2O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFQIMECR2O .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFQIMECR2O a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFQIMECR2O .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tFQIMECR2O .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFQIMECR2O .soc-item {
  margin: .5rem .3rem;
}
.cid-tFQIMECR2O .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-tFQIMECR2O a.nav-link,
.cid-tFQIMECR2O a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tFQIMECR2O a.nav-link .mbr-iconfont-btn,
.cid-tFQIMECR2O a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFQIMECR2O a.nav-link:hover .mbr-iconfont-btn,
.cid-tFQIMECR2O a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFQIMECR2O a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFQIMECR2O .navbar {
    height: 77px;
  }
  .cid-tFQIMECR2O .navbar.opened {
    height: auto;
  }
  .cid-tFQIMECR2O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1440px) {
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1980px) {
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tFQIMECR2O .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFQIMECR2O .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tFQIMECR2O .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tFQIMECR2O .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFQIMECR2O .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tFQIMECR2O .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tFQIMECR2O .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFQIMECR2O .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tFQIMECR2O .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tFQIMECR2O .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFQIMECR2O .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFQIMECR2O .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tFQIMECR2O .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFQIMECR2O .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tFQIMECR2O .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tFQIMFsg4v {
  padding-top: 555px;
  padding-bottom: 1050px;
  background-image: url("../../../assets/images/200717-1309-5383-v00-avec-charlotte.jpg");
  padding-top: 185px;
  padding-bottom: 350px;
}
.cid-tFQIMFsg4v .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFQIMFsg4v .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFQIMFsg4v .align-center {
    text-align: center;
  }
}
.cid-tFQIMFsg4v h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFQIMFsg4v .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFQIMFsg4v .row {
    margin: 0;
  }
}
.cid-tFQIMFsg4v .btn {
  margin-left: 0rem;
}
.cid-tFQIMFsg4v .mbr-section-title,
.cid-tFQIMFsg4v .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFQIMFsg4v .mbr-text,
.cid-tFQIMFsg4v .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFQIMFsg4v .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 35%;
  margin-left: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-left: 50px;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFQIMFsg4v .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFQIMFsg4v .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFQIMFsg4v .display-1 {
    font-size: xx-large !important;
  }
}
.cid-tFQIMFJJuA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFQIMFJJuA .mbr-section-subtitle {
  color: #767676;
}
.cid-tFQIMFJJuA .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFQIMFZuAD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFQIMFZuAD .mbr-section-subtitle {
  color: #767676;
  font-size: small;
}
.cid-tFQIMFZuAD .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFQIMGb66m {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFQIMGb66m .mbr-section-subtitle {
  color: #767676;
}
.cid-tFQIMGb66m .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFQIMGmtcz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFQIMGmtcz .mbr-text,
.cid-tFQIMGmtcz blockquote {
  color: #767676;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFQIMGmtcz .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQIMGmtcz .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFQIMGmtcz .mbr-text {
    font-size: medium !important;
  }
}
.cid-tFQIMGmtcz .mbr-text {
  color: #4b4b4b;
}
.cid-tFQIMGwqSF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFQIMGwqSF img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tFQIMGwqSF .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tFQIMGwqSF .link-wrapper .mbr-iconfont {
  border: 1px solid #454545;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #454545;
}
.cid-tFQIMGwqSF .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tFQIMGwqSF .card-wrapper {
  background: #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tFQIMGwqSF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tFQIMGwqSF .first:hover:before {
  content: none;
}
.cid-tFQIMGwqSF .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tFQIMGwqSF .last:hover:after {
  content: none;
}
.cid-tFQIMGwqSF .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tFQIMGwqSF .mbr-section-text {
  color: #f3f4f5;
}
.cid-tFQIMGwqSF .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tFQIMGwqSF .card .img-wrapper {
  overflow: hidden;
}
.cid-tFQIMGwqSF .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tFQIMGwqSF .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tFQIMGwqSF .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-tFQIMGwqSF .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tFQIMGwqSF .mbr-section-title {
  color: #454545;
}
.cid-tFQIMGV7en {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFQIMGV7en .mbr-text,
.cid-tFQIMGV7en blockquote {
  color: #767676;
}
.cid-tFQIMGV7en .mbr-text {
  color: #4b4b4b;
}
.cid-tFQIMH6ATL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFQIMH6ATL blockquote {
  border-color: #ff3a46;
  border-radius: 4px;
  background-color: #e2e2e2;
}
#hrblock-block-1sh hr {
  margin: 0;
}
.cid-tFQIMHnMPZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFQIMHnMPZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFQIMHnMPZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFQIMHnMPZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFQIMHnMPZ .mbr-text,
.cid-tFQIMHnMPZ .mbr-section-btn {
  color: #767676;
}
.cid-tFQIMHnMPZ H1 {
  color: #4b4b4b;
}
.cid-tFQIMHnMPZ H3 {
  color: #4b4b4b;
}
.cid-tFQIMHnMPZ H2 {
  color: #4b4b4b;
}
.cid-tFQIMHAKjr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFQIMHAKjr .mbr-text,
.cid-tFQIMHAKjr blockquote {
  color: #767676;
}
.cid-tFQIMHAKjr .mbr-text {
  color: #4b4b4b;
}
.cid-tFWtIRGq55 {
  background: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tFWtIRGq55 .image-block {
  margin: auto;
  height: 60rem;
  overflow: hidden;
  position: relative;
}
.cid-tFWtIRGq55 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFWtIRGq55 .image-block:hover:before {
  opacity: 0.2;
}
.cid-tFWtIRGq55 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFWtIRGq55 .image-block:hover img {
  transform: scale(1.1);
}
.cid-tFWtIRGq55 h4 {
  letter-spacing: 2px;
}
.cid-tFWtIRGq55 figcaption {
  position: relative;
}
.cid-tFWtIRGq55 figcaption .wrap-TITLE {
  position: absolute;
  bottom: 5.1rem;
  width: 100%;
  opacity: 1;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFWtIRGq55 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 0.1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFWtIRGq55 img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tFWtIRGq55 .wrap {
    opacity: 1!important;
  }
  .cid-tFWtIRGq55 .image-block {
    height: 400px;
  }
  .cid-tFWtIRGq55 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFWtIRGq55 H4 {
  color: #ffffff;
}
.cid-tFWtIRGq55 H3 {
  color: #ffffff;
}
.cid-tFWtIRGq55 P {
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFWtIRGq55 h4 {
    font-size: 7vw;
    line-height: 0.9;
  }
  .cid-tFWtIRGq55 h3 {
    font-size: 4vw;
  }
  .cid-tFWtIRGq55 .image-block {
    height: 300px !important;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap-TITLE {
    bottom: 0.6rem;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFWtIRGq55 .image-block {
    height: 300px !important;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFWtIRGq55 .image-block {
    height: 300px !important;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tFWtIRGq55 .image-block {
    height: 300px !important;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tFWtIRGq55 .image-block {
    height: 300px !important;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 3) {
  .cid-tFWtIRGq55 .image-block {
    height: 400px !important;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap-TITLE {
    bottom: 2rem;
  }
  .cid-tFWtIRGq55 .figcaptio .wrap {
    bottom: 0.01rem !important;
    padding: 0.1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFWtIRGq55 .image-block {
    height: 20rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFWtIRGq55 .image-block {
    height: 30rem !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFWtIRGq55 .image-block {
    height: 30rem !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFWtIRGq55 .image-block {
    height: 40rem !important;
  }
}
.cid-tFQOKqLaMx {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tFQOKqLaMx .image-block {
  margin: auto;
  height: 60rem;
  overflow: hidden;
  position: relative;
}
.cid-tFQOKqLaMx .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFQOKqLaMx .image-block:hover:before {
  opacity: 0.2;
}
.cid-tFQOKqLaMx .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFQOKqLaMx .image-block:hover img {
  transform: scale(1.1);
}
.cid-tFQOKqLaMx h4 {
  letter-spacing: 2px;
}
.cid-tFQOKqLaMx figcaption {
  position: relative;
}
.cid-tFQOKqLaMx figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFQOKqLaMx figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFQOKqLaMx img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFQOKqLaMx .image-block {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tFQOKqLaMx .wrap {
    opacity: 1!important;
  }
  .cid-tFQOKqLaMx .image-block {
    max-height: 200px;
  }
  .cid-tFQOKqLaMx .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFQOKqLaMx H4 {
  color: #ffffff;
}
.cid-tFQOKqLaMx H3 {
  color: #ffffff;
}
.cid-tFQOKqLaMx P {
  color: #ffffff;
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFQOKqLaMx .image-block {
    height: 550px;
  }
}
.cid-tFQIMI3SFD {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tFQIMI3SFD .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFQIMI3SFD .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFQIMI3SFD .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFQIMI3SFD .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFQIMI3SFD .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFQIMI3SFD h4 {
  letter-spacing: 2px;
}
.cid-tFQIMI3SFD figcaption {
  position: relative;
}
.cid-tFQIMI3SFD figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFQIMI3SFD figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFQIMI3SFD img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFQIMI3SFD .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFQIMI3SFD .wrap {
    opacity: 1!important;
  }
  .cid-tFQIMI3SFD .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFQIMI3SFD H4 {
  color: #ffffff;
}
.cid-tFQIMI3SFD H3 {
  color: #ffffff;
}
.cid-tFQIMI3SFD P {
  color: #ffffff;
}
.cid-tFQIMIpcYi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFQIMIpcYi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFQIMIpcYi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFQIMIpcYi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFQIMIpcYi .mbr-text,
.cid-tFQIMIpcYi .mbr-section-btn {
  color: #767676;
}
.cid-tFQIMIpcYi H1 {
  color: #4b4b4b;
}
.cid-tFQIMIpcYi H3 {
  color: #4b4b4b;
}
.cid-tFQIMIpcYi H2 {
  color: #4b4b4b;
}
.cid-tFQIMIDA0t {
  padding-top: 31rem;
  padding-bottom: 10rem;
}
.cid-tFQIMIDA0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQIMIDA0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/hero-2.jpg");
}
.cid-tFQIMIDA0t .mbr-section-title {
  color: #ffffff;
}
.cid-tFQIMIDA0t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFQIMIDA0t .btn {
  margin-bottom: -20%;
}
.cid-tFQIMIRgCj {
  background: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tFQIMIRgCj .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFQIMIRgCj .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFQIMIRgCj .image-block:hover:before {
  opacity: 0.2;
}
.cid-tFQIMIRgCj .image-block:hover:before h4 {
  color: red !important;
}
.cid-tFQIMIRgCj .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFQIMIRgCj .image-block:hover h4 {
  color: red !important;
}
.cid-tFQIMIRgCj .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFQIMIRgCj h4 {
  letter-spacing: 2px;
  color: red !important;
}
.cid-tFQIMIRgCj figcaption {
  position: relative;
}
.cid-tFQIMIRgCj figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
  color: red !important;
}
.cid-tFQIMIRgCj figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFQIMIRgCj img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFQIMIRgCj .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFQIMIRgCj .wrap {
    opacity: 1!important;
  }
  .cid-tFQIMIRgCj .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFQIMIRgCj H3 {
  color: #ffffff;
}
.cid-tFQIMIRgCj P {
  color: #ffffff;
}
#hrblock-block-1sr hr {
  margin: 0;
}
.cid-tFQIMJXgVT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFQIMJXgVT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFQIMJXgVT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFQIMJXgVT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFQIMJXgVT .mbr-text,
.cid-tFQIMJXgVT .mbr-section-btn {
  color: #767676;
}
.cid-tFQIMJXgVT H1 {
  color: #4b4b4b;
}
.cid-tFQIMJXgVT H3 {
  color: #4b4b4b;
}
.cid-tFQIMJXgVT H2 {
  color: #4b4b4b;
}
.cid-tFQIMKcaPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFQIMKcaPZ .mbr-text {
  color: #4b4b4b;
}
.cid-tFQIMKcaPZ .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tFQIMKcaPZ p {
  line-height: 1.5;
}
.cid-tFQIMKwQnb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFQIMKwQnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQIMKwQnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQIMKwQnb .section-head {
  margin: 0 150px 132px;
}
@media (max-width: 992px) {
  .cid-tFQIMKwQnb .section-head {
    margin: 0 18px 70px;
  }
}
.cid-tFQIMKwQnb .section-head .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tFQIMKwQnb .section-head .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tFQIMKwQnb .section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tFQIMKwQnb .tab-content {
  margin-left: 150px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-tFQIMKwQnb .tab-content {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tFQIMKwQnb .tab-content {
    margin: 0 18px;
  }
}
.cid-tFQIMKwQnb .card {
  padding: 58px 0;
  border-top: 1px solid #cbcbcb;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tFQIMKwQnb .card {
    padding: 40px 0;
  }
}
.cid-tFQIMKwQnb .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tFQIMKwQnb .panel-title-edit {
  margin: 0;
}
.cid-tFQIMKwQnb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFQIMKwQnb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 18px !important;
  opacity: .7;
  transition: all .4s ease;
}
.cid-tFQIMKwQnb .panel-title:hover .mbr-iconfont {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tFQIMKwQnb .panel-body {
  padding-top: 58px;
}
@media (max-width: 768px) {
  .cid-tFQIMKwQnb .panel-body {
    padding-top: 40px;
  }
}
.cid-tFQIMKwQnb .panel-text {
  margin: 0;
  color: #1E1C21;
}
.cid-tFQIMKwQnb .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tFQIMKwQnb .mbr-section-title {
  color: #1E1C21;
}
.cid-tFQIMKwQnb .panel-title-edit,
.cid-tFQIMKwQnb .mbr-iconfont {
  color: #1E1C21;
}
#hrblock-block-1sv hr {
  margin: 0;
}
.cid-tFQIML2QEL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFQIML2QEL P {
  color: #767676;
}
.cid-tFQIML2QEL H1 {
  color: #4b4b4b;
}
.cid-tFQIML2QEL H3 {
  color: #4b4b4b;
}
#hrblock-block-1sx hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFRhjdoSam .mcolor {
  color: 4b4b4b !important;
}
.cid-tFRhjdoSam .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-tFRhjdoSam .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFRhjdoSam .red {
  color: #ff0000 !important;
}
.cid-tFRhjdoSam .nav-item,
.cid-tFRhjdoSam .nav-link,
.cid-tFRhjdoSam .navbar-caption {
  font-weight: normal;
}
.cid-tFRhjdoSam .nav-item:focus,
.cid-tFRhjdoSam .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-tFRhjdoSam .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tFRhjdoSam .nav-item .nav-link {
    position: relative;
  }
  .cid-tFRhjdoSam .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-tFRhjdoSam .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-tFRhjdoSam .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-tFRhjdoSam .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-tFRhjdoSam .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFRhjdoSam .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-tFRhjdoSam .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFRhjdoSam .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFRhjdoSam .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-tFRhjdoSam .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFRhjdoSam .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFRhjdoSam .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tFRhjdoSam .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFRhjdoSam .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tFRhjdoSam .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFRhjdoSam .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFRhjdoSam .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFRhjdoSam .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-tFRhjdoSam .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFRhjdoSam .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFRhjdoSam .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFRhjdoSam .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFRhjdoSam .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFRhjdoSam .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFRhjdoSam .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFRhjdoSam .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFRhjdoSam .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFRhjdoSam .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFRhjdoSam .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFRhjdoSam .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFRhjdoSam .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFRhjdoSam .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFRhjdoSam .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFRhjdoSam .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFRhjdoSam .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFRhjdoSam .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFRhjdoSam .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-tFRhjdoSam .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-tFRhjdoSam .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFRhjdoSam .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFRhjdoSam .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFRhjdoSam .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFRhjdoSam .dropdown-item.active,
.cid-tFRhjdoSam .dropdown-item:active {
  background-color: white !important;
}
.cid-tFRhjdoSam .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFRhjdoSam .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFRhjdoSam .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFRhjdoSam .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-tFRhjdoSam .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-tFRhjdoSam .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-tFRhjdoSam .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFRhjdoSam .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-tFRhjdoSam ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFRhjdoSam .navbar-buttons {
  text-align: center;
}
.cid-tFRhjdoSam button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFRhjdoSam button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFRhjdoSam button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFRhjdoSam button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFRhjdoSam button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFRhjdoSam button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFRhjdoSam nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFRhjdoSam nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFRhjdoSam nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFRhjdoSam nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFRhjdoSam .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFRhjdoSam a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFRhjdoSam .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-tFRhjdoSam .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFRhjdoSam .soc-item {
  margin: .5rem .3rem;
}
.cid-tFRhjdoSam .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-tFRhjdoSam a.nav-link,
.cid-tFRhjdoSam a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tFRhjdoSam a.nav-link .mbr-iconfont-btn,
.cid-tFRhjdoSam a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFRhjdoSam a.nav-link:hover .mbr-iconfont-btn,
.cid-tFRhjdoSam a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFRhjdoSam a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFRhjdoSam .navbar {
    height: 77px;
  }
  .cid-tFRhjdoSam .navbar.opened {
    height: auto;
  }
  .cid-tFRhjdoSam .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1440px) {
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1980px) {
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-tFRhjdoSam .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFRhjdoSam .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-tFRhjdoSam .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-tFRhjdoSam .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFRhjdoSam .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-tFRhjdoSam .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-tFRhjdoSam .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFRhjdoSam .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-tFRhjdoSam .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-tFRhjdoSam .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-tFRhjdoSam .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-tFRhjdoSam .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-tFRhjdoSam .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFRhjdoSam .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-tFRhjdoSam .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-tFRhjebqpW {
  padding-top: 555px;
  padding-bottom: 1050px;
  background-image: url("../../../assets/images/200717-1309-5383-v00-avec-charlotte.jpg");
  padding-top: 185px;
  padding-bottom: 350px;
}
.cid-tFRhjebqpW .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tFRhjebqpW .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tFRhjebqpW .align-center {
    text-align: center;
  }
}
.cid-tFRhjebqpW h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-tFRhjebqpW .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tFRhjebqpW .row {
    margin: 0;
  }
}
.cid-tFRhjebqpW .btn {
  margin-left: 0rem;
}
.cid-tFRhjebqpW .mbr-section-title,
.cid-tFRhjebqpW .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFRhjebqpW .mbr-text,
.cid-tFRhjebqpW .mbr-section-btn {
  color: #4b4b4b;
  text-align: left;
}
.cid-tFRhjebqpW .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  width: 35%;
  margin-left: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-left: 50px;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: large !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 45px 20px;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 20px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: x-large !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: small !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: large !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: xx-large !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFRhjebqpW .slider-text-two {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .cid-tFRhjebqpW .mbr-text {
    color: #4b4b4b;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: medium !important;
  }
  .cid-tFRhjebqpW .display-1 {
    font-size: xx-large !important;
  }
}
.cid-tFRhjepvM4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFRhjepvM4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tFRhjepvM4 .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFRhjeATEG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFRhjeATEG .mbr-section-subtitle {
  color: #767676;
  font-size: small;
}
.cid-tFRhjeATEG .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFRhjeM40t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFRhjeM40t .mbr-section-subtitle {
  color: #767676;
}
.cid-tFRhjeM40t .mbr-section-title {
  color: #4b4b4b;
}
.cid-tFRhjeWLgk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFRhjeWLgk .mbr-text,
.cid-tFRhjeWLgk blockquote {
  color: #767676;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-tFRhjeWLgk .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-tFRhjeWLgk .mbr-text {
    font-size: medium !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-tFRhjeWLgk .mbr-text {
    font-size: medium !important;
  }
}
.cid-tFRhjeWLgk .mbr-text {
  color: #4b4b4b;
}
.cid-tFRhjf4mNl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFRhjf4mNl img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tFRhjf4mNl .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tFRhjf4mNl .link-wrapper .mbr-iconfont {
  border: 1px solid #454545;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #454545;
}
.cid-tFRhjf4mNl .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tFRhjf4mNl .card-wrapper {
  background: #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tFRhjf4mNl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tFRhjf4mNl .first:hover:before {
  content: none;
}
.cid-tFRhjf4mNl .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tFRhjf4mNl .last:hover:after {
  content: none;
}
.cid-tFRhjf4mNl .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-tFRhjf4mNl .mbr-section-text {
  color: #f3f4f5;
}
.cid-tFRhjf4mNl .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tFRhjf4mNl .card .img-wrapper {
  overflow: hidden;
}
.cid-tFRhjf4mNl .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tFRhjf4mNl .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tFRhjf4mNl .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-tFRhjf4mNl .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tFRhjf4mNl .mbr-section-title {
  color: #454545;
}
.cid-tFRhjftWD7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFRhjftWD7 .mbr-text,
.cid-tFRhjftWD7 blockquote {
  color: #767676;
}
.cid-tFRhjftWD7 .mbr-text {
  color: #4b4b4b;
}
.cid-tFRhjfEmLs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFRhjfEmLs blockquote {
  border-color: #ff3a46;
  border-radius: 4px;
  background-color: #e2e2e2;
}
#hrblock-block-1ta hr {
  margin: 0;
}
.cid-tFRhjfVaEz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFRhjfVaEz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFRhjfVaEz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFRhjfVaEz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFRhjfVaEz .mbr-text,
.cid-tFRhjfVaEz .mbr-section-btn {
  color: #767676;
}
.cid-tFRhjfVaEz H1 {
  color: #4b4b4b;
}
.cid-tFRhjfVaEz H3 {
  color: #4b4b4b;
}
.cid-tFRhjfVaEz H2 {
  color: #4b4b4b;
}
.cid-tFRhjg634Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFRhjg634Z .mbr-text,
.cid-tFRhjg634Z blockquote {
  color: #767676;
}
.cid-tFRhjg634Z .mbr-text {
  color: #4b4b4b;
}
.cid-tFRhjghRP5 {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tFRhjghRP5 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFRhjghRP5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFRhjghRP5 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFRhjghRP5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFRhjghRP5 .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFRhjghRP5 h4 {
  letter-spacing: 2px;
}
.cid-tFRhjghRP5 figcaption {
  position: relative;
}
.cid-tFRhjghRP5 figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjghRP5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjghRP5 img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFRhjghRP5 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFRhjghRP5 .wrap {
    opacity: 1!important;
  }
  .cid-tFRhjghRP5 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFRhjghRP5 H4 {
  color: #ffffff;
}
.cid-tFRhjghRP5 H3 {
  color: #ffffff;
}
.cid-tFRhjghRP5 P {
  color: #ffffff;
}
.cid-tFRhjgAj3G {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tFRhjgAj3G .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFRhjgAj3G .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFRhjgAj3G .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFRhjgAj3G .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFRhjgAj3G .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFRhjgAj3G h4 {
  letter-spacing: 2px;
}
.cid-tFRhjgAj3G figcaption {
  position: relative;
}
.cid-tFRhjgAj3G figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjgAj3G figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjgAj3G img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFRhjgAj3G .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFRhjgAj3G .wrap {
    opacity: 1!important;
  }
  .cid-tFRhjgAj3G .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFRhjgAj3G H4 {
  color: #ffffff;
}
.cid-tFRhjgAj3G H3 {
  color: #ffffff;
}
.cid-tFRhjgAj3G P {
  color: #ffffff;
}
.cid-tFRhjgWU0r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFRhjgWU0r h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFRhjgWU0r h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFRhjgWU0r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFRhjgWU0r .mbr-text,
.cid-tFRhjgWU0r .mbr-section-btn {
  color: #767676;
}
.cid-tFRhjgWU0r H1 {
  color: #4b4b4b;
}
.cid-tFRhjgWU0r H3 {
  color: #4b4b4b;
}
.cid-tFRhjgWU0r H2 {
  color: #4b4b4b;
}
.cid-tFRhjhckPf {
  padding-top: 31rem;
  padding-bottom: 10rem;
}
.cid-tFRhjhckPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRhjhckPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/hero-2.jpg");
}
.cid-tFRhjhckPf .mbr-section-title {
  color: #ffffff;
}
.cid-tFRhjhckPf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFRhjhckPf .btn {
  margin-bottom: -20%;
}
.cid-tFRhjhr3pf {
  background: #f3f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tFRhjhr3pf .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFRhjhr3pf .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFRhjhr3pf .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFRhjhr3pf .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFRhjhr3pf .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFRhjhr3pf h4 {
  letter-spacing: 2px;
}
.cid-tFRhjhr3pf figcaption {
  position: relative;
}
.cid-tFRhjhr3pf figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjhr3pf figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjhr3pf img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFRhjhr3pf .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFRhjhr3pf .wrap {
    opacity: 1!important;
  }
  .cid-tFRhjhr3pf .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFRhjhr3pf H4 {
  color: #ffffff;
}
.cid-tFRhjhr3pf H3 {
  color: #ffffff;
}
.cid-tFRhjhr3pf P {
  color: #ffffff;
}
.cid-tFRhjhKRn8 {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tFRhjhKRn8 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFRhjhKRn8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFRhjhKRn8 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFRhjhKRn8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFRhjhKRn8 .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFRhjhKRn8 h4 {
  letter-spacing: 2px;
}
.cid-tFRhjhKRn8 figcaption {
  position: relative;
}
.cid-tFRhjhKRn8 figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjhKRn8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhjhKRn8 img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFRhjhKRn8 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFRhjhKRn8 .wrap {
    opacity: 1!important;
  }
  .cid-tFRhjhKRn8 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFRhjhKRn8 H4 {
  color: #ffffff !important;
}
.cid-tFRhjhKRn8 H3 {
  color: #ffffff !important;
}
.cid-tFRhjhKRn8 P {
  color: #ffffff !important;
}
.cid-tFRhji5Rv7 {
  background: #f3f4f5;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tFRhji5Rv7 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tFRhji5Rv7 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.1s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFRhji5Rv7 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFRhji5Rv7 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFRhji5Rv7 .image-block:hover img {
  transform: scale(1.2);
}
.cid-tFRhji5Rv7 h4 {
  letter-spacing: 2px;
}
.cid-tFRhji5Rv7 figcaption {
  position: relative;
}
.cid-tFRhji5Rv7 figcaption .wrap-TITLE {
  position: absolute;
  bottom: 7.1rem;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhji5Rv7 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.1s;
  z-index: 3;
}
.cid-tFRhji5Rv7 img {
  width: 100.5%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFRhji5Rv7 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFRhji5Rv7 .wrap {
    opacity: 1!important;
  }
  .cid-tFRhji5Rv7 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFRhji5Rv7 H4 {
  color: #ffffff !important;
}
.cid-tFRhji5Rv7 H3 {
  color: #ffffff !important;
}
.cid-tFRhji5Rv7 P {
  color: #ffffff !important;
}
#hrblock-block-1tk hr {
  margin: 0;
}
.cid-tFRhjizGkm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-tFRhjizGkm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tFRhjizGkm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFRhjizGkm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tFRhjizGkm .mbr-text,
.cid-tFRhjizGkm .mbr-section-btn {
  color: #767676;
}
.cid-tFRhjizGkm H1 {
  color: #4b4b4b;
}
.cid-tFRhjizGkm H3 {
  color: #4b4b4b;
}
.cid-tFRhjizGkm H2 {
  color: #4b4b4b;
}
.cid-tFRhjiOIZv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFRhjiOIZv .mbr-text {
  color: #4b4b4b;
}
.cid-tFRhjiOIZv .mbr-section-subtitle {
  color: #4b4b4b;
}
.cid-tFRhjiOIZv p {
  line-height: 1.5;
}
.cid-tFRhjj9PMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f5;
}
.cid-tFRhjj9PMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRhjj9PMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFRhjj9PMW .section-head {
  margin: 0 150px 132px;
}
@media (max-width: 992px) {
  .cid-tFRhjj9PMW .section-head {
    margin: 0 18px 70px;
  }
}
.cid-tFRhjj9PMW .section-head .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tFRhjj9PMW .section-head .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tFRhjj9PMW .section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tFRhjj9PMW .tab-content {
  margin-left: 150px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-tFRhjj9PMW .tab-content {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tFRhjj9PMW .tab-content {
    margin: 0 18px;
  }
}
.cid-tFRhjj9PMW .card {
  padding: 58px 0;
  border-top: 1px solid #cbcbcb;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tFRhjj9PMW .card {
    padding: 40px 0;
  }
}
.cid-tFRhjj9PMW .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tFRhjj9PMW .panel-title-edit {
  margin: 0;
}
.cid-tFRhjj9PMW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFRhjj9PMW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 18px !important;
  opacity: .7;
  transition: all .4s ease;
}
.cid-tFRhjj9PMW .panel-title:hover .mbr-iconfont {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tFRhjj9PMW .panel-body {
  padding-top: 58px;
}
@media (max-width: 768px) {
  .cid-tFRhjj9PMW .panel-body {
    padding-top: 40px;
  }
}
.cid-tFRhjj9PMW .panel-text {
  margin: 0;
  color: #1E1C21;
}
.cid-tFRhjj9PMW .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tFRhjj9PMW .mbr-section-title {
  color: #1E1C21;
}
.cid-tFRhjj9PMW .panel-title-edit,
.cid-tFRhjj9PMW .mbr-iconfont {
  color: #1E1C21;
}
#hrblock-block-1to hr {
  margin: 0;
}
.cid-tFRhjjIoFh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f5;
}
.cid-tFRhjjIoFh P {
  color: #767676;
}
.cid-tFRhjjIoFh H1 {
  color: #4b4b4b;
}
.cid-tFRhjjIoFh H3 {
  color: #4b4b4b;
}
#hrblock-block-1tq hr {
  margin: 0;
}
.cid-tDRQ9BqDYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-tDRQ9BqDYH .container {
  display: flex;
  justify-content: center;
}
.cid-tDRQ9BqDYH .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tDRQ9BqDYH .col-brand {
  margin-bottom: 20px;
}
.cid-tDRQ9BqDYH .col-link {
  margin-bottom: 5px;
}
.cid-tDRQ9BqDYH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRQ9BqDYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRQ9BqDYH .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-tDRQ9BqDYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRQ9BqDYH .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tDRQ9BqDYH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDRQ9BqDYH .soc-item:hover {
  background-color: #ff0000;
}
.cid-tDRQ9BqDYH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDRQ9BqDYH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-tDRQ9BqDYH .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-tDRQ9BqDYH .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-tDRQ9BqDYH .mbr-text a {
  opacity: 0.8;
}
.cid-tDRQ9BqDYH .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-tDRQ9BqDYH .col-copyright {
  margin-top: 2px;
}
.cid-tDRQ9BqDYH .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRQ9BqDYH .copyright {
    text-align: center !important;
  }
}
.cid-tDRQ9BqDYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRQ9BqDYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlU6X7AXy .mcolor {
  color: 4b4b4b !important;
}
.cid-uKlU6X7AXy .nav-dropdown .dropdown-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 2.5385em;
  position: relative;
  opacity: 1 !important;
}
.cid-uKlU6X7AXy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff0000;
  opacity: 1 !important;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.5;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKlU6X7AXy .red {
  color: #ff0000 !important;
}
.cid-uKlU6X7AXy .nav-item,
.cid-uKlU6X7AXy .nav-link,
.cid-uKlU6X7AXy .navbar-caption {
  font-weight: normal;
}
.cid-uKlU6X7AXy .nav-item:focus,
.cid-uKlU6X7AXy .nav-link:focus {
  outline: none;
  color: red !important;
}
@media (min-width: 992px) {
  .cid-uKlU6X7AXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uKlU6X7AXy .nav-item .nav-link {
    position: relative;
  }
  .cid-uKlU6X7AXy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.1em;
    background: #ff0000;
    opacity: 1 !important;
    height: 2px;
    -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-uKlU6X7AXy .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-uKlU6X7AXy .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-uKlU6X7AXy .dropdown .dropdown-menu .dropdown-item {
  opacity: 1 !important;
  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-uKlU6X7AXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKlU6X7AXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
  color: red !important;
}
.cid-uKlU6X7AXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uKlU6X7AXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKlU6X7AXy .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-uKlU6X7AXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKlU6X7AXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKlU6X7AXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uKlU6X7AXy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uKlU6X7AXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKlU6X7AXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKlU6X7AXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKlU6X7AXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKlU6X7AXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 2.8rem);
  }
}
.cid-uKlU6X7AXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKlU6X7AXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKlU6X7AXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKlU6X7AXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKlU6X7AXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKlU6X7AXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKlU6X7AXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKlU6X7AXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKlU6X7AXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKlU6X7AXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKlU6X7AXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKlU6X7AXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKlU6X7AXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKlU6X7AXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKlU6X7AXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKlU6X7AXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKlU6X7AXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKlU6X7AXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKlU6X7AXy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 30px;
}
.cid-uKlU6X7AXy .navbar.navbar-short .navbar-logo img {
  height: 2.3rem !important;
}
.cid-uKlU6X7AXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKlU6X7AXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKlU6X7AXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKlU6X7AXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKlU6X7AXy .dropdown-item.active,
.cid-uKlU6X7AXy .dropdown-item:active {
  background-color: white !important;
}
.cid-uKlU6X7AXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKlU6X7AXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKlU6X7AXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKlU6X7AXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-uKlU6X7AXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-uKlU6X7AXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: white;
  opacity: 1;
  color: red !important;
}
.cid-uKlU6X7AXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKlU6X7AXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
  color: red !important;
}
.cid-uKlU6X7AXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKlU6X7AXy .navbar-buttons {
  text-align: center;
}
.cid-uKlU6X7AXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKlU6X7AXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKlU6X7AXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKlU6X7AXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKlU6X7AXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKlU6X7AXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKlU6X7AXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKlU6X7AXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKlU6X7AXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKlU6X7AXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKlU6X7AXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKlU6X7AXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKlU6X7AXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-uKlU6X7AXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uKlU6X7AXy .soc-item {
  margin: .5rem .3rem;
}
.cid-uKlU6X7AXy .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-uKlU6X7AXy a.nav-link,
.cid-uKlU6X7AXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uKlU6X7AXy a.nav-link .mbr-iconfont-btn,
.cid-uKlU6X7AXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uKlU6X7AXy a.nav-link:hover .mbr-iconfont-btn,
.cid-uKlU6X7AXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uKlU6X7AXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKlU6X7AXy .navbar {
    height: 77px;
  }
  .cid-uKlU6X7AXy .navbar.opened {
    height: auto;
  }
  .cid-uKlU6X7AXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption .nav-item {
    line-height: inherit !important;
    font-size: 1rem !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
  }
  .cid-uKlU6X7AXy .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
    font-size: 1rem !important;
  }
  .cid-uKlU6X7AXy .navbar-caption {
    font-size: 1.4rem !important;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uKlU6X7AXy .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.5rem !important;
  }
  .cid-uKlU6X7AXy .navbar-expand-lg .navbar-nav {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 1.2rem !important;
  }
  .cid-uKlU6X7AXy .nav-link {
    font-size: 1rem !important;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
  .cid-uKlU6X7AXy .navbar-caption {
    font-size: 1.5rem !important;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uKlU6X7AXy .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
  .cid-uKlU6X7AXy .navbar-expand-lg .navbar-nav {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.5rem !important;
  }
  .cid-uKlU6X7AXy .nav-link {
    font-size: 1rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .cid-uKlU6X7AXy .navbar-caption {
    font-size: 0.8rem !important;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont:before {
    padding: 0.3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uKlU6X7AXy .btn-sm {
    font-size: .9rem;
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.7rem !important;
  }
  .cid-uKlU6X7AXy .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1.3rem !important;
  }
  .cid-uKlU6X7AXy .navbar-caption {
    font-size: 1.7rem !important;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont {
    font-size: 0.8rem !important;
    display: inline-flex;
  }
  .cid-uKlU6X7AXy .soc-item .mbr-iconfont:before {
    padding: .3rem !important;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uKlU6X7AXy .btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 0.4rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem;
  }
  .cid-uKlU6X7AXy .nav-dropdown .navbar-expand-lg .navbar-nav .nav-link {
    line-height: inherit !important;
    font-size: 0.1rem !important;
    font-weight: normal;
    margin: 0.1rem !important;
    padding: 0.2rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-uKlU6X7AXy .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 1.8rem !important;
  }
}
.cid-uKlU6X7AXy .icons-menu .mbr-iconfont:hover {
  color: red !important;
}
.cid-uKlU6XgKQ6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-2.jpg");
}
.cid-uKlU6XgKQ6 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uKlU6XgKQ6 .mbr-section-title {
  color: #4b4b4b;
  letter-spacing: 2px;
}
.cid-uKlU6XgKQ6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uKlU6XgKQ6 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title {
    color: #4b4b4b;
    letter-spacing: 2px;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title span {
    color: #ffbc00;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-uKlU6XgKQ6 .slider-text-two {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title {
    color: #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .cid-uKlU6XgKQ6 .mbr-section-title span {
    color: #ffbc00;
  }
}
#hrblock-block-1u9 hr {
  margin: 0;
}
.cid-uKlU6XG7La {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-uKlU6XG7La h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uKlU6XG7La h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uKlU6XG7La h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uKlU6XG7La .mbr-text,
.cid-uKlU6XG7La .mbr-section-btn {
  color: #767676;
}
.cid-uKlU6XG7La H1 {
  color: #4b4b4b;
}
.cid-uKlU6XG7La H3 {
  color: #4b4b4b;
}
.cid-uKlU6XG7La H2 {
  color: #4b4b4b;
}
.cid-uKlU6XN9an {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f5;
}
.cid-uKlU6XN9an .mbr-section-subtitle {
  color: #767676;
}
.cid-uKlU6XN9an .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKlU6XN9an .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKlU6XN9an .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKlU6XN9an .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKlU6XN9an .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uKlU6XN9an .icon-focus {
  font-size: 2rem !important;
  color: red;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uKlU6XN9an .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKlU6XN9an .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uKlU6XN9an .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKlU6XN9an .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uKlU6XN9an ul {
  font-size: 0;
}
.cid-uKlU6XN9an .mbr-gallery-filter ul {
  text-align: center;
}
.cid-uKlU6XN9an .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #465052 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
  font-weight: 400;
}
.cid-uKlU6XN9an .mbr-gallery-filter ul li .btn.active,
.cid-uKlU6XN9an .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  color: red !important;
}
.cid-uKlU6XN9an .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uKlU6XN9an .mbr-gallery-filter ul li:first-child,
.cid-uKlU6XN9an .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uKlU6XN9an .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uKlU6XN9an .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uKlU6XN9an .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-uKlU6XN9an .btn.active:after {
  animation: none;
}
.cid-uKlU6XN9an .btn:active {
  box-shadow: none !important;
}
.cid-uKlU6XN9an .btn:hover {
  background: transparent !important;
}
.cid-uKlU6XN9an .btn:hover:before {
  background: transparent !important;
}
.cid-uKlU6XN9an .btn:before {
  background-color: transparent !important;
}
.cid-uKlU6XN9an .btn:focus {
  box-shadow: none !important;
}
.cid-uKlU6XN9an .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .cid-uKlU6XN9an .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6XN9an .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6XN9an .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 33% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cid-uKlU6XN9an .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cid-uKlU6XN9an .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 100% !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .cid-uKlU6XN9an .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 50% !important;
  }
  .cid-uKlU6XN9an .display-7 {
    font-family: 'Old Standard TT', serif;
    font-size: 1.1rem !important;
  }
}
.cid-uKlU6XN9an .mbr-gallery-item > div > span {
  text-align: center;
  color: #4b4b4b;
}
.cid-uKlU6ZW4aF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-uKlU6ZW4aF .container {
  display: flex;
  justify-content: center;
}
.cid-uKlU6ZW4aF .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uKlU6ZW4aF .col-brand {
  margin-bottom: 20px;
}
.cid-uKlU6ZW4aF .col-link {
  margin-bottom: 5px;
}
.cid-uKlU6ZW4aF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uKlU6ZW4aF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uKlU6ZW4aF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uKlU6ZW4aF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKlU6ZW4aF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKlU6ZW4aF .mbr-section-subtitle {
  color: #4b4b4b;
  margin-bottom: 2px;
  font-size: 1.5em;
}
.cid-uKlU6ZW4aF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uKlU6ZW4aF .mbr-iconfont {
  font-size: 16px;
  color: #4b4b4b;
}
.cid-uKlU6ZW4aF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uKlU6ZW4aF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKlU6ZW4aF .soc-item:hover {
  background-color: #ff0000;
}
.cid-uKlU6ZW4aF .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uKlU6ZW4aF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4b4b4b;
}
.cid-uKlU6ZW4aF .list li {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-uKlU6ZW4aF .list a {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.cid-uKlU6ZW4aF .brand-text {
  margin-bottom: 15px;
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-uKlU6ZW4aF .mbr-text {
  color: #4b4b4b;
  opacity: 0.8;
}
.cid-uKlU6ZW4aF .mbr-text .text-black {
  color: #4b4b4b !important;
}
.cid-uKlU6ZW4aF .mbr-text a {
  opacity: 0.8;
}
.cid-uKlU6ZW4aF .mbr-text a:hover {
  opacity: 1;
  color: #ff0000 !important;
}
.cid-uKlU6ZW4aF .col-copyright {
  margin-top: 2px;
}
.cid-uKlU6ZW4aF .copyright {
  color: #4b4b4b;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKlU6ZW4aF .copyright {
    text-align: center !important;
  }
}
.cid-uKlU6ZW4aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlU6ZW4aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
