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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.popup-builder .mbr-overlay {
  display: none !important;
}
/* Force Bootstrap backdrop to be dark */
.modal-backdrop {
  background: #000 !important;
}

.modal-backdrop.show {
  opacity: 0.85 !important;
}
/* 1) Let Bootstrap run the modal, stop Mobirise from "helping" */
.popup-builder .modal {
  position: fixed !important;
  display: none; /* bootstrap toggles this */
  z-index: 1055 !important;
}

/* Bootstrap shows the open modal with .show */
.popup-builder .modal.show {
  display: block !important;
}

/* 2) Backdrop must be behind modal and must eat clicks */
.modal-backdrop {
  z-index: 1050 !important;
  pointer-events: auto !important;
  background: #000 !important;
}

.modal-backdrop.show {
  opacity: 0.75 !important;
}

/* 3) Modal must accept clicks */
.modal,
.modal * {
  pointer-events: auto;
}

/* 4) If Mobirise leaves any overlay behind, it must not block clicks */
.popup-builder .mbr-overlay {
  display: none !important;
  pointer-events: none !important;
}
/* =========================
   LIVE SITE ONLY
   Mobirise builder adds html.is-builder
   ========================= */

html:not(.is-builder) .popup-builder .mbr-overlay {
  display: none !important;
  pointer-events: none !important;
}

/* Bootstrap modal behavior */
html:not(.is-builder) .popup-builder .modal {
  position: fixed !important;
  display: none;
  z-index: 1055 !important;
}
html:not(.is-builder) .popup-builder .modal.show {
  display: block !important;
}

/* Backdrop, dark and click blocking */
html:not(.is-builder) .modal-backdrop {
  z-index: 1050 !important;
  pointer-events: auto !important;
  background: #000 !important;
}
html:not(.is-builder) .modal-backdrop.show {
  opacity: 0.75 !important;
}

/* Make sure modal takes clicks */
html:not(.is-builder) .modal,
html:not(.is-builder) .modal * {
  pointer-events: auto !important;
}


/* =========================
   BUILDER ONLY
   Keep Mobirise preview usable
   ========================= */

html.is-builder .modal-backdrop {
  display: none !important;
}

html.is-builder .popup-builder .modal {
  position: relative !important;
  display: block !important;
  z-index: 1 !important;
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #003902 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #fff7c8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #253a5e !important;
  border-color: #253a5e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #335183 !important;
  border-color: #335183 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #335183 !important;
  border-color: #335183 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #003902 !important;
  border-color: #003902 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #006c04 !important;
  border-color: #006c04 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006c04 !important;
  border-color: #006c04 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff7c8 !important;
  border-color: #fff7c8 !important;
  color: #c8ab00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fffefb !important;
  border-color: #fffefb !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c8ab00 !important;
  background-color: #fffefb !important;
  border-color: #fffefb !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #253a5e;
  color: #253a5e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d1420 !important;
  background-color: transparent !important;
  border-color: #0d1420 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #253a5e !important;
  border-color: #253a5e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #003902;
  color: #003902;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #003902 !important;
  border-color: #003902 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fff7c8;
  color: #fff7c8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffea71 !important;
  background-color: transparent !important;
  border-color: #ffea71 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c8ab00 !important;
  background-color: #fff7c8 !important;
  border-color: #fff7c8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #253a5e !important;
}
.text-success {
  color: #003902 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #fff7c8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080d15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffe862 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #fff7c8;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #20ff27;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #253a5e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9J0vBABxi .fmg-toprow {
  width: 100%;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 4px 0;
}
.cid-v9J0vBABxi .fmg-playerbar {
  position: relative;
  width: 100%;
  z-index: 2147483000;
  margin: 0;
}
.cid-v9J0vBABxi .fmg-bar-glass {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-bottom: 1px solid #ffffff24;
  background: #0a0c10;
  opacity: 0.55;
  backdrop-filter: blur(8px);
  border-radius: 16px;
}
.cid-v9J0vBABxi .fmg-playerbar-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4px 4px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.cid-v9J0vBABxi .fmg-stations {
  min-width: 0;
  position: relative;
}
.cid-v9J0vBABxi .fmg-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid #ffffff24;
  background: #ffffff0d;
  box-shadow: 0 10px 28px #00000040;
  max-width: 100%;
}
.cid-v9J0vBABxi .fmg-strip.is-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  cursor: grab;
}
.cid-v9J0vBABxi .fmg-strip.is-scroll:active {
  cursor: grabbing;
}
.cid-v9J0vBABxi .fmg-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 58px;
  padding: 0 12px;
  clip-path: none !important;
  border: 1px solid #ffffff24;
  background: #00000038;
  color: #ffffffeb;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 999px !important;
}
.cid-v9J0vBABxi .fmg-btn:hover {
  background: #ffffff1a;
  transform: translateY(-1px);
}
.cid-v9J0vBABxi .fmg-btn.is-active {
  border-color: #78beff99;
  background: #50a0ff2e;
}
.cid-v9J0vBABxi .fmg-btn img {
  height: 20px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display: block;
}
.cid-v9J0vBABxi .fmg-text {
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 13px;
  line-height: 1;
}
.cid-v9J0vBABxi .fmg-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 6px;
  border-radius: 16px;
  border: 1px solid #ffffff24;
  background: #ffffff0d;
  box-shadow: 0 10px 28px #00000040;
}
.cid-v9J0vBABxi .fmg-ctl {
  width: 38px;
  height: 38px;
  clip-path: none !important;
  border: 1px solid #ffffff29;
  background: #00000040;
  color: #ffffffeb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 120ms ease, background 120ms ease;
  border-radius: 999px !important;
}
.cid-v9J0vBABxi .fmg-ctl:hover {
  background: #ffffff1a;
  transform: translateY(-1px);
}
.cid-v9J0vBABxi .fmg-ctl-ico {
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}
.cid-v9J0vBABxi .fmg-now {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: center;
  border-radius: 12px;
  padding: 4px 10px;
  overflow: hidden;
  --fmg-now-off-bg: #000000;
  --fmg-now-off-a: 0.35;
  --fmg-now-ready-bg: #000000;
  --fmg-now-ready-a: 0.20;
  --fmg-now-loading-bg: #00ff33;
  --fmg-now-loading-a: 0.18;
  --fmg-now-playing-bg: #00ff33;
  --fmg-now-playing-a: 0.28;
  --fmg-now-paused-bg: #00ff33;
  --fmg-now-paused-a: 0.22;
  --fmg-now-error-bg: #ff0033;
  --fmg-now-error-a: 0.22;
  flex: 1;
  align-items: center;
  text-align: center;
}
.cid-v9J0vBABxi .fmg-now::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 180ms ease;
  z-index: 0;
}
.cid-v9J0vBABxi .fmg-now-title,
.cid-v9J0vBABxi .fmg-now-sub {
  position: relative;
  z-index: 1;
}
.cid-v9J0vBABxi .fmg-now-title {
  color: #ffffffeb;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.05;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}
.cid-v9J0vBABxi .fmg-now-sub {
  color: #ffffffc2;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.05;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}
.cid-v9J0vBABxi .fmg-off .fmg-now::before {
  background: var(--fmg-now-off-bg);
  opacity: var(--fmg-now-off-a);
}
.cid-v9J0vBABxi .fmg-ready .fmg-now::before {
  background: var(--fmg-now-ready-bg);
  opacity: var(--fmg-now-ready-a);
}
.cid-v9J0vBABxi .fmg-loading .fmg-now::before,
.cid-v9J0vBABxi .fmg-buffering .fmg-now::before {
  background: var(--fmg-now-loading-bg);
  opacity: var(--fmg-now-loading-a);
}
.cid-v9J0vBABxi .fmg-playing .fmg-now::before {
  background: var(--fmg-now-playing-bg);
  opacity: var(--fmg-now-playing-a);
}
@keyframes fmgNowPulse {
  0% {
    opacity: 0.12;
  }
  50% {
    opacity: 0.22;
  }
  100% {
    opacity: 0.12;
  }
}
.cid-v9J0vBABxi .fmg-paused .fmg-now::before {
  background: var(--fmg-now-paused-bg);
  opacity: var(--fmg-now-paused-a);
  animation: fmgNowPulse 1.2s ease-in-out infinite;
}
.cid-v9J0vBABxi .fmg-error .fmg-now::before {
  background: var(--fmg-now-error-bg);
  opacity: var(--fmg-now-error-a);
}
.cid-v9J0vBABxi .fmg-vol {
  width: 96px;
  accent-color: #6fb6ff;
}
.cid-v9J0vBABxi .fmg-hamburger {
  background: transparent;
  border: 1px solid #ffffff24;
  padding: 6px;
  margin: 0;
  cursor: pointer;
  display: none;
  border-radius: 8px;
  transition: background 120ms ease;
}
.cid-v9J0vBABxi .fmg-hamburger:hover {
  background: #ffffff1a !important;
}
.cid-v9J0vBABxi .fmg-hamburger .hamburger {
  width: 22px;
  height: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v9J0vBABxi .fmg-hamburger .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.cid-v9J0vBABxi .navbar-collapse {
  margin: 0;
  background-color: var(--fmg-dropdown-bg, #10375c) !important;
}
.cid-v9J0vBABxi .dropdown-menu {
  border: 1px solid #ffffff24;
  border-radius: 12px !important;
  padding: 8px !important;
  overflow: hidden;
  background-color: var(--fmg-dropdown-bg, #10375c) !important;
}
.cid-v9J0vBABxi .dropdown-item {
  color: #ffffff !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
}
.cid-v9J0vBABxi .dropdown-item:hover,
.cid-v9J0vBABxi .dropdown-item:focus {
  background-color: #ffffff1a !important;
  color: #ffffff !important;
}
.cid-v9J0vBABxi .navbar-nav {
  gap: 4px;
  padding: 0;
  align-items: center;
}
.cid-v9J0vBABxi .nav-item {
  margin: 0;
}
.cid-v9J0vBABxi .nav-link {
  padding: 8px 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: background 120ms ease !important;
}
.cid-v9J0vBABxi .nav-link:hover {
  background: #ffffff1a !important;
}
@media (max-width: 992px) {
  .cid-v9J0vBABxi .fmg-strip {
    padding-left: 32px;
    padding-right: 32px;
  }
  .cid-v9J0vBABxi .fmg-stations::before,
  .cid-v9J0vBABxi .fmg-stations::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    pointer-events: none;
    z-index: 10;
    opacity: 0.9;
  }
  .cid-v9J0vBABxi .fmg-stations::before {
    left: 0;
    background: linear-gradient(to right, #0a0c10 f2 f2, transparent);
    border-radius: 999px 0 0 999px;
  }
  .cid-v9J0vBABxi .fmg-stations::after {
    right: 0;
    background: linear-gradient(to left, #0a0c10 f2, transparent);
    border-radius: 0 999px 999px 0;
  }
  .cid-v9J0vBABxi .fmg-strip.is-scroll::before,
  .cid-v9J0vBABxi .fmg-strip.is-scroll::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: none;
    z-index: 11;
    opacity: 0.8;
  }
  .cid-v9J0vBABxi .fmg-strip.is-scroll::before {
    left: 12px;
    border-width: 6px 9px 6px 0;
    border-color: transparent #ffffff transparent transparent;
    animation: slideLeftThenPulse 4s ease-in-out infinite;
  }
  .cid-v9J0vBABxi .fmg-strip.is-scroll::after {
    right: 12px;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #ffffff;
    animation: slideRightThenPulse 4s ease-in-out infinite;
  }
  @keyframes slideLeftThenPulse {
    0% {
      opacity: 0.8;
      transform: translateY(-50%) translateX(0);
    }
    8% {
      opacity: 1;
      transform: translateY(-50%) translateX(-6px);
    }
    16% {
      opacity: 0.8;
      transform: translateY(-50%) translateX(0);
    }
    50% {
      opacity: 0.6;
      transform: translateY(-50%) scale(1);
    }
    58% {
      opacity: 1;
      transform: translateY(-50%) scale(1.2);
    }
    66% {
      opacity: 0.6;
      transform: translateY(-50%) scale(1);
    }
    100% {
      opacity: 0.6;
      transform: translateY(-50%) scale(1);
    }
  }
  @keyframes slideRightThenPulse {
    0% {
      opacity: 0.8;
      transform: translateY(-50%) translateX(0);
    }
    8% {
      opacity: 1;
      transform: translateY(-50%) translateX(6px);
    }
    16% {
      opacity: 0.8;
      transform: translateY(-50%) translateX(0);
    }
    50% {
      opacity: 0.6;
      transform: translateY(-50%) scale(1);
    }
    58% {
      opacity: 1;
      transform: translateY(-50%) scale(1.2);
    }
    66% {
      opacity: 0.6;
      transform: translateY(-50%) scale(1);
    }
    100% {
      opacity: 0.6;
      transform: translateY(-50%) scale(1);
    }
  }
  .cid-v9J0vBABxi .fmg-hamburger {
    display: block;
  }
  .cid-v9J0vBABxi .fmg-playerbar-inner {
    grid-template-columns: 1fr;
    padding: 4px 4px;
  }
  .cid-v9J0vBABxi .fmg-controls {
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9J0vBABxi .fmg-now {
    min-width: 0;
    flex: 1;
  }
  .cid-v9J0vBABxi .fmg-vol {
    width: 80px;
  }
  .cid-v9J0vBABxi .navbar-collapse {
    backdrop-filter: blur(8px);
    padding: 12px !important;
    margin: 8px 0 0 0 !important;
    border-radius: 16px !important;
    border: 1px solid #ffffff24;
    text-align: left;
  }
  .cid-v9J0vBABxi .dropdown-menu {
    margin: 4px 0;
    border-radius: 12px !important;
  }
  .cid-v9J0vBABxi .navbar-nav {
    padding: 4px 0;
    align-items: flex-start;
  }
  .cid-v9J0vBABxi .nav-link {
    padding: 8px 12px !important;
  }
  .cid-v9J0vBABxi .nav-item,
  .cid-v9J0vBABxi .nav-link,
  .cid-v9J0vBABxi .dropdown-item {
    text-align: left !important;
    justify-content: flex-start;
  }
  .cid-v9J0vBABxi .nav-link,
  .cid-v9J0vBABxi .dropdown-item {
    padding-left: 18px !important;
  }
}
@media (max-width: 520px) {
  .cid-v9J0vBABxi .fmg-vol {
    width: 70px;
  }
  .cid-v9J0vBABxi .fmg-now-title {
    font-size: 13px;
  }
  .cid-v9J0vBABxi .fmg-now-sub {
    font-size: 11px;
  }
  .cid-v9J0vBABxi .fmg-btn {
    height: 26px;
    min-width: 54px;
    padding: 0 8px;
  }
  .cid-v9J0vBABxi .fmg-btn img {
    height: 18px;
  }
  .cid-v9J0vBABxi .fmg-text {
    font-size: 12px;
  }
  .cid-v9J0vBABxi .fmg-ctl {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 993px) {
  .cid-v9J0vBABxi .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 1000px;
    margin: 0 auto!important;
    justify-content: center;
  }
  .cid-v9J0vBABxi .navbar-nav {
    flex-direction: row;
    gap: 6px;
    margin: 0;
    flex: 0 1 auto;
  }
  .cid-v9J0vBABxi .nav-link {
    white-space: nowrap;
  }
  .cid-v9J0vBABxi .fmg-now-title {
    font-size: 20px;
  }
  .cid-v9J0vBABxi .fmg-now-sub {
    font-size: 14px;
  }
  .cid-v9J0vBABxi .fmg-strip {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-v9J0vBABxi .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px) scale(0.98);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 4px;
  }
  .cid-v9J0vBABxi .navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s;
    pointer-events: auto;
  }
  .cid-v9J0vBABxi .fmg-playerbar-inner {
    max-width: 1000px;
    justify-content: center;
  }
  .cid-v9J0vBABxi .fmg-controls {
    width: auto;
  }
  .cid-v9J0vBABxi .fmg-stations {
    flex: 0 1 auto;
    max-width: 600px;
  }
  .cid-v9J0vBABxi .navbar .nav-item.dropdown {
    position: relative;
  }
  .cid-v9J0vBABxi .dropdown-menu {
    transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 220ms !important;
  }
  .cid-v9J0vBABxi .dropdown-menu.show {
    transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s !important;
  }
}
.cid-v9J0vBABxi .menu1 section,
.cid-v9J0vBABxi .menu1 {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v9J0vBABxi .mbr-section-title,
.cid-v9J0vBABxi .mbr-section-subtitle {
  margin-bottom: 0 !important;
}
.cid-v9J0vBABxi .menu_box {
  padding: 0;
}
.cid-v9J0vBABxi .navbar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #000000;
}
.cid-v9J0vBABxi .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v9J0vBABxi .icons-menu-main {
  display: flex;
  gap: 4px;
  align-items: center;
}
.cid-v9J0vBABxi .iconfont-wrapper {
  padding: 0 !important;
}
.cid-v9J0vBABxi .mbr-section-btn-main {
  margin: 0;
}
.cid-v9J0vBABxi .mbr-section-btn-main .btn {
  padding: 6px 16px;
  font-size: 13px;
}
.cid-v8GqJH4m8B body,
.cid-v8GqJH4m8B html {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v8GqJH4m8B section {
  margin: 0 !important;
}
.cid-v8GqJH4m8B .slider1 {
  position: relative;
  background-color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  display: block;
}
.cid-v8GqJH4m8B .slider1 {
  min-height: 100vh;
  height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B #sliderId,
.cid-v8GqJH4m8B .carousel {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B .carousel-inner {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B .carousel-item {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B .carousel-item img {
  height: 100vh !important;
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B #sliderId,
.cid-v8GqJH4m8B .carousel {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
}
.cid-v8GqJH4m8B .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B .carousel-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v8GqJH4m8B .carousel-item.active {
  display: block;
}
.cid-v8GqJH4m8B .item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v8GqJH4m8B .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  display: block;
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: bottom;
  transform-origin: top center;
}
.cid-v8GqJH4m8B .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GqJH4m8B .carousel-control.carousel-control-prev {
  left: 2.5rem;
}
.cid-v8GqJH4m8B .carousel-control.carousel-control-next {
  right: 2.5rem;
}
.cid-v8GqJH4m8B .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-v8GqJH4m8B .mobi-mbri-arrow-next {
  margin-left: 3px;
}
.cid-v8GqJH4m8B .mobi-mbri-arrow-prev {
  margin-right: 3px;
}
.cid-v8GqJH4m8B .carousel-caption {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  margin: 0;
  padding: 0;
  transform: none;
  text-align: center;
}
.cid-v8GqJH4m8B .glass {
  background-color: rgba(32, 50, 57, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  border-bottom: 3px solid rgba(0, 0, 0, 0.45);
  border-left: none;
  border-right: none;
  padding: 15px 10px;
  width: 100%;
  text-shadow: 2px 2px 5px black;
  z-index: 41;
  pointer-events: auto;
  margin: 0 !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 12%, transparent 45%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.3) 100%);
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.25), 0 8px 24px rgba(0, 0, 0, 0.55), 0 3px 6px rgba(0, 0, 0, 0.35), inset 0 2px 4px rgba(255, 255, 255, 0.12), inset 0 -3px 8px rgba(0, 0, 0, 0.35);
}
.cid-v8GqJH4m8B .carousel-item.active:first-child .glass {
  animation: slideUpGlass 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s backwards;
}
.cid-v8GqJH4m8B .btn {
  position: relative;
  padding: 10px 15px;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
  transition: all 0.3s ease;
}
.cid-v8GqJH4m8B .btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v8GqJH4m8B .mbr-section-btn {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  margin: 10px auto 0;
  text-align: center;
}
.cid-v8GqJH4m8B .mbr-section-btn .btn {
  width: 200px;
  text-align: center;
  white-space: normal;
  margin: 5px;
  display: inline-block;
}
.cid-v8GqJH4m8B .logo {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  z-index: 65;
  pointer-events: none;
  animation: logoIntroDesktop 1.6s ease-out forwards;
  opacity: 0;
}
.cid-v8GqJH4m8B .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes slideUpGlass {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoIntroDesktop {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-30%)) scale(0.3575);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, calc(-44%)) scale(0.495);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, calc(-48%)) scale(0.5775);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.55);
  }
}
.cid-v8GqJH4m8B #estimate-slidebox {
  position: fixed;
  top: 560px;
  right: -260px;
  width: 230px;
  padding: 14px 18px;
  background: #1d4f91;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  transition: right 0.6s ease;
  animation: slideInBox 0.8s ease forwards;
  animation-delay: 0.4s;
}
.cid-v8GqJH4m8B #estimate-slidebox a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cid-v8GqJH4m8B #estimate-slidebox:hover {
  background: #ff2f5d;
}
.cid-v8GqJH4m8B #estimate-slidebox1 {
  position: fixed;
  top: 650px;
  right: -260px;
  width: 230px;
  padding: 14px 18px;
  background: #1d4f91;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  transition: right 0.6s ease;
  animation: slideInBox 0.8s ease forwards;
  animation-delay: 0.4s;
}
.cid-v8GqJH4m8B #estimate-slidebox1 a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cid-v8GqJH4m8B #estimate-slidebox1:hover {
  background: #ff2f5d;
}
@keyframes slideInBox {
  from {
    right: -260px;
  }
  to {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .cid-v8GqJH4m8B .carousel-item {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v8GqJH4m8B .carousel-item img {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v8GqJH4m8B .carousel-control-prev,
  .cid-v8GqJH4m8B .carousel-control-next {
    display: none;
  }
  .cid-v8GqJH4m8B .carousel-caption {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cid-v8GqJH4m8B .glass {
    background-color: rgba(32, 50, 57, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top: 2px solid #10375c;
    border-bottom: 2px solid #10375c;
    border-left: none;
    border-right: none;
    padding: 15px 10px;
    width: 100%;
    text-shadow: 2px 2px 5px black;
    margin: 0 !important;
  }
  .cid-v8GqJH4m8B .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 10px auto 0;
  }
  .cid-v8GqJH4m8B .mbr-section-btn .btn {
    width: auto;
    flex: 0 0 calc(44%);
    max-width: calc(44%);
    margin: 0;
    font-size: clamp(12px, 2.7vw, 15px);
    padding: 8px 6px !important;
    line-height: 1.2;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-v8GqJH4m8B .mbr-section-btn .btn:nth-last-child(1):nth-child(odd) {
    flex-basis: calc(44%);
    max-width: calc(44%);
  }
  .cid-v8GqJH4m8B .mbr-section-btn .btn .btn-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
  }
  .cid-v8GqJH4m8B .mbr-section-subtitle,
  .cid-v8GqJH4m8B .mbr-section-text {
    text-align: center;
    margin: 0 auto 10px;
  }
  .cid-v8GqJH4m8B .logo {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 65;
    animation: logoIntroMobile 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 100ms forwards;
    opacity: 0;
  }
  .cid-v8GqJH4m8B .logo img {
    width: auto;
    height: auto;
  }
  @keyframes logoIntroMobile {
    0% {
      opacity: 0;
      transform: translate(-50%, calc(-32%)) scale(0.595);
    }
    65% {
      opacity: 1;
      transform: translate(-50%, calc(-47%)) scale(0.884);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.85);
    }
  }
  .cid-v8GqJH4m8B #estimate-slidebox {
    display: none;
  }
  .cid-v8GqJH4m8B #estimate-slidebox1 {
    display: none;
  }
}
@media (max-width: 480px) {
  .cid-v8GqJH4m8B h5.mbr-section-subtitle {
    font-size: 1.2rem !important;
  }
  .cid-v8GqJH4m8B .mbr-section-btn .btn {
    font-size: 11px;
    padding: 6px 4px !important;
    min-height: 36px;
  }
}
@media (max-width: 360px) {
  .cid-v8GqJH4m8B .mbr-section-btn .btn {
    font-size: 10px;
    padding: 5px 3px !important;
    min-height: 34px;
  }
}
.cid-v8GqJH4m8B html.reduce-motion .logo,
.cid-v8GqJH4m8B html.reduce-motion .glass {
  animation: none !important;
}
.cid-v8GqJH4m8B .slider1 + section,
.cid-v8GqJH4m8B .slider1 + div,
.cid-v8GqJH4m8B .slider1 + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8GqJH4m8B section.slider1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  background-color: transparent !important;
}
.cid-v8GqJH4m8B .carousel-fade .carousel-item {
  display: block !important;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v8GqJH4m8B .carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.cid-v8GqJH4m8B .carousel-fade .carousel-item.carousel-item-next,
.cid-v8GqJH4m8B .carousel-fade .carousel-item.carousel-item-prev {
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-v8GqJH4m8B .carousel-fade .carousel-item.active.carousel-item-start,
.cid-v8GqJH4m8B .carousel-fade .carousel-item.active.carousel-item-end {
  opacity: 0;
}
.cid-v8GqJH4m8B .carousel-fade .carousel-item-next.carousel-item-start,
.cid-v8GqJH4m8B .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.cid-v8GqJH4m8B .carousel-fade .active.carousel-item-start,
.cid-v8GqJH4m8B .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.cid-v8GqJH4m8B section.slider1.mbr-fullscreen {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-v8GqJH4m8B section.slider1.mbr-fullscreen .container,
.cid-v8GqJH4m8B section.slider1.mbr-fullscreen .container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-v8GqJH4m8B section.article11 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.cid-v8GqJH4m8B section.article11.mbr-fullscreen {
  padding-top: 0 !important;
}
.cid-v8GqJH4m8B .fmg-strip {
  margin: 0 auto;
}
.cid-v9QAJKckyC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-v9QAJKckyC H3 {
  color: #200960;
}
.cid-v9QAJKckyC H4 {
  color: #d58f76;
}
.cid-v9QAJKckyC img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-v9QAJKckyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9QAJKckyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9QAJKckyC iframe {
  background: transparent;
  width: 100%;
  height: 100px;
  border: 0;
  overflow: hidden;
}
.cid-v9QAJKckyC .fmg-adstrip-v2 {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v9QAJKckyC .fmg-adstrip-container {
  width: 100%;
  overflow: hidden;
  background: var(--fmg-ad-strip-bg, #0f2847);
  border-radius: var(--fmg-ad-strip-radius, 20px);
  padding: var(--fmg-ad-strip-pad-y, 20px) var(--fmg-ad-strip-pad-x, 30px);
  backdrop-filter: blur(var(--fmg-ad-blur, 10px));
  -webkit-backdrop-filter: blur(var(--fmg-ad-blur, 10px));
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  opacity: var(--fmg-ad-strip-opacity, 0.85);
}
.cid-v9QAJKckyC .fmg-adstrip-track {
  display: flex;
  align-items: center;
  gap: var(--fmg-ad-gap, 24px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: fmgAdScrollV2 var(--fmg-ad-speed, 45s) linear infinite;
}
.cid-v9QAJKckyC .fmg-adstrip-container:hover .fmg-adstrip-track {
  animation-play-state: paused;
}
.cid-v9QAJKckyC .fmg-adstrip-logo-link,
.cid-v9QAJKckyC .fmg-adstrip-logo-wrapper {
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
}
.cid-v9QAJKckyC .fmg-adstrip-logo {
  height: var(--fmg-ad-img-h, 90px);
  width: auto;
  max-width: var(--fmg-ad-img-w, 180px);
  object-fit: contain;
  display: block;
  border-radius: var(--fmg-ad-img-radius, 12px);
  background: var(--fmg-ad-img-bg, #ffffff);
  padding: var(--fmg-ad-img-pad, 8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v9QAJKckyC .fmg-adstrip-v2[style*="--fmg-ad-shadow: 1"] .fmg-adstrip-logo {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.cid-v9QAJKckyC .fmg-adstrip-v2[style*="--fmg-ad-hover: 1"] .fmg-adstrip-logo-link:hover .fmg-adstrip-logo {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.1);
}
@keyframes fmgAdScrollV2 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-v9QAJKckyC .fmg-adstrip-track {
    animation-duration: var(--fmg-ad-speed-mobile, 25s);
    gap: 18px;
  }
  .cid-v9QAJKckyC .fmg-adstrip-container {
    padding: 16px 20px;
  }
  .cid-v9QAJKckyC .fmg-adstrip-logo {
    height: 70px;
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .cid-v9QAJKckyC .fmg-adstrip-track {
    gap: 14px;
  }
  .cid-v9QAJKckyC .fmg-adstrip-container {
    padding: 12px 16px;
    border-radius: 16px;
  }
  .cid-v9QAJKckyC .fmg-adstrip-logo {
    height: 60px;
    max-width: 120px;
    padding: 6px;
  }
}
.cid-v9QAJKckyC .nwswx-tvblock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cid-va2zgygDpy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-va2zgygDpy .mbr-section-title {
  color: #ffffff;
}
.cid-va2zgygDpy .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-va2zgygDpy .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-va2zgygDpy .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-va2zgygDpy .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-va2zgygDpy .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-va2zgygDpy .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-va2zgygDpy .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-va2zgygDpy .items .list-item:last-child .listico {
  display: none;
}
.cid-va25tyx2h9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #10375c;
}
.cid-va25tyx2h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va25tyx2h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va25tyx2h9 .nwswx-tvblock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cid-v9QAe3HtMn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #10375c;
}
.cid-v9QAe3HtMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9QAe3HtMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9QAe3HtMn .mbr-section-title {
  color: #0c2c68;
}
.cid-v9QAe3HtMn .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v9QAe3HtMn .faq-head.glass {
  border-radius: 35px;
  background: transparent !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cid-v9QAe3HtMn .ts-blog-grid {
  row-gap: 3rem;
  perspective: 1500px;
}
.cid-v9QAe3HtMn .ts-blog-card {
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.6));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #0c2c68;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateZ(0) rotateX(0deg) rotateY(0deg);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cid-v9QAe3HtMn .ts-blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cid-v9QAe3HtMn .ts-blog-card::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.cid-v9QAe3HtMn .ts-blog-card:hover {
  transform: translateY(-16px) translateZ(40px) rotateX(2deg);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25), 0 15px 35px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.cid-v9QAe3HtMn .ts-blog-card:hover::before {
  opacity: 1;
}
.cid-v9QAe3HtMn .ts-blog-card:hover::after {
  opacity: 1;
}
.cid-v9QAe3HtMn .ts-card-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cid-v9QAe3HtMn .ts-card-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}
.cid-v9QAe3HtMn .ts-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cid-v9QAe3HtMn .ts-blog-card:hover .ts-card-img-wrap img {
  transform: scale(1.12);
}
.cid-v9QAe3HtMn .ts-blog-card-body {
  padding: 28px 26px 30px 26px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}
.cid-v9QAe3HtMn .ts-card-event-date {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 6px;
  font-weight: 800;
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.15), rgba(41, 128, 185, 0.08));
  border-radius: 20px;
  border: 1px solid rgba(52, 152, 219, 0.3);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
}
.cid-v9QAe3HtMn .ts-card-date {
  font-size: 11px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  opacity: 0.7;
}
.cid-v9QAe3HtMn .ts-card-title {
  font-size: 21px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 14px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cid-v9QAe3HtMn .ts-card-text {
  font-size: 15px;
  line-height: 1.75;
  color: #232323;
  margin-bottom: 22px;
  flex: 1 1 auto;
  text-align: left;
  text-indent: 0.75em;
  opacity: 0.9;
}
.cid-v9QAe3HtMn .ts-read-more {
  background: linear-gradient(135deg, #10375c 0%, #0a2239 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.cid-v9QAe3HtMn .ts-read-more::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.cid-v9QAe3HtMn .ts-read-more:hover::before {
  width: 300px;
  height: 300px;
}
.cid-v9QAe3HtMn .ts-read-more:hover {
  background: linear-gradient(135deg, #1f6463 0%, #154544 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.cid-v9QAe3HtMn .blog-content-wrapper a,
.cid-v9QAe3HtMn .ts-card-text a {
  color: #10375c !important;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(12, 44, 104, 0.63);
  transition: all 0.3s ease;
  position: relative;
}
.cid-v9QAe3HtMn .blog-content-wrapper a::before,
.cid-v9QAe3HtMn .ts-card-text a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1f6463;
  transition: width 0.3s ease;
}
.cid-v9QAe3HtMn .blog-content-wrapper a:hover::before,
.cid-v9QAe3HtMn .ts-card-text a:hover::before {
  width: 100%;
}
.cid-v9QAe3HtMn .blog-content-wrapper a:hover,
.cid-v9QAe3HtMn .ts-card-text a:hover {
  color: #1f6463 !important;
  border-bottom-color: transparent;
}
.cid-v9QAe3HtMn .blog-content-wrapper p {
  text-indent: 0.95em;
  margin: 0 0 16px 0;
  white-space: pre-line;
}
.cid-v9QAe3HtMn .blog-content-wrapper p + p {
  margin-top: 18px;
}
.cid-v9QAe3HtMn .ts-back-btn {
  display: inline-block;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.cid-v9QAe3HtMn .ts-back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.cid-v9QAe3HtMn .ts-single-shell {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 45px;
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.cid-v9QAe3HtMn .ts-event-start-date {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.12), rgba(41, 128, 185, 0.06));
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
}
.cid-v9QAe3HtMn .ts-single-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
}
.cid-v9QAe3HtMn .ts-single-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.cid-v9QAe3HtMn .ts-single-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  margin-bottom: 35px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}
.cid-v9QAe3HtMn .ts-single-body {
  font-size: 18px;
  line-height: 1.85;
  color: #444;
}
.cid-v9QAe3HtMn .ts-single-body p {
  white-space: pre-line;
}
.cid-v9QAe3HtMn .ts-blog-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.cid-v9QAe3HtMn .ts-blog-modal.is-open {
  display: flex;
}
.cid-v9QAe3HtMn .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 26, 43, 0.46);
  pointer-events: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cid-v9QAe3HtMn .ts-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  max-height: calc(40vh);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border-radius: 36px;
  border: 3px solid #0c2c68;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), 0 15px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.cid-v9QAe3HtMn .ts-blog-modal.is-open .ts-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.cid-v9QAe3HtMn .ts-modal-inner {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 33px;
  border: 1px solid rgba(12, 44, 104, 0.55);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cid-v9QAe3HtMn .ts-modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%);
  color: #0c2c68;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
}
.cid-v9QAe3HtMn .ts-modal-close:hover {
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.cid-v9QAe3HtMn .ts-modal-header {
  padding: 24px 30px 22px;
  background: linear-gradient(135deg, #10375c 0%, #081d31 100%);
  border-bottom: 2px solid #d3dce8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cid-v9QAe3HtMn .ts-modal-event-date {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d0e8ff;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-v9QAe3HtMn .ts-modal-date {
  margin: 6px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(155, 155, 155, 0.85);
}
.cid-v9QAe3HtMn .ts-modal-title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cid-v9QAe3HtMn .ts-modal-scroll-container {
  flex: 1;
  min-height: 0;
  padding: 26px 30px 30px;
  overflow-y: auto;
}
.cid-v9QAe3HtMn .ts-modal-scroll-container::-webkit-scrollbar {
  width: 10px;
}
.cid-v9QAe3HtMn .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.cid-v9QAe3HtMn .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #0c2c68, #040f23);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.cid-v9QAe3HtMn .ts-modal-scroll-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f367f, #07193a);
}
.cid-v9QAe3HtMn .ts-modal-content-box {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 26px;
  border: 2px solid rgba(12, 44, 104, 0.67);
  padding: 30px 32px 35px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.cid-v9QAe3HtMn .ts-modal-image {
  width: 40%;
  height: auto;
  border-radius: 20px;
  float: left;
  max-width: 340px;
  margin: 0 26px 20px 0;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.cid-v9QAe3HtMn .ts-modal-body {
  font-size: 17px;
  line-height: 1.85;
  color: #2c3e50;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}
.cid-v9QAe3HtMn .ts-modal-body p {
  white-space: pre-line;
}
.cid-v9QAe3HtMn .ts-blog-modal.is-open .ts-modal-body {
  opacity: 1;
  transform: translateY(0);
}
.cid-v9QAe3HtMn .ts-modal-content-box::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .cid-v9QAe3HtMn .ts-blog-modal {
    padding: 18px 10px;
  }
  .cid-v9QAe3HtMn .ts-modal-dialog {
    max-height: calc(60vh);
    border-radius: 24px;
  }
  .cid-v9QAe3HtMn .ts-modal-inner {
    border-radius: 22px;
  }
  .cid-v9QAe3HtMn .ts-modal-scroll-container {
    padding: 18px;
  }
  .cid-v9QAe3HtMn .ts-modal-content-box {
    padding: 20px;
    border-radius: 18px;
  }
  .cid-v9QAe3HtMn .ts-modal-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
    transform: translateY(15px);
  }
  .cid-v9QAe3HtMn .ts-single-title {
    font-size: 30px;
  }
  .cid-v9QAe3HtMn .ts-blog-card {
    border-radius: 24px;
  }
  .cid-v9QAe3HtMn .ts-blog-card:hover {
    transform: translateY(-8px) translateZ(20px);
  }
}
.cid-v9QAe3HtMn .ts-modal-body.is-typing::after {
  content: "|";
  display: inline-block;
  margin-left: 2px;
  opacity: 0.7;
  animation: tsBlink 0.7s steps(1) infinite;
}
@keyframes tsBlink {
  50% {
    opacity: 0;
  }
}
.cid-v9QAe3HtMn .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}
.cid-v9QAe3HtMn .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-v9QAe3HtMn .nwswx-tvblock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cid-va2yxq3pq1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-va2yxq3pq1 .mbr-section-title {
  color: #ffffff;
}
.cid-va2yxq3pq1 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-va2yxq3pq1 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-va2yxq3pq1 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-va2yxq3pq1 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-va2yxq3pq1 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-va2yxq3pq1 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-va2yxq3pq1 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-va2yxq3pq1 .items .list-item:last-child .listico {
  display: none;
}
.cid-v9KAPzOHLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9KAPzOHLa .nwswx-tvblock {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cid-v9KAPzOHLa .nwswx-tvblock .container,
.cid-v9KAPzOHLa .nwswx-tvblock .container-fluid {
  position: relative;
  z-index: 1;
}
.cid-v9KAPzOHLa .nwswx-tvblock .mbr-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.cid-v9KAPzOHLa .mbr-section-title,
.cid-v9KAPzOHLa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9KAPzOHLa .glassTitle {
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.22);
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.cid-v9KAPzOHLa .glassSubtitle {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
}
.cid-v9KAPzOHLa .nwswx-tv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cid-v9KAPzOHLa .nwswx-bar {
  display: flex;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  padding: 6px 6px;
  flex-wrap: nowrap;
}
.cid-v9KAPzOHLa .nwswx-card {
  width: 240px;
  height: 160px;
  border-radius: 22px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  flex: 0 0 auto;
}
.cid-v9KAPzOHLa .nwswx-cardInner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.cid-v9KAPzOHLa .nwswx-cardInner:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(10, 12, 18, 0.18);
  pointer-events: none;
}
.cid-v9KAPzOHLa .nwswx-cardInner > * {
  position: relative;
  z-index: 1;
}
.cid-v9KAPzOHLa .nwswx-nowTile {
  flex: 0 0 auto;
  width: 320px;
  height: 180px;
}
.cid-v9KAPzOHLa .nwswx-nowTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.cid-v9KAPzOHLa .nwswx-loc,
.cid-v9KAPzOHLa .nwswx-badge {
  font-size: 11px;
  font-weight: 950;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #0f1220;
}
.cid-v9KAPzOHLa .nwswx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-v9KAPzOHLa .nwswx-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2b59ff;
  display: inline-block;
}
.cid-v9KAPzOHLa .nwswx-nowMid {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-v9KAPzOHLa .nwswx-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.72);
}
.cid-v9KAPzOHLa .nwswx-temp {
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  color: #0f1220;
}
.cid-v9KAPzOHLa .nwswx-cond {
  font-size: 12px;
  font-weight: 850;
  color: #0f1220;
  opacity: 0.92;
  line-height: 1.2;
  margin-top: 3px;
}
.cid-v9KAPzOHLa .nwswx-nowBot {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #0f1220;
}
.cid-v9KAPzOHLa .nwswx-strip {
  flex: 1 1 auto;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  align-items: stretch;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.cid-v9KAPzOHLa .nwswx-tile {
  scroll-snap-align: start;
}
.cid-v9KAPzOHLa .nwswx-strip::-webkit-scrollbar {
  height: 10px;
}
.cid-v9KAPzOHLa .nwswx-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}
.cid-v9KAPzOHLa .nwswx-strip::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}
.cid-v9KAPzOHLa .nwswx-tname {
  font-size: 13px;
  font-weight: 950;
  color: #0f1220;
}
.cid-v9KAPzOHLa .nwswx-tico {
  font-size: 22px;
}
.cid-v9KAPzOHLa .nwswx-ttemp {
  font-size: 22px;
  font-weight: 950;
  color: #0f1220;
}
.cid-v9KAPzOHLa .nwswx-tcond {
  font-size: 12px;
  font-weight: 800;
  color: #0f1220;
  opacity: 0.92;
  line-height: 1.2;
}
.cid-v9KAPzOHLa .nwswx-err {
  padding: 14px;
  font-size: 13px;
  font-weight: 950;
  color: #0f1220;
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 18px;
  min-width: 320px;
}
@media (max-width: 768px) {
  .cid-v9KAPzOHLa .nwswx-bar {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    padding: 0;
  }
  .cid-v9KAPzOHLa .nwswx-card {
    width: 100%;
    max-width: 520px;
    height: 140px;
    margin: 0 auto;
  }
  .cid-v9KAPzOHLa .nwswx-nowTile {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 12px;
  }
  .cid-v9KAPzOHLa .nwswx-strip {
    padding: 6px 4px;
  }
  .cid-v9KAPzOHLa .nwswx-strip::-webkit-scrollbar {
    height: 8px;
  }
  .cid-v9KAPzOHLa .faq-head.glass {
    text-align: center;
  }
  .cid-v9KAPzOHLa .faq-head.glass h1,
  .cid-v9KAPzOHLa .faq-head.glass h2,
  .cid-v9KAPzOHLa .faq-head.glass h3,
  .cid-v9KAPzOHLa .faq-head.glass h4,
  .cid-v9KAPzOHLa .faq-head.glass p,
  .cid-v9KAPzOHLa .faq-head.glass .mbr-section-title,
  .cid-v9KAPzOHLa .faq-head.glass .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-v9KAPzOHLa .faq-head.glass > * {
    justify-content: center;
  }
}
.cid-v9KAPzOHLa .mbr-section-title {
  text-align: center;
}
.cid-v9KAPzOHLa .faq-head.glass {
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.04) !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 2000;
}
.cid-v9KAPzOHLa .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
}
.cid-v9KAPzOHLa .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-va2zbCkRqY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-va2zbCkRqY .mbr-section-title {
  color: #ffffff;
}
.cid-va2zbCkRqY .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-va2zbCkRqY .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-va2zbCkRqY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-va2zbCkRqY .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-va2zbCkRqY .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-va2zbCkRqY .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-va2zbCkRqY .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-va2zbCkRqY .items .list-item:last-child .listico {
  display: none;
}
.cid-v9QADHyUNH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #10375c;
}
@media (min-width: 992px) {
  .cid-v9QADHyUNH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9QADHyUNH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v9QADHyUNH .mbr-text {
    text-align: center;
  }
}
.cid-v9QADHyUNH .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-v9QADHyUNH P {
  text-align: center;
  color: #ffffff;
}
.cid-v9QADHyUNH H3 {
  text-align: center;
}
.cid-v9QADHyUNH .contest-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
  text-shadow: 0px 0px 0px black;
}
.cid-v9QADHyUNH .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-v9QADHyUNH .contest-image {
  width: 100%;
  max-width: 320px;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}
.cid-v9QADHyUNH 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-v9QADHyUNH .container-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v9QADHyUNH .contest-item {
    flex: 1 1 100%;
  }
  .cid-v9QADHyUNH .contest-container {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .cid-v9QADHyUNH .contest-item {
    flex: 1 1 calc(-20%);
  }
}
.cid-v9QADHyUNH body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}
.cid-v9QADHyUNH .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v9QADHyUNH .faq-head.glass {
  border-radius: 35px;
  background: transparent !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 2000;
}
.cid-v9QADHyUNH .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
}
.cid-v9QADHyUNH .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-v9QADHyUNH .nwswx-tvblock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cid-va0riOyxUQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-va0riOyxUQ .mbr-section-title {
  color: #ffffff;
}
.cid-va0riOyxUQ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-va0riOyxUQ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-va0riOyxUQ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-va0riOyxUQ .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-va0riOyxUQ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-va0riOyxUQ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-va0riOyxUQ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-va0riOyxUQ .items .list-item:last-child .listico {
  display: none;
}
.cid-v8RhgO5lNF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #10375c;
}
.cid-v8RhgO5lNF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v8RhgO5lNF .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v8RhgO5lNF .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-v8RhgO5lNF .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v8RhgO5lNF .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v8RhgO5lNF .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v8RhgO5lNF .mbr-section-title {
  color: #10375c;
}
@media (max-width: 767px) {
  .cid-v8RhgO5lNF .mbr-section-title {
    text-align: center;
  }
}
.cid-v8RhgO5lNF .mbr-section-subtitle {
  color: #10375c;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v8RhgO5lNF .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v8RhgO5lNF .item-card {
  height: 100%;
}
.cid-v8RhgO5lNF .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8RhgO5lNF .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v8RhgO5lNF .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
}
.cid-v8RhgO5lNF .item-img img {
  width: 75%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v8RhgO5lNF .card-box {
  padding-top: 28px;
}
.cid-v8RhgO5lNF .card-title {
  color: #003d56;
  margin-bottom: 9px;
}
.cid-v8RhgO5lNF .card-subtitle {
  color: #003d56;
  margin-bottom: 15px;
}
.cid-v8RhgO5lNF .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.cid-v8RhgO5lNF .card-contacts {
  color: #000000;
}
.cid-v8RhgO5lNF .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v8RhgO5lNF .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.cid-v8RhgO5lNF .card-contacts a:hover {
  color: #ffffff !important;
}
.cid-v8RhgO5lNF .card-contacts a:hover:before {
  width: 100%;
}
.cid-v8RhgO5lNF .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v8RhgO5lNF .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v8RhgO5lNF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v8RhgO5lNF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(0, 134, 255, 0.25), rgba(0, 134, 255, 0.25));
  transition: 0.4s all;
}
.cid-v8RhgO5lNF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v8RhgO5lNF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #0086ff;
}
.cid-v8RhgO5lNF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v8RhgO5lNF .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v8RhgO5lNF .soc-item:hover:before {
  opacity: 1;
}
.cid-v8RhgO5lNF .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v8RhgO5lNF .form-main-container {
    padding-right: 20px;
  }
}
.cid-v8RhgO5lNF .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .cid-v8RhgO5lNF .form-wrap {
    padding: 20px;
  }
}
.cid-v8RhgO5lNF form {
  width: 100%;
}
.cid-v8RhgO5lNF form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v8RhgO5lNF form p {
  color: #878e99;
}
.cid-v8RhgO5lNF form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v8RhgO5lNF form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v8RhgO5lNF form .form-group {
  margin-bottom: 20px !important;
}
.cid-v8RhgO5lNF form .form-control {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #0086bd !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #003d56;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v8RhgO5lNF form .form-control::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form .form-control::-moz-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form .form-control:-moz-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form .form-control:-ms-input-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form select {
  color: #878e99 !important;
}
.cid-v8RhgO5lNF form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v8RhgO5lNF form input:active,
.cid-v8RhgO5lNF form textarea:active,
.cid-v8RhgO5lNF form input:focus,
.cid-v8RhgO5lNF form textarea:focus {
  border-color: #ffffff !important;
  box-shadow: none !important;
  color: #003d56 !important;
  outline: none !important;
}
.cid-v8RhgO5lNF form input:active::-webkit-input-placeholder,
.cid-v8RhgO5lNF form textarea:active::-webkit-input-placeholder,
.cid-v8RhgO5lNF form input:focus::-webkit-input-placeholder,
.cid-v8RhgO5lNF form textarea:focus::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form input:active::-moz-placeholder,
.cid-v8RhgO5lNF form textarea:active::-moz-placeholder,
.cid-v8RhgO5lNF form input:focus::-moz-placeholder,
.cid-v8RhgO5lNF form textarea:focus::-moz-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form input:active:-moz-placeholder,
.cid-v8RhgO5lNF form textarea:active:-moz-placeholder,
.cid-v8RhgO5lNF form input:focus:-moz-placeholder,
.cid-v8RhgO5lNF form textarea:focus:-moz-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form input:active:-ms-input-placeholder,
.cid-v8RhgO5lNF form textarea:active:-ms-input-placeholder,
.cid-v8RhgO5lNF form input:focus:-ms-input-placeholder,
.cid-v8RhgO5lNF form textarea:focus:-ms-input-placeholder {
  color: #003d56;
}
.cid-v8RhgO5lNF form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v8RhgO5lNF form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v8RhgO5lNF form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v8RhgO5lNF form .form-control-label {
  width: 100%;
}
.cid-v8RhgO5lNF form .form-check-label {
  margin-bottom: 14px;
}
.cid-v8RhgO5lNF form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v8RhgO5lNF form .form-check-input:focus,
.cid-v8RhgO5lNF form .form-check-input:hover {
  border-color: #ffffff !important;
}
.cid-v8RhgO5lNF form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #191b1e !important;
}
.cid-v8RhgO5lNF form label,
.cid-v8RhgO5lNF form .form-control-label {
  color: #003d56;
}
.cid-v8RhgO5lNF LABEL {
  color: #000000;
}
.cid-v8RhgO5lNF .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  transition: 0.4s all;
  max-height: 100%;
}
.cid-v8RhgO5lNF .mbr-section-btn,
.cid-v8RhgO5lNF .custom-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-v8RhgO5lNF .mbr-section-btn .btn,
.cid-v8RhgO5lNF .custom-section-btn .btn {
  width: auto;
  min-width: 150px;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .cid-v8RhgO5lNF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8RhgO5lNF .faq-head.glass {
  border-radius: 35px;
  background: transparent !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 2000;
}
.cid-v8RhgO5lNF .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
}
.cid-v8RhgO5lNF .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-v8RhgO5lNF .nwswx-tvblock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cid-va0rklLLfx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-va0rklLLfx .mbr-section-title {
  color: #ffffff;
}
.cid-va0rklLLfx .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-va0rklLLfx .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-va0rklLLfx .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-va0rklLLfx .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-va0rklLLfx .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-va0rklLLfx .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-va0rklLLfx .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-va0rklLLfx .items .list-item:last-child .listico {
  display: none;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-v9Uk4S6OjM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v9Uk4S6OjM H3 {
  text-align: left;
}
.cid-v9Uk4S6OjM P {
  color: #303030;
}
.cid-va08sVGRFa.popup-builder {
  background-color: #ffffff;
}
.cid-va08sVGRFa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-va08sVGRFa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-va08sVGRFa .modal-content,
.cid-va08sVGRFa .modal-dialog {
  height: auto;
}
.cid-va08sVGRFa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-va08sVGRFa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-va08sVGRFa .form-wrapper .mbr-form .form-group,
  .cid-va08sVGRFa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-va08sVGRFa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-va08sVGRFa .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-va08sVGRFa .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-va08sVGRFa .pt-0 {
  padding-top: 0 !important;
}
.cid-va08sVGRFa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-va08sVGRFa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-va08sVGRFa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-va08sVGRFa .modal-open {
  overflow: hidden;
}
.cid-va08sVGRFa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-va08sVGRFa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-va08sVGRFa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-va08sVGRFa .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-va08sVGRFa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-va08sVGRFa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-va08sVGRFa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-va08sVGRFa .modal-content {
  background: #10375c;
  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-va08sVGRFa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-va08sVGRFa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-va08sVGRFa .modal-backdrop.fade {
  opacity: 0;
}
.cid-va08sVGRFa .modal-backdrop.show {
  opacity: .5;
}
.cid-va08sVGRFa .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-va08sVGRFa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-va08sVGRFa .modal-header {
    padding: 1rem;
  }
}
.cid-va08sVGRFa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-va08sVGRFa .modal-header .close svg {
  fill: #ffffff;
}
.cid-va08sVGRFa .modal-header .close:hover {
  opacity: 1;
}
.cid-va08sVGRFa .modal-header .close:focus {
  outline: none;
}
.cid-va08sVGRFa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-va08sVGRFa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-va08sVGRFa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-va08sVGRFa .modal-body {
    padding: 1rem;
  }
}
.cid-va08sVGRFa .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-va08sVGRFa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-va08sVGRFa .modal-footer {
    padding: 1rem;
  }
}
.cid-va08sVGRFa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-va08sVGRFa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-va08sVGRFa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-va08sVGRFa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-va08sVGRFa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-va08sVGRFa .modal-lg,
  .cid-va08sVGRFa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-va08sVGRFa .modal-xl {
    max-width: 1140px;
  }
}
.cid-va08sVGRFa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-va08sVGRFa .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-va08sVGRFa .form-group {
  margin-bottom: 1rem;
}
.cid-va08sVGRFa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-va08sVGRFa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-va08sVGRFa .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-va08sVGRFa .mbr-section-btn {
  margin: 0;
}
.cid-va08sVGRFa .mbr-section-btn .btn {
  margin: 0;
}
.cid-va08sVGRFa [id^="mbr-popup-"].modal .modal-body {
  min-height: 320px;
  padding: 18px;
}
.cid-va08sVGRFa [id^="mbr-popup-"].modal .modal-content {
  min-height: 420px;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .modal-body .ts-req-slot {
  color: #fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-card-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
}
.cid-va08sVGRFa .ts-requestline-popup .modal-footer {
  display: none !important;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-embed-msg {
  max-width: 820px;
  margin: 0 auto 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-embed-msg.good {
  background: rgba(16, 185, 129, 0.18);
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-embed-msg.bad {
  background: rgba(239, 68, 68, 0.18);
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot label {
  display: block;
  margin: 10px 0 6px;
  font-weight: 700;
  font-size: 14px;
  opacity: 0.95;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot input,
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot select {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  outline: none;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot input:focus,
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot select:focus {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.28);
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-btn.primary,
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot button[type="submit"] {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 0;
  background: #0b5ed7;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-btn.primary:hover,
.cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot button[type="submit"]:hover {
  filter: brightness(1.08);
}
@media (max-width: 720px) {
  .cid-va08sVGRFa .popup-builder .modal.mbr-popup .ts-req-slot .ts-grid2 {
    grid-template-columns: 1fr;
  }
}
.cid-va08sVGRFa .faq-head.glass {
  border-radius: 35px;
  background: transparent !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cid-va08sVGRFa .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
}
.cid-va08sVGRFa .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-v9Uk5x1RLX.popup-builder {
  background-color: #ffffff;
}
.cid-v9Uk5x1RLX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9Uk5x1RLX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9Uk5x1RLX .modal-content,
.cid-v9Uk5x1RLX .modal-dialog {
  height: auto;
}
.cid-v9Uk5x1RLX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9Uk5x1RLX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9Uk5x1RLX .form-wrapper .mbr-form .form-group,
  .cid-v9Uk5x1RLX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9Uk5x1RLX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .mbr-text {
  text-align: left;
}
.cid-v9Uk5x1RLX .pt-0 {
  padding-top: 0 !important;
}
.cid-v9Uk5x1RLX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9Uk5x1RLX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9Uk5x1RLX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9Uk5x1RLX .modal-open {
  overflow: hidden;
}
.cid-v9Uk5x1RLX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9Uk5x1RLX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9Uk5x1RLX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9Uk5x1RLX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9Uk5x1RLX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9Uk5x1RLX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9Uk5x1RLX .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9Uk5x1RLX .modal-backdrop.show {
  opacity: .5;
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Uk5x1RLX .modal-header {
    padding: 1rem;
  }
}
.cid-v9Uk5x1RLX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9Uk5x1RLX .modal-header .close svg {
  fill: #353535;
}
.cid-v9Uk5x1RLX .modal-header .close:hover {
  opacity: 1;
}
.cid-v9Uk5x1RLX .modal-header .close:focus {
  outline: none;
}
.cid-v9Uk5x1RLX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v9Uk5x1RLX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9Uk5x1RLX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Uk5x1RLX .modal-body {
    padding: 1rem;
  }
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Uk5x1RLX .modal-footer {
    padding: 1rem;
  }
}
.cid-v9Uk5x1RLX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9Uk5x1RLX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9Uk5x1RLX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9Uk5x1RLX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9Uk5x1RLX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9Uk5x1RLX .modal-lg,
  .cid-v9Uk5x1RLX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9Uk5x1RLX .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9Uk5x1RLX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .form-group {
  margin-bottom: 1rem;
}
.cid-v9Uk5x1RLX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9Uk5x1RLX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9Uk5x1RLX .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-v9Uk5x1RLX .mbr-section-btn {
  margin: 0;
}
.cid-v9Uk5x1RLX .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9TIocuYTC.popup-builder {
  background-color: #ffffff;
}
.cid-v9TIocuYTC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9TIocuYTC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9TIocuYTC .modal-content,
.cid-v9TIocuYTC .modal-dialog {
  height: auto;
}
.cid-v9TIocuYTC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9TIocuYTC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9TIocuYTC .form-wrapper .mbr-form .form-group,
  .cid-v9TIocuYTC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9TIocuYTC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9TIocuYTC .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-v9TIocuYTC .mbr-text {
  text-align: center;
}
.cid-v9TIocuYTC .pt-0 {
  padding-top: 0 !important;
}
.cid-v9TIocuYTC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9TIocuYTC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9TIocuYTC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9TIocuYTC .modal-open {
  overflow: hidden;
}
.cid-v9TIocuYTC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9TIocuYTC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9TIocuYTC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9TIocuYTC .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-v9TIocuYTC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9TIocuYTC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9TIocuYTC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9TIocuYTC .modal-content {
  background: #10375c;
  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-v9TIocuYTC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9TIocuYTC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9TIocuYTC .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9TIocuYTC .modal-backdrop.show {
  opacity: .5;
}
.cid-v9TIocuYTC .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-v9TIocuYTC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9TIocuYTC .modal-header {
    padding: 1rem;
  }
}
.cid-v9TIocuYTC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9TIocuYTC .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9TIocuYTC .modal-header .close:hover {
  opacity: 1;
}
.cid-v9TIocuYTC .modal-header .close:focus {
  outline: none;
}
.cid-v9TIocuYTC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9TIocuYTC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9TIocuYTC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9TIocuYTC .modal-body {
    padding: 1rem;
  }
}
.cid-v9TIocuYTC .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-v9TIocuYTC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9TIocuYTC .modal-footer {
    padding: 1rem;
  }
}
.cid-v9TIocuYTC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9TIocuYTC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9TIocuYTC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9TIocuYTC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9TIocuYTC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9TIocuYTC .modal-lg,
  .cid-v9TIocuYTC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9TIocuYTC .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9TIocuYTC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9TIocuYTC .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-v9TIocuYTC .form-group {
  margin-bottom: 1rem;
}
.cid-v9TIocuYTC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9TIocuYTC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9TIocuYTC .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-v9TIocuYTC .mbr-section-btn {
  margin: 0;
}
.cid-v9TIocuYTC .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9TIocuYTC .faq-head.glass {
  border-radius: 35px;
  background: transparent !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cid-v9TIocuYTC .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
}
.cid-v9TIocuYTC .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-vaG3Tp80Dx.popup-builder {
  background-color: #ffffff;
}
.cid-vaG3Tp80Dx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaG3Tp80Dx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaG3Tp80Dx .modal-content,
.cid-vaG3Tp80Dx .modal-dialog {
  height: auto;
}
.cid-vaG3Tp80Dx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaG3Tp80Dx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaG3Tp80Dx .form-wrapper .mbr-form .form-group,
  .cid-vaG3Tp80Dx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaG3Tp80Dx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .mbr-text {
  text-align: center;
}
.cid-vaG3Tp80Dx .pt-0 {
  padding-top: 0 !important;
}
.cid-vaG3Tp80Dx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaG3Tp80Dx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaG3Tp80Dx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaG3Tp80Dx .modal-open {
  overflow: hidden;
}
.cid-vaG3Tp80Dx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaG3Tp80Dx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaG3Tp80Dx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaG3Tp80Dx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaG3Tp80Dx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaG3Tp80Dx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaG3Tp80Dx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaG3Tp80Dx .modal-backdrop.show {
  opacity: .5;
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaG3Tp80Dx .modal-header {
    padding: 1rem;
  }
}
.cid-vaG3Tp80Dx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaG3Tp80Dx .modal-header .close svg {
  fill: #353535;
}
.cid-vaG3Tp80Dx .modal-header .close:hover {
  opacity: 1;
}
.cid-vaG3Tp80Dx .modal-header .close:focus {
  outline: none;
}
.cid-vaG3Tp80Dx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaG3Tp80Dx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaG3Tp80Dx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaG3Tp80Dx .modal-body {
    padding: 1rem;
  }
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaG3Tp80Dx .modal-footer {
    padding: 1rem;
  }
}
.cid-vaG3Tp80Dx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaG3Tp80Dx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaG3Tp80Dx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaG3Tp80Dx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaG3Tp80Dx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaG3Tp80Dx .modal-lg,
  .cid-vaG3Tp80Dx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaG3Tp80Dx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaG3Tp80Dx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .form-group {
  margin-bottom: 1rem;
}
.cid-vaG3Tp80Dx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaG3Tp80Dx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaG3Tp80Dx .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-vaG3Tp80Dx .mbr-section-btn {
  margin: 0;
}
.cid-vaG3Tp80Dx .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9UCPVyUaP.popup-builder {
  background-color: #ffffff;
}
.cid-v9UCPVyUaP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9UCPVyUaP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9UCPVyUaP .modal-content,
.cid-v9UCPVyUaP .modal-dialog {
  height: auto;
}
.cid-v9UCPVyUaP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9UCPVyUaP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9UCPVyUaP .form-wrapper .mbr-form .form-group,
  .cid-v9UCPVyUaP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9UCPVyUaP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9UCPVyUaP .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-v9UCPVyUaP .mbr-text {
  text-align: center;
}
.cid-v9UCPVyUaP .pt-0 {
  padding-top: 0 !important;
}
.cid-v9UCPVyUaP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9UCPVyUaP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9UCPVyUaP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9UCPVyUaP .modal-open {
  overflow: hidden;
}
.cid-v9UCPVyUaP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9UCPVyUaP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9UCPVyUaP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9UCPVyUaP .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-v9UCPVyUaP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9UCPVyUaP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9UCPVyUaP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9UCPVyUaP .modal-content {
  background: #2980b9;
  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-v9UCPVyUaP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9UCPVyUaP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9UCPVyUaP .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9UCPVyUaP .modal-backdrop.show {
  opacity: .5;
}
.cid-v9UCPVyUaP .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-v9UCPVyUaP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9UCPVyUaP .modal-header {
    padding: 1rem;
  }
}
.cid-v9UCPVyUaP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9UCPVyUaP .modal-header .close svg {
  fill: #353535;
}
.cid-v9UCPVyUaP .modal-header .close:hover {
  opacity: 1;
}
.cid-v9UCPVyUaP .modal-header .close:focus {
  outline: none;
}
.cid-v9UCPVyUaP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9UCPVyUaP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9UCPVyUaP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9UCPVyUaP .modal-body {
    padding: 1rem;
  }
}
.cid-v9UCPVyUaP .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-v9UCPVyUaP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9UCPVyUaP .modal-footer {
    padding: 1rem;
  }
}
.cid-v9UCPVyUaP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9UCPVyUaP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9UCPVyUaP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9UCPVyUaP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9UCPVyUaP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9UCPVyUaP .modal-lg,
  .cid-v9UCPVyUaP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9UCPVyUaP .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9UCPVyUaP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9UCPVyUaP .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-v9UCPVyUaP .form-group {
  margin-bottom: 1rem;
}
.cid-v9UCPVyUaP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9UCPVyUaP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9UCPVyUaP .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-v9UCPVyUaP .mbr-section-btn {
  margin: 0;
}
.cid-v9UCPVyUaP .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9UCPVyUaP .faq-head.glass {
  border-radius: 35px;
  background: transparent !important;
  padding: 14px 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 2000;
}
.cid-v9UCPVyUaP .faq-head.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--glassColor1, #4e668f), var(--glassColor2, #627aa3)) !important;
  opacity: var(--glassOpacity, 0.9);
  z-index: 0;
}
.cid-v9UCPVyUaP .faq-head.glass > * {
  position: relative;
  z-index: 1;
}
.cid-v8RdQ966kd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-v8RdQ966kd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RdQ966kd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RdQ966kd .mbr-section-title {
  color: #ffffff;
}
.cid-v8RdQ966kd .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v8RdQ966kd .fmg-launcher-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cid-v8RdQ966kd .fmg-launcher-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 16, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.cid-v8RdQ966kd section.article11 {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8RdQ966kd .fmg-launcher {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.cid-v8S0bgtbjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S0bgtbjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v8S0bgtbjb .mbr-section-title {
  color: #ffffff;
}
.cid-v8S0bgtbjb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-v8Rek8Cbvo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-v8Rek8Cbvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Rek8Cbvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Rek8Cbvo .mbr-section-title {
  color: #ffffff;
}
.cid-v8Rek8Cbvo .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v8Rek8Cbvo .fmg-launcher-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cid-v8Rek8Cbvo .fmg-launcher-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 16, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.cid-v8Rek8Cbvo section.article11 {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8Rek8Cbvo .fmg-launcher {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.cid-v8RGjM0oWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RGjM0oWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v8RGjM0oWq .mbr-section-title {
  color: #ffffff;
}
.cid-v8RGjM0oWq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-v8ReoNVlZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-v8ReoNVlZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ReoNVlZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ReoNVlZ5 .mbr-section-title {
  color: #ffffff;
}
.cid-v8ReoNVlZ5 .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v8ReoNVlZ5 .fmg-launcher-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cid-v8ReoNVlZ5 .fmg-launcher-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 16, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.cid-v8ReoNVlZ5 section.article11 {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8ReoNVlZ5 .fmg-launcher {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.cid-v8RGlCLeeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RGlCLeeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v8RGlCLeeA .mbr-section-title {
  color: #ffffff;
}
.cid-v8RGlCLeeA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-v8RdZrL4jx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-v8RdZrL4jx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RdZrL4jx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RdZrL4jx .mbr-section-title {
  color: #ffffff;
}
.cid-v8RdZrL4jx .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v8RdZrL4jx .fmg-launcher-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cid-v8RdZrL4jx .fmg-launcher-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 16, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.cid-v8RdZrL4jx section.article11 {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8RdZrL4jx .fmg-launcher {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.cid-v8RGcfpV9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RGcfpV9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v8RGcfpV9J .mbr-section-title {
  color: #ffffff;
}
.cid-v8RGcfpV9J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-v8RexdLoBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-v8RexdLoBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RexdLoBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RexdLoBf .mbr-section-title {
  color: #ffffff;
}
.cid-v8RexdLoBf .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v8RexdLoBf .fmg-launcher-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cid-v8RexdLoBf .fmg-launcher-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 16, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.cid-v8RexdLoBf section.article11 {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8RexdLoBf .fmg-launcher {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.cid-v8RGncmO9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RGncmO9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v8RGncmO9L .mbr-section-title {
  color: #ffffff;
}
.cid-v8RGncmO9L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-v8Rl7nX4pJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-v8Rl7nX4pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Rl7nX4pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Rl7nX4pJ .mbr-section-title {
  color: #ffffff;
}
.cid-v8Rl7nX4pJ .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v8Rl7nX4pJ .fmg-launcher-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cid-v8Rl7nX4pJ .fmg-launcher-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 16, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.cid-v8Rl7nX4pJ section.article11 {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v8Rl7nX4pJ .fmg-launcher {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.cid-v8RGqCiIRI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8RGqCiIRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RGqCiIRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RFXHEPkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v8RFXHEPkZ .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
.cid-va20Mg3aQr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/group-complete-9.webp");
}
.cid-va20Mg3aQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-va20Mg3aQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va20ESKYOw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-va20ESKYOw .footer4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
}
