section {
  background-color: #eeeeee; }

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

:focus {
  outline: none; }

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

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

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

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

figure {
  margin-bottom: 0; }

body {
  color: #747474; }

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

b,
strong {
  font-weight: 800; }

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: #101010; }

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

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

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

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

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

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

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

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

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

/*! Media.text-black:hover, a.text-black:focus */
.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 {
  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 */
.mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
  font-size: 0; }

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

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

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

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

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

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

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: 400; }

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

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

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

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

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

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

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

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

.nav {
  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 .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

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

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

.jq-selectbox li {
  padding: 1.07em .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .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; }

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

.mbr-text {
  font-style: normal; }

body {
  font-style: normal;
  font-weight: 400; }

.btn {
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px !important;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  margin-bottom: 1rem;
  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;
  overflow: hidden; }

.btn-sm {
border-radius: 0 !important; 
  font-weight: 400;
     letter-spacing: 1px !important; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
border-radius: 0 !important; 
  font-weight: 400;
     letter-spacing: 1px !important; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
border-radius: 0 !important; 
  font-weight: 400;
     letter-spacing: 1px !important; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

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

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

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

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

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

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

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

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

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

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

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

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

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

a.text-black {
  color: #101010; }

@media (min-width: 1200px) {
  .container {
    max-width: 1260px !important; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.7rem;
  font-weight: 800;
  letter-spacing: 0px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.92rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.7 !important;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #101010 !important;
}
.bg-success {
  background-color: #d7d7d7 !important;
}
.bg-info {
  background-color: #e1201d !important;
}
.bg-warning {
  background-color: #0f7699 !important;
}
.bg-danger {
  background-color: #101010 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #101010 !important;
  border-color: #101010 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1bbe74 !important;
  border-color: #1bbe74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #117b4b !important;
  border-color: #117b4b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #117b4b !important;
  border-color: #117b4b !important;
}
.btn-info,
.btn-info:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #585858 !important;
  background-color: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585858 !important;
  background-color: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #101010 !important;
  border-color: #101010 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #101010;
  border-color: #101010;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #101010 !important;
  border-color: #101010 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0e653d;
  color: #0e653d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1bbe74;
  border-color: #1bbe74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1bbe74 !important;
  border-color: #1bbe74 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a4a4a4;
  color: #a4a4a4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #585858;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !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: #101010;
  border-color: #101010;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #101010 !important;
  border-color: #101010 !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: #101010 !important;
}
.text-secondary {
  color: #1bbe74 !important;
}
.text-success {
  color: #d7d7d7 !important;
}
.text-info {
  color: #e1201d !important;
}
.text-warning {
  color: #0f7699 !important;
}
.text-danger {
  color: #101010 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0e653d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a4a4a4 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #871311 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062e3c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #101010 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e1201d;
}
.alert-warning {
  background-color: #0f7699;
}
.alert-danger {
  background-color: #101010;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #101010;
  border-color: #101010;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #101010;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3c3c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c3c3c3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #101010;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.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: #101010 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1bbe74 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23101010' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
hr {
  border: none;
  background-color: #101010;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #101010;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #101010;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #101010;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #101010 !important;
}
.btn-danger:hover {
  color: #101010 !important;
}
.btn-warning:hover {
  color: #0f7699 !important;
}
.btn-success:hover {
  color: #d7d7d7 !important;
}
.btn-info:hover {
  color: #e1201d !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #1bbe74 !important;
}
.btn-primary:hover {
  color: #101010 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #101010 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #101010;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #1bbe74 !important;
}
.btn-success-outline:hover::before {
  background-color: #d7d7d7 !important;
}
.btn-info-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-primary-outline:hover::before {
  background-color: #101010 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #0f7699 !important;
}
.btn-danger-outline:hover::before {
  background-color: #101010 !important;
}
.cid-ulkIDxKq3p .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ulkIDxKq3p .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ulkIDxKq3p a {
  font-style: normal;
}
.cid-ulkIDxKq3p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ulkIDxKq3p .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-ulkIDxKq3p .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulkIDxKq3p .content-text {
  margin-bottom: 0;
}
.cid-ulkIDxKq3p .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ulkIDxKq3p .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #101010;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ulkIDxKq3p .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ulkIDxKq3p .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ulkIDxKq3p .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ulkIDxKq3p .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ulkIDxKq3p .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ulkIDxKq3p .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ulkIDxKq3p .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulkIDxKq3p .nav-dropdown .link {
  font-weight: 400;
}
.cid-ulkIDxKq3p .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ulkIDxKq3p .content-right-side {
  text-align: center;
}
.cid-ulkIDxKq3p .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ulkIDxKq3p .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-ulkIDxKq3p .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-ulkIDxKq3p .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-ulkIDxKq3p .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-ulkIDxKq3p .menu-bottom {
    justify-content: flex-end;
  }
  .cid-ulkIDxKq3p img {
    height: 3.8rem !important;
  }
  .cid-ulkIDxKq3p .btn {
    display: -webkit-flex;
  }
  .cid-ulkIDxKq3p button.navbar-toggler {
    display: block;
  }
  .cid-ulkIDxKq3p .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-ulkIDxKq3p .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ulkIDxKq3p .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing,
  .cid-ulkIDxKq3p .navbar-collapse.show {
    display: block !important;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-nav,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-buttons,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ulkIDxKq3p .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ulkIDxKq3p .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ulkIDxKq3p .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-ulkIDxKq3p .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-ulkIDxKq3p .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-ulkIDxKq3p .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-ulkIDxKq3p .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ulkIDxKq3p .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ulkIDxKq3p .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ulkIDxKq3p .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-ulkIDxKq3p .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulkIDxKq3p .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ulkIDxKq3p .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ulkIDxKq3p .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ulkIDxKq3p .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-ulkIDxKq3p .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-ulkIDxKq3p .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ulkIDxKq3p .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-ulkIDxKq3p .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulkIDxKq3p .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-ulkIDxKq3p .navbar {
    display: block;
    padding: 0;
  }
  .cid-ulkIDxKq3p .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulkIDxKq3p .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ulkIDxKq3p .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ulkIDxKq3p .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-ulkIDxKq3p .navbar-toggler {
    display: none;
  }
  .cid-ulkIDxKq3p .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulkIDxKq3p .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulkIDxKq3p .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ulkIDxKq3p .menu-logo {
  margin-right: auto;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ulkIDxKq3p .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ulkIDxKq3p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ulkIDxKq3p .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ulkIDxKq3p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulkIDxKq3p button.navbar-toggler:focus {
  outline: none;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulkIDxKq3p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulkIDxKq3p .collapsed .btn {
  display: -webkit-flex;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulkIDxKq3p .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1.5rem);
  }
  .cid-ulkIDxKq3p .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ulkIDxKq3p .collapsed button.navbar-toggler {
  display: block;
}
.cid-ulkIDxKq3p .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-ulkIDxKq3p .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ulkIDxKq3p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ulkIDxKq3p .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulkIDxKq3p .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ulkIDxKq3p .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ulkIDxKq3p .nav-link:focus {
  outline: none;
}
.cid-ulkIDxKq3p .navbar-toggler {
  position: relative;
}
.cid-ulkIDxKq3p .dropdown-item.active,
.cid-ulkIDxKq3p .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-ulkIDxKq3p .nav-link:hover,
.cid-ulkIDxKq3p .dropdown-item:hover {
  color: #000000;
}
.cid-ulkIDxKq3p .widget-title,
.cid-ulkIDxKq3p .widget-icon {
  color: #000000;
}
.cid-tN6uqY5rhe {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/carrera-diseno-cabezal-2000x1232.jpg");
}
.cid-tN6uqY5rhe .row {
  flex-direction: row-reverse;
}
.cid-tN6uqY5rhe .img-wrap {
  position: relative;
}
.cid-tN6uqY5rhe .img-wrap img {
  width: 100%;
}
.cid-tN6uqY5rhe .mbr-section-subtitle {
  color: #1bbe74;
  margin-bottom: 14px;
}
.cid-tN6uqY5rhe .mbr-section-title {
  color: #101010;
}
.cid-tN6uqY5rhe .mbr-text {
  color: #e1201d;
}
.cid-tN6uqY5rhe .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tN6uqY5rhe .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-tN6uqY5rhe .cards-wrap {
  margin-top: 30px;
}
.cid-tN6uqY5rhe .wrapper {
  margin-bottom: 26px;
  text-align: left;
}
.cid-tN6uqY5rhe .wrapper .icon {
  margin-bottom: 21px;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-tN6uqY5rhe .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tN6uqY5rhe .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #1bbe74;
  position: relative;
  display: block;
}
.cid-tN6uqY5rhe .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-tN6uqY5rhe .wrapper .icon1 .mbr-iconfont {
  color: #101010;
}
.cid-tN6uqY5rhe .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-tN6uqY5rhe .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-tN6uqY5rhe .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-tN6uqY5rhe .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-tN6uqY5rhe .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-tN6uqY5rhe .wrapper .mbr-card-title {
  color: #101010;
  margin-bottom: 17px;
}
.cid-tN6uqY5rhe .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #e1201d;
}
@media (max-width: 768px) {
  .cid-tN6uqY5rhe .mbr-section-btn {
    justify-content: center;
  }
  .cid-tN6uqY5rhe * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tN6uqY5rhe .mbr-section-subtitle,
.cid-tN6uqY5rhe .mbr-section-title .accent-word {
  color: #d20054;
}
.cid-tN6uqY5rhe .wrapper .mbr-text,
.cid-tN6uqY5rhe .img {
  color: #101010;
}
.cid-tN6uqY5rhe .mbr-text,
.cid-tN6uqY5rhe .mbr-section-btn {
  color: #000000;
}
.cid-tlbXOVRTUX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlbXOVRTUX h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlbXOVRTUX .container {
    position: relative;
  }
  .cid-tlbXOVRTUX .row {
    margin: 0;
  }
  .cid-tlbXOVRTUX h2 {
    margin: 0;
  }
}
.cid-tlbXOVRTUX .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlbXOVRTUX .mbr-section-subtitle {
  color: #4f4943;
}
.cid-tlbXOVRTUX .container-column,
.cid-tlbXOVRTUX h2 {
  color: #000000;
}
.cid-trlubGebq8 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-trlubGebq8 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-trlubGebq8 .container {
    position: relative;
  }
  .cid-trlubGebq8 .row {
    margin: 0;
  }
  .cid-trlubGebq8 h2 {
    margin: 0;
  }
}
.cid-trlubGebq8 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-trlubGebq8 .mbr-section-subtitle {
  color: #777777;
}
.cid-trlubGebq8 .container-column,
.cid-trlubGebq8 h2 {
  color: #000000;
}
.cid-trljktVLjQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-trljktVLjQ .card-wrapper {
  border-radius: 4px;
}
.cid-trljktVLjQ .card-subtitle {
  color: #0095ff !important;
}
.cid-trljktVLjQ .mbr-text,
.cid-trljktVLjQ .card-subtitle {
  color: #747474 !important;
}
.cid-trljktVLjQ .mbr-iconfont {
  font-size: 90px;
  color: #101010;
}
.cid-trljktVLjQ .icon {
  text-align: end;
}
@media (max-width: 768px) {
  .cid-trljktVLjQ .icon {
    margin-bottom: 15px;
  }
  .cid-trljktVLjQ * {
    text-align: left !important;
  }
}
.cid-trljktVLjQ .card .card-wrapper .text-wrapper .mbr-text,
.cid-trljktVLjQ .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #7e7e7e;
}
.cid-trljktVLjQ .card .card-wrapper .text-wrapper .card-subtitle,
.cid-trljktVLjQ .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #000000;
}
.cid-sbfAl8kKSN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sbfAl8kKSN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sbfAl8kKSN .container {
    position: relative;
  }
  .cid-sbfAl8kKSN .row {
    margin: 0;
  }
  .cid-sbfAl8kKSN h2 {
    margin: 0;
  }
}
.cid-sbfAl8kKSN .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sbfAl8kKSN .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sbfAl8kKSN .container-column,
.cid-sbfAl8kKSN h2 {
  color: #000000;
}
.cid-seKc8gSQkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seKc8gSQkc .mbr-text {
  color: #767676;
}
.cid-seKc8gSQkc .mbr-title {
  color: #4f4943;
}
@media (max-width: 767px) {
  .cid-seKc8gSQkc .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-seKc8gSQkc h3 {
  margin-bottom: 1.2rem;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-seKc8gSQkc .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seKc8gSQkc .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-seKc8gSQkc .row {
    margin: 0;
  }
}
.cid-tmvMtlfuZU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmvMtlfuZU .content-row {
  background-color: #f3f3f3;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tmvMtlfuZU .content-row {
    padding: 1rem;
  }
}
.cid-tmvMtlfuZU p {
  margin-bottom: 0rem;
}
.cid-tmvMtlfuZU .btn {
  margin-bottom: 0rem;
}
.cid-tmvMtlfuZU .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tmvMtlfuZU .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tmvMtlfuZU .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tmvMtlfuZU .mbr-section-btn {
    text-align: left;
  }
  .cid-tmvMtlfuZU .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tmvMtlfuZU .mbr-section-btn {
    text-align: left;
  }
  .cid-tmvMtlfuZU .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-tmvMtlfuZU .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmvMtlfuZU .btn {
    margin-top: 0rem;
  }
}
.cid-tmvMtlfuZU H1 {
  text-align: left;
}
.cid-tmvMtlfuZU .mbr-text {
  text-align: left;
}
.cid-tPPZjQcLyU {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPPZjQcLyU .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tPPZjQcLyU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tPPZjQcLyU .p {
  line-height: 130% !important;
}
.cid-tPPZjQcLyU video {
  width: 100%;
}
.cid-seJEPPqlgK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-seJEPPqlgK .title__block {
  margin-bottom: 30px;
}
.cid-seJEPPqlgK .mbr-section-subtitle,
.cid-seJEPPqlgK .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-seJEPPqlgK .divider {
  background-color: #d7d7d7;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-seJEPPqlgK .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-seJEPPqlgK .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-seJEPPqlgK .card__title {
  margin-bottom: 20px;
}
.cid-seJEPPqlgK .mbr-text {
  margin-bottom: 0;
}
.cid-seJEPPqlgK .mbr-section-subtitle {
  color: #000000;
}
.cid-seJEPPqlgK p {
  line-height: 1.7;
}
.cid-seJEPPqlgK .card__subtitle {
  color: #000000;
}
.cid-tKom9xC9uk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKom9xC9uk h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tKom9xC9uk .container {
    position: relative;
  }
  .cid-tKom9xC9uk .row {
    margin: 0;
  }
  .cid-tKom9xC9uk h2 {
    margin: 0;
  }
}
.cid-tKom9xC9uk .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tKom9xC9uk .mbr-section-subtitle {
  color: #4f4943;
}
.cid-tKom9xC9uk .container-column,
.cid-tKom9xC9uk h2 {
  color: #000000;
}
.cid-tKom3lFfHK {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKom3lFfHK .container {
  max-width: 1200px;
}
.cid-tKom3lFfHK .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #ffffff;
  padding-top: 3rem;
}
.cid-tKom3lFfHK .p {
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-tKom3lFfHK .h5 {
  font-weight: 400 !important;
}
.cid-tKom3lFfHK .h6 {
  font-weight: 400 !important;
}
.cid-tKom3lFfHK .mbr-section-subtitle {
  color: #000000;
}
.cid-tKom3lFfHK .mbr-text {
  color: #000000;
}
.cid-tKom3lFfHK .form-line {
  padding-left: 0px !important;
}
.cid-s5Xk4cFQHf {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-s5Xk4cFQHf h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s5Xk4cFQHf .container {
    position: relative;
  }
  .cid-s5Xk4cFQHf .row {
    margin: 0;
  }
  .cid-s5Xk4cFQHf h2 {
    margin: 0;
  }
}
.cid-s5Xk4cFQHf .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-s5Xk4cFQHf .mbr-section-subtitle {
  color: #4f4943;
}
.cid-s5Xk4cFQHf .container-column,
.cid-s5Xk4cFQHf h2 {
  color: #000000;
}
.cid-tOVkLQ3QXG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f3f3f3;
}
.cid-tOVkLQ3QXG .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOVkLQ3QXG .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-tOVkLQ3QXG .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-tOVkLQ3QXG .content__block {
  margin-bottom: 60px;
}
.cid-tOVkLQ3QXG .mbr-text {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tOVkLQ3QXG .signature {
  margin-bottom: 0;
  letter-spacing: 0px;
}
.cid-tOVkLQ3QXG .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tOVkLQ3QXG .content__block {
    margin-bottom: 30px;
  }
}
.cid-tOVkLQ3QXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOVkLQ3QXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sePxwsRfcl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sePxwsRfcl h2 {
    margin-bottom: 1rem;
  }
  .cid-sePxwsRfcl .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sePxwsRfcl .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sePxwsRfcl .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sePxwsRfcl .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sePxwsRfcl .container {
    position: relative;
  }
  .cid-sePxwsRfcl h2 {
    margin: 0;
  }
}
.cid-sePxwsRfcl .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-sePxwsRfcl hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sePxwsRfcl .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sePxwsRfcl .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-sePxwsRfcl .line-title {
  width: 40px;
  height: 2px;
  background-color: #101010;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sePxwsRfcl .vertical-line:before {
  content: '';
  background-color: #101010;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sePxwsRfcl .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sePxwsRfcl .btn-secondary-outline:hover::before {
  background-color: #1bbe74 !important;
}
.cid-sePxwsRfcl .btn-success-outline:hover::before {
  background-color: #d7d7d7 !important;
}
.cid-sePxwsRfcl .btn-info-outline:hover::before {
  background-color: #e1201d !important;
}
.cid-sePxwsRfcl .btn-primary-outline:hover::before {
  background-color: #101010 !important;
}
.cid-sePxwsRfcl .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-sePxwsRfcl .btn-black-outline:hover::before {
  background-color: #0f7699 !important;
}
.cid-sePxwsRfcl .btn-danger-outline:hover::before {
  background-color: #101010 !important;
}
.cid-sePxwsRfcl .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-tlbUTrszxX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlbUTrszxX img,
.cid-tlbUTrszxX .item-img {
  width: 100%;
}
.cid-tlbUTrszxX .item:focus,
.cid-tlbUTrszxX span:focus {
  outline: none;
}
.cid-tlbUTrszxX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlbUTrszxX .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tlbUTrszxX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlbUTrszxX .mbr-section-title {
  color: #3F424E;
  padding-bottom: 50px;
}
.cid-tlbUTrszxX .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-tlbV6ZWGBZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlbV6ZWGBZ .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlbV6ZWGBZ .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-tlbV6ZWGBZ .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tlbV6ZWGBZ .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tlbV6ZWGBZ .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tlbV6ZWGBZ .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tlbV6ZWGBZ .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-seJ05rNNUW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seJ05rNNUW .title__block {
  padding: 30px 15px;
}
.cid-seJ05rNNUW .mbr-text {
  margin-bottom: 30px;
}
.cid-seJ05rNNUW .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-seJ05rNNUW .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-seJ05rNNUW .bottom__text {
  margin: 10px 0;
  color: #535353;
}
.cid-seJ05rNNUW .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-seJ05rNNUW .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-seJ05rNNUW .btn {
  margin-top: 0;
}
.cid-seJ05rNNUW .btn:hover {
  background-color: #101010 !important;
  border-color: #101010 !important;
}
.cid-seJ05rNNUW img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seJ05rNNUW .image {
    margin-bottom: 10px;
  }
  .cid-seJ05rNNUW .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-seJ05rNNUW .mbr-section-title {
  color: #4f4943;
}
.cid-seJ7ZUnGkt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-seJ7ZUnGkt h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-seJ7ZUnGkt .container {
    position: relative;
  }
  .cid-seJ7ZUnGkt .row {
    margin: 0;
  }
  .cid-seJ7ZUnGkt h2 {
    margin: 0;
  }
}
.cid-seJ7ZUnGkt .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-seJ7ZUnGkt .mbr-section-subtitle {
  color: #4f4943;
}
.cid-seJ7ZUnGkt .line-title {
  width: 40px;
  height: 2px;
  background-color: #101010;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-seJ7ZUnGkt .vertical-line:before {
  content: '';
  background-color: #101010;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-seJ7ZUnGkt .container-column,
.cid-seJ7ZUnGkt h2 {
  color: #000000;
}
.cid-sblEMWvzxC {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-sblEMWvzxC .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sblEMWvzxC .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sblEMWvzxC .panel-group {
  width: 100%;
}
.cid-sblEMWvzxC .panel-text,
.cid-sblEMWvzxC .mbr-section-subtitle {
  color: #767676;
}
.cid-sblEMWvzxC .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sblEMWvzxC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sblEMWvzxC .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #7e7e7e;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sblEMWvzxC .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sblEMWvzxC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sblEMWvzxC .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sblEMWvzxC .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sblEMWvzxC .card .panel-body {
  background: #ffffff;
}
.cid-sblEMWvzxC .header-text,
.cid-sblEMWvzxC .sign {
  color: #ffffff;
}
.cid-tg0M527ATg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg0M527ATg h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tg0M527ATg .container {
    position: relative;
  }
  .cid-tg0M527ATg .row {
    margin: 0;
  }
  .cid-tg0M527ATg h2 {
    margin: 0;
  }
}
.cid-tg0M527ATg .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tg0M527ATg .mbr-section-subtitle {
  color: #4f4943;
}
.cid-tg0M527ATg .line-title {
  width: 40px;
  height: 2px;
  background-color: #101010;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tg0M527ATg .vertical-line:before {
  content: '';
  background-color: #101010;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tg0M527ATg .container-column,
.cid-tg0M527ATg h2 {
  color: #000000;
}
.cid-tiRaBNbbGc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tiRaBNbbGc .mbr-text,
.cid-tiRaBNbbGc .ornament {
  text-align: center;
  color: #000000;
}
.cid-tiRaF8HYx6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-tiRaF8HYx6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tiRaF8HYx6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tiRaF8HYx6 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tiRaF8HYx6 .btn-primary {
  border: 1px solid #101010 !important;
}
.cid-tiRaF8HYx6 .btn-primary:hover {
  border: 1px solid #101010 !important;
}
.cid-tiRaF8HYx6 .stripe {
  border-bottom: 1px solid #101010;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tiRaF8HYx6 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tiRaF8HYx6 .input-group-btn {
  padding-left: 0;
}
.cid-tiRaF8HYx6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tiRaF8HYx6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #bfbfbf;
  width: 85%;
}
.cid-tiRaF8HYx6 .mbr-text {
  color: #444;
}
.cid-tiRaF8HYx6 h5 {
  margin-bottom: 0;
}
.cid-tiRaF8HYx6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tiRaF8HYx6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiRaF8HYx6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tiRaF8HYx6 .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiRaF8HYx6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiRaF8HYx6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tiRaF8HYx6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tiRaF8HYx6 .social-list a:hover {
  opacity: 0.4;
}
.cid-tiRaF8HYx6 .media-container-row > div {
  padding: 0px;
}
.cid-tiRaF8HYx6 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tiRaF8HYx6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tiRaF8HYx6 .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tiRaF8HYx6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tiRaF8HYx6 .social-list,
  .cid-tiRaF8HYx6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tiRaF8HYx6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tiRaF8HYx6 .form-group {
    max-width: 180px;
  }
}
.cid-tiRaF8HYx6 .links span {
  color: #9e9e9e;
}
.cid-tiRaF8HYx6 .logo-sub-title {
  text-align: left;
  color: #272727;
}
.cid-tiRaF8HYx6 .logo-title {
  text-align: center;
}
.cid-tiRaF8HYx6 .logo-title,
.cid-tiRaF8HYx6 .logo {
  text-align: left;
  color: #535353;
}
section {
  background-color: #eeeeee; }

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

:focus {
  outline: none; }

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

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

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

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

figure {
  margin-bottom: 0; }

body {
  color: #747474; }

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

b,
strong {
  font-weight: 800; }

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: #101010; }

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

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

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

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

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

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

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

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

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

/*! Media.text-black:hover, a.text-black:focus */
.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 {
  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 */
.mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
  font-size: 0; }

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

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

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

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

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

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

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: 400; }

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

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

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

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

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

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

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

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

.nav {
  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 .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

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

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

.jq-selectbox li {
  padding: 1.07em .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .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; }

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

.mbr-text {
  font-style: normal; }

body {
  font-style: normal;
  font-weight: 400; }

.btn {
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px !important;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  margin-bottom: 1rem;
  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;
  overflow: hidden; }

.btn-sm {
border-radius: 0 !important; 
  font-weight: 400;
     letter-spacing: 1px !important; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
border-radius: 0 !important; 
  font-weight: 400;
     letter-spacing: 1px !important; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
border-radius: 0 !important; 
  font-weight: 400;
     letter-spacing: 1px !important; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

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

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

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

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

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

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

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

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

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

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

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

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

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

a.text-black {
  color: #101010; }

@media (min-width: 1200px) {
  .container {
    max-width: 1260px !important; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
.cid-tN6MMkBH3l {
  padding-top: 195px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/carrera-diseno-cabezal-2000x1232.jpg");
}
.cid-tN6MMkBH3l .img-wrap {
  position: relative;
}
.cid-tN6MMkBH3l .img-wrap img {
  width: 100%;
}
.cid-tN6MMkBH3l .mbr-section-subtitle {
  color: #1bbe74;
  margin-bottom: 14px;
}
.cid-tN6MMkBH3l .mbr-section-title {
  color: #101010;
}
.cid-tN6MMkBH3l .mbr-text {
  color: #e1201d;
}
.cid-tN6MMkBH3l .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tN6MMkBH3l .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-tN6MMkBH3l .cards-wrap {
  margin-top: 30px;
}
.cid-tN6MMkBH3l .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-tN6MMkBH3l .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-tN6MMkBH3l .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tN6MMkBH3l .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #1bbe74;
  position: relative;
  display: block;
}
.cid-tN6MMkBH3l .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-tN6MMkBH3l .wrapper .icon1 .mbr-iconfont {
  color: #101010;
}
.cid-tN6MMkBH3l .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-tN6MMkBH3l .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-tN6MMkBH3l .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-tN6MMkBH3l .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-tN6MMkBH3l .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-tN6MMkBH3l .wrapper .mbr-card-title {
  color: #101010;
  margin-bottom: 17px;
}
.cid-tN6MMkBH3l .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #e1201d;
}
@media (max-width: 768px) {
  .cid-tN6MMkBH3l .mbr-section-btn {
    justify-content: center;
  }
  .cid-tN6MMkBH3l * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tN6MMkBH3l .mbr-section-subtitle,
.cid-tN6MMkBH3l .mbr-section-title .accent-word {
  color: #d20054;
}
.cid-tN6MMkBH3l .wrapper .mbr-text,
.cid-tN6MMkBH3l .img {
  color: #101010;
}
.cid-tN6MMkBH3l .mbr-text,
.cid-tN6MMkBH3l .mbr-section-btn {
  color: #000000;
}
.cid-tKo9FZVv3J {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKo9FZVv3J .container {
  max-width: 1200px;
}
.cid-tKo9FZVv3J .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #000000;
  padding-top: 3rem;
}
.cid-tKo9FZVv3J .p {
  line-height: 1.5;
}
.cid-tKo9FZVv3J .mbr-section-subtitle {
  color: #000000;
}
.cid-tKo9FZVv3J .mbr-text {
  color: #353535;
}
.cid-tKo9FZVv3J .form-line {
  padding-left: 0px !important;
}
.cid-sgwPPFc4UU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgwPPFc4UU h2 {
    margin-bottom: 1rem;
  }
  .cid-sgwPPFc4UU .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sgwPPFc4UU .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sgwPPFc4UU .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sgwPPFc4UU .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sgwPPFc4UU .container {
    position: relative;
  }
  .cid-sgwPPFc4UU h2 {
    margin: 0;
  }
}
.cid-sgwPPFc4UU .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-sgwPPFc4UU hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sgwPPFc4UU .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sgwPPFc4UU .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-sgwPPFc4UU .line-title {
  width: 40px;
  height: 2px;
  background-color: #101010;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sgwPPFc4UU .vertical-line:before {
  content: '';
  background-color: #101010;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sgwPPFc4UU .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sgwPPFc4UU .btn-secondary-outline:hover::before {
  background-color: #1bbe74 !important;
}
.cid-sgwPPFc4UU .btn-success-outline:hover::before {
  background-color: #d7d7d7 !important;
}
.cid-sgwPPFc4UU .btn-info-outline:hover::before {
  background-color: #e1201d !important;
}
.cid-sgwPPFc4UU .btn-primary-outline:hover::before {
  background-color: #101010 !important;
}
.cid-sgwPPFc4UU .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-sgwPPFc4UU .btn-black-outline:hover::before {
  background-color: #0f7699 !important;
}
.cid-sgwPPFc4UU .btn-danger-outline:hover::before {
  background-color: #101010 !important;
}
.cid-sgwPPFc4UU .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-tiRfj5sziG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-tiRfj5sziG .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tiRfj5sziG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tiRfj5sziG .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tiRfj5sziG .btn-primary {
  border: 1px solid #101010 !important;
}
.cid-tiRfj5sziG .btn-primary:hover {
  border: 1px solid #101010 !important;
}
.cid-tiRfj5sziG .stripe {
  border-bottom: 1px solid #101010;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tiRfj5sziG .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tiRfj5sziG .input-group-btn {
  padding-left: 0;
}
.cid-tiRfj5sziG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tiRfj5sziG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #bfbfbf;
  width: 85%;
}
.cid-tiRfj5sziG .mbr-text {
  color: #444;
}
.cid-tiRfj5sziG h5 {
  margin-bottom: 0;
}
.cid-tiRfj5sziG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tiRfj5sziG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiRfj5sziG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tiRfj5sziG .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiRfj5sziG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiRfj5sziG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tiRfj5sziG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tiRfj5sziG .social-list a:hover {
  opacity: 0.4;
}
.cid-tiRfj5sziG .media-container-row > div {
  padding: 0px;
}
.cid-tiRfj5sziG .text2 {
  color: #000000;
  text-align: left;
}
.cid-tiRfj5sziG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tiRfj5sziG .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tiRfj5sziG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tiRfj5sziG .social-list,
  .cid-tiRfj5sziG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tiRfj5sziG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tiRfj5sziG .form-group {
    max-width: 180px;
  }
}
.cid-tiRfj5sziG .links span {
  color: #9e9e9e;
}
.cid-tiRfj5sziG .logo-sub-title {
  text-align: left;
  color: #272727;
}
.cid-tiRfj5sziG .logo-title {
  text-align: center;
}
.cid-tiRfj5sziG .logo-title,
.cid-tiRfj5sziG .logo {
  text-align: left;
  color: #535353;
}
.cid-ulkIDxKq3p .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ulkIDxKq3p .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ulkIDxKq3p a {
  font-style: normal;
}
.cid-ulkIDxKq3p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ulkIDxKq3p .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-ulkIDxKq3p .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulkIDxKq3p .content-text {
  margin-bottom: 0;
}
.cid-ulkIDxKq3p .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ulkIDxKq3p .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #101010;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ulkIDxKq3p .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ulkIDxKq3p .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ulkIDxKq3p .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ulkIDxKq3p .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ulkIDxKq3p .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ulkIDxKq3p .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ulkIDxKq3p .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulkIDxKq3p .nav-dropdown .link {
  font-weight: 400;
}
.cid-ulkIDxKq3p .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ulkIDxKq3p .content-right-side {
  text-align: center;
}
.cid-ulkIDxKq3p .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ulkIDxKq3p .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-ulkIDxKq3p .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-ulkIDxKq3p .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-ulkIDxKq3p .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-ulkIDxKq3p .menu-bottom {
    justify-content: flex-end;
  }
  .cid-ulkIDxKq3p img {
    height: 3.8rem !important;
  }
  .cid-ulkIDxKq3p .btn {
    display: -webkit-flex;
  }
  .cid-ulkIDxKq3p button.navbar-toggler {
    display: block;
  }
  .cid-ulkIDxKq3p .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-ulkIDxKq3p .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ulkIDxKq3p .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing,
  .cid-ulkIDxKq3p .navbar-collapse.show {
    display: block !important;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-nav,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-buttons,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ulkIDxKq3p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ulkIDxKq3p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ulkIDxKq3p .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ulkIDxKq3p .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ulkIDxKq3p .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-ulkIDxKq3p .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-ulkIDxKq3p .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-ulkIDxKq3p .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-ulkIDxKq3p .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ulkIDxKq3p .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ulkIDxKq3p .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ulkIDxKq3p .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-ulkIDxKq3p .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulkIDxKq3p .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ulkIDxKq3p .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ulkIDxKq3p .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ulkIDxKq3p .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-ulkIDxKq3p .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-ulkIDxKq3p .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ulkIDxKq3p .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-ulkIDxKq3p .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulkIDxKq3p .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-ulkIDxKq3p .navbar {
    display: block;
    padding: 0;
  }
  .cid-ulkIDxKq3p .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulkIDxKq3p .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ulkIDxKq3p .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ulkIDxKq3p .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-ulkIDxKq3p .navbar-toggler {
    display: none;
  }
  .cid-ulkIDxKq3p .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulkIDxKq3p .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulkIDxKq3p .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ulkIDxKq3p .menu-logo {
  margin-right: auto;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ulkIDxKq3p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ulkIDxKq3p .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulkIDxKq3p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ulkIDxKq3p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulkIDxKq3p .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ulkIDxKq3p .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ulkIDxKq3p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ulkIDxKq3p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulkIDxKq3p button.navbar-toggler:focus {
  outline: none;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulkIDxKq3p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulkIDxKq3p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulkIDxKq3p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulkIDxKq3p .collapsed .btn {
  display: -webkit-flex;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ulkIDxKq3p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ulkIDxKq3p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulkIDxKq3p .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1.5rem);
  }
  .cid-ulkIDxKq3p .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ulkIDxKq3p .collapsed button.navbar-toggler {
  display: block;
}
.cid-ulkIDxKq3p .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-ulkIDxKq3p .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ulkIDxKq3p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ulkIDxKq3p .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ulkIDxKq3p .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulkIDxKq3p .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ulkIDxKq3p .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ulkIDxKq3p .nav-link:focus {
  outline: none;
}
.cid-ulkIDxKq3p .navbar-toggler {
  position: relative;
}
.cid-ulkIDxKq3p .dropdown-item.active,
.cid-ulkIDxKq3p .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-ulkIDxKq3p .nav-link:hover,
.cid-ulkIDxKq3p .dropdown-item:hover {
  color: #000000;
}
.cid-ulkIDxKq3p .widget-title,
.cid-ulkIDxKq3p .widget-icon {
  color: #000000;
}
