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

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

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: .2rem .8rem;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-fullscreen {
  display: flex;
  display: -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: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    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% !important;
  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; }

/*# sourceMappingURL=style.css.map */
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'AvenirNextLTPro-Regular';
  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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #004f9f !important;
}
.bg-success {
  background-color: #053469 !important;
}
.bg-info {
  background-color: #00aef3 !important;
}
.bg-warning {
  background-color: #ff8df1 !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004f9f !important;
  border-color: #004f9f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002953 !important;
  border-color: #002953 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002953 !important;
  border-color: #002953 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d80000 !important;
  border-color: #d80000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c0000 !important;
  border-color: #8c0000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c0000 !important;
  border-color: #8c0000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00aef3 !important;
  border-color: #00aef3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0077a6 !important;
  border-color: #0077a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0077a6 !important;
  border-color: #0077a6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #053469 !important;
  border-color: #053469 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #021020 !important;
  border-color: #021020 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #021020 !important;
  border-color: #021020 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8df1 !important;
  border-color: #ff8df1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff41e8 !important;
  border-color: #ff41e8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff41e8 !important;
  border-color: #ff41e8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #001c39;
  color: #001c39;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #004f9f;
  border-color: #004f9f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004f9f !important;
  border-color: #004f9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #720000;
  color: #720000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d80000;
  border-color: #d80000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d80000 !important;
  border-color: #d80000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00658d;
  color: #00658d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #00aef3;
  border-color: #00aef3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00aef3 !important;
  border-color: #00aef3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000408;
  color: #000408;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #053469;
  border-color: #053469;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #053469 !important;
  border-color: #053469 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff27e4;
  color: #ff27e4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff8df1;
  border-color: #ff8df1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8df1 !important;
  border-color: #ff8df1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #004f9f !important;
}
.text-secondary {
  color: #d80000 !important;
}
.text-success {
  color: #053469 !important;
}
.text-info {
  color: #00aef3 !important;
}
.text-warning {
  color: #ff8df1 !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001c39 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #720000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000408 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #00658d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff27e4 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #00aef3;
}
.alert-warning {
  background-color: #ff8df1;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004f9f;
  border-color: #004f9f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #004f9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #208fff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b70e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0edff;
}
.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: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #004f9f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #004f9f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #004f9f;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004f9f;
  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: #004f9f;
  border-bottom-color: #004f9f;
}
.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: #004f9f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d80000 !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='%23004f9f' %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-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKmD2EnCCk {
  display: flex;
  padding-top: 135px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #f1f9f9, #ffffff);
}
@media (min-width: 768px) {
  .cid-uKmD2EnCCk {
    align-items: flex-start;
  }
  .cid-uKmD2EnCCk .row {
    justify-content: center;
  }
}
.cid-uKmD2EnCCk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKmD2EnCCk .mbr-text,
.cid-uKmD2EnCCk .mbr-section-btn {
  text-align: center;
  color: #767676;
}
.cid-uKmD2EnCCk .mbr-section-title,
.cid-uKmD2EnCCk .line {
  color: #232323;
  text-align: center;
}
.cid-uKmD2EnCCk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKmD2EnCCk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKmD2EnCCk .mbr-section-subtitle,
.cid-uKmD2EnCCk .align {
  text-align: left;
  color: #004f9f;
}
.cid-uKmD2EnCCk .mbr-text2 {
  color: #808080;
}
.cid-uLnQ2Y1Mfx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnQ2Y1Mfx .item-img {
  position: relative;
}
.cid-uLnQ2Y1Mfx .item-img img {
  transition: all 0.2s;
}
.cid-uLnQ2Y1Mfx .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uLnQ2Y1Mfx .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uLnQ2Y1Mfx .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uLnQ2Y1Mfx .item:hover img {
  transform: scale(1.05);
}
.cid-uLnQ2Y1Mfx .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uLnQ2Y1Mfx .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uLnQ2Y1Mfx .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLnQ2Y1Mfx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLnQ2Y1Mfx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper .icon-wrap {
  background: #004f9f;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uLnQ2Y1Mfx .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uLnQ2Y1Mfx .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLnQ2Y1Mfx .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uLnQ2Y1Mfx img,
.cid-uLnQ2Y1Mfx .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLnQ2Y1Mfx .item:focus,
.cid-uLnQ2Y1Mfx span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uLnQ2Y1Mfx .item {
    margin-bottom: 1rem;
  }
}
.cid-uLnQ2Y1Mfx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLnQ2Y1Mfx .item-title {
  text-align: left;
  color: #232323;
  margin-top: 20px;
}
.cid-uLnQ2Y1Mfx .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uLnQ2Y1Mfx .mbr-section-subtitle,
.cid-uLnQ2Y1Mfx .subtitle-wrap,
.cid-uLnQ2Y1Mfx .mbr-section-btn {
  text-align: center;
}
.cid-uLnQ2Y1Mfx .mbr-text,
.cid-uLnQ2Y1Mfx .item .mbr-section-btn {
  color: #232323;
}
.cid-uLnQ2Y1Mfx .bco {
  color: #FFFFFF;
}
.cid-uLFTLGOqHu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLFTLGOqHu .item-img {
  position: relative;
}
.cid-uLFTLGOqHu .item-img img {
  transition: all 0.2s;
}
.cid-uLFTLGOqHu .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uLFTLGOqHu .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uLFTLGOqHu .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uLFTLGOqHu .item:hover img {
  transform: scale(1.05);
}
.cid-uLFTLGOqHu .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uLFTLGOqHu .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uLFTLGOqHu .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLFTLGOqHu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLFTLGOqHu .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uLFTLGOqHu .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uLFTLGOqHu .link-icon-wrapper .icon-wrap {
  background: #004f9f;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uLFTLGOqHu .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uLFTLGOqHu .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uLFTLGOqHu .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uLFTLGOqHu .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uLFTLGOqHu .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uLFTLGOqHu .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLFTLGOqHu .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uLFTLGOqHu img,
.cid-uLFTLGOqHu .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLFTLGOqHu .item:focus,
.cid-uLFTLGOqHu span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uLFTLGOqHu .item {
    margin-bottom: 1rem;
  }
}
.cid-uLFTLGOqHu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLFTLGOqHu .item-title {
  text-align: center;
  color: #232323;
  margin-top: 20px;
}
.cid-uLFTLGOqHu .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uLFTLGOqHu .mbr-section-subtitle,
.cid-uLFTLGOqHu .subtitle-wrap,
.cid-uLFTLGOqHu .mbr-section-btn {
  text-align: center;
}
.cid-uLFTLGOqHu .mbr-text,
.cid-uLFTLGOqHu .item .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLFTLGOqHu .bco {
  color: #FFFFFF;
}
.cid-uLFTLGOqHu #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-qTrUwrAQeV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qTrUwrAQeV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTrUwrAQeV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qTrUwrAQeV .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qTrUwrAQeV .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qTrUwrAQeV .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qTrUwrAQeV .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qTrUwrAQeV .card-box {
    padding-left: 0;
  }
}
.cid-qTrUwrAQeV P {
  color: #474747;
}
.cid-uInCszVXOF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInCszVXOF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInCszVXOF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInCszVXOF .media-wrap img {
  height: 6rem;
}
.cid-uInCszVXOF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInCszVXOF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInCszVXOF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInCszVXOF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInCszVXOF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInCszVXOF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInCszVXOF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInCszVXOF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInCszVXOF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qMXn4GvkLu {
  padding-top: 175px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bkg-hdr-productos-cover-1.png");
}
.cid-qMXn4GvkLu .carousel-control {
  background: #000;
}
.cid-qMXn4GvkLu .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qMXn4GvkLu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qMXn4GvkLu .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qMXn4GvkLu .carousel-item .wrap-img {
  text-align: center;
}
.cid-qMXn4GvkLu .carousel-item .wrap-img img {
  max-height: 650px;
  width: auto;
  max-width: 100%;
}
.cid-qMXn4GvkLu .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qMXn4GvkLu .carousel-controls .carousel-control {
  background: #fff;
  border-radius: 50%;
  position: static;
  width: 60px;
  height: 60px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qMXn4GvkLu .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qMXn4GvkLu .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qMXn4GvkLu .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 2rem;
  color: #333;
}
.cid-qMXn4GvkLu .cloneditem-1,
.cid-qMXn4GvkLu .cloneditem-2,
.cid-qMXn4GvkLu .cloneditem-3,
.cid-qMXn4GvkLu .cloneditem-4,
.cid-qMXn4GvkLu .cloneditem-5 {
  display: none;
}
.cid-qMXn4GvkLu .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qMXn4GvkLu .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides2 .cloneditem-1,
  .cid-qMXn4GvkLu .carousel-inner.slides2 .cloneditem-2,
  .cid-qMXn4GvkLu .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides3 .cloneditem-1,
  .cid-qMXn4GvkLu .carousel-inner.slides3 .cloneditem-2,
  .cid-qMXn4GvkLu .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides4 .cloneditem-1,
  .cid-qMXn4GvkLu .carousel-inner.slides4 .cloneditem-2,
  .cid-qMXn4GvkLu .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides5 .cloneditem-1,
  .cid-qMXn4GvkLu .carousel-inner.slides5 .cloneditem-2,
  .cid-qMXn4GvkLu .carousel-inner.slides5 .cloneditem-3,
  .cid-qMXn4GvkLu .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMXn4GvkLu .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMXn4GvkLu .carousel-inner.slides6 .cloneditem-1,
  .cid-qMXn4GvkLu .carousel-inner.slides6 .cloneditem-2,
  .cid-qMXn4GvkLu .carousel-inner.slides6 .cloneditem-3,
  .cid-qMXn4GvkLu .carousel-inner.slides6 .cloneditem-4,
  .cid-qMXn4GvkLu .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qMXn4GvkLu H2 {
  color: #232323;
  text-align: center;
}
.cid-qMXn4GvkLu .circle {
  transform: scale(0.98);
  transition: all 350ms ease-in-out;
}
.cid-qMXn4GvkLu .circle:hover {
  transform: scale(1);
}
.cid-qMXn4GvkLu svg {
  position: absolute;
  bottom: 0;
}
.cid-qMXn4GvkLu P {
  text-align: center;
  color: #767676;
}
.cid-rQkmECpipb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQkmECpipb .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-rQkmECpipb .photo-split {
  padding: 0;
}
.cid-rQkmECpipb .photo-split img {
  width: 100%;
}
.cid-rQkmECpipb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rQkmECpipb .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQkmECpipb .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rQkmECpipb .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rQkmECpipb .wrap-block {
  padding: 3rem 3rem;
}
.cid-rQkmECpipb .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rQkmECpipb .wrap-block ul li {
  display: inline-block;
}
.cid-rQkmECpipb .wrap-block ul li span {
  text-align: center;
}
.cid-rQkmECpipb .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rQkmECpipb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rQkmECpipb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rQkmECpipb .mbr-list,
.cid-rQkmECpipb .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rQkmECpipb .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rQkmECpipb .mbr-section-title,
  .cid-rQkmECpipb .mbr-section-subtitle,
  .cid-rQkmECpipb .mbr-text {
    text-align: center !important;
  }
  .cid-rQkmECpipb .social-list {
    text-align: center !important;
  }
}
.cid-rQkmECpipb .mbr-list,
.cid-rQkmECpipb .social-media {
  color: #767676;
}
.cid-rQkmECpipb .mbr-section-btn,
.cid-rQkmECpipb .mbr-section-title {
  color: #767676;
}
.cid-rQ3Ol6MJBN {
  background-image: url("../../../assets/images/colores-bkg-wide-promo.jpg");
}
.cid-rQ3Ol6MJBN .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rQ3Ol6MJBN .text-content .btn-bgr {
  z-index: 0;
}
.cid-rQ3Ol6MJBN .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-rQ3Ol6MJBN H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rQ3Ol6MJBN P {
  color: #767676;
}
.cid-rQ3Ol6MJBN H2 {
  color: #000000;
}
.cid-rQ3Ol6MJBN .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rQ3Ol6MJBN .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rQ3Ol6MJBN .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rQ3Ol6MJBN .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rQ3Ol6MJBN .text-content {
    width: 100%;
  }
}
.cid-rQ3Ol6MJBN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rQ3Ol6MJBN .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rQ3Ol6MJBN .mbr-text {
    text-align: center;
  }
}
.cid-rQ3Ol6MJBN .mbr-section-subtitle {
  color: #004f9f;
}
.cid-qSqBEUmOQZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bkg-negro-textura.jpg");
}
.cid-rPFaL1nfUX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPFaL1nfUX .wrapper {
  overflow: hidden;
}
.cid-rPFaL1nfUX .wrapper img {
  transition: all .5s;
}
.cid-rPFaL1nfUX .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rPFaL1nfUX .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rPFaL1nfUX .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-rPFaL1nfUX .wrapper .mbr-overlay {
  background: #232323;
  opacity: 0.5;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rPFaL1nfUX .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPFaL1nfUX .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
  bottom: 50%;
}
.cid-rPFaL1nfUX .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rPFaL1nfUX .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-qRQXGieZFL {
  padding-top: 210px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bkg-productos-top.jpg");
}
.cid-qRQXGieZFL H1 {
  color: #232323;
}
.cid-qRQXGieZFL .mbr-text,
.cid-qRQXGieZFL .mbr-section-btn {
  color: #ffffff;
}
.cid-qRQXGieZFL H3 {
  color: #ffffff;
}
.cid-qRQXGieZFL .cabecera {
  min-height: 90vh;
}
.cid-qRQXGieZFL B {
  color: #ffffff;
}
.cid-qRQXGieZFL SPAN {
  color: #ffffff;
}
#custom-html-di h1 {
  width: 350px;
}
#custom-html-di .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}
#custom-html-di .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
}
#custom-html-di .item:hover {
  flex: 7;
}
#custom-html-di .item-1 {
  background-image: url('https://images.unsplash.com/photo-1499198116522-4a6235013d63?auto=format&fit=crop&w=1233&q=80');
  overflow: hidden;
}
#custom-html-di .item-2 {
  background-image: url('https://images.unsplash.com/photo-1492760864391-753aaae87234?auto=format&fit=crop&w=1336&q=80');
}
#custom-html-di .item-3 {
  background-image: url('https://images.unsplash.com/photo-1503631285924-e1544dce8b28?auto=format&fit=crop&w=1234&q=80');
}
#custom-html-di .item-4 {
  background-image: url('https://images.unsplash.com/photo-1510425463958-dcced28da480?auto=format&fit=crop&w=1352&q=80');
}
#custom-html-di .item-5 {
  background-image: url('https://images.unsplash.com/photo-1503602642458-232111445657?auto=format&fit=crop&w=1234&q=80');
}
#custom-html-di .social {
  position: absolute;
  right: 35px;
  bottom: 0;
}
#custom-html-di .social img {
  display: block;
  width: 32px;
}
@media (max-width: 767px) {
  #custom-html-di .item {
    width: 20%;
  }
}
.cid-qN97H4zOC8 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qN97H4zOC8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qSNyVMcmyD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bkg-promo-rotofoam.jpg");
}
.cid-qSNyVMcmyD .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qSNyVMcmyD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSNyVMcmyD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qSNyVMcmyD .mbr-text {
    text-align: center;
  }
}
.cid-r4SbeVVpgg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-r4SbeVVpgg h2 {
  text-align: center;
}
.cid-r4SbeVVpgg h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-r4SbeVVpgg p {
  z-index: 1;
  margin-bottom: 0px;
  color: #ffffff;
}
.cid-r4SbeVVpgg .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-r4SbeVVpgg .card {
  margin: 10px;
}
.cid-r4SbeVVpgg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}
.cid-r4SbeVVpgg .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  display: block;
  margin: 0 auto;
}
.cid-r4SbeVVpgg H4 {
  color: #ffffff;
}
.cid-r4SbeVVpgg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r4SbeVVpgg .mbr-figure img {
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-r4SbeVVpgg .card-img {
    background: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
  .cid-r4SbeVVpgg .card-img img {
    margin-left: -100%;
    width: auto !important;
  }
}
.cid-qSrrduTRkU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSrrduTRkU .card-img {
  background-color: #fff;
}
.cid-qSrrduTRkU .card-box {
  padding: 0rem;
}
.cid-qSrrduTRkU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qSrrduTRkU p {
  text-align: left;
}
.cid-qSrrduTRkU .mbr-text {
  color: #767676;
}
.cid-qSrrduTRkU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSrrduTRkU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qSrrduTRkU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qRNK7rCUMu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qRNK7rCUMu .card-img {
  background-color: #fff;
}
.cid-qRNK7rCUMu .card-box {
  background-color: #ffffff;
  padding: 0rem;
}
.cid-qRNK7rCUMu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qRNK7rCUMu p {
  text-align: left;
}
.cid-qRNK7rCUMu .mbr-text {
  color: #767676;
}
.cid-qRNK7rCUMu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qRNK7rCUMu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qRNK7rCUMu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qMXqyorezW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-qMXqyorezW .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMXqyorezW .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qMXqyorezW .media-wrap img {
  height: 6rem;
}
.cid-qMXqyorezW .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qMXqyorezW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMXqyorezW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qMXqyorezW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qMXqyorezW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qMXqyorezW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qMXqyorezW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qMXqyorezW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qMXqyorezW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qSOjAjtBqg {
  padding-top: 210px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bkg-guia-negros-1.jpg");
}
.cid-qSOjAjtBqg H1 {
  color: #232323;
}
.cid-qSOjAjtBqg .mbr-text,
.cid-qSOjAjtBqg .mbr-section-btn {
  color: #232323;
}
.cid-qSOjAjtBqg H3 {
  color: #767676;
}
.cid-qSOjAjtBqg .cabecera {
  min-height: 90vh;
}
.cid-qSOjAjtBqg B {
  color: #ffffff;
}
.cid-qSOjAjtBqg SPAN {
  color: #ffffff;
}
.cid-qSOjAjtBqg .mbr-text,
.cid-qSOjAjtBqg .mbr-section-btn B {
  color: #232323;
}
.cid-qSOkhN1igu {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qSOkhN1igu .mbr-section-subtitle {
  color: #767676;
}
.cid-qSOm2qZVZa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qSOm2qZVZa .mbr-text {
  color: #767676;
}
.cid-qSOm2qZVZa h4 {
  text-align: center;
}
.cid-qSOm2qZVZa p {
  text-align: center;
}
.cid-qSOm2qZVZa .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qSOqQseIPc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-qSOqQseIPc .mbr-section-subtitle {
  color: #767676;
}
.cid-qSOqQseIPc .container-table {
  margin: 0 auto;
}
.cid-qSOqQseIPc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qSOqQseIPc .dataTables_wrapper {
  display: block;
}
.cid-qSOqQseIPc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qSOqQseIPc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qSOqQseIPc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #d80000;
  margin-bottom: 0;
}
.cid-qSOqQseIPc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qSOqQseIPc table th:hover {
  background: #d80000;
  color: #ffffff;
}
.cid-qSOqQseIPc table td {
  border-top: 1px solid #d80000;
}
.cid-qSOqQseIPc table.table {
  background: #f7f7f7;
}
.cid-qSOqQseIPc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qSOqQseIPc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qSOqQseIPc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qSOqQseIPc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qSOqQseIPc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qSOqQseIPc .dataTables_filter {
    text-align: center;
  }
  .cid-qSOqQseIPc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qSOqQseIPc .head-item {
  text-align: center;
  color: #df5d5d;
}
.cid-qSOqQseIPc .body-item {
  text-align: center;
  color: #767676;
}
.cid-qSOqQseIPc .mbr-section-title {
  color: #232323;
}
.cid-qSOqQseIPc .body-item B {
  color: #d80000;
}
.cid-qSOtsfZvSa {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #f7f7f7;
}
.cid-qSOtsfZvSa .image-block {
  margin: auto;
}
.cid-qSOtsfZvSa figcaption {
  position: relative;
}
.cid-qSOtsfZvSa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qSOtsfZvSa .image-block {
    width: 100% !important;
  }
}
.cid-qSOvqbx86P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qSOvqbx86P .mbr-section-subtitle {
  color: #767676;
}
.cid-qSOvqbx86P .container-table {
  margin: 0 auto;
}
.cid-qSOvqbx86P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qSOvqbx86P .dataTables_wrapper {
  display: block;
}
.cid-qSOvqbx86P .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qSOvqbx86P .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qSOvqbx86P table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #004f9f;
  margin-bottom: 0;
}
.cid-qSOvqbx86P table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qSOvqbx86P table th:hover {
  background: #004f9f;
  color: #ffffff;
}
.cid-qSOvqbx86P table td {
  border-top: 1px solid #004f9f;
}
.cid-qSOvqbx86P table.table {
  background: #ffffff;
}
.cid-qSOvqbx86P .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qSOvqbx86P .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qSOvqbx86P .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qSOvqbx86P .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qSOvqbx86P .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qSOvqbx86P .dataTables_filter {
    text-align: center;
  }
  .cid-qSOvqbx86P .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qSOvqbx86P .head-item {
  text-align: center;
  color: #004f9f;
}
.cid-qSOvqbx86P .body-item {
  text-align: center;
  color: #767676;
}
.cid-qSOvqbx86P .mbr-section-title {
  color: #232323;
}
.cid-qSOvqbx86P .body-item B {
  color: #004f9f;
}
.cid-qSOvLU8sLY {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qSOvLU8sLY .image-block {
  margin: auto;
}
.cid-qSOvLU8sLY figcaption {
  position: relative;
}
.cid-qSOvLU8sLY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qSOvLU8sLY .image-block {
    width: 100% !important;
  }
}
.cid-qSOwf6OmUK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-qSOwf6OmUK .mbr-section-subtitle {
  color: #767676;
}
.cid-qSOwf6OmUK .container-table {
  margin: 0 auto;
}
.cid-qSOwf6OmUK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qSOwf6OmUK .dataTables_wrapper {
  display: block;
}
.cid-qSOwf6OmUK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qSOwf6OmUK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qSOwf6OmUK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #9f058c;
  margin-bottom: 0;
}
.cid-qSOwf6OmUK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qSOwf6OmUK table th:hover {
  background: #9f058c;
  color: #ffffff;
}
.cid-qSOwf6OmUK table td {
  border-top: 1px solid #9f058c;
}
.cid-qSOwf6OmUK table.table {
  background: #f7f7f7;
}
.cid-qSOwf6OmUK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qSOwf6OmUK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qSOwf6OmUK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qSOwf6OmUK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qSOwf6OmUK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qSOwf6OmUK .dataTables_filter {
    text-align: center;
  }
  .cid-qSOwf6OmUK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qSOwf6OmUK .head-item {
  text-align: center;
  color: #9f058c;
}
.cid-qSOwf6OmUK .body-item {
  text-align: center;
  color: #767676;
}
.cid-qSOwf6OmUK .mbr-section-title {
  color: #232323;
}
.cid-qSOwf6OmUK .body-item B {
  color: #9f058c;
}
.cid-qSOwgPr472 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #f7f7f7;
}
.cid-qSOwgPr472 .image-block {
  margin: auto;
}
.cid-qSOwgPr472 figcaption {
  position: relative;
}
.cid-qSOwgPr472 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qSOwgPr472 .image-block {
    width: 100% !important;
  }
}
.cid-r4Elm8SKnK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r4Elm8SKnK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r4Elm8SKnK p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r4Elm8SKnK .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-r4Elm8SKnK .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-r4Elm8SKnK .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-r4Elm8SKnK .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-r4Elm8SKnK .card-box {
    padding-left: 0;
  }
}
.cid-r4Elm8SKnK P {
  color: #474747;
}
.cid-uInDIsrLUE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInDIsrLUE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDIsrLUE .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInDIsrLUE .media-wrap img {
  height: 6rem;
}
.cid-uInDIsrLUE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInDIsrLUE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDIsrLUE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInDIsrLUE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInDIsrLUE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInDIsrLUE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInDIsrLUE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInDIsrLUE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInDIsrLUE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qSQ7B14VNQ {
  background-image: url("../../../assets/images/rotln-blck-fdo-hdr.jpg");
}
.cid-qSQ7B14VNQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qSQ7B14VNQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qSQ7B14VNQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qSQ7B14VNQ H1 {
  color: #767676;
}
.cid-qSQ7B14VNQ SPAN {
  color: #00aef3;
}
.cid-qSQ7B14VNQ H3 {
  color: #767676;
}
.cid-qSRc2bij6G {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-qSRc2bij6G .mbr-section-subtitle {
  color: #767676;
}
.cid-qSRc2bij6G H2 {
  color: #ffffff;
}
.cid-qSQcSCSbvK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qSQcSCSbvK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSQcSCSbvK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qSQcSCSbvK .mbr-text {
    text-align: center;
  }
}
.cid-qSQcSCSbvK .mbr-text,
.cid-qSQcSCSbvK .mbr-section-btn {
  color: #767676;
}
.cid-qSQcSCSbvK .mbr-text,
.cid-qSQcSCSbvK .mbr-section-btn B {
  color: #00aef3;
}
.cid-qSQcSCSbvK H3 {
  color: #767676;
}
.cid-qSQDrCQsdr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-qSQDrCQsdr .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qSQDrCQsdr H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSQSAFaGTV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qSQSAFaGTV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSQSAFaGTV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qSQSAFaGTV .mbr-text {
    text-align: center;
  }
}
.cid-qSQUXg7MAh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qSQUXg7MAh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSQUXg7MAh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qSQUXg7MAh .mbr-text {
    text-align: center;
  }
}
.cid-qSQVoEKpd8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qSQVoEKpd8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSQVoEKpd8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qSQVoEKpd8 .mbr-text {
    text-align: center;
  }
}
.cid-qSQVKqrKjQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qSQVKqrKjQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSQVKqrKjQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qSQVKqrKjQ .mbr-text {
    text-align: center;
  }
}
.cid-qSQzdvsUen {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qSQzdvsUen .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-qSQzdvsUen h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qSQzdvsUen p {
  color: #767676;
  text-align: left;
}
.cid-qSQzdvsUen .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSQzdvsUen .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qSQzdvsUen .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qSQzdvsUen .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-qSQzdvsUen .card-title DIV {
  text-align: center;
}
.cid-qSQzdvsUen P {
  text-align: center;
  color: #767676;
}
.cid-qSQCkpRZ9j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qSQCkpRZ9j .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-qSQCkpRZ9j h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qSQCkpRZ9j p {
  color: #767676;
  text-align: left;
}
.cid-qSQCkpRZ9j .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSQCkpRZ9j .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qSQCkpRZ9j .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qSQCkpRZ9j .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-qSQCkpRZ9j .card-title DIV {
  text-align: center;
}
.cid-qSQCkpRZ9j P {
  text-align: center;
  color: #767676;
}
.cid-qSR8pOOt4i {
  background-image: url("../../../assets/images/bkg-bottom-rblack-2.jpg");
}
.cid-uInEjvAETp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uInEjvAETp h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uInEjvAETp p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uInEjvAETp .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uInEjvAETp .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uInEjvAETp .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uInEjvAETp .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uInEjvAETp .card-box {
    padding-left: 0;
  }
}
.cid-uInEjvAETp P {
  color: #474747;
}
.cid-uInEldQHbv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInEldQHbv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEldQHbv .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInEldQHbv .media-wrap img {
  height: 6rem;
}
.cid-uInEldQHbv .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInEldQHbv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEldQHbv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInEldQHbv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInEldQHbv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInEldQHbv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInEldQHbv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInEldQHbv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInEldQHbv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qSZhi9uiOq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qSZhi9uiOq H2 {
  color: #232323;
}
.cid-qSZhi9uiOq .mbr-section-subtitle {
  color: #232323;
}
.cid-qSZhi9uiOq .mbr-text {
  color: #0367b3;
}
.cid-qSZh0t8N8g {
  background: #f9f9f9;
}
.cid-qSZh0t8N8g .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qSZh0t8N8g figcaption {
  position: relative;
}
.cid-qSZh0t8N8g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qSZh0t8N8g .image-block {
    width: 100% !important;
  }
}
.cid-qSZiiN8UVu {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qSZiiN8UVu .mbr-section-subtitle {
  color: #767676;
}
.cid-qSZkjzoRfZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qSTE2IAfo3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qSTE2IAfo3 h2 {
  text-align: left;
}
.cid-qSTE2IAfo3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qSTE2IAfo3 p {
  color: #767676;
  text-align: left;
}
.cid-qSTE2IAfo3 .aside-content {
  flex-basis: 100%;
}
.cid-qSTE2IAfo3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qSTE2IAfo3 .media {
  margin: initial;
  align-items: center;
}
.cid-qSTE2IAfo3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qSTE2IAfo3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qSTE2IAfo3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qSTE2IAfo3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSTE2IAfo3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qSTE2IAfo3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qSTE2IAfo3 H4 {
  color: #004f9f;
}
.cid-qSZrDhwyEK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qSZrDhwyEK .mbr-section-subtitle {
  color: #767676;
}
.cid-qSZtLkaPIj {
  padding-top: 15px;
  padding-bottom: 90px;
  background: #f9f9f9;
}
.cid-qSZtLkaPIj .image-block {
  margin: auto;
}
.cid-qSZtLkaPIj figcaption {
  position: relative;
}
.cid-qSZtLkaPIj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qSZtLkaPIj .image-block {
    width: 100% !important;
  }
}
.cid-qSZmTtN7dz {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qSZmTtN7dz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSZmTtN7dz .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qSZmTtN7dz .mbr-section-title {
  text-align: center;
}
.cid-qSZmTtN7dz .mbr-text,
.cid-qSZmTtN7dz .mbr-section-btn {
  text-align: center;
}
.cid-rS3UWMEHpw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rS3UWMEHpw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rS3UWMEHpw p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rS3UWMEHpw .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rS3UWMEHpw .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rS3UWMEHpw .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS3UWMEHpw .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rS3UWMEHpw .card-box {
    padding-left: 0;
  }
}
.cid-rS3UWMEHpw P {
  color: #474747;
}
.cid-uInDLJ9IDB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInDLJ9IDB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDLJ9IDB .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInDLJ9IDB .media-wrap img {
  height: 6rem;
}
.cid-uInDLJ9IDB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInDLJ9IDB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDLJ9IDB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInDLJ9IDB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInDLJ9IDB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInDLJ9IDB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInDLJ9IDB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInDLJ9IDB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInDLJ9IDB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qTmXQBAqKn {
  padding-top: 140px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qTmXQBAqKn H2 {
  color: #0367b3;
}
.cid-qTmXQBAqKn .mbr-section-subtitle {
  color: #232323;
}
.cid-rS3OVlMbOn {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f9f9f9;
}
.cid-rS3OVlMbOn p {
  color: #767676;
}
.cid-rS3OVlMbOn .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rS3OVlMbOn .row-element,
.cid-rS3OVlMbOn .image-element {
  padding: 0;
}
.cid-rS3OVlMbOn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rS3OVlMbOn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rS3OVlMbOn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rS3OVlMbOn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #004f9f, #d80000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rS3OVlMbOn .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rS3OVlMbOn .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rS3OVlMbOn .text-content {
    padding: 2rem 1rem;
  }
  .cid-rS3OVlMbOn .underline .line {
    height: 2px;
  }
  .cid-rS3OVlMbOn .mbr-title,
  .cid-rS3OVlMbOn .underline,
  .cid-rS3OVlMbOn .mbr-text,
  .cid-rS3OVlMbOn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rS3OVlMbOn .mbr-text,
.cid-rS3OVlMbOn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rS3OVlMbOn .mbr-title,
.cid-rS3OVlMbOn .underline {
  text-align: left;
  color: #0367b3;
}
.cid-rS3V3Dcyqt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rS3V3Dcyqt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rS3V3Dcyqt p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rS3V3Dcyqt .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rS3V3Dcyqt .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rS3V3Dcyqt .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS3V3Dcyqt .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rS3V3Dcyqt .card-box {
    padding-left: 0;
  }
}
.cid-rS3V3Dcyqt P {
  color: #474747;
}
.cid-uInEAaApZi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInEAaApZi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEAaApZi .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInEAaApZi .media-wrap img {
  height: 6rem;
}
.cid-uInEAaApZi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInEAaApZi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEAaApZi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInEAaApZi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInEAaApZi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInEAaApZi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInEAaApZi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInEAaApZi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInEAaApZi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qUqyHmxAtg {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qUqyHmxAtg H2 {
  color: #232323;
}
.cid-qUqyHmxAtg .mbr-section-subtitle {
  color: #004f9f;
}
.cid-qUqyHnQ0t6 {
  background: #f9f9f9;
  background: linear-gradient(180deg, #f9f9f9, #ffffff);
}
.cid-qUqyHnQ0t6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qUqyHnQ0t6 figcaption {
  position: relative;
}
.cid-qUqyHnQ0t6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qUqyHnQ0t6 .image-block {
    width: 100% !important;
  }
}
.cid-qUqyHoYoZM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qUqyHoYoZM .mbr-section-subtitle {
  color: #767676;
}
.cid-qUqyHq068f {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qVahWDDAHE {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(180deg, #ffffff, #f7f7f7);
}
@media (min-width: 992px) {
  .cid-qVahWDDAHE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qVahWDDAHE .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qVahWDDAHE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-qVahWDDAHE .mbr-text,
.cid-qVahWDDAHE .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-qVahWDDAHE H3 {
  color: #232323;
  text-align: left;
}
.cid-qVahWDDAHE .mbr-text,
.cid-qVahWDDAHE .mbr-section-btn I {
  color: #004f9f;
}
.cid-qUqyHsrfUR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-qUqyHsrfUR .mbr-section-subtitle {
  color: #767676;
}
.cid-qUqyHu06kJ {
  padding-top: 15px;
  padding-bottom: 90px;
  background: #f7f7f7;
}
.cid-qUqyHu06kJ .image-block {
  margin: auto;
}
.cid-qUqyHu06kJ figcaption {
  position: relative;
}
.cid-qUqyHu06kJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qUqyHu06kJ .image-block {
    width: 100% !important;
  }
}
.cid-qUqyHvcvBa {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qUqyHvcvBa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qUqyHvcvBa .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qUqyHvcvBa .mbr-section-title {
  text-align: center;
}
.cid-qUqyHvcvBa .mbr-text,
.cid-qUqyHvcvBa .mbr-section-btn {
  text-align: center;
}
.cid-uInE1XC22B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uInE1XC22B h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uInE1XC22B p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uInE1XC22B .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uInE1XC22B .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uInE1XC22B .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uInE1XC22B .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uInE1XC22B .card-box {
    padding-left: 0;
  }
}
.cid-uInE1XC22B P {
  color: #474747;
}
.cid-uInE0WgEpK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInE0WgEpK .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInE0WgEpK .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInE0WgEpK .media-wrap img {
  height: 6rem;
}
.cid-uInE0WgEpK .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInE0WgEpK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInE0WgEpK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInE0WgEpK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInE0WgEpK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInE0WgEpK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInE0WgEpK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInE0WgEpK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInE0WgEpK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qUqyPqT3do {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qUqyPqT3do H2 {
  color: #232323;
}
.cid-qUqyPqT3do .mbr-section-subtitle {
  color: #232323;
}
.cid-qUqyPqT3do SPAN {
  color: #004f9f;
}
.cid-qUqyPsdIPE {
  background: #f9f9f9;
}
.cid-qUqyPsdIPE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qUqyPsdIPE figcaption {
  position: relative;
}
.cid-qUqyPsdIPE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qUqyPsdIPE .image-block {
    width: 100% !important;
  }
}
.cid-qUqyPt5saB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qUqyPt5saB .mbr-section-subtitle {
  color: #767676;
}
.cid-qVwXBwR20E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qVwMtU6j8c {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(180deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-qVwMtU6j8c .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qVwMtU6j8c .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qVwMtU6j8c .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-qVwMtU6j8c .mbr-text,
.cid-qVwMtU6j8c .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-qVwMtU6j8c H3 {
  color: #232323;
  text-align: left;
}
.cid-qUqyPvUSCH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qUqyPvUSCH .mbr-section-subtitle {
  color: #767676;
}
.cid-qVx2uSvpaM {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #f9f9f9;
}
.cid-qVx2uSvpaM .image-block {
  margin: auto;
}
.cid-qVx2uSvpaM figcaption {
  position: relative;
}
.cid-qVx2uSvpaM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qVx2uSvpaM .image-block {
    width: 100% !important;
  }
}
.cid-qUqyPxAuno {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qUqyPxAuno .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qUqyPxAuno .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qUqyPxAuno .mbr-section-title {
  text-align: center;
}
.cid-qUqyPxAuno .mbr-text,
.cid-qUqyPxAuno .mbr-section-btn {
  text-align: center;
}
.cid-uInE5qLyOt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uInE5qLyOt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uInE5qLyOt p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uInE5qLyOt .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uInE5qLyOt .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uInE5qLyOt .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uInE5qLyOt .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uInE5qLyOt .card-box {
    padding-left: 0;
  }
}
.cid-uInE5qLyOt P {
  color: #474747;
}
.cid-uInE7xm8mb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInE7xm8mb .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInE7xm8mb .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInE7xm8mb .media-wrap img {
  height: 6rem;
}
.cid-uInE7xm8mb .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInE7xm8mb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInE7xm8mb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInE7xm8mb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInE7xm8mb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInE7xm8mb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInE7xm8mb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInE7xm8mb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInE7xm8mb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-s4AOetREXP {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bkg-hdr-industrial-2.jpg");
  overflow: hidden;
}
.cid-s4AOetREXP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s4AOetREXP #e2_shape {
  fill: #f9f9f9 !important;
}
.cid-s4AOetREXP img {
  margin: auto;
}
@media (max-width: 576px) {
  .cid-s4AOetREXP img {
    width: 90%!important;
  }
}
.cid-s4AOetREXP H1 {
  color: #ffffff;
}
.cid-s4AOetREXP H3 {
  color: #232323;
}
.cid-s4AOetREXP .mbr-text,
.cid-s4AOetREXP .mbr-section-btn {
  color: #232323;
}
.cid-s4AOetREXP .barratxtAmarillo {
  background: #f1ac00;
  padding: 8px;
}
.cid-qUqyXqfHrG {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qUqyXqfHrG .mbr-section-subtitle {
  color: #767676;
}
.cid-qUqyXr3UMP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-s4BcE7yZDe {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s4BcE7yZDe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s4BcE7yZDe .video-block {
    width: 100% !important;
  }
}
.cid-s4BaKzvAlS {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(180deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-s4BaKzvAlS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4BaKzvAlS .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s4BaKzvAlS .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-s4BaKzvAlS .mbr-text,
.cid-s4BaKzvAlS .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s4BaKzvAlS H3 {
  color: #232323;
  text-align: left;
}
.cid-qUqyXt9S2n {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qUqyXt9S2n .mbr-section-subtitle {
  color: #767676;
}
.cid-s4BaO5dPqU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qUqyXtXdRz {
  padding-top: 15px;
  padding-bottom: 90px;
  background: #f9f9f9;
}
.cid-qUqyXtXdRz .image-block {
  margin: auto;
}
.cid-qUqyXtXdRz figcaption {
  position: relative;
}
.cid-qUqyXtXdRz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qUqyXtXdRz .image-block {
    width: 100% !important;
  }
}
.cid-qUqyXuVFjJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qUqyXuVFjJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qUqyXuVFjJ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qUqyXuVFjJ .mbr-section-title {
  text-align: center;
}
.cid-qUqyXuVFjJ .mbr-text,
.cid-qUqyXuVFjJ .mbr-section-btn {
  text-align: center;
}
.cid-uInEccaFDF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uInEccaFDF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uInEccaFDF p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uInEccaFDF .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uInEccaFDF .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uInEccaFDF .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uInEccaFDF .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uInEccaFDF .card-box {
    padding-left: 0;
  }
}
.cid-uInEccaFDF P {
  color: #474747;
}
.cid-uInEcFKewo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInEcFKewo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEcFKewo .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInEcFKewo .media-wrap img {
  height: 6rem;
}
.cid-uInEcFKewo .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInEcFKewo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEcFKewo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInEcFKewo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInEcFKewo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInEcFKewo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInEcFKewo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInEcFKewo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInEcFKewo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-qUprUkYMQ3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/rotofoam-ai-bkg-header-7.jpg");
}
.cid-qUprUkYMQ3 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qUprUkYMQ3 .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-qUprUkYMQ3 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qUprUkYMQ3 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qUprUkYMQ3 .mbr-text,
.cid-qUprUkYMQ3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-qUprUkYMQ3 H3 {
  text-align: center;
}
.cid-qUq4pWRwjv {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qUq4pWRwjv P {
  color: #767676;
}
.cid-qUq4pWRwjv H3 {
  color: #9f058c;
}
.cid-qUq4pWRwjv H1 {
  color: #232323;
}
.cid-qUpIBCo8yx {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(180deg, #ffffff, #f7f7f7);
}
@media (min-width: 992px) {
  .cid-qUpIBCo8yx .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qUpIBCo8yx .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qUpIBCo8yx .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-qUpIBCo8yx .mbr-text,
.cid-qUpIBCo8yx .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-qUpIBCo8yx H3 {
  color: #232323;
  text-align: left;
}
.cid-qUpQuURdaC {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-qUpQuURdaC h2 {
  text-align: center;
}
.cid-qUpQuURdaC h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qUpQuURdaC p {
  color: #767676;
}
.cid-qUpQuURdaC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qUpQuURdaC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qUpQuURdaC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qUpQuURdaC .mbr-section-subtitle {
  color: #004f9f;
}
.cid-qUpQuURdaC .card-title {
  font-weight: 500;
}
.cid-qUpQuURdaC .card-img {
  text-align: inherit;
}
.cid-qUpQuURdaC .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qUpQuURdaC .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qUpQuURdaC .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qUpQuURdaC .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qUpQuURdaC .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qUpQuURdaC .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qUpQuURdaC .mbr-crt-title {
  color: #9f058c;
}
.cid-qUpQuURdaC .mbr-section-title {
  color: #232323;
}
.cid-qUpQuURdaC .mbr-section-text {
  color: #767676;
}
.cid-qUpQuURdaC .mbr-crt-title B {
  color: #9f058c;
}
.cid-uInEoZqMk0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uInEoZqMk0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uInEoZqMk0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uInEoZqMk0 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uInEoZqMk0 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uInEoZqMk0 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uInEoZqMk0 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uInEoZqMk0 .card-box {
    padding-left: 0;
  }
}
.cid-uInEoZqMk0 P {
  color: #474747;
}
.cid-uInEr7MjEG {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInEr7MjEG .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEr7MjEG .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInEr7MjEG .media-wrap img {
  height: 6rem;
}
.cid-uInEr7MjEG .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInEr7MjEG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEr7MjEG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInEr7MjEG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInEr7MjEG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInEr7MjEG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInEr7MjEG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInEr7MjEG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInEr7MjEG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-r6wJdAFCUM {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6wJdAFCUM .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r6wJdAFCUM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r6wJdAFCUM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r6wJdAFCUM .mbr-text {
    text-align: center;
  }
}
.cid-r6wJdAFCUM B {
  color: #232323;
}
.cid-r6wJdAFCUM .mbr-text,
.cid-r6wJdAFCUM .mbr-section-btn {
  color: #232323;
}
.cid-r6wJdAFCUM H3 {
  color: #004f9f;
}
.cid-r5fjcZcSgX {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-r5fjcZcSgX .mbr-section-subtitle {
  color: #474747;
  text-align: left;
}
.cid-r5fjcZcSgX .container-table {
  margin: 0 auto;
}
.cid-r5fjcZcSgX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-r5fjcZcSgX .dataTables_wrapper {
  display: block;
}
.cid-r5fjcZcSgX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-r5fjcZcSgX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-r5fjcZcSgX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-r5fjcZcSgX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-r5fjcZcSgX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-r5fjcZcSgX table td {
  border-top: 1px solid #cccccc;
}
.cid-r5fjcZcSgX table.table {
  background: #ffffff;
}
.cid-r5fjcZcSgX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-r5fjcZcSgX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-r5fjcZcSgX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-r5fjcZcSgX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-r5fjcZcSgX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-r5fjcZcSgX .dataTables_filter {
    text-align: center;
  }
  .cid-r5fjcZcSgX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-r5fjcZcSgX .mbr-section-title {
  text-align: left;
}
.cid-r5fjcZcSgX .mbr-section-subtitle DIV {
  color: #474747;
}
.cid-r5fjcZcSgX .body-item {
  color: #474747;
}
.cid-r5fjcZcSgX .head-item {
  color: #004f9f;
}
.cid-r5g5A6a2PF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-r5g5A6a2PF .mbr-section-subtitle {
  color: #767676;
}
.cid-r5g5A6a2PF .container-table {
  margin: 0 auto;
}
.cid-r5g5A6a2PF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-r5g5A6a2PF .dataTables_wrapper {
  display: block;
}
.cid-r5g5A6a2PF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-r5g5A6a2PF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-r5g5A6a2PF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-r5g5A6a2PF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-r5g5A6a2PF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-r5g5A6a2PF table td {
  border-top: 1px solid #cccccc;
}
.cid-r5g5A6a2PF table.table {
  background: #ffffff;
}
.cid-r5g5A6a2PF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-r5g5A6a2PF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-r5g5A6a2PF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-r5g5A6a2PF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-r5g5A6a2PF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-r5g5A6a2PF .dataTables_filter {
    text-align: center;
  }
  .cid-r5g5A6a2PF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-r5g5A6a2PF .mbr-section-title {
  text-align: left;
}
.cid-r5g5A6a2PF .head-item {
  color: #004f9f;
}
.cid-r5g7dFqlNh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-r5g7dFqlNh .mbr-text,
.cid-r5g7dFqlNh blockquote {
  color: #767676;
}
.cid-r5g7dFqlNh .mbr-text DIV {
  text-align: center;
}
.cid-r5g7dFqlNh .mbr-text {
  text-align: center;
}
.cid-r6wIrJBgZB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r5fp946u2v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r5fp946u2v h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r5fp946u2v p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r5fp946u2v .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-r5fp946u2v .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-r5fp946u2v .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-r5fp946u2v .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-r5fp946u2v .card-box {
    padding-left: 0;
  }
}
.cid-r5fp946u2v P {
  color: #474747;
}
.cid-uInEvrjOAE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInEvrjOAE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEvrjOAE .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInEvrjOAE .media-wrap img {
  height: 6rem;
}
.cid-uInEvrjOAE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInEvrjOAE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInEvrjOAE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInEvrjOAE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInEvrjOAE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInEvrjOAE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInEvrjOAE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInEvrjOAE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInEvrjOAE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-r6KXtTxbEk {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6KXtTxbEk .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r6KXtTxbEk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r6KXtTxbEk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r6KXtTxbEk .mbr-text {
    text-align: center;
  }
}
.cid-r6KXtTxbEk B {
  color: #232323;
}
.cid-r6KXtTxbEk .mbr-text,
.cid-r6KXtTxbEk .mbr-section-btn {
  color: #232323;
}
.cid-r6KXtTxbEk H3 {
  color: #004f9f;
}
.cid-r6KXtUDbFY {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-r6KXtUDbFY .mbr-section-subtitle {
  color: #474747;
  text-align: left;
}
.cid-r6KXtUDbFY .container-table {
  margin: 0 auto;
}
.cid-r6KXtUDbFY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-r6KXtUDbFY .dataTables_wrapper {
  display: block;
}
.cid-r6KXtUDbFY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-r6KXtUDbFY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-r6KXtUDbFY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-r6KXtUDbFY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-r6KXtUDbFY table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-r6KXtUDbFY table td {
  border-top: 1px solid #cccccc;
}
.cid-r6KXtUDbFY table.table {
  background: #ffffff;
}
.cid-r6KXtUDbFY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-r6KXtUDbFY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-r6KXtUDbFY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-r6KXtUDbFY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-r6KXtUDbFY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-r6KXtUDbFY .dataTables_filter {
    text-align: center;
  }
  .cid-r6KXtUDbFY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-r6KXtUDbFY .mbr-section-title {
  text-align: left;
}
.cid-r6KXtUDbFY .mbr-section-subtitle DIV {
  color: #474747;
}
.cid-r6KXtUDbFY .body-item {
  color: #474747;
}
.cid-r6KXtUDbFY .head-item {
  color: #004f9f;
}
.cid-r6KXtWmoeR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-r6KXtWmoeR .mbr-section-subtitle {
  color: #767676;
}
.cid-r6KXtWmoeR .container-table {
  margin: 0 auto;
}
.cid-r6KXtWmoeR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-r6KXtWmoeR .dataTables_wrapper {
  display: block;
}
.cid-r6KXtWmoeR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-r6KXtWmoeR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-r6KXtWmoeR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-r6KXtWmoeR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-r6KXtWmoeR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-r6KXtWmoeR table td {
  border-top: 1px solid #cccccc;
}
.cid-r6KXtWmoeR table.table {
  background: #ffffff;
}
.cid-r6KXtWmoeR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-r6KXtWmoeR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-r6KXtWmoeR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-r6KXtWmoeR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-r6KXtWmoeR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-r6KXtWmoeR .dataTables_filter {
    text-align: center;
  }
  .cid-r6KXtWmoeR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-r6KXtWmoeR .mbr-section-title {
  text-align: left;
}
.cid-r6KXtWmoeR .head-item {
  color: #004f9f;
}
.cid-r6KXtY1rgW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-r6KXtY1rgW .mbr-text,
.cid-r6KXtY1rgW blockquote {
  color: #767676;
}
.cid-r6KXtY1rgW .mbr-text DIV {
  text-align: center;
}
.cid-r6KXtY1rgW .mbr-text {
  text-align: center;
}
.cid-r6KXtYFFPb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r6KXtZ7LdQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6KXtZ7LdQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r6KXtZ7LdQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r6KXtZ7LdQ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-r6KXtZ7LdQ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-r6KXtZ7LdQ .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-r6KXtZ7LdQ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-r6KXtZ7LdQ .card-box {
    padding-left: 0;
  }
}
.cid-r6KXtZ7LdQ P {
  color: #474747;
}
.cid-uInDUtWz76 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInDUtWz76 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDUtWz76 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInDUtWz76 .media-wrap img {
  height: 6rem;
}
.cid-uInDUtWz76 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInDUtWz76 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDUtWz76 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInDUtWz76 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInDUtWz76 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInDUtWz76 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInDUtWz76 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInDUtWz76 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInDUtWz76 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-rRuLPt5zu8 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rotomoldeo-header.jpg");
}
.cid-rRuLPt5zu8 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rRuLPt5zu8 .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-rRuLPt5zu8 .mbr-figure img {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-rRuLPt5zu8 .mbr-figure img {
    width: 50% !important;
  }
}
.cid-rRuLPt5zu8 H1 {
  color: #ffffff;
}
.cid-rRuLPt5zu8 .mbr-text,
.cid-rRuLPt5zu8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rRuLPt5zu8 H3 {
  color: #ffffff;
}
.cid-rQ8NSnvewi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-rQ8NSnvewi P {
  color: #767676;
}
.cid-rRy2rJmXKE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy2rJmXKE .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy2rJmXKE .card-wrap {
  background-color: #0367b3;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy2rJmXKE .card-wrap:hover h4,
.cid-rRy2rJmXKE .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy2rJmXKE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy2rJmXKE h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy2rJmXKE img {
  width: 100%;
}
.cid-rRy2rJmXKE 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-rRy2rJmXKE 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-rRy2rJmXKE .card-title1,
.cid-rRy2rJmXKE .title-wrap1 {
  color: #ffffff;
}
.cid-rRy2rJmXKE .card-title,
.cid-rRy2rJmXKE .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy2rJmXKE .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy2rJmXKE .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy2rJmXKE H3 {
  color: #ffffff;
}
.cid-rRy3nNnr9g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3nNnr9g .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3nNnr9g .card-wrap {
  background-color: #01a0de;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3nNnr9g .card-wrap:hover h4,
.cid-rRy3nNnr9g .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3nNnr9g h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3nNnr9g h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3nNnr9g img {
  width: 100%;
}
.cid-rRy3nNnr9g 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-rRy3nNnr9g 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-rRy3nNnr9g .card-title1,
.cid-rRy3nNnr9g .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3nNnr9g .card-title,
.cid-rRy3nNnr9g .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3nNnr9g .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3nNnr9g .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3nNnr9g H3 {
  color: #ffffff;
}
.cid-rRy3xAiSXv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3xAiSXv .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3xAiSXv .card-wrap {
  background-color: #92b5d5;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3xAiSXv .card-wrap:hover h4,
.cid-rRy3xAiSXv .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3xAiSXv h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3xAiSXv h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3xAiSXv img {
  width: 100%;
}
.cid-rRy3xAiSXv 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-rRy3xAiSXv 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-rRy3xAiSXv .card-title1,
.cid-rRy3xAiSXv .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3xAiSXv .card-title,
.cid-rRy3xAiSXv .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3xAiSXv .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3xAiSXv .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3xAiSXv H3 {
  color: #ffffff;
}
.cid-rRy3yjC9g7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3yjC9g7 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3yjC9g7 .card-wrap {
  background-color: #e41924;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3yjC9g7 .card-wrap:hover h4,
.cid-rRy3yjC9g7 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3yjC9g7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3yjC9g7 h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3yjC9g7 img {
  width: 100%;
}
.cid-rRy3yjC9g7 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-rRy3yjC9g7 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-rRy3yjC9g7 .card-title1,
.cid-rRy3yjC9g7 .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3yjC9g7 .card-title,
.cid-rRy3yjC9g7 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3yjC9g7 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3yjC9g7 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3yjC9g7 H3 {
  color: #ffffff;
}
.cid-rRy3z3QRWd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3z3QRWd .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3z3QRWd .card-wrap {
  background-color: #f05222;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3z3QRWd .card-wrap:hover h4,
.cid-rRy3z3QRWd .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3z3QRWd h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3z3QRWd h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3z3QRWd img {
  width: 100%;
}
.cid-rRy3z3QRWd 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-rRy3z3QRWd 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-rRy3z3QRWd .card-title1,
.cid-rRy3z3QRWd .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3z3QRWd .card-title,
.cid-rRy3z3QRWd .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3z3QRWd .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3z3QRWd .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3z3QRWd H3 {
  color: #ffffff;
}
.cid-rRy3BpAcGj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3BpAcGj .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3BpAcGj .card-wrap {
  background-color: #febd0d;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3BpAcGj .card-wrap:hover h4,
.cid-rRy3BpAcGj .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3BpAcGj h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3BpAcGj h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3BpAcGj img {
  width: 100%;
}
.cid-rRy3BpAcGj 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-rRy3BpAcGj 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-rRy3BpAcGj .card-title1,
.cid-rRy3BpAcGj .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3BpAcGj .card-title,
.cid-rRy3BpAcGj .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3BpAcGj .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3BpAcGj .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3BpAcGj H3 {
  color: #ffffff;
}
.cid-rRy3CbODfo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3CbODfo .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3CbODfo .card-wrap {
  background-color: #f4dbb0;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3CbODfo .card-wrap:hover h4,
.cid-rRy3CbODfo .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3CbODfo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3CbODfo h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #b1a374;
  margin-left: 10px;
}
.cid-rRy3CbODfo img {
  width: 100%;
}
.cid-rRy3CbODfo 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-rRy3CbODfo 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-rRy3CbODfo .card-title1,
.cid-rRy3CbODfo .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3CbODfo .card-title,
.cid-rRy3CbODfo .title-wrap {
  color: #b1a374;
}
@media (max-width: 992px) {
  .cid-rRy3CbODfo .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3CbODfo .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3CbODfo H3 {
  color: #b1a374;
}
.cid-rRy3CL5s8X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3CL5s8X .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3CL5s8X .card-wrap {
  background-color: #00824a;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3CL5s8X .card-wrap:hover h4,
.cid-rRy3CL5s8X .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3CL5s8X h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3CL5s8X h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3CL5s8X img {
  width: 100%;
}
.cid-rRy3CL5s8X 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-rRy3CL5s8X 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-rRy3CL5s8X .card-title1,
.cid-rRy3CL5s8X .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3CL5s8X .card-title,
.cid-rRy3CL5s8X .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3CL5s8X .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3CL5s8X .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3CL5s8X H3 {
  color: #ffffff;
}
.cid-rRy3DjuAnr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3DjuAnr .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3DjuAnr .card-wrap {
  background-color: #144633;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3DjuAnr .card-wrap:hover h4,
.cid-rRy3DjuAnr .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3DjuAnr h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3DjuAnr h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3DjuAnr img {
  width: 100%;
}
.cid-rRy3DjuAnr 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-rRy3DjuAnr 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-rRy3DjuAnr .card-title1,
.cid-rRy3DjuAnr .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3DjuAnr .card-title,
.cid-rRy3DjuAnr .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3DjuAnr .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3DjuAnr .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3DjuAnr H3 {
  color: #ffffff;
}
.cid-rRy3DZFxhd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3DZFxhd .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3DZFxhd .card-wrap {
  background-color: #999998;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3DZFxhd .card-wrap:hover h4,
.cid-rRy3DZFxhd .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3DZFxhd h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3DZFxhd h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3DZFxhd img {
  width: 100%;
}
.cid-rRy3DZFxhd 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-rRy3DZFxhd 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-rRy3DZFxhd .card-title1,
.cid-rRy3DZFxhd .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3DZFxhd .card-title,
.cid-rRy3DZFxhd .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3DZFxhd .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3DZFxhd .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3DZFxhd H3 {
  color: #ffffff;
}
.cid-rRy3EFjmYR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3EFjmYR .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3EFjmYR .card-wrap {
  background-color: #636468;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3EFjmYR .card-wrap:hover h4,
.cid-rRy3EFjmYR .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3EFjmYR h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3EFjmYR h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3EFjmYR img {
  width: 100%;
}
.cid-rRy3EFjmYR 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-rRy3EFjmYR 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-rRy3EFjmYR .card-title1,
.cid-rRy3EFjmYR .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3EFjmYR .card-title,
.cid-rRy3EFjmYR .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3EFjmYR .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3EFjmYR .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3EFjmYR H3 {
  color: #ffffff;
}
.cid-rRy3Fd9wPr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3Fd9wPr .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3Fd9wPr .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3Fd9wPr .card-wrap:hover h4,
.cid-rRy3Fd9wPr .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3Fd9wPr h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3Fd9wPr h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3Fd9wPr img {
  width: 100%;
}
.cid-rRy3Fd9wPr 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-rRy3Fd9wPr 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-rRy3Fd9wPr .card-title1,
.cid-rRy3Fd9wPr .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3Fd9wPr .card-title,
.cid-rRy3Fd9wPr .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rRy3Fd9wPr .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3Fd9wPr .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3Fd9wPr H3 {
  color: #ffffff;
}
.cid-rRy3FRjn0A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRy3FRjn0A .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rRy3FRjn0A .card-wrap {
  background-color: #fafafa;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rRy3FRjn0A .card-wrap:hover h4,
.cid-rRy3FRjn0A .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rRy3FRjn0A h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rRy3FRjn0A h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rRy3FRjn0A img {
  width: 100%;
}
.cid-rRy3FRjn0A 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-rRy3FRjn0A 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-rRy3FRjn0A .card-title1,
.cid-rRy3FRjn0A .title-wrap1 {
  color: #ffffff;
}
.cid-rRy3FRjn0A .card-title,
.cid-rRy3FRjn0A .title-wrap {
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-rRy3FRjn0A .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rRy3FRjn0A .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rRy3FRjn0A H3 {
  color: #cccccc;
}
.cid-rRJipIb72v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uInCJFcPOo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInCJFcPOo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInCJFcPOo .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInCJFcPOo .media-wrap img {
  height: 6rem;
}
.cid-uInCJFcPOo .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInCJFcPOo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInCJFcPOo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInCJFcPOo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInCJFcPOo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInCJFcPOo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInCJFcPOo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInCJFcPOo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInCJFcPOo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-rRPcMkUjCw {
  background-image: url("../../../assets/images/bkg-hdr-linea-hp-1.jpg");
}
.cid-rRPcMkUjCw H1 {
  text-align: left;
}
.cid-rRPcMkUjCw .mbr-text,
.cid-rRPcMkUjCw .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rRPcMkUjCw .mbr-section-title,
  .cid-rRPcMkUjCw .mbr-section-subtitle,
  .cid-rRPcMkUjCw .mbr-text {
    text-align: center !important;
  }
}
.cid-rS335vsfFV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bkg-promo-rotolene-hp-2.jpg");
}
.cid-rS335vsfFV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rS335vsfFV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS335vsfFV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rS335vsfFV .mbr-text {
    text-align: center;
  }
}
.cid-rS335vsfFV .mbr-text,
.cid-rS335vsfFV .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-rS335vsfFV H3 {
  text-align: center;
  color: #0367b3;
}
.cid-rS335vsfFV H1 {
  text-align: center;
  color: #232323;
}
.cid-rS339nyhvg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bkg-promo-rotolene-hf-hp.jpg");
}
@media (min-width: 992px) {
  .cid-rS339nyhvg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS339nyhvg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rS339nyhvg .mbr-text {
    text-align: center;
  }
}
.cid-rS339nyhvg .mbr-text,
.cid-rS339nyhvg .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-rS339nyhvg H3 {
  text-align: center;
  color: #0367b3;
}
.cid-rS339nyhvg H1 {
  text-align: center;
  color: #232323;
}
.cid-rS33aoZ0gT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bkg-promo-rotolene-industrial-hp.jpg");
}
.cid-rS33aoZ0gT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rS33aoZ0gT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS33aoZ0gT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rS33aoZ0gT .mbr-text {
    text-align: center;
  }
}
.cid-rS33aoZ0gT .mbr-text,
.cid-rS33aoZ0gT .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-rS33aoZ0gT H3 {
  text-align: center;
  color: #0367b3;
}
.cid-rS33aoZ0gT H1 {
  text-align: center;
  color: #232323;
}
.cid-uInCxDN73r {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInCxDN73r .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInCxDN73r .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInCxDN73r .media-wrap img {
  height: 6rem;
}
.cid-uInCxDN73r .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInCxDN73r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInCxDN73r .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInCxDN73r .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInCxDN73r .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInCxDN73r .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInCxDN73r .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInCxDN73r .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInCxDN73r .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-rS1LTSWF0P {
  background: #f9f9f9;
}
.cid-rS1LTSWF0P .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS1LTSWF0P figcaption {
  position: relative;
}
.cid-rS1LTSWF0P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS1LTSWF0P .image-block {
    width: 100% !important;
  }
}
.cid-rS1LTQLbVD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rS1LTQLbVD H2 {
  color: #232323;
}
.cid-rS1LTQLbVD .mbr-section-subtitle {
  color: #232323;
}
.cid-rS1LTQLbVD .mbr-text {
  color: #232323;
}
.cid-rS1LTQLbVD .logotipo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.cid-rS3B1bXX25 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bkg-rotolenehdhf-kayak-top-1.jpg");
}
.cid-rS3B1bXX25 .mbr-section-title,
.cid-rS3B1bXX25 .mbr-section-subtitle {
  color: #000000;
}
.cid-rS3B1bXX25 .mbr-section-text {
  color: #232323;
}
.cid-rS3B1bXX25 .mbr-text,
.cid-rS3B1bXX25 .typed-text,
.cid-rS3B1bXX25 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rS3B1bXX25 .btn {
  margin-left: 4px !important;
}
.cid-rS3B1bXX25 .animated-element {
  color: #0367b3;
}
.cid-rS3B1bXX25 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #0367b3;
}
.cid-rS3B1bXX25 .mbr-figure img {
  border-radius: 100%;
  overflow: hidden;
  width: 250px;
  height: 250px;
  border: 4px solid #0367b3;
}
@media (max-width: 767px) {
  .cid-rS3B1bXX25 .typed-text,
  .cid-rS3B1bXX25 .mbr-section-subtitle,
  .cid-rS3B1bXX25 .mbr-section-text,
  .cid-rS3B1bXX25 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rS1LTYV5wy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-rS1LTYV5wy .mbr-section-subtitle {
  color: #767676;
}
.cid-rS1LU0qHsG {
  padding-top: 15px;
  padding-bottom: 90px;
  background: #f9f9f9;
}
.cid-rS1LU0qHsG .image-block {
  margin: auto;
}
.cid-rS1LU0qHsG figcaption {
  position: relative;
}
.cid-rS1LU0qHsG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS1LU0qHsG .image-block {
    width: 100% !important;
  }
}
.cid-rS1LU282n9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rS1LU282n9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS1LU282n9 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rS1LU282n9 .mbr-section-title {
  text-align: center;
}
.cid-rS1LU282n9 .mbr-text,
.cid-rS1LU282n9 .mbr-section-btn {
  text-align: center;
}
.cid-uInDXikh7M {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uInDXikh7M .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDXikh7M .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uInDXikh7M .media-wrap img {
  height: 6rem;
}
.cid-uInDXikh7M .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uInDXikh7M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uInDXikh7M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uInDXikh7M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uInDXikh7M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uInDXikh7M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uInDXikh7M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uInDXikh7M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uInDXikh7M .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uKm1vFypZ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKm1vFypZ7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uKm1vFypZ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKm1vFypZ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKm1vFypZ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKm1vFypZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKm1vFypZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKm1vFypZ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKm1vFypZ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKm1vFypZ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uKm1vFypZ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKm1vFypZ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKm1vFypZ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKm1vFypZ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uKm1vFypZ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKm1vFypZ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKm1vFypZ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKm1vFypZ7 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKm1vFypZ7 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKm1vFypZ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKm1vFypZ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKm1vFypZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKm1vFypZ7 .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKm1vFypZ7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKm1vFypZ7 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uKm1vFypZ7 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKm1vFypZ7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uKm1vFypZ7 .nav-item:focus,
.cid-uKm1vFypZ7 .nav-link:focus {
  outline: none;
}
.cid-uKm1vFypZ7 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uKm1vFypZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKm1vFypZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKm1vFypZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKm1vFypZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKm1vFypZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKm1vFypZ7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKm1vFypZ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKm1vFypZ7 .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uKm1vFypZ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKm1vFypZ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKm1vFypZ7 .navbar.collapsed {
  justify-content: center;
}
.cid-uKm1vFypZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKm1vFypZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKm1vFypZ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uKm1vFypZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKm1vFypZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKm1vFypZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKm1vFypZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKm1vFypZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKm1vFypZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKm1vFypZ7 .navbar {
    min-height: 72px;
  }
  .cid-uKm1vFypZ7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKm1vFypZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKm1vFypZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKm1vFypZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKm1vFypZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKm1vFypZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKm1vFypZ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKm1vFypZ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKm1vFypZ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKm1vFypZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKm1vFypZ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKm1vFypZ7 .dropdown-item.active,
.cid-uKm1vFypZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKm1vFypZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKm1vFypZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKm1vFypZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKm1vFypZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uKm1vFypZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKm1vFypZ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKm1vFypZ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKm1vFypZ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKm1vFypZ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uKm1vFypZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKm1vFypZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKm1vFypZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKm1vFypZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKm1vFypZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKm1vFypZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKm1vFypZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKm1vFypZ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKm1vFypZ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKm1vFypZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKm1vFypZ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKm1vFypZ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKm1vFypZ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKm1vFypZ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKm1vFypZ7 .navbar {
    height: 70px;
  }
  .cid-uKm1vFypZ7 .navbar.opened {
    height: auto;
  }
  .cid-uKm1vFypZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKm1vFypZ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKm1vFypZ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKm1vFypZ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uKm1vFypZ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKm1vFypZ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKm1vFypZ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKm1vFypZ7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKm1vFypZ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKm1vFypZ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKm1vIPWsF {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bkg-hdr-productos-cover-1.png");
}
.cid-uKm1vIPWsF .carousel-control {
  background: #000;
}
.cid-uKm1vIPWsF .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uKm1vIPWsF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKm1vIPWsF .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uKm1vIPWsF .carousel-item .wrap-img {
  text-align: center;
}
.cid-uKm1vIPWsF .carousel-item .wrap-img img {
  max-height: 650px;
  width: auto;
  max-width: 100%;
}
.cid-uKm1vIPWsF .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKm1vIPWsF .carousel-controls .carousel-control {
  background: #fff;
  border-radius: 50%;
  position: static;
  width: 60px;
  height: 60px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uKm1vIPWsF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uKm1vIPWsF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uKm1vIPWsF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 2rem;
  color: #333;
}
.cid-uKm1vIPWsF .cloneditem-1,
.cid-uKm1vIPWsF .cloneditem-2,
.cid-uKm1vIPWsF .cloneditem-3,
.cid-uKm1vIPWsF .cloneditem-4,
.cid-uKm1vIPWsF .cloneditem-5 {
  display: none;
}
.cid-uKm1vIPWsF .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKm1vIPWsF .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides2 .cloneditem-1,
  .cid-uKm1vIPWsF .carousel-inner.slides2 .cloneditem-2,
  .cid-uKm1vIPWsF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides3 .cloneditem-1,
  .cid-uKm1vIPWsF .carousel-inner.slides3 .cloneditem-2,
  .cid-uKm1vIPWsF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides4 .cloneditem-1,
  .cid-uKm1vIPWsF .carousel-inner.slides4 .cloneditem-2,
  .cid-uKm1vIPWsF .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides5 .cloneditem-1,
  .cid-uKm1vIPWsF .carousel-inner.slides5 .cloneditem-2,
  .cid-uKm1vIPWsF .carousel-inner.slides5 .cloneditem-3,
  .cid-uKm1vIPWsF .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uKm1vIPWsF .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uKm1vIPWsF .carousel-inner.slides6 .cloneditem-1,
  .cid-uKm1vIPWsF .carousel-inner.slides6 .cloneditem-2,
  .cid-uKm1vIPWsF .carousel-inner.slides6 .cloneditem-3,
  .cid-uKm1vIPWsF .carousel-inner.slides6 .cloneditem-4,
  .cid-uKm1vIPWsF .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uKm1vIPWsF H2 {
  color: #232323;
  text-align: center;
}
.cid-uKm1vIPWsF .circle {
  transform: scale(0.98);
  transition: all 350ms ease-in-out;
}
.cid-uKm1vIPWsF .circle:hover {
  transform: scale(1);
}
.cid-uKm1vIPWsF svg {
  position: absolute;
  bottom: 0;
}
.cid-uKm1vIPWsF P {
  text-align: center;
  color: #767676;
}
.cid-uKm1vKZFcK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKm1vKZFcK .wrapper {
  overflow: hidden;
}
.cid-uKm1vKZFcK .wrapper img {
  transition: all .5s;
}
.cid-uKm1vKZFcK .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uKm1vKZFcK .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uKm1vKZFcK .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
  min-height: 600px;
}
.cid-uKm1vKZFcK .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-uKm1vKZFcK .wrapper .imgen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKm1vKZFcK .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
  bottom: 55%;
}
.cid-uKm1vKZFcK .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKm1vKZFcK .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKm1vKZFcK .wrapper {
    margin-top: 20px;
  }
}
.cid-uKm1vKZFcK .azl {
  color: #004f9f;
}
.cid-uKm1vKZFcK .grisoscuro {
  color: #232323;
}
.cid-uKm1vKZFcK .gris {
  color: #767676;
}
.cid-uKm1vKZFcK .card-subtitle {
  color: #0367b3;
}
.cid-uKm1vKZFcK .card-title {
  color: #767676;
}
.cid-uKm1vKZFcK .logotipo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.cid-uKm1vM2kDw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKm1vM2kDw .wrapper {
  overflow: hidden;
}
.cid-uKm1vM2kDw .wrapper img {
  transition: all .5s;
}
.cid-uKm1vM2kDw .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uKm1vM2kDw .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uKm1vM2kDw .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
  min-height: 600px;
}
.cid-uKm1vM2kDw .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-uKm1vM2kDw .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKm1vM2kDw .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
  bottom: 55%;
}
.cid-uKm1vM2kDw .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKm1vM2kDw .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKm1vM2kDw .wrapper {
    margin-top: 20px;
  }
}
.cid-uKm1vM2kDw .azl {
  color: #004f9f;
}
.cid-uKm1vM2kDw .grisoscuro {
  color: #232323;
}
.cid-uKm1vM2kDw .gris {
  color: #767676;
}
.cid-uKm1vN6YZM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKm1vN6YZM .wrapper {
  overflow: hidden;
}
.cid-uKm1vN6YZM .wrapper img {
  transition: all .5s;
}
.cid-uKm1vN6YZM .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uKm1vN6YZM .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uKm1vN6YZM .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
  min-height: 600px;
}
.cid-uKm1vN6YZM .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-uKm1vN6YZM .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKm1vN6YZM .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
  bottom: 40%;
}
.cid-uKm1vN6YZM .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKm1vN6YZM .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKm1vN6YZM .wrapper {
    margin-top: 20px;
  }
}
.cid-uKm1vN6YZM .mbr-section-text {
  margin-top: 20px;
}
.cid-uKm1vN6YZM .azl {
  color: #004f9f;
}
.cid-uKm1vN6YZM .grisoscuro {
  color: #232323;
}
.cid-uKm1vN6YZM .gris {
  color: #767676;
}
.cid-uKm1vN6YZM .card-subtitle {
  color: #ffffff;
}
.cid-uKm1vN6YZM .card-title {
  color: #ffffff;
}
.cid-uKm1vOaIHR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKm1vOaIHR .wrapper {
  overflow: hidden;
}
.cid-uKm1vOaIHR .wrapper img {
  transition: all .5s;
}
.cid-uKm1vOaIHR .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uKm1vOaIHR .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uKm1vOaIHR .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
  min-height: 600px;
}
.cid-uKm1vOaIHR .wrapper .mbr-overlay {
  background: #232323;
  opacity: 0.5;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-uKm1vOaIHR .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKm1vOaIHR .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
  bottom: 55%;
}
.cid-uKm1vOaIHR .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKm1vOaIHR .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKm1vOaIHR .wrapper {
    margin-top: 20px;
  }
}
.cid-uKm1vOaIHR .azl {
  color: #004f9f;
}
.cid-uKm1vOaIHR .grisoscuro {
  color: #232323;
}
.cid-uKm1vOaIHR .gris {
  color: #767676;
}
.cid-uKm1vOaIHR .rojo {
  color: #D50000;
}
.cid-uKm1vOaIHR .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
}
.cid-uKm1vPfl6a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uKm1vPfl6a h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uKm1vPfl6a p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uKm1vPfl6a .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uKm1vPfl6a .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uKm1vPfl6a .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uKm1vPfl6a .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uKm1vPfl6a .card-box {
    padding-left: 0;
  }
}
.cid-uKm1vPfl6a P {
  color: #474747;
}
.cid-uKm1vQjfUF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKm1vQjfUF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKm1vQjfUF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uKm1vQjfUF .media-wrap img {
  height: 6rem;
}
.cid-uKm1vQjfUF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKm1vQjfUF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKm1vQjfUF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKm1vQjfUF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uKm1vQjfUF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKm1vQjfUF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKm1vQjfUF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKm1vQjfUF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKm1vQjfUF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uInX2HOZij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uInX2HOZij .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uInX2HOZij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInX2HOZij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uInX2HOZij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInX2HOZij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInX2HOZij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uInX2HOZij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uInX2HOZij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uInX2HOZij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uInX2HOZij .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uInX2HOZij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uInX2HOZij .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar-logo {
    padding-left: 0;
  }
}
.cid-uInX2HOZij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uInX2HOZij .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uInX2HOZij .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInX2HOZij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .nav-item:focus,
.cid-uInX2HOZij .nav-link:focus {
  outline: none;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInX2HOZij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInX2HOZij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInX2HOZij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInX2HOZij .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uInX2HOZij .navbar.opened {
  transition: all 0.3s;
}
.cid-uInX2HOZij .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uInX2HOZij .navbar .navbar-logo img {
  width: auto;
}
.cid-uInX2HOZij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uInX2HOZij .navbar.collapsed {
  justify-content: center;
}
.cid-uInX2HOZij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInX2HOZij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInX2HOZij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInX2HOZij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInX2HOZij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInX2HOZij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uInX2HOZij .navbar {
    min-height: 72px;
  }
  .cid-uInX2HOZij .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInX2HOZij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInX2HOZij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInX2HOZij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uInX2HOZij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInX2HOZij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uInX2HOZij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uInX2HOZij .dropdown-item.active,
.cid-uInX2HOZij .dropdown-item:active {
  background-color: transparent;
}
.cid-uInX2HOZij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInX2HOZij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uInX2HOZij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uInX2HOZij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInX2HOZij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .navbar-buttons {
    text-align: left;
  }
}
.cid-uInX2HOZij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInX2HOZij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInX2HOZij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInX2HOZij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uInX2HOZij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInX2HOZij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uInX2HOZij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInX2HOZij .navbar {
    height: 70px;
  }
  .cid-uInX2HOZij .navbar.opened {
    height: auto;
  }
  .cid-uInX2HOZij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uInX2HOZij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uInX2HOZij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uInX2HOZij .navbar-brand {
    margin-right: auto;
  }
  .cid-uInX2HOZij .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uInX2HOZij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uInX2HOZij .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uInX2HOZij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uInX2HOZij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL7n0MXM9q {
  padding-top: 120px;
  padding-bottom: 280px;
}
.cid-uL7n0MXM9q .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uL7n0MXM9q .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uL7n0MXM9q .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uL7n0MXM9q .borde img {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.cid-uL7n0MXM9q .objeto img {
  position: absolute;
  bottom: 0px;
  width: 350px;
  display: block;
  left: 10%;
  height: auto;
}
.cid-uL7n0MXM9q H1 {
  color: #232323;
}
.cid-uL7n0MXM9q .mbr-text,
.cid-uL7n0MXM9q .mbr-section-btn {
  color: #004f9f;
}
.cid-uL7n1lcDi7 {
  padding-top: 75px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}
.cid-uL7n1lcDi7 .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-uL7n1lcDi7 .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-uL7n1lcDi7 .mbr-figure {
  position: absolute;
  top: -300px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.cid-uL7n1lcDi7 .text,
.cid-uL7n1lcDi7 .icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uL7n1lcDi7 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uL7n1lcDi7 h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-uL7n1lcDi7 .mbr-iconfont {
  font-size: 3rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #f7a954 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-uL7n1lcDi7 .content {
    margin: auto;
  }
  .cid-uL7n1lcDi7 .mbr-figure {
    position: absolute;
    top: -1300px;
    max-width: 250px;
    display: block;
    left: 50%;
    height: auto;
  }
}
.cid-uL7n1lcDi7 H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-uL7n1lcDi7 H1 {
  color: #232323;
  text-align: left;
}
.cid-uL7n1lcDi7 .mbr-section-text,
.cid-uL7n1lcDi7 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uL7n1lcDi7 .icon-title,
.cid-uL7n1lcDi7 .mbr-iconfont {
  color: #004f9f;
}
.cid-uL7n1lcDi7 .item-img {
  width: 70px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-uL7n1lcDi7 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-uL7n2c5AUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uL7n2c5AUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7n2c5AUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7n2c5AUU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uL7n2c5AUU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uL7n2c5AUU .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uL7n2c5AUU .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uL7n2c5AUU .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uL7n2c5AUU .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uL7n2c5AUU .item .item-wrapper .card-box {
  padding: 48px;
  border-radius: 16px;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-uL7n2c5AUU .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uL7n2c5AUU .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uL7n2c5AUU .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uL7n2c5AUU .item .item-wrapper .card-box .item-text_1,
.cid-uL7n2c5AUU .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uL7n2c5AUU .item .item-wrapper .card_1 {
  background-color: #ffffff;
}
.cid-uL7n2c5AUU .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #004f9f;
}
.cid-uL7n2c5AUU .item .item-wrapper .card_2 {
  background-color: #ffffff;
}
.cid-uL7n2c5AUU .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #d80000;
}
.cid-uL7n2c5AUU .item .item-wrapper .card {
  justify-content: center;
}
.cid-uL7n2c5AUU .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uL7n2c5AUU .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uL7n2c5AUU .item-title {
  color: #004f9f;
  text-align: center;
}
.cid-uL7n2c5AUU .item-desc {
  color: #000000;
}
.cid-uL7n2c5AUU .item-text_1 {
  color: #ffffff;
}
.cid-uL7n2c5AUU .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uL7n2c5AUU .item-text_1,
.cid-uL7n2c5AUU .icon-wrap {
  text-align: center;
  color: #767676;
}
.cid-uL7n2c5AUU .item-text_2,
.cid-uL7n2c5AUU .icon-wrap {
  color: #767676;
}
.cid-uL7rHrnXnP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uL7rHrnXnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7rHrnXnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7rHrnXnP .line {
  width: 100%;
  height: 2px;
  background: lightgray;
  margin-bottom: 1rem;
}
.cid-uL7rHrnXnP .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uL7rHrnXnP .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uL7rHrnXnP .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uL7rHrnXnP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uL7rHrnXnP .image-wrapper {
  padding: 0 1rem;
}
.cid-uL7rHrnXnP .mbr-section-title {
  color: #000000;
}
.cid-uL7rHrnXnP .mbr-text,
.cid-uL7rHrnXnP .mbr-section-btn {
  color: #004f9f;
}
.cid-uL7rHrnXnP .mbr-card-title {
  color: #232323;
}
.cid-uL7rHrnXnP .mbr-text2 {
  color: #767676;
}
.cid-uL7rHrnXnP .item-img {
  display: flex;
  justify-content: center;
}
.cid-uL7rHrnXnP img {
  width: 50%;
  margin-bottom: 50px;
}
.cid-uL7n35L7p9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uL7n35L7p9 .container {
    padding: 0 20px;
  }
}
.cid-uL7n35L7p9 .mbr-desc {
  margin-bottom: 90px;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uL7n35L7p9 .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uL7n35L7p9 .mbr-section-title {
  margin-bottom: 90px;
  color: #232323;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uL7n35L7p9 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uL7n35L7p9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-uL7n35L7p9 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uL7n35L7p9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uL7n35L7p9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #004f9f;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uL7n35L7p9 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-uL7n35L7p9 .embla__button--next,
.cid-uL7n35L7p9 .embla__button--prev {
  display: flex;
}
.cid-uL7n35L7p9 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #d80000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uL7n35L7p9 .embla__button:hover {
  opacity: .5 !important;
}
.cid-uL7n35L7p9 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uL7n35L7p9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uL7n35L7p9 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uL7n35L7p9 .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uL7n35L7p9 .embla::before {
    display: none;
  }
}
.cid-uL7n35L7p9 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uL7n35L7p9 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uL7n35L7p9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uL7n35L7p9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uL7n35L7p9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uL7n35L7p9 .item-title {
  color: #000000;
}
.cid-uL7n35L7p9 .item-title,
.cid-uL7n35L7p9 .item-content {
  color: #ffffff;
}
.cid-uL7t523rwk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
  background-image: linear-gradient(360deg, #ffffff 10%, #f7f7f7 80%, #f7f7f7 130%);
}
.cid-uL7t523rwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7t523rwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7t523rwk .row {
  justify-content: center;
}
.cid-uL7t523rwk .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uL7t523rwk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uL7t523rwk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uL7t523rwk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL7t523rwk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL7t523rwk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uL7t523rwk .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uL7t523rwk .mbr-section-title {
  color: #ffffff;
}
.cid-uL7t523rwk .mbr-text,
.cid-uL7t523rwk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uL7t523rwk .mbr-section-title,
.cid-uL7t523rwk .mbr-section-btn,
.cid-uL7t523rwk .logo-wrapper {
  text-align: center;
}
.cid-uL7ov4EXr7 {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uL7ov4EXr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7ov4EXr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7ov4EXr7 .row {
  justify-content: space-between;
  background: #f7f7f7;
  align-items: center;
  border-radius: 20px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uL7ov4EXr7 .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uL7ov4EXr7 .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uL7ov4EXr7 .container-fluid,
.cid-uL7ov4EXr7 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uL7ov4EXr7 .container-fluid,
  .cid-uL7ov4EXr7 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uL7ov4EXr7 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uL7ov4EXr7 .mbr-section-btn,
.cid-uL7ov4EXr7 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uL7ov4EXr7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uL7ov4EXr7 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uL7ov4EXr7 .mbr-section-title {
  color: #232323;
}
.cid-uL7ov4EXr7 .mbr-text,
.cid-uL7ov4EXr7 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-uL7ov4EXr7 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uL7n5bLaGv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uL7n5bLaGv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL7n5bLaGv .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uL7n5bLaGv .media-wrap img {
  height: 6rem;
}
.cid-uL7n5bLaGv .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL7n5bLaGv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL7n5bLaGv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL7n5bLaGv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uL7n5bLaGv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL7n5bLaGv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL7n5bLaGv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL7n5bLaGv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL7n5bLaGv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uLGPU7TyxG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLGPU7TyxG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: " ";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .cid-uLGPU7TyxG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLGPU7TyxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLGPU7TyxG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLGPU7TyxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLGPU7TyxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLGPU7TyxG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLGPU7TyxG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLGPU7TyxG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4rem !important;
  transition: 0.3s all !important;
  font-weight: bold;
}
.cid-uLGPU7TyxG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLGPU7TyxG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLGPU7TyxG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLGPU7TyxG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
.cid-uLGPU7TyxG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLGPU7TyxG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLGPU7TyxG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLGPU7TyxG .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLGPU7TyxG .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLGPU7TyxG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLGPU7TyxG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLGPU7TyxG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLGPU7TyxG .container {
  display: flex;
  height: 60px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLGPU7TyxG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLGPU7TyxG .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLGPU7TyxG .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLGPU7TyxG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
.cid-uLGPU7TyxG .nav-item:focus,
.cid-uLGPU7TyxG .nav-link:focus {
  outline: none;
}
.cid-uLGPU7TyxG .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uLGPU7TyxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLGPU7TyxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLGPU7TyxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLGPU7TyxG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLGPU7TyxG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLGPU7TyxG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLGPU7TyxG .navbar.opened {
  transition: all 0.3s;
}
.cid-uLGPU7TyxG .navbar .dropdown-item {
  padding: 0.5rem 3.8rem;
}
.cid-uLGPU7TyxG .navbar .navbar-logo img {
  width: auto;
}
.cid-uLGPU7TyxG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLGPU7TyxG .navbar.collapsed {
  justify-content: center;
}
.cid-uLGPU7TyxG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLGPU7TyxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLGPU7TyxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uLGPU7TyxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLGPU7TyxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLGPU7TyxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLGPU7TyxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLGPU7TyxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLGPU7TyxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLGPU7TyxG .navbar {
    min-height: 72px;
  }
  .cid-uLGPU7TyxG .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLGPU7TyxG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLGPU7TyxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLGPU7TyxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLGPU7TyxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLGPU7TyxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLGPU7TyxG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLGPU7TyxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLGPU7TyxG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLGPU7TyxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLGPU7TyxG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLGPU7TyxG .dropdown-item.active,
.cid-uLGPU7TyxG .dropdown-item:active {
  background-color: transparent;
}
.cid-uLGPU7TyxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLGPU7TyxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLGPU7TyxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLGPU7TyxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  backdrop-filter: blur(8px);
}
.cid-uLGPU7TyxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLGPU7TyxG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLGPU7TyxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLGPU7TyxG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLGPU7TyxG .navbar-buttons {
    text-align: left;
  }
}
.cid-uLGPU7TyxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLGPU7TyxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uLGPU7TyxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLGPU7TyxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLGPU7TyxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLGPU7TyxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLGPU7TyxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLGPU7TyxG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLGPU7TyxG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLGPU7TyxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLGPU7TyxG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLGPU7TyxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLGPU7TyxG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLGPU7TyxG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLGPU7TyxG .navbar {
    height: 70px;
  }
  .cid-uLGPU7TyxG .navbar.opened {
    height: auto;
  }
  .cid-uLGPU7TyxG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLGPU7TyxG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLGPU7TyxG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLGPU7TyxG .navbar-brand {
    margin-right: auto;
  }
  .cid-uLGPU7TyxG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLGPU7TyxG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLGPU7TyxG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLGPU7TyxG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLGPU7TyxG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLGPU7TyxG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLMnMBF4Dv {
  display: flex;
  padding-top: 165px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #f1f9f9, #ffffff);
}
@media (min-width: 768px) {
  .cid-uLMnMBF4Dv {
    align-items: flex-start;
  }
  .cid-uLMnMBF4Dv .row {
    justify-content: center;
  }
}
.cid-uLMnMBF4Dv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uLMnMBF4Dv .mbr-text,
.cid-uLMnMBF4Dv .mbr-section-btn {
  text-align: center;
  color: #9f058c;
}
.cid-uLMnMBF4Dv .mbr-section-title,
.cid-uLMnMBF4Dv .line {
  color: #004f9f;
  text-align: center;
}
.cid-uLMnMBF4Dv h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLMnMBF4Dv h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLMnMBF4Dv .mbr-section-subtitle,
.cid-uLMnMBF4Dv .align {
  text-align: left;
  color: #004f9f;
}
.cid-uLMnMBF4Dv .mbr-text2 {
  color: #808080;
  text-align: center;
}
.cid-uLGPU9gSQ1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uLGPU9gSQ1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLGPU9gSQ1 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uLGPU9gSQ1 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uLGPU9gSQ1 .mbr-text,
.cid-uLGPU9gSQ1 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uLGPU9gSQ1 H3 {
  color: #232323;
  text-align: left;
}
.cid-uLGPU9Gz7m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLGPU9Gz7m h2 {
  text-align: center;
}
.cid-uLGPU9Gz7m h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uLGPU9Gz7m p {
  color: #767676;
}
.cid-uLGPU9Gz7m .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLGPU9Gz7m .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uLGPU9Gz7m .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uLGPU9Gz7m .mbr-section-subtitle {
  color: #004f9f;
}
.cid-uLGPU9Gz7m .card-title {
  font-weight: 500;
}
.cid-uLGPU9Gz7m .card-img {
  text-align: inherit;
}
.cid-uLGPU9Gz7m .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uLGPU9Gz7m .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLGPU9Gz7m .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLGPU9Gz7m .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-uLGPU9Gz7m .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uLGPU9Gz7m .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-uLGPU9Gz7m .mbr-crt-title {
  color: #9f058c;
}
.cid-uLGPU9Gz7m .mbr-section-title {
  color: #232323;
}
.cid-uLGPU9Gz7m .mbr-section-text {
  color: #767676;
}
.cid-uLGPU9Gz7m .mbr-crt-title B {
  color: #9f058c;
}
.cid-uNmMlAtC3y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNmMlAtC3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmMlAtC3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmMlAtC3y .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uNmMlAtC3y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNmMlAtC3y .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uNmMlAtC3y .box .mbr-media {
    height: 350px;
  }
}
.cid-uNmMlAtC3y .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uNmMlAtC3y .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNmMlAtC3y .box .mbr-media .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uNmMlAtC3y .box .mbr-media .mbr-iconfont {
    font-size: 42px;
    margin-left: 10px;
  }
}
.cid-uNmMlAtC3y .mbr-media {
  position: relative;
}
.cid-uNmMlAtC3y .mbr-media img {
  object-fit: cover;
}
.cid-uNmMlAtC3y a:hover {
  background-image: none !important;
}
.cid-uNmMlAtC3y .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background: #0367b3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uNmMlAtC3y .icon-wrapper {
    height: 80px !important;
    width: 80px !important;
  }
}
.cid-uNmMlAtC3y .icon-wrapper:hover,
.cid-uNmMlAtC3y .icon-wrapper:focus {
  background-color: #ffffff;
}
.cid-uNmMlAtC3y .icon-wrapper:hover .mbr-iconfont,
.cid-uNmMlAtC3y .icon-wrapper:focus .mbr-iconfont {
  color: #0367b3;
}
.cid-uNmMlAtC3y .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uNmMlAtC3y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uNmMlAtC3y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uNmMlAtC3y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uNmMlAtC3y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNmMlAtC3y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNmMlAtC3y .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uLMjr6KolP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLMjr6KolP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMjr6KolP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMjr6KolP .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uLMjr6KolP .items-wrapper .item {
  padding: 0 10px;
}
.cid-uLMjr6KolP .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMjr6KolP .item {
    margin-bottom: 20px;
  }
}
.cid-uLMjr6KolP .item:hover .item-wrapper,
.cid-uLMjr6KolP .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uLMjr6KolP .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uLMjr6KolP .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLMjr6KolP .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uLMjr6KolP .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uLMjr6KolP .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uLMjr6KolP .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uLMjr6KolP .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #ffffff;
}
.cid-uLMjr6KolP .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uLMjr6KolP .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #b593ff;
}
.cid-uLMjr6KolP .item .item-wrapper .item-content .item-title_1,
.cid-uLMjr6KolP .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uLMjr6KolP .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uLMjr6KolP .item .card_1 {
  background-color: #004f9f;
  border-radius: 16px;
}
.cid-uLMjr6KolP .item .card_2 {
  background-color: #9f058c;
  border-radius: 16px;
}
.cid-uLMjr6KolP .mbr-label_1 {
  color: #19171c;
}
.cid-uLMjr6KolP .mbr-label_2 {
  color: #ffffff;
}
.cid-uLMjr6KolP .item-title_1 {
  color: #19171c;
}
.cid-uLMjr6KolP .item-title_2 {
  color: #f7f7f7;
  text-align: center;
}
.cid-uLMjr6KolP .item-text_1 {
  color: #19171c;
}
.cid-uLMjr6KolP .item-text_2 {
  color: #19171c;
}
.cid-uLMjr6KolP .item-title_1,
.cid-uLMjr6KolP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLMjr6KolP .item-text_1,
.cid-uLMjr6KolP .text-wrapper_1 {
  text-align: center;
  color: #ffffff;
}
.cid-uLMjr6KolP .item-text_2,
.cid-uLMjr6KolP .text-wrapper_2 {
  text-align: center;
  color: #ffffff;
}
.cid-uLGPUabe5I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLGPUabe5I h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uLGPUabe5I p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uLGPUabe5I .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uLGPUabe5I .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uLGPUabe5I .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uLGPUabe5I .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uLGPUabe5I .card-box {
    padding-left: 0;
  }
}
.cid-uLGPUabe5I P {
  color: #474747;
}
.cid-uLGPUaDOrj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLGPUaDOrj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLGPUaDOrj .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uLGPUaDOrj .media-wrap img {
  height: 6rem;
}
.cid-uLGPUaDOrj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLGPUaDOrj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLGPUaDOrj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uLGPUaDOrj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uLGPUaDOrj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLGPUaDOrj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLGPUaDOrj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLGPUaDOrj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLGPUaDOrj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
