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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: Rubik;
  background-color: #000000;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.84rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #112141 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ff7f00 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #f9f295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #112141 !important;
  border-color: #112141 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010204 !important;
  border-color: #010204 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010204 !important;
  border-color: #010204 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #018900 !important;
  border-color: #018900 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #003d00 !important;
  border-color: #003d00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #003d00 !important;
  border-color: #003d00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b35900 !important;
  border-color: #b35900 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b35900 !important;
  border-color: #b35900 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !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: #112141;
  border-color: #112141;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #112141 !important;
  border-color: #112141 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #002300;
  color: #002300;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #018900;
  border-color: #018900;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #018900 !important;
  border-color: #018900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #994c00;
  color: #994c00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff7f00;
  border-color: #ff7f00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !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: #112141 !important;
}
.text-secondary {
  color: #018900 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ff7f00 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #f9f295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #002300 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #994c00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f4e634 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff7f00;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #f9f295;
}
.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: #112141;
  border-color: #112141;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #112141;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6288d6;
}
.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: #ffe5cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #112141;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #112141;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #112141;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #112141;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #112141;
  border-bottom-color: #112141;
}
.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: #112141 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #018900 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23112141' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rUxDUh6NrM {
  text-shadow: 2px 2px 5px black;
}
.cid-rUxDUh6NrM .mbr-text,
.cid-rUxDUh6NrM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rUxDUh6NrM H1 {
  color: #ffffff;
}
.cid-rUxDUh6NrM H3 {
  color: #ffffff;
  text-align: center;
}
.cid-rUxDUh6NrM #clock {
  position: relative;
  width: 291px;
  height: 222px;
  background-image: url('https://wrabfm.com/_Clock/logo.png');
  margin: 0px auto;
}
.cid-rUxDUh6NrM #clock div {
  right: 20px;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-rUxDUh6NrM #secondHand {
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 60s;
  -moz-animation-name: seconds;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 60s;
  -webkit-animation-name: seconds;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -o-animation-duration: 60s;
  -o-animation-name: seconds;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 60s;
  animation-name: seconds;
}
@-moz-keyframes seconds {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes seconds {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes seconds {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes seconds {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-rUxDUh6NrM #minuteHand {
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 3600s;
  -moz-animation-name: minutes;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 3600s;
  -webkit-animation-name: minutes;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -o-animation-duration: 3600s;
  -o-animation-name: minutes;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 3600s;
  animation-name: minutes;
}
@-moz-keyframes minutes {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes minutes {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes minutes {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes minutes {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-rUxDUh6NrM #hourHand {
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 43200s;
  -moz-animation-name: hours;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 43200s;
  -webkit-animation-name: hours;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -o-animation-duration: 43200s;
  -o-animation-name: hours;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 43200s;
  animation-name: hours;
}
@-moz-keyframes hours {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes hours {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes hours {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes hours {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-rUxDUh6NrM .btn {
  top: 0;
  right: 0px;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  position: relative;
  text-shadow: 0px 0px 0px black;
}
.cid-rUxDUh6NrM .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-rUxDUh6NrM .glass {
  text-shadow: 2px 2px 5px #000;
  border-radius: 35px 35px 35px 35px;
  background: rgba(0, 0, 0, 0.15);
}
.cid-uUrNjopo2L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uUrNjopo2L .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uUrNjopo2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrNjopo2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUrNjopo2L .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uUrNjopo2L .content-wrap .card {
  justify-content: space-between;
}
.cid-uUrNjopo2L .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uUrNjopo2L .content-wrapper {
    padding: 0;
  }
}
.cid-uUrNjopo2L .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUrNjopo2L .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uUrNjopo2L .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uUrNjopo2L .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uUrNjopo2L .mbr-desc,
.cid-uUrNjopo2L .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUrNggYKVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-5-1920x1080.webp");
}
@media (min-width: 992px) {
  .cid-uUrNggYKVJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUrNggYKVJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUrNggYKVJ .mbr-text {
    text-align: center;
  }
}
.cid-uUrNggYKVJ .glassware {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
}
.cid-uUrNggYKVJ P {
  text-align: center;
  color: #ffffff;
}
.cid-uUrNggYKVJ H3 {
  text-align: center;
}
.cid-uUrNggYKVJ .spotlight-carousel-wrapper {
  width: 100%;
  margin: 2rem 0;
  position: relative;
  padding: 0;
}
.cid-uUrNggYKVJ .spotlight-carousel-container {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.cid-uUrNggYKVJ .spotlight-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}
.cid-uUrNggYKVJ .spotlight-card {
  width: 350px;
  height: 400px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0.6;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  z-index: 1;
  display: grid;
  grid-template-rows: 60px 1fr auto 40px;
}
.cid-uUrNggYKVJ .spotlight-band {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.cid-uUrNggYKVJ .spotlight-card.featured {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 10;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
.cid-uUrNggYKVJ .spotlight-card.featured::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  z-index: -1;
  animation: borderGlow 3s ease-in-out infinite;
}
@keyframes borderGlow {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}
.cid-uUrNggYKVJ .spotlight-card:nth-child(1) {
  transform: translate(calc(-450%), -50%) scale(0.5);
}
.cid-uUrNggYKVJ .spotlight-card:nth-child(2) {
  transform: translate(calc(-250%), -50%) scale(0.7);
}
.cid-uUrNggYKVJ .spotlight-card:nth-child(3) {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uUrNggYKVJ .spotlight-card:nth-child(4) {
  transform: translate(calc(150%), -50%) scale(0.7);
}
.cid-uUrNggYKVJ .spotlight-card:nth-child(5) {
  transform: translate(calc(350%), -50%) scale(0.5);
}
.cid-uUrNggYKVJ .spotlight-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
.cid-uUrNggYKVJ .spotlight-card.featured .spotlight-band::before {
  left: 100%;
}
.cid-uUrNggYKVJ .spotlight-band-link {
  color: white;
  text-decoration: none;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uUrNggYKVJ .spotlight-band-nolink {
  background: #607d8b;
}
.cid-uUrNggYKVJ .spotlight-image-wrap {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow: hidden;
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uUrNggYKVJ .spotlight-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  filter: brightness(1.1) contrast(1.05);
}
.cid-uUrNggYKVJ .spotlight-card.featured .spotlight-img {
  transform: scale(1.05);
}
.cid-uUrNggYKVJ .spotlight-text {
  padding: 15px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.cid-uUrNggYKVJ .spotlight-meta {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  padding: 0 15px;
  backdrop-filter: blur(5px);
}
@media (max-width: 768px) {
  .cid-uUrNggYKVJ .spotlight-carousel-container {
    height: 450px;
  }
  .cid-uUrNggYKVJ .spotlight-card {
    width: 300px;
    height: 350px;
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(1) {
    transform: translate(calc(-300%), -50%) scale(0.4);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(2) {
    transform: translate(calc(-200%), -50%) scale(0.6);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(3) {
    transform: translate(-50%, -50%) scale(1);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(4) {
    transform: translate(calc(100%), -50%) scale(0.6);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(5) {
    transform: translate(calc(200%), -50%) scale(0.4);
  }
  .cid-uUrNggYKVJ .spotlight-band {
    font-size: 14px;
  }
  .cid-uUrNggYKVJ .spotlight-text {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .cid-uUrNggYKVJ .spotlight-carousel-container {
    height: 400px;
  }
  .cid-uUrNggYKVJ .spotlight-card {
    width: 280px;
    height: 320px;
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(1) {
    transform: translate(calc(-250%), -50%) scale(0.3);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(2) {
    transform: translate(calc(-170%), -50%) scale(0.5);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(3) {
    transform: translate(-50%, -50%) scale(1);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(4) {
    transform: translate(calc(70%), -50%) scale(0.5);
  }
  .cid-uUrNggYKVJ .spotlight-card:nth-child(5) {
    transform: translate(calc(150%), -50%) scale(0.3);
  }
  .cid-uUrNggYKVJ .spotlight-band {
    font-size: 12px;
  }
  .cid-uUrNggYKVJ .spotlight-text {
    font-size: 13px;
    padding: 10px;
    -webkit-line-clamp: 3;
  }
}
@media print {
  .cid-uUrNggYKVJ .spotlight-carousel-wrapper {
    display: none;
  }
}
.cid-uUrNiz1GhC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uUrNiz1GhC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uUrNiz1GhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrNiz1GhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUrNiz1GhC .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uUrNiz1GhC .content-wrap .card {
  justify-content: space-between;
}
.cid-uUrNiz1GhC .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uUrNiz1GhC .content-wrapper {
    padding: 0;
  }
}
.cid-uUrNiz1GhC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUrNiz1GhC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uUrNiz1GhC .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uUrNiz1GhC .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uUrNiz1GhC .mbr-desc,
.cid-uUrNiz1GhC .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uigcfqSxyy {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #013269;
  text-shadow: 2px 2px 5px black;
}
@media (min-width: 992px) {
  .cid-uigcfqSxyy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uigcfqSxyy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uigcfqSxyy .mbr-text {
    text-align: center;
  }
}
.cid-uigcfqSxyy .glassware {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uigcfqSxyy P {
  text-align: center;
}
.cid-uigcfqSxyy H3 {
  text-align: center;
}
.cid-uigcfqSxyy .contest-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
  text-shadow: 0px 0px 0px black;
}
.cid-uigcfqSxyy .contest-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  width: 320px;
  max-width: 320px;
  flex: 1 1 calc(-30%);
}
.cid-uigcfqSxyy .contest-image {
  width: 100%;
  max-width: 320px;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uigcfqSxyy button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.cid-uigcfqSxyy .container-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uigcfqSxyy .contest-item {
    flex: 1 1 100%;
  }
  .cid-uigcfqSxyy .contest-container {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .cid-uigcfqSxyy .contest-item {
    flex: 1 1 calc(-20%);
  }
}
.cid-uigcfqSxyy body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}
.cid-uigcfqSxyy .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uUmKwb0HaU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("https://fun927.com//top-panel.jpg");
}
.cid-uUmKwb0HaU .mbr-text,
.cid-uUmKwb0HaU blockquote {
  color: #767676;
}
.cid-uUmKwb0HaU .mbr-text {
  text-align: center;
}
.cid-uSaFBKJHo3 {
  background: #860022;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #860022, #ffffff);
}
.cid-uSaFBKJHo3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uSaFBKJHo3 .video-block {
    width: 100% !important;
  }
}
.cid-uZ33f6HxXm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rh-show-poster-2.jpg-207x320.jpg");
}
@media (min-width: 992px) {
  .cid-uZ33f6HxXm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ33f6HxXm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ33f6HxXm .mbr-text {
    text-align: center;
  }
}
.cid-uZ33f6HxXm .glassware {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uZ33f6HxXm H3 {
  text-align: center;
}
.cid-uZ33f6HxXm P {
  text-align: center;
}
.cid-tMsy4GFtcr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001d51;
}
.cid-tMsy4GFtcr .mbr-section-title {
  color: #ffffff;
}
.cid-tMsy4GFtcr .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tMsy4GFtcr .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #112141;
  margin-bottom: 2rem;
}
.cid-tMsy4GFtcr .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tMsy4GFtcr .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-tMsy4GFtcr .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tMsy4GFtcr .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-tMsy4GFtcr .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tMsy4GFtcr .items .list-item:last-child .listico {
  display: none;
}
.cid-utRucdW4Xs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/adrotator-background-1920x185.jpg");
}
.cid-utRucdW4Xs H3 {
  color: #200960;
}
.cid-utRucdW4Xs H4 {
  color: #d58f76;
}
.cid-utRucdW4Xs img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-utRucdW4Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-utRucdW4Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utRucdW4Xs iframe {
  background: transparent;
  width: 100%;
  height: 100px;
  border: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-utRucdW4Xs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-tMsgPLRteM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  text-align: center;
}
.cid-tMsgPLRteM .mbr-text,
.cid-tMsgPLRteM blockquote {
  color: #767676;
}
.cid-tMsgPLRteM .mbr-text {
  text-align: center;
}
.cid-twq5mFWHeD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-twq5mFWHeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twq5mFWHeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twq5mFWHeD .row {
  justify-content: center;
}
.cid-twq5mFWHeD .video-wrapper iframe {
  width: 100%;
}
.cid-twq5mFWHeD .title-wrapper {
  margin-bottom: 32px;
}
.cid-twq5mFWHeD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-twq5mFWHeD .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-twq5mFWHeD .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #860000;
  z-index: -1;
}
.cid-twq5mFWHeD .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-twq5mFWHeD .video-block {
    margin-bottom: 24px;
  }
}
.cid-twq5mFWHeD .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-twq5mFWHeD .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-twq5mFWHeD .glass {
  background: black;
  text-shadow: 2px 2px 5px #333333;
  border-radius: 35px 35px 35px 35px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
.cid-twq3bGChH2 {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-twq3bGChH2 p {
  color: #767676;
}
.cid-twq3bGChH2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-twq3bGChH2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-twq3bGChH2 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-twq3bGChH2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-twq3bGChH2 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-twq3bGChH2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-toBUUGhJfc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toBUUGhJfc .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toBUUGhJfc .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-toBUUGhJfc .mbr-section-btn {
  margin-top: 20px;
}
.cid-sZDTX3febj {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1275.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-sZDTX3febj P {
  text-align: center;
  color: #ffffff;
}
.cid-sZDTX3febj .iframe-container {
  opacity: .9;
  margin: 0 auto;
  max-width: 75%;
  width: 100%;
  height: 600px;
  font-size: 80%;
}
@media only screen and (max-width: 992px) {
  .cid-sZDTX3febj .iframe-container {
    width: 80%;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-sZDTX3febj .iframe-container {
    width: 100%;
    height: 500px;
  }
}
.cid-toBUSSHzeP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toBUSSHzeP .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toBUSSHzeP .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-toBUSSHzeP .mbr-section-btn {
  margin-top: 20px;
}
.cid-tliJOlXjvO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tliJOlXjvO .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-tliJOlXjvO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tliJOlXjvO H1 {
  text-align: left;
  color: #fa0707;
}
.cid-tliJOlXjvO .feed-title {
  color: #000000;
}
.cid-toBUTDKvo2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toBUTDKvo2 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toBUTDKvo2 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-toBUTDKvo2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-utRucSoMpr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/927-7.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-utRucSoMpr .item:focus,
.cid-utRucSoMpr span:focus {
  outline: none;
}
.cid-utRucSoMpr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utRucSoMpr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utRucSoMpr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utRucSoMpr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utRucSoMpr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utRucSoMpr .mbr-section-title {
  color: #ffffff;
}
.cid-utRucSoMpr .mbr-text,
.cid-utRucSoMpr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-utRucSoMpr .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-utRucSoMpr .item-subtitle {
  text-align: left;
}
.cid-utRucSoMpr img {
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-utRucSoMpr img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-utRucSoMpr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-utRucSoMpr .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-rWmgD1mAxq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #112141;
}
@media (min-width: 992px) {
  .cid-rWmgD1mAxq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rWmgD1mAxq .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rWmgD1mAxq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rWqirPvERB {
  height: 0 !important;
}
.cid-rWqirPvERB .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #018900;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rWqirPvERB .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rWqirPvERB .nav-item:focus,
.cid-rWqirPvERB .nav-link:focus {
  outline: none;
}
.cid-rWqirPvERB .text-white:hover,
.cid-rWqirPvERB .text-white:active,
.cid-rWqirPvERB .text-white:focus {
  color: white!important;
}
.cid-rWqirPvERB .navbar {
  margin: auto;
  width: 90%;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #112141;
}
.cid-rWqirPvERB .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rWqirPvERB .navbar.opened {
  transition: all .3s;
  background: #112141 !important;
}
.cid-rWqirPvERB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rWqirPvERB .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rWqirPvERB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWqirPvERB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rWqirPvERB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rWqirPvERB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWqirPvERB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWqirPvERB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rWqirPvERB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWqirPvERB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWqirPvERB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWqirPvERB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWqirPvERB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWqirPvERB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rWqirPvERB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWqirPvERB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWqirPvERB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rWqirPvERB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWqirPvERB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWqirPvERB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWqirPvERB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rWqirPvERB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWqirPvERB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWqirPvERB .navbar.navbar-short {
  background: #112141 !important;
  min-height: 60px;
}
.cid-rWqirPvERB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWqirPvERB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWqirPvERB .section {
  position: relative;
  overflow: visible!important;
}
.cid-rWqirPvERB .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rWqirPvERB .dropdown-item:hover {
  color: black!important;
}
.cid-rWqirPvERB .dropdown-menu {
  background-color: white!important;
}
.cid-rWqirPvERB .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(1, 188, 0, 0.35);
  display: block;
}
.cid-rWqirPvERB .nav-link:before {
  content: '';
  position: absolute;
  text-shadow: 2px 2px 5px black;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #018900;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rWqirPvERB .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rWqirPvERB .nav-item {
    position: relative;
  }
}
.cid-rWqirPvERB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWqirPvERB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWqirPvERB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rWqirPvERB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWqirPvERB .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-rWqirPvERB .collapsed {
  flex-direction: row!important;
}
.cid-rWqirPvERB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWqirPvERB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWqirPvERB .navbar-caption {
  font-weight: 600!important;
}
.cid-rWqirPvERB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWqirPvERB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWqirPvERB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWqirPvERB .dropdown-item.active,
.cid-rWqirPvERB .dropdown-item:active {
  background-color: transparent;
}
.cid-rWqirPvERB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWqirPvERB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWqirPvERB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWqirPvERB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112141;
}
.cid-rWqirPvERB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWqirPvERB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWqirPvERB .navbar-buttons {
  text-align: center;
}
.cid-rWqirPvERB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWqirPvERB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWqirPvERB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWqirPvERB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWqirPvERB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWqirPvERB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWqirPvERB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWqirPvERB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWqirPvERB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWqirPvERB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWqirPvERB .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.7);
  position: fixed;
}
.cid-rWqirPvERB .nav-link {
  font-weight: 600!important;
}
.cid-rWqirPvERB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWqirPvERB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWqirPvERB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rWqirPvERB .icons-menu span {
  font-size: 26px;
  color: #112141;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWqirPvERB .navbar {
    height: 77px;
  }
  .cid-rWqirPvERB .navbar.opened {
    height: auto;
  }
  .cid-rWqirPvERB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thpMB1miZM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-3-1902x1200.jpg");
}
.cid-thpMB1miZM .row-links {
  justify-content: center;
}
.cid-thpMB1miZM .social-row {
  justify-content: center;
}
.cid-thpMB1miZM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thpMB1miZM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thpMB1miZM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thpMB1miZM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thpMB1miZM .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-thpMB1miZM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thpMB1miZM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thpMB1miZM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thpMB1miZM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thpMB1miZM .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-thpMB1miZM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thpMB1miZM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTv2NzMsCt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uTv2NzMsCt H3 {
  text-align: left;
}
.cid-uTv2NzMsCt P {
  color: #303030;
}
.cid-thpMEvXSVU.popup-builder {
  background-color: #ffffff;
}
.cid-thpMEvXSVU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thpMEvXSVU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-thpMEvXSVU .modal-content,
.cid-thpMEvXSVU .modal-dialog {
  height: auto;
}
.cid-thpMEvXSVU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thpMEvXSVU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thpMEvXSVU .form-wrapper .mbr-form .form-group,
  .cid-thpMEvXSVU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thpMEvXSVU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thpMEvXSVU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thpMEvXSVU .mbr-text {
  text-align: center;
}
.cid-thpMEvXSVU .pt-0 {
  padding-top: 0 !important;
}
.cid-thpMEvXSVU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thpMEvXSVU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thpMEvXSVU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thpMEvXSVU .modal-open {
  overflow: hidden;
}
.cid-thpMEvXSVU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thpMEvXSVU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thpMEvXSVU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-thpMEvXSVU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-thpMEvXSVU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thpMEvXSVU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thpMEvXSVU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thpMEvXSVU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-thpMEvXSVU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-thpMEvXSVU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thpMEvXSVU .modal-backdrop.fade {
  opacity: 0;
}
.cid-thpMEvXSVU .modal-backdrop.show {
  opacity: .5;
}
.cid-thpMEvXSVU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-thpMEvXSVU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thpMEvXSVU .modal-header {
    padding: 1rem;
  }
}
.cid-thpMEvXSVU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thpMEvXSVU .modal-header .close svg {
  fill: #353535;
}
.cid-thpMEvXSVU .modal-header .close:hover {
  opacity: 1;
}
.cid-thpMEvXSVU .modal-header .close:focus {
  outline: none;
}
.cid-thpMEvXSVU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-thpMEvXSVU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-thpMEvXSVU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thpMEvXSVU .modal-body {
    padding: 1rem;
  }
}
.cid-thpMEvXSVU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thpMEvXSVU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thpMEvXSVU .modal-footer {
    padding: 1rem;
  }
}
.cid-thpMEvXSVU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thpMEvXSVU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-thpMEvXSVU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thpMEvXSVU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thpMEvXSVU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-thpMEvXSVU .modal-lg,
  .cid-thpMEvXSVU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-thpMEvXSVU .modal-xl {
    max-width: 1140px;
  }
}
.cid-thpMEvXSVU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thpMEvXSVU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-thpMEvXSVU .form-group {
  margin-bottom: 1rem;
}
.cid-thpMEvXSVU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thpMEvXSVU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thpMEvXSVU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-thpMEvXSVU .mbr-section-btn {
  margin: 0;
}
.cid-thpMEvXSVU .mbr-section-btn .btn {
  margin: 0;
}
.cid-um6f7JFNOg.popup-builder {
  background-color: #ffffff;
}
.cid-um6f7JFNOg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um6f7JFNOg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um6f7JFNOg .modal-content,
.cid-um6f7JFNOg .modal-dialog {
  height: auto;
}
.cid-um6f7JFNOg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um6f7JFNOg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um6f7JFNOg .form-wrapper .mbr-form .form-group,
  .cid-um6f7JFNOg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um6f7JFNOg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um6f7JFNOg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-um6f7JFNOg .mbr-text {
  text-align: center;
}
.cid-um6f7JFNOg .pt-0 {
  padding-top: 0 !important;
}
.cid-um6f7JFNOg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um6f7JFNOg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um6f7JFNOg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um6f7JFNOg .modal-open {
  overflow: hidden;
}
.cid-um6f7JFNOg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um6f7JFNOg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um6f7JFNOg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um6f7JFNOg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-um6f7JFNOg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um6f7JFNOg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um6f7JFNOg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um6f7JFNOg .modal-content {
  background: #149dcc;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-um6f7JFNOg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um6f7JFNOg .modal-backdrop.fade {
  opacity: 0;
}
.cid-um6f7JFNOg .modal-backdrop.show {
  opacity: .5;
}
.cid-um6f7JFNOg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-um6f7JFNOg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um6f7JFNOg .modal-header .close:hover {
  opacity: 1;
}
.cid-um6f7JFNOg .modal-header .close:focus {
  outline: none;
}
.cid-um6f7JFNOg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-um6f7JFNOg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-um6f7JFNOg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-um6f7JFNOg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um6f7JFNOg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um6f7JFNOg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um6f7JFNOg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um6f7JFNOg .modal-sm {
    max-width: 300px;
  }
  .cid-um6f7JFNOg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-um6f7JFNOg .modal-lg,
  .cid-um6f7JFNOg .modal-xl {
    max-width: 800px;
  }
  .cid-um6f7JFNOg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-um6f7JFNOg .modal-xl {
    max-width: 1140px;
  }
  .cid-um6f7JFNOg .container {
    max-width: 1140px;
  }
}
.cid-um6f7JFNOg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-um6f7JFNOg .container {
    max-width: 720px;
  }
}
.cid-um6f7JFNOg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um6f7JFNOg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-um6f7JFNOg .form-group {
  margin-bottom: 1rem;
}
.cid-um6f7JFNOg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um6f7JFNOg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um6f7JFNOg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHH7aN9lc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-uHHH7aN9lc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uHHH7aN9lc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uHHH7aN9lc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uHHH7aN9lc .mbr-text,
.cid-uHHH7aN9lc .mbr-section-btn {
  text-align: left;
}
.cid-uHHH7aN9lc #slide {
  position: absolute;
  left: -800px;
  background: transparent;
  -webkit-animation: slide 2.5s forwards;
  -webkit-animation-delay: .5s;
  animation: slide 2.5s forwards;
  animation-delay: .5s;
}
@-webkit-keyframes slide {
  100% {
    Left: 0;
  }
}
@keyframes slide {
  100% {
    Left: 0;
  }
}
.cid-uHHH4GMmut {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001d51;
}
.cid-uHHH4GMmut .mbr-section-title {
  color: #ffffff;
}
.cid-uHHH4GMmut .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHHH4GMmut .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #112141;
  margin-bottom: 2rem;
}
.cid-uHHH4GMmut .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHHH4GMmut .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uHHH4GMmut .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uHHH4GMmut .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-uHHH4GMmut .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uHHH4GMmut .items .list-item:last-child .listico {
  display: none;
}
.cid-uHHH4IT26f {
  height: 0 !important;
}
.cid-uHHH4IT26f .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #018900;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uHHH4IT26f .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uHHH4IT26f .nav-item:focus,
.cid-uHHH4IT26f .nav-link:focus {
  outline: none;
}
.cid-uHHH4IT26f .text-white:hover,
.cid-uHHH4IT26f .text-white:active,
.cid-uHHH4IT26f .text-white:focus {
  color: white!important;
}
.cid-uHHH4IT26f .navbar {
  margin: auto;
  width: 90%;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #112141;
}
.cid-uHHH4IT26f .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uHHH4IT26f .navbar.opened {
  transition: all .3s;
  background: #112141 !important;
}
.cid-uHHH4IT26f .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uHHH4IT26f .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uHHH4IT26f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHH4IT26f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHHH4IT26f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHHH4IT26f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHH4IT26f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHH4IT26f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHHH4IT26f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHH4IT26f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHHH4IT26f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHHH4IT26f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHH4IT26f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHH4IT26f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHHH4IT26f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHH4IT26f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHH4IT26f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHHH4IT26f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHHH4IT26f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHH4IT26f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHH4IT26f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHHH4IT26f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHHH4IT26f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHHH4IT26f .navbar.navbar-short {
  background: #112141 !important;
  min-height: 60px;
}
.cid-uHHH4IT26f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHHH4IT26f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHHH4IT26f .section {
  position: relative;
  overflow: visible!important;
}
.cid-uHHH4IT26f .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uHHH4IT26f .dropdown-item:hover {
  color: black!important;
}
.cid-uHHH4IT26f .dropdown-menu {
  background-color: white!important;
}
.cid-uHHH4IT26f .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(1, 188, 0, 0.35);
  display: block;
}
.cid-uHHH4IT26f .nav-link:before {
  content: '';
  position: absolute;
  text-shadow: 2px 2px 5px black;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #018900;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uHHH4IT26f .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uHHH4IT26f .nav-item {
    position: relative;
  }
}
.cid-uHHH4IT26f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHHH4IT26f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHH4IT26f .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uHHH4IT26f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHHH4IT26f .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-uHHH4IT26f .collapsed {
  flex-direction: row!important;
}
.cid-uHHH4IT26f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHH4IT26f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHH4IT26f .navbar-caption {
  font-weight: 600!important;
}
.cid-uHHH4IT26f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHHH4IT26f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHH4IT26f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHH4IT26f .dropdown-item.active,
.cid-uHHH4IT26f .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHH4IT26f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHH4IT26f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHH4IT26f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHH4IT26f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112141;
}
.cid-uHHH4IT26f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHH4IT26f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHHH4IT26f .navbar-buttons {
  text-align: center;
}
.cid-uHHH4IT26f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHH4IT26f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHH4IT26f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHHH4IT26f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHHH4IT26f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHHH4IT26f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHHH4IT26f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHHH4IT26f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHHH4IT26f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHHH4IT26f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHHH4IT26f .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.7);
  position: fixed;
}
.cid-uHHH4IT26f .nav-link {
  font-weight: 600!important;
}
.cid-uHHH4IT26f a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHHH4IT26f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHHH4IT26f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uHHH4IT26f .icons-menu span {
  font-size: 26px;
  color: #112141;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHHH4IT26f .navbar {
    height: 77px;
  }
  .cid-uHHH4IT26f .navbar.opened {
    height: auto;
  }
  .cid-uHHH4IT26f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHH4J9Q3C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-3-1902x1200.jpg");
}
.cid-uHHH4J9Q3C .row-links {
  justify-content: center;
}
.cid-uHHH4J9Q3C .social-row {
  justify-content: center;
}
.cid-uHHH4J9Q3C .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHHH4J9Q3C .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHHH4J9Q3C .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHHH4J9Q3C .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHHH4J9Q3C .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uHHH4J9Q3C .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHHH4J9Q3C .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHHH4J9Q3C .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHHH4J9Q3C .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHHH4J9Q3C .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uHHH4J9Q3C .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHHH4J9Q3C .media-container-row .row-copirayt p {
  width: 100%;
}
