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

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

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

.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: 3rem;
  padding-bottom: 3rem;
}

/*! 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: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@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;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #000000 !important;
}
.bg-success {
  background-color: #008000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #bc5e4d !important;
}
.btn-primary {
  background: linear-gradient(140deg, #000000, #000000 50%, #333333) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #008000, #006700 50%, #00e600) !important;
}
.btn-success,
.btn-success:active {
  background-color: #008000 !important;
  border-color: #008000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b300 !important;
  border-color: #00b300 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b300 !important;
  border-color: #00b300 !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #bc5e4d, #ae5241 50%, #d8a197) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #008000;
  color: #008000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002900 !important;
  background-color: transparent !important;
  border-color: #002900 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008000 !important;
  border-color: #008000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc5e4d;
  color: #bc5e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #823d31 !important;
  background-color: transparent !important;
  border-color: #823d31 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !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: #000000 !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #008000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #bc5e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #001a00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76382d !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #bc5e4d;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ff00;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfb2aa;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f96e47 !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='%23000000' %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;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
  padding: 32px 64px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 24px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-ugTWN2y5vU {
  z-index: 1000;
  width: 100%;
  padding-bottom: -40vh;
  position: relative;
}
.cid-ugTWN2y5vU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTWN2y5vU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTWN2y5vU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTWN2y5vU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTWN2y5vU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTWN2y5vU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTWN2y5vU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTWN2y5vU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTWN2y5vU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTWN2y5vU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTWN2y5vU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTWN2y5vU .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTWN2y5vU .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ea491a;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .nav-link::before {
    left: 8px;
  }
}
.cid-ugTWN2y5vU .nav-link:hover {
  opacity: 1;
}
.cid-ugTWN2y5vU .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTWN2y5vU .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTWN2y5vU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTWN2y5vU .navbar-caption:hover,
.cid-ugTWN2y5vU .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTWN2y5vU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTWN2y5vU .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  margin: 1rem 80px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #f9f8f8;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTWN2y5vU .menu-container {
    margin: 16px;
  }
}
.cid-ugTWN2y5vU .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTWN2y5vU .iconfont-wrapper:hover,
.cid-ugTWN2y5vU .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTWN2y5vU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-ugTWN2y5vU .nav-item:focus,
.cid-ugTWN2y5vU .nav-link:focus {
  outline: none;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTWN2y5vU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTWN2y5vU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTWN2y5vU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTWN2y5vU .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTWN2y5vU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTWN2y5vU .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTWN2y5vU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTWN2y5vU .navbar.collapsed {
  justify-content: center;
}
.cid-ugTWN2y5vU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTWN2y5vU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTWN2y5vU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugTWN2y5vU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTWN2y5vU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .navbar {
    min-height: 72px;
  }
  .cid-ugTWN2y5vU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTWN2y5vU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTWN2y5vU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTWN2y5vU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTWN2y5vU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTWN2y5vU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTWN2y5vU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTWN2y5vU .dropdown-item.active,
.cid-ugTWN2y5vU .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTWN2y5vU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTWN2y5vU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTWN2y5vU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTWN2y5vU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugTWN2y5vU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTWN2y5vU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTWN2y5vU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTWN2y5vU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTWN2y5vU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTWN2y5vU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTWN2y5vU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTWN2y5vU .navbar {
    height: 70px;
  }
  .cid-ugTWN2y5vU .navbar.opened {
    height: auto;
  }
  .cid-ugTWN2y5vU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTWN2y5vU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTWN2y5vU .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTWN2y5vU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTWN2y5vU .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTWN2y5vU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
  }
  .cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTWN2y5vU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTWN2y5vU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTWN2y5vU .navbar-brand,
.cid-ugTWN2y5vU .navbar-toggler,
.cid-ugTWN2y5vU .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugTWO6327L {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTWO6327L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWO6327L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugTWO6327L .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-ugTWO6327L .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-ugTWO6327L .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-ugTWO6327L .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-ugTWO6327L .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWO6327L .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTWO6327L .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTWO6327L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTWO6327L .btn-wrapper {
  margin-top: -15%;
}
.cid-ugTWO6327L .mbr-section-title {
  color: #272b2e;
}
.cid-ugTWO6327L .mbr-text,
.cid-ugTWO6327L .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-ugTWO6327L .mbr-section-title,
.cid-ugTWO6327L .mbr-section-btn,
.cid-ugTWO6327L .clients-wrapper {
  text-align: center;
}
.cid-ugTWOV2aVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTWOV2aVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWOV2aVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWOV2aVX .items-wrap {
  justify-content: center;
}
.cid-ugTWOV2aVX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWOV2aVX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugTWOV2aVX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .item {
    margin-bottom: 16px;
  }
}
.cid-ugTWOV2aVX .item:hover .item-wrapper,
.cid-ugTWOV2aVX .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-ugTWOV2aVX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-ugTWOV2aVX .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ugTWOV2aVX .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #7dabab);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-title,
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-text,
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-ugTWOV2aVX .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-ugTWOV2aVX .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-ugTWOV2aVX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWOV2aVX .item-title {
  color: #f2f2f2;
}
.cid-ugTWOV2aVX .item-title_2 {
  color: #f2f2f2;
}
.cid-ugTWOV2aVX .item-text {
  color: #b9b9b9;
}
.cid-ugTWOV2aVX .item-text_2 {
  color: #b9b9b9;
}
.cid-ugTWT8InOz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTWT8InOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWT8InOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWT8InOz .items-wrapper {
  justify-content: flex-end;
}
.cid-ugTWT8InOz .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugTWT8InOz .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWT8InOz .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ugTWT8InOz .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-ugTWT8InOz .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugTWT8InOz .content-wrapper {
    padding-left: 0;
  }
}
.cid-ugTWT8InOz .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-ugTWT8InOz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWT8InOz .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ugTWT8InOz .mbr-desc {
  color: #272b2e;
}
.cid-ugTWT8InOz .mbr-section-title {
  color: #272b2e;
}
.cid-ugTWT8InOz .mbr-text,
.cid-ugTWT8InOz .text-wrapper {
  color: #272b2e;
}
.cid-ugTWPMoBld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTWPMoBld .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWPMoBld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWPMoBld .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item {
    margin-bottom: 16px;
  }
}
.cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-ugTWPMoBld .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper {
    display: block;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ugTWPMoBld .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-ugTWPMoBld .item-title {
  color: #ffffff;
}
.cid-ugTWPMoBld .item-desc {
  color: #ffffff;
}
.cid-ugTWTLQ2cc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTWTLQ2cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWTLQ2cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWTLQ2cc .items-wrapper {
  justify-content: center;
}
.cid-ugTWTLQ2cc .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 218px 24px;
}
@media (max-width: 992px) {
  .cid-ugTWTLQ2cc .card-wrapper {
    padding: 60px 16px;
  }
}
.cid-ugTWTLQ2cc .card-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ugTWTLQ2cc .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugTWTLQ2cc .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f96e47, #fcbcaa);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-ugTWTLQ2cc .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ugTWTLQ2cc .card-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWTLQ2cc .card-wrapper .content-wrap .mbr-desc {
    margin-bottom: 24px;
  }
}
.cid-ugTWTLQ2cc .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWTLQ2cc .card-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ugTWTLQ2cc .card-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ugTWTLQ2cc .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWTLQ2cc .mbr-section-title {
  color: #ffffff;
}
.cid-ugTWTLQ2cc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWTLQ2cc .mbr-text,
.cid-ugTWTLQ2cc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWTLQ2cc .mbr-section-title,
.cid-ugTWTLQ2cc .mbr-section-btn {
  text-align: center;
}
.cid-ugTWXQjfkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTWXQjfkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWXQjfkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWXQjfkY .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWXQjfkY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWXQjfkY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugTWXQjfkY .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ugTWXQjfkY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWXQjfkY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWXQjfkY .item-title {
  color: #ffffff;
}
.cid-ugTWXQjfkY .item-text {
  color: #ffffff;
}
.cid-ugTX1K6sU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-ugTX1K6sU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTX1K6sU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTX1K6sU6 .items-wrap {
  justify-content: space-between;
}
.cid-ugTX1K6sU6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugTX1K6sU6 .content-wrapper {
  position: sticky;
  top: 24px;
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .content-wrapper {
    position: static;
  }
}
.cid-ugTX1K6sU6 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .content-wrapper .mbr-desc {
    margin-bottom: 24px;
  }
}
.cid-ugTX1K6sU6 .content-wrapper .mbr-section-subtitle {
  border-top: 1px solid #272b2e;
  padding-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .content-wrapper .mbr-section-subtitle {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.cid-ugTX1K6sU6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px 40px;
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-ugTX1K6sU6 .items-wrapper .item:nth-child(2n) {
  padding-top: 315px;
}
@media (max-width: 992px) {
  .cid-ugTX1K6sU6 .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ugTX1K6sU6 .items-wrapper .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-ugTX1K6sU6 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugTX1K6sU6 .mbr-desc {
  color: #272b2e;
}
.cid-ugTX1K6sU6 .mbr-section-title {
  color: #272b2e;
}
.cid-ugTX1K6sU6 .mbr-section-subtitle {
  color: #272b2e;
}
.cid-ugTX1K6sU6 .mbr-text,
.cid-ugTX1K6sU6 .text-wrapper {
  color: #272b2e;
}
.cid-ugTX3dI7IV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-ugTX3dI7IV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTX3dI7IV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugTX3dI7IV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-ugTX3dI7IV .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-ugTX3dI7IV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugTX3dI7IV .embla__slide .slide-content {
  width: 100%;
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-ugTX3dI7IV .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-ugTX3dI7IV .embla__button--next,
.cid-ugTX3dI7IV .embla__button--prev {
  display: flex;
}
.cid-ugTX3dI7IV .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ugTX3dI7IV .embla__button:hover {
  opacity: .7 !important;
}
.cid-ugTX3dI7IV .embla__button.embla__button--prev {
  right: 48px;
}
.cid-ugTX3dI7IV .embla__button.embla__button--next {
  right: 0;
}
.cid-ugTX3dI7IV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ugTX3dI7IV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ugTX3dI7IV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugTX3dI7IV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugTX3dI7IV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugTX3dI7IV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ugTX3dI7IV .mbr-section-title {
  color: #272b2e;
}
.cid-ugTX3dI7IV .item-tag {
  color: #ffffff;
}
.cid-ugTX3dI7IV .item-name {
  color: #ffffff;
}
.cid-ugTXe8TPqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-ugTXe8TPqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTXe8TPqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTXe8TPqv .items-wrap {
  justify-content: center;
}
.cid-ugTXe8TPqv .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTXe8TPqv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXe8TPqv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugTXe8TPqv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ugTXe8TPqv .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugTXe8TPqv .item {
    margin-bottom: 16px;
  }
}
.cid-ugTXe8TPqv .item:hover .item-wrapper,
.cid-ugTXe8TPqv .item:focus .item-wrapper {
  border: 2px solid #f96e47;
}
.cid-ugTXe8TPqv .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-ugTXe8TPqv .item .item-wrapper {
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugTXe8TPqv .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .item-price {
  margin-bottom: 8px;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin-top: 20px;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap::before {
  color: #7dabab;
  background-color: #bbd3d3;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #f96e47;
  background-color: #fcbcaa;
}
.cid-ugTXe8TPqv .item .item-wrapper .card-box .list-wrapper .list_3 .item-wrap::before {
  color: #a672ff;
  background-color: #e6d8ff;
}
.cid-ugTXe8TPqv .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-ugTXe8TPqv .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ugTXe8TPqv .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  padding: 14px;
}
.cid-ugTXe8TPqv .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-ugTXe8TPqv .item-title {
  color: #272b2e;
  text-align: center;
}
.cid-ugTXe8TPqv .item-price {
  color: #000000;
  text-align: center;
}
.cid-ugTXe8TPqv .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-ugTXe8TPqv .list {
  color: #272b2e;
}
.cid-ugTX2AOhwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-ugTX2AOhwX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 824px;
  max-width: 824px;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-ugTX2AOhwX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content {
  width: 100%;
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper {
  display: flex;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 12px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 540px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
  background-color: #272b2e;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
    display: block;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  min-width: 64px;
  color: #ffffff;
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-ugTX2AOhwX .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  background-color: #f96e47;
  margin: 0;
}
.cid-ugTX2AOhwX .embla__button--next,
.cid-ugTX2AOhwX .embla__button--prev {
  display: flex;
}
.cid-ugTX2AOhwX .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #f96e47, #fcbcaa) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ugTX2AOhwX .embla__button:hover {
  opacity: .9 !important;
}
.cid-ugTX2AOhwX .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ugTX2AOhwX .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-ugTX2AOhwX .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ugTX2AOhwX .embla {
  position: relative;
  width: 100%;
}
.cid-ugTX2AOhwX .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ugTX2AOhwX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugTX2AOhwX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugTX2AOhwX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugTX2AOhwX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ugTX2AOhwX .item-text {
  color: #ffffff;
}
.cid-ugTX2AOhwX .item-tag {
  color: #ffffff;
}
.cid-ugTX2AOhwX .item-name {
  color: #ffffff;
}
.cid-ugTWWDl3ZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-ugTWWDl3ZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWWDl3ZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWWDl3ZZ .items-wrapper {
  justify-content: center;
}
.cid-ugTWWDl3ZZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWWDl3ZZ .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ugTWWDl3ZZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWWDl3ZZ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-ugTWWDl3ZZ .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-ugTWWDl3ZZ .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ugTWWDl3ZZ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-ugTWWDl3ZZ .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-ugTWWDl3ZZ .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-ugTWVpWiSe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-ugTWVpWiSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWVpWiSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWVpWiSe .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWVpWiSe .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugTWVpWiSe .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTWVpWiSe .content-wrapper .google-map iframe {
  height: 850px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-ugTWVpWiSe .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ugTWVpWiSe .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-ugTXeOw4aS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTXeOw4aS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTXeOw4aS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTXeOw4aS .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTXeOw4aS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTXeOw4aS .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ugTXeOw4aS .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTXeOw4aS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:hover,
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTXeOw4aS .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTXeOw4aS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-section-title {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-text {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-desc {
  color: #ffffff;
}
.cid-ugTXeOw4aS .list {
  color: #ffffff;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.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: 3rem;
  padding-bottom: 3rem;
}

/*! 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: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@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;
  }
}.cid-ugTZ7uVwc1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugTZ7uVwc1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTZ7uVwc1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTZ7uVwc1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTZ7uVwc1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTZ7uVwc1 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ea491a;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .nav-link::before {
    left: 8px;
  }
}
.cid-ugTZ7uVwc1 .nav-link:hover {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTZ7uVwc1 .navbar-caption:hover,
.cid-ugTZ7uVwc1 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTZ7uVwc1 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  margin: 1rem 80px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #f9f8f8;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 16px;
  }
}
.cid-ugTZ7uVwc1 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTZ7uVwc1 .iconfont-wrapper:hover,
.cid-ugTZ7uVwc1 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-ugTZ7uVwc1 .nav-item:focus,
.cid-ugTZ7uVwc1 .nav-link:focus {
  outline: none;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTZ7uVwc1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTZ7uVwc1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTZ7uVwc1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTZ7uVwc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugTZ7uVwc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar {
    min-height: 72px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTZ7uVwc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTZ7uVwc1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTZ7uVwc1 .dropdown-item.active,
.cid-ugTZ7uVwc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTZ7uVwc1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTZ7uVwc1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTZ7uVwc1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTZ7uVwc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTZ7uVwc1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTZ7uVwc1 .navbar {
    height: 70px;
  }
  .cid-ugTZ7uVwc1 .navbar.opened {
    height: auto;
  }
  .cid-ugTZ7uVwc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTZ7uVwc1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTZ7uVwc1 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTZ7uVwc1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTZ7uVwc1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTZ7uVwc1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-brand,
.cid-ugTZ7uVwc1 .navbar-toggler,
.cid-ugTZ7uVwc1 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-usTviEXLDs {
  padding-top: 9rem;
  padding-bottom: 10rem;
  min-height: 100vh;
  background-color: #f2f2f2;
}
.cid-usTviEXLDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-usTviEXLDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usTviEXLDs .content-wrap {
  justify-content: flex-end;
}
.cid-usTviEXLDs .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usTviEXLDs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usTviEXLDs .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usTviEXLDs .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #1e2124, #353b40);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-usTviEXLDs .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usTviEXLDs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usTviEXLDs .mbr-section-title {
  color: #ffffff;
}
.cid-usTviEXLDs .mbr-text,
.cid-usTviEXLDs .text-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-usTviEXLDs .mbr-section-title,
.cid-usTviEXLDs .mbr-section-btn,
.cid-usTviEXLDs .clients-wrapper {
  text-align: center;
  color: #1e2124;
}
.cid-usTviEXLDs .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 350px;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  perspective: 600px;
  perspective-origin: 45% 25%;
  cursor: pointer;
}
.cid-usTviEXLDs .laptop {
  width: 290px;
  height: 190px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(55deg) rotateY(-20deg) rotateZ(0deg) translateY(120px);
  transition: transform 0.3s ease;
}
.cid-usTviEXLDs .laptop:hover {
  transform: rotateX(55deg) rotateY(-20deg) rotateZ(0deg) translateY(110px) scale(1.02);
}
.cid-usTviEXLDs .base {
  width: 290px;
  height: 200px;
  background: #f96e47;
  position: absolute;
  transform-style: preserve-3d;
}
.cid-usTviEXLDs .base::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  background: #e35e3a;
  bottom: -15px;
  transform: rotateX(-90deg);
  transform-origin: top;
}
.cid-usTviEXLDs .keyboard {
  width: 270px;
  height: 180px;
  background: #f96e47;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translateZ(2px);
}
.cid-usTviEXLDs .trackpad {
  width: 100px;
  height: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 85px;
  transform: translateZ(3px);
}
.cid-usTviEXLDs .lid {
  width: 290px;
  height: 190px;
  background: #f96e47;
  position: absolute;
  top: -190px;
  transform-style: preserve-3d;
  transform: rotateX(-80deg);
  transform-origin: bottom;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-usTviEXLDs .lid.closed {
  transform: rotateX(-174deg);
}
.cid-usTviEXLDs .screen {
  width: calc(96%);
  height: calc(90%);
  background: #1e1e1e;
  margin: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ff9933;
  transform: translateZ(2px);
}
.cid-usTviEXLDs .code-particle {
  position: absolute;
  font-family: monospace;
  font-size: 12px;
  pointer-events: none;
  white-space: nowrap;
  color: #ff9933;
}
@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
@media (max-width: 400px) {
  .cid-usTviEXLDs .container {
    height: 175px;
    width: 75%;
  }
  .cid-usTviEXLDs .laptop {
    width: 75%;
    height: 95px;
    transform: rotateX(55deg) rotateY(-20deg) rotateZ(0deg) translateY(60px);
  }
  .cid-usTviEXLDs .base,
  .cid-usTviEXLDs .lid {
    width: 145px;
  }
  .cid-usTviEXLDs .base {
    height: 100px;
  }
  .cid-usTviEXLDs .base::after {
    height: 8px;
    bottom: -8px;
  }
  .cid-usTviEXLDs .base::before {
    width: 8px;
    left: -8px;
  }
  .cid-usTviEXLDs .lid {
    height: 95px;
    top: -95px;
  }
  .cid-usTviEXLDs .screen {
    width: calc(94%);
    height: calc(94%);
    margin: 3px;
  }
  .cid-usTviEXLDs .keyboard {
    width: 135px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  .cid-usTviEXLDs .trackpad {
    width: 50px;
    height: 30px;
    bottom: 10px;
    left: 42.5px;
  }
  .cid-usTviEXLDs .code-particle {
    font-size: 6px;
  }
}
.cid-usTviEXLDs .circle-text {
  position: relative;
  display: inline-block;
}
.cid-usTviEXLDs .circle-text svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: clamp(230px, 30vw, 25.5vw);
  height: clamp(159px, 18.125vw, 17vw);
  min-width: 150px;
  max-width: 355px;
  min-height: 130px;
}
.cid-usTviEXLDs path {
  fill: none;
  stroke: green;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cid-usTviEXLDs .circle-text b {
  position: relative;
  z-index: 1;
}
.cid-usM8vjmVPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-usM8vjmVPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usM8vjmVPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usM8vjmVPf .items-wrapper {
  justify-content: center;
}
.cid-usM8vjmVPf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usM8vjmVPf .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usM8vjmVPf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usM8vjmVPf .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-usM8vjmVPf .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-usM8vjmVPf .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-usM8vjmVPf .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-usM8vjmVPf .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-usM8vjmVPf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usM8vjmVPf .mbr-section-title,
.cid-usM8vjmVPf .mbr-section-btn {
  color: #ffffff;
}
.cid-ugTZ8IBj6F * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inter, poppins, sans-serif, system-ui, -apple-system, sans-serif;
}
.cid-ugTZ8IBj6F .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f9f8f8;
}
.cid-ugTZ8IBj6F .header {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 3rem;
}
.cid-ugTZ8IBj6F .header p {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.cid-ugTZ8IBj6F .header h2 {
  font-size: 2rem;
  font-weight: bold;
}
.cid-ugTZ8IBj6F .header span {
  color: #f97316;
}
.cid-ugTZ8IBj6F .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem;
  padding-bottom: 100px;
}
@media (min-width: 640px) {
  .cid-ugTZ8IBj6F .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cid-ugTZ8IBj6F .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cid-ugTZ8IBj6F .card {
  border-radius: 0.5rem;
  padding: 2rem;
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.cid-ugTZ8IBj6F .card:hover {
  transform: scale(1.05);
}
.cid-ugTZ8IBj6F .card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  transition: transform 0.3s ease;
}
.cid-ugTZ8IBj6F .card:hover::after {
  transform: scale(1);
}
.cid-ugTZ8IBj6F .card.purple {
  background: #a855f7;
}
.cid-ugTZ8IBj6F .card.teal {
  background: #0d9488;
}
.cid-ugTZ8IBj6F .card.orange {
  background: #f97316;
}
.cid-ugTZ8IBj6F .icon-wrapper {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cid-ugTZ8IBj6F .card:hover .icon-wrapper {
  transform: scale(1.1);
}
.cid-ugTZ8IBj6F .icon {
  width: 32px;
  height: 32px;
  fill: white;
}
.cid-ugTZ8IBj6F .card h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  position: relative;
}
.cid-ugTZ8IBj6F .card p {
  text-align: center;
  line-height: 1.6;
  opacity: 0.9;
  position: relative;
}
.cid-ugTZ8IBj6F H2 {
  color: #f96e47;
}
.cid-ugTZgOB6Aj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-ugTZgOB6Aj .items-wrapper {
  justify-content: center;
}
.cid-ugTZgOB6Aj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ugTZgOB6Aj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugTZgOB6Aj .embla__slide .slide-content {
  width: 100%;
}
.cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ugTZgOB6Aj .embla__button--next,
.cid-ugTZgOB6Aj .embla__button--prev {
  display: flex;
}
.cid-ugTZgOB6Aj .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #ea491a, #f39377) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ugTZgOB6Aj .embla__button:hover {
  opacity: .9 !important;
}
.cid-ugTZgOB6Aj .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-ugTZgOB6Aj .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ugTZgOB6Aj .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-ugTZgOB6Aj .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ugTZgOB6Aj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ugTZgOB6Aj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ugTZgOB6Aj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugTZgOB6Aj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugTZgOB6Aj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugTZgOB6Aj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ugTZgOB6Aj .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugTZgOB6Aj .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usNffd911B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f96e47;
}
@media (max-width: 767px) {
  .cid-usNffd911B .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-usNffd911B .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-usNffd911B .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNffd911B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usMnUoeKEX .header02 {
  position: relative;
  max-height: 100vh;
}
.cid-usMnUoeKEX .brain-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.cid-usMnUoeKEX .floating-brain {
  position: absolute;
  font-size: 24px;
  opacity: 0.7;
  transition: transform 0.1s ease-out;
  will-change: transform;
  user-select: none;
}
.cid-usMnUoeKEX .floating-brain.repelled {
  opacity: 1;
  filter: brightness(1.2);
  text-shadow: 0 0 15px rgba(249, 110, 71, 0.5);
}
.cid-usMnUoeKEX .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-usY4BpAkem {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usY4BpAkem .mbr-fallback-image.disabled {
  display: none;
}
.cid-usY4BpAkem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usY4BpAkem .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usY4BpAkem .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .container {
    padding: 0 20px;
  }
}
.cid-usY4BpAkem .item {
  margin-top: 32px;
}
.cid-usY4BpAkem .item:first-child {
  margin-top: 0;
}
.cid-usY4BpAkem .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-usY4BpAkem .item:nth-child(2n) .item-wrapper {
  background-color: #1e2124;
}
.cid-usY4BpAkem .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f9f8f8;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-usY4BpAkem .item .item-wrapper .card-box .card-desc_1,
.cid-usY4BpAkem .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .item .item-wrapper .card-box .card-desc_1,
  .cid-usY4BpAkem .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-usY4BpAkem .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-usY4BpAkem .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-usY4BpAkem .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-usY4BpAkem .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-usY4BpAkem .item .item-wrapper .card-box .card-title_1,
.cid-usY4BpAkem .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-usY4BpAkem .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-usY4BpAkem .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-usY4BpAkem .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-usY4BpAkem .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-usY4BpAkem .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-usY4BpAkem .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usY4BpAkem .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-usY4BpAkem .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-usY4BpAkem .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-usY4BpAkem .card-title_1 {
  color: #000000;
}
.cid-usY4BpAkem .card-title_2 {
  color: #ffffff;
}
.cid-usY4BpAkem .card-text_1,
.cid-usY4BpAkem .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-usY4BpAkem .card-text_2,
.cid-usY4BpAkem .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-usY4BpAkem .card-title_1,
.cid-usY4BpAkem .buttons_1,
.cid-usY4BpAkem .icon-wrapper_1,
.cid-usY4BpAkem .title-wrapper_1 {
  text-align: center;
}
.cid-usY4BpAkem .card-title_2,
.cid-usY4BpAkem .buttons_2,
.cid-usY4BpAkem .icon-wrapper_2,
.cid-usY4BpAkem .title-wrapper_2 {
  text-align: center;
}
.cid-usNh3d03X2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f8f8;
}
@media (max-width: 767px) {
  .cid-usNh3d03X2 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-usNh3d03X2 .container {
    position: relative;
  }
  .cid-usNh3d03X2 .row {
    margin: 0;
  }
  .cid-usNh3d03X2 h2 {
    margin: 0;
  }
}
.cid-usNh3d03X2 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-usNh3d03X2 .mbr-section-subtitle {
  color: #f96e47;
}
.cid-usNh3d03X2 .line-title {
  width: 40px;
  height: 2px;
  background-color: #bc5e4d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-usNh3d03X2 .vertical-line:before {
  content: '';
  background-color: #bc5e4d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-usNh3d03X2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNh3d03X2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZcBrNRx {
  background-color: #272b2e;
}
.cid-ugTZcBrNRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZcBrNRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZcBrNRx .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTZcBrNRx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZcBrNRx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugTZcBrNRx .panel-group {
    margin-bottom: 24px;
  }
}
.cid-ugTZcBrNRx .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-ugTZcBrNRx .panel-group .card {
    padding: 16px;
  }
}
.cid-ugTZcBrNRx .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ugTZcBrNRx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272b2e;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-ugTZcBrNRx .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-ugTZcBrNRx .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugTZcBrNRx .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-ugTZcBrNRx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ugTZcBrNRx .card-wrapper {
  background-color: #272b2e;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #15171a;
}
@media (max-width: 992px) {
  .cid-ugTZcBrNRx .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-ugTZcBrNRx .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-ugTZcBrNRx .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-ugTZcBrNRx .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTZcBrNRx .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-ugTZcBrNRx .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-ugTZcBrNRx .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTZcBrNRx .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZcBrNRx .panel-title-edit {
  color: #272b2e;
}
.cid-ugTZcBrNRx .panel-text {
  color: #ffffff;
}
.cid-ugTZcBrNRx .card-title {
  color: #272b2e;
}
.cid-ugTZcBrNRx .card-title,
.cid-ugTZcBrNRx .icon-wrap,
.cid-ugTZcBrNRx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugTZcBrNRx .panel-title-edit,
.cid-ugTZcBrNRx .icon-wrapper {
  color: #ffffff;
}
.cid-usNfjkvPIa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usNfjkvPIa .mbr-section-title {
  margin-bottom: 20px;
}
.cid-usNfjkvPIa .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-usNfjkvPIa .mbr-text {
  margin: 10px 0;
}
.cid-usNfjkvPIa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-usNfjkvPIa .btn-primary:hover {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.cid-usNfjkvPIa .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-usNfjkvPIa .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-usNfjkvPIa .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-usNfjkvPIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNfjkvPIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZho8qQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-ugTZho8qQG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-ugTZho8qQG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugTZho8qQG .embla__slide .slide-content {
  width: 100%;
}
.cid-ugTZho8qQG .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-ugTZho8qQG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugTZho8qQG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugTZho8qQG .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ugTZho8qQG .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-ugTZho8qQG .embla__button--next,
.cid-ugTZho8qQG .embla__button--prev {
  display: flex;
}
.cid-ugTZho8qQG .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ugTZho8qQG .embla__button:hover {
  opacity: .7 !important;
}
.cid-ugTZho8qQG .embla__button.embla__button--prev {
  right: 48px;
}
.cid-ugTZho8qQG .embla__button.embla__button--next {
  right: 0;
}
.cid-ugTZho8qQG .embla {
  position: relative;
  width: 100%;
}
.cid-ugTZho8qQG .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ugTZho8qQG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugTZho8qQG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugTZho8qQG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugTZho8qQG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ugTZho8qQG .item-desc {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZiJPdJ5 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ugTZiJPdJ5 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:hover,
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTZiJPdJ5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugTZiJPdJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-text {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-desc {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .list {
  color: #ffffff;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.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: 3rem;
  padding-bottom: 3rem;
}

/*! 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: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@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;
  }
}.cid-ut468dSPGK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ut468dSPGK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ut468dSPGK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ut468dSPGK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ut468dSPGK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ut468dSPGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut468dSPGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut468dSPGK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ut468dSPGK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ut468dSPGK .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ut468dSPGK .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ut468dSPGK .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ut468dSPGK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ut468dSPGK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ut468dSPGK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ut468dSPGK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ut468dSPGK .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ut468dSPGK .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ea491a;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ut468dSPGK .nav-link::before {
    left: 8px;
  }
}
.cid-ut468dSPGK .nav-link:hover {
  opacity: 1;
}
.cid-ut468dSPGK .nav-link:hover::before {
  opacity: 1;
}
.cid-ut468dSPGK .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ut468dSPGK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ut468dSPGK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ut468dSPGK .navbar-caption:hover,
.cid-ut468dSPGK .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ut468dSPGK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ut468dSPGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ut468dSPGK .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  margin: 1rem 80px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #f9f8f8;
}
@media (max-width: 992px) {
  .cid-ut468dSPGK .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ut468dSPGK .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ut468dSPGK .menu-container {
    margin: 16px;
  }
}
.cid-ut468dSPGK .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ut468dSPGK .iconfont-wrapper:hover,
.cid-ut468dSPGK .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ut468dSPGK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-ut468dSPGK .nav-item:focus,
.cid-ut468dSPGK .nav-link:focus {
  outline: none;
}
.cid-ut468dSPGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut468dSPGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut468dSPGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut468dSPGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut468dSPGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut468dSPGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut468dSPGK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ut468dSPGK .navbar.opened {
  transition: all 0.3s;
}
.cid-ut468dSPGK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut468dSPGK .navbar .navbar-logo img {
  width: auto;
}
.cid-ut468dSPGK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ut468dSPGK .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ut468dSPGK .navbar.collapsed {
  justify-content: center;
}
.cid-ut468dSPGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut468dSPGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ut468dSPGK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ut468dSPGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut468dSPGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut468dSPGK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ut468dSPGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut468dSPGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut468dSPGK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ut468dSPGK .navbar {
    min-height: 72px;
  }
  .cid-ut468dSPGK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ut468dSPGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut468dSPGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut468dSPGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut468dSPGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut468dSPGK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ut468dSPGK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut468dSPGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ut468dSPGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut468dSPGK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ut468dSPGK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ut468dSPGK .dropdown-item.active,
.cid-ut468dSPGK .dropdown-item:active {
  background-color: transparent;
}
.cid-ut468dSPGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut468dSPGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut468dSPGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut468dSPGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ut468dSPGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ut468dSPGK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ut468dSPGK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut468dSPGK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ut468dSPGK .navbar-buttons {
    text-align: left;
  }
}
.cid-ut468dSPGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut468dSPGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ut468dSPGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut468dSPGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut468dSPGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut468dSPGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut468dSPGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut468dSPGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut468dSPGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut468dSPGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut468dSPGK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ut468dSPGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut468dSPGK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ut468dSPGK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ut468dSPGK .navbar {
    height: 70px;
  }
  .cid-ut468dSPGK .navbar.opened {
    height: auto;
  }
  .cid-ut468dSPGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut468dSPGK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ut468dSPGK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ut468dSPGK .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ut468dSPGK .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ut468dSPGK .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ut468dSPGK .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ut468dSPGK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ut468dSPGK .navbar-brand {
    margin-right: auto;
  }
  .cid-ut468dSPGK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
  }
  .cid-ut468dSPGK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ut468dSPGK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ut468dSPGK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ut468dSPGK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ut468dSPGK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ut468dSPGK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ut468dSPGK .navbar-brand,
.cid-ut468dSPGK .navbar-toggler,
.cid-ut468dSPGK .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ut46yaLtqK {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-ut46yaLtqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut46yaLtqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut46yaLtqK .content-wrap {
  justify-content: flex-end;
}
.cid-ut46yaLtqK .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ut46yaLtqK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut46yaLtqK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ut46yaLtqK .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ut46yaLtqK .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ut46yaLtqK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ut46yaLtqK .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ut46yaLtqK .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ut46yaLtqK .image-wrapper {
    padding: 0;
  }
}
.cid-ut46yaLtqK .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ut46yaLtqK .image-wrapper img {
    height: 350px;
  }
}
.cid-ut46yaLtqK .mbr-section-title {
  color: #ffffff;
}
.cid-ut46yaLtqK .mbr-text,
.cid-ut46yaLtqK .text-wrapper {
  color: #1e2124;
}
.cid-ut46yaLtqK .circle-text {
  position: relative;
  display: inline-block;
}
.cid-ut46yaLtqK .circle-text svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: clamp(230px, 30vw, 25.5vw);
  height: clamp(159px, 18.125vw, 17vw);
  min-width: 150px;
  max-width: 355px;
  min-height: 130px;
}
.cid-ut46yaLtqK path {
  fill: none;
  stroke: green;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cid-ut46yaLtqK .circle-text b {
  position: relative;
  z-index: 1;
}
.cid-ut46yaLtqK H2 {
  color: #ffffff;
  text-align: left;
}
.cid-ut46yaLtqK .mbr-section-title,
.cid-ut46yaLtqK .mbr-section-btn,
.cid-ut46yaLtqK .clients-wrapper {
  color: #272b2e;
}
.cid-ut46yaLtqK .mbr-section-title,
.cid-ut46yaLtqK .mbr-section-btn,
.cid-ut46yaLtqK .clients-wrapper DIV {
  text-align: center;
}
.cid-ut468eVc7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-ut468eVc7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468eVc7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468eVc7N .items-wrapper {
  justify-content: center;
}
.cid-ut468eVc7N .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ut468eVc7N .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ut468eVc7N .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ut468eVc7N .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-ut468eVc7N .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-ut468eVc7N .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-ut468eVc7N .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ut468eVc7N .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-ut468eVc7N .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-ut468eVc7N .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ut468eVc7N .mbr-section-title,
.cid-ut468eVc7N .mbr-section-btn {
  color: #ffffff;
}
.cid-ut468fmJkS * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inter, poppins, sans-serif, system-ui, -apple-system, sans-serif;
}
.cid-ut468fmJkS .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f9f8f8;
}
.cid-ut468fmJkS .header {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 3rem;
}
.cid-ut468fmJkS .header p {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.cid-ut468fmJkS .header h2 {
  font-size: 2rem;
  font-weight: bold;
}
.cid-ut468fmJkS .header span {
  color: #f97316;
}
.cid-ut468fmJkS .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem;
  padding-bottom: 100px;
}
@media (min-width: 640px) {
  .cid-ut468fmJkS .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cid-ut468fmJkS .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cid-ut468fmJkS .card {
  border-radius: 0.5rem;
  padding: 2rem;
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.cid-ut468fmJkS .card:hover {
  transform: scale(1.05);
}
.cid-ut468fmJkS .card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  transition: transform 0.3s ease;
}
.cid-ut468fmJkS .card:hover::after {
  transform: scale(1);
}
.cid-ut468fmJkS .card.purple {
  background: #a855f7;
}
.cid-ut468fmJkS .card.teal {
  background: #0d9488;
}
.cid-ut468fmJkS .card.orange {
  background: #f97316;
}
.cid-ut468fmJkS .icon-wrapper {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cid-ut468fmJkS .card:hover .icon-wrapper {
  transform: scale(1.1);
}
.cid-ut468fmJkS .icon {
  width: 32px;
  height: 32px;
  fill: white;
}
.cid-ut468fmJkS .card h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  position: relative;
}
.cid-ut468fmJkS .card p {
  text-align: center;
  line-height: 1.6;
  opacity: 0.9;
  position: relative;
}
.cid-ut468fmJkS H2 {
  color: #f96e47;
}
.cid-ut468fLWio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-ut468fLWio .items-wrapper {
  justify-content: center;
}
.cid-ut468fLWio .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ut468fLWio .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ut468fLWio .embla__slide .slide-content {
  width: 100%;
}
.cid-ut468fLWio .embla__slide .slide-content .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ut468fLWio .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-ut468fLWio .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-ut468fLWio .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ut468fLWio .embla__button--next,
.cid-ut468fLWio .embla__button--prev {
  display: flex;
}
.cid-ut468fLWio .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #ea491a, #f39377) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ut468fLWio .embla__button:hover {
  opacity: .9 !important;
}
.cid-ut468fLWio .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-ut468fLWio .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ut468fLWio .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-ut468fLWio .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ut468fLWio .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ut468fLWio .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ut468fLWio .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ut468fLWio .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ut468fLWio .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ut468fLWio .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ut468fLWio .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-ut468fLWio .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-ut468gzsOp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f96e47;
}
@media (max-width: 767px) {
  .cid-ut468gzsOp .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-ut468gzsOp .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ut468gzsOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468gzsOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468h3TQC .header02 {
  position: relative;
  max-height: 100vh;
}
.cid-ut468h3TQC .brain-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.cid-ut468h3TQC .floating-brain {
  position: absolute;
  font-size: 24px;
  opacity: 0.7;
  transition: transform 0.1s ease-out;
  will-change: transform;
  user-select: none;
}
.cid-ut468h3TQC .floating-brain.repelled {
  opacity: 1;
  filter: brightness(1.2);
  text-shadow: 0 0 15px rgba(249, 110, 71, 0.5);
}
.cid-ut468h3TQC .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-ut468hperZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ut468hperZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468hperZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468hperZ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ut468hperZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ut468hperZ .container {
    padding: 0 20px;
  }
}
.cid-ut468hperZ .item {
  margin-top: 32px;
}
.cid-ut468hperZ .item:first-child {
  margin-top: 0;
}
.cid-ut468hperZ .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ut468hperZ .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-ut468hperZ .item:nth-child(2n) .item-wrapper {
  background-color: #1e2124;
}
.cid-ut468hperZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f9f8f8;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ut468hperZ .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-ut468hperZ .item .item-wrapper .card-box .card-desc_1,
.cid-ut468hperZ .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ut468hperZ .item .item-wrapper .card-box .card-desc_1,
  .cid-ut468hperZ .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-ut468hperZ .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-ut468hperZ .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ut468hperZ .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-ut468hperZ .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-ut468hperZ .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-ut468hperZ .item .item-wrapper .card-box .card-title_1,
.cid-ut468hperZ .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-ut468hperZ .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-ut468hperZ .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-ut468hperZ .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-ut468hperZ .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-ut468hperZ .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ut468hperZ .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-ut468hperZ .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ut468hperZ .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-ut468hperZ .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-ut468hperZ .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-ut468hperZ .card-title_1 {
  color: #000000;
}
.cid-ut468hperZ .card-title_2 {
  color: #ffffff;
}
.cid-ut468hperZ .card-text_1,
.cid-ut468hperZ .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-ut468hperZ .card-text_2,
.cid-ut468hperZ .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-ut468hperZ .card-title_1,
.cid-ut468hperZ .buttons_1,
.cid-ut468hperZ .icon-wrapper_1,
.cid-ut468hperZ .title-wrapper_1 {
  text-align: center;
}
.cid-ut468hperZ .card-title_2,
.cid-ut468hperZ .buttons_2,
.cid-ut468hperZ .icon-wrapper_2,
.cid-ut468hperZ .title-wrapper_2 {
  text-align: center;
}
.cid-ut468hWcYX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f8f8;
}
@media (max-width: 767px) {
  .cid-ut468hWcYX h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ut468hWcYX .container {
    position: relative;
  }
  .cid-ut468hWcYX .row {
    margin: 0;
  }
  .cid-ut468hWcYX h2 {
    margin: 0;
  }
}
.cid-ut468hWcYX .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-ut468hWcYX .mbr-section-subtitle {
  color: #f96e47;
}
.cid-ut468hWcYX .line-title {
  width: 40px;
  height: 2px;
  background-color: #bc5e4d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-ut468hWcYX .vertical-line:before {
  content: '';
  background-color: #bc5e4d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-ut468hWcYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468hWcYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468irYFR {
  background-color: #272b2e;
}
.cid-ut468irYFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468irYFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468irYFR .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ut468irYFR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut468irYFR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ut468irYFR .panel-group {
    margin-bottom: 24px;
  }
}
.cid-ut468irYFR .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-ut468irYFR .panel-group .card {
    padding: 16px;
  }
}
.cid-ut468irYFR .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ut468irYFR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272b2e;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-ut468irYFR .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-ut468irYFR .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ut468irYFR .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-ut468irYFR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ut468irYFR .card-wrapper {
  background-color: #272b2e;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #15171a;
}
@media (max-width: 992px) {
  .cid-ut468irYFR .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-ut468irYFR .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-ut468irYFR .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-ut468irYFR .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ut468irYFR .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-ut468irYFR .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-ut468irYFR .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ut468irYFR .mbr-section-title {
  color: #ffffff;
}
.cid-ut468irYFR .panel-title-edit {
  color: #272b2e;
}
.cid-ut468irYFR .panel-text {
  color: #ffffff;
}
.cid-ut468irYFR .card-title {
  color: #272b2e;
}
.cid-ut468irYFR .card-title,
.cid-ut468irYFR .icon-wrap,
.cid-ut468irYFR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ut468irYFR .panel-title-edit,
.cid-ut468irYFR .icon-wrapper {
  color: #ffffff;
}
.cid-ut468jk29f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ut468jk29f .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ut468jk29f .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-ut468jk29f .mbr-text {
  margin: 10px 0;
}
.cid-ut468jk29f .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ut468jk29f .btn-primary:hover {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.cid-ut468jk29f .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-ut468jk29f .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ut468jk29f .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ut468jk29f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468jk29f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468jUN8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-ut468jUN8I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-ut468jUN8I .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ut468jUN8I .embla__slide .slide-content {
  width: 100%;
}
.cid-ut468jUN8I .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-ut468jUN8I .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ut468jUN8I .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ut468jUN8I .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ut468jUN8I .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-ut468jUN8I .embla__button--next,
.cid-ut468jUN8I .embla__button--prev {
  display: flex;
}
.cid-ut468jUN8I .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ut468jUN8I .embla__button:hover {
  opacity: .7 !important;
}
.cid-ut468jUN8I .embla__button.embla__button--prev {
  right: 48px;
}
.cid-ut468jUN8I .embla__button.embla__button--next {
  right: 0;
}
.cid-ut468jUN8I .embla {
  position: relative;
  width: 100%;
}
.cid-ut468jUN8I .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ut468jUN8I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ut468jUN8I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ut468jUN8I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ut468jUN8I .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ut468jUN8I .item-desc {
  color: #ffffff;
}
.cid-ut468kHjSG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ut468kHjSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut468kHjSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut468kHjSG .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ut468kHjSG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut468kHjSG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ut468kHjSG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ut468kHjSG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ut468kHjSG .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ut468kHjSG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut468kHjSG .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ut468kHjSG .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ut468kHjSG .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ut468kHjSG .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ut468kHjSG .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ut468kHjSG .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ut468kHjSG .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ut468kHjSG .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ut468kHjSG .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut468kHjSG .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ut468kHjSG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ut468kHjSG .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ut468kHjSG .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ut468kHjSG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ut468kHjSG .list-wrapper .list .item-wrap:hover,
.cid-ut468kHjSG .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ut468kHjSG .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ut468kHjSG .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ut468kHjSG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ut468kHjSG .mbr-section-title {
  color: #ffffff;
}
.cid-ut468kHjSG .mbr-text {
  color: #ffffff;
}
.cid-ut468kHjSG .mbr-desc {
  color: #ffffff;
}
.cid-ut468kHjSG .list {
  color: #ffffff;
}
