.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Nature Beauty Personal Use';
  font-size: 2.7rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3.375rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #020b2f !important;
  border-color: #020b2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #020b2f;
  color: #020b2f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #020b2f !important;
  border-color: #020b2f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #020b2f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #020b2f !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='%236592e6' %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;
}
.cid-tHWkGp0OUT {
  z-index: 1000;
  width: 100%;
}
.cid-tHWkGp0OUT nav.navbar {
  position: fixed;
}
.cid-tHWkGp0OUT .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tHWkGp0OUT .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;
}
.cid-tHWkGp0OUT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-tHWkGp0OUT .nav-link:hover,
.cid-tHWkGp0OUT .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tHWkGp0OUT .nav-item {
    position: relative;
  }
}
.cid-tHWkGp0OUT .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tHWkGp0OUT .navbar {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tHWkGp0OUT .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tHWkGp0OUT .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tHWkGp0OUT .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tHWkGp0OUT .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tHWkGp0OUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tHWkGp0OUT .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tHWkGp0OUT .navbar.collapsed .navbar-collapse.show,
.cid-tHWkGp0OUT .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHWkGp0OUT .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tHWkGp0OUT .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tHWkGp0OUT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tHWkGp0OUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHWkGp0OUT .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tHWkGp0OUT .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHWkGp0OUT .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHWkGp0OUT .navbar .navbar-collapse.show,
  .cid-tHWkGp0OUT .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tHWkGp0OUT .navbar .navbar-collapse.show .brand-container,
  .cid-tHWkGp0OUT .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tHWkGp0OUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHWkGp0OUT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHWkGp0OUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHWkGp0OUT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHWkGp0OUT .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-tHWkGp0OUT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHWkGp0OUT .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tHWkGp0OUT .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tHWkGp0OUT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tHWkGp0OUT .navbar .right-menu,
  .cid-tHWkGp0OUT .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tHWkGp0OUT .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tHWkGp0OUT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHWkGp0OUT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tHWkGp0OUT .navbar {
    padding: 2rem 1rem;
  }
  .cid-tHWkGp0OUT .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tHWkGp0OUT .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tHWkGp0OUT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tHWkGp0OUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHWkGp0OUT .dropdown-item.active,
.cid-tHWkGp0OUT .dropdown-item:active {
  background-color: transparent;
}
.cid-tHWkGp0OUT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHWkGp0OUT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tHWkGp0OUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHWkGp0OUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHWkGp0OUT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHWkGp0OUT ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tHWkGp0OUT ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tHWkGp0OUT .navbar-buttons {
  margin-left: auto;
}
.cid-tHWkGp0OUT button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tHWkGp0OUT button.navbar-toggler:hover {
  outline: none;
}
.cid-tHWkGp0OUT button.navbar-toggler:active {
  outline: none;
}
.cid-tHWkGp0OUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHWkGp0OUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHWkGp0OUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHWkGp0OUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHWkGp0OUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHWkGp0OUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHWkGp0OUT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tHWkGp0OUT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tHWkGp0OUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHWkGp0OUT .navbar-dropdown {
  position: fixed;
}
.cid-tHWkGp0OUT a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tHWkGp0OUT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tHWkGp0OUT .right-menu,
.cid-tHWkGp0OUT .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tHWkGp0OUT .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tHWkGp0OUT .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tHWkGp0OUT .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tHWkGp0OUT .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tHWkGp0OUT .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tHWkGp0OUT .brand-container {
    padding: 0;
  }
}
.cid-tHWkGp0OUT .card-wrapper {
  z-index: 3;
}
.cid-tHWkGp0OUT .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tHWkGp0OUT .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-tHWkGp0OUT .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tHWkGp0OUT .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tHWkGp0OUT .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tHWkGp0OUT .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tHWkGp0OUT .navbar-caption {
  color: #ffffff;
}
.cid-tHWkGp0OUT .navbar-caption:hover {
  color: #ffffff;
}
.cid-tHWkGp0OUT .dropdown-item:hover {
  color: #6592e6 !important;
}
.cid-tHWkGp0OUT a:hover .line-animation,
.cid-tHWkGp0OUT a:focus .line-animation {
  opacity: 1;
}
.cid-tHWkGp0OUT .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tHWkGp0OUT .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tHWkGp0OUT .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tHWdTNFhzw {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cid-tHWdTNFhzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdTNFhzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-tHWdTNFhzw .container,
.cid-tHWdTNFhzw .container-fluid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .cid-tHWdTNFhzw .container,
  .cid-tHWdTNFhzw .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cid-tHWdTNFhzw .row {
  flex-grow: 1;
}
.cid-tHWdTNFhzw .main-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tHWdTNFhzw .text-top-container {
  width: 100%;
  padding-top: 2.8%;
}
.cid-tHWdTNFhzw .mbr-section-title {
  color: #f8f1ec;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.cid-tHWdTNFhzw .text-bottom-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tHWdTNFhzw .text-bottom-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tHWdTNFhzw .mbr-section-subtitle {
  width: 40%;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tHWdTNFhzw .mbr-section-subtitle {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: right !important;
    order: 1;
  }
}
.cid-tHWdTNFhzw .mbr-text {
  width: 40%;
  color: #f8f1ec;
  margin-top: 24px;
  margin-bottom: 1%;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tHWdTNFhzw .mbr-text {
    margin-right: auto;
    max-width: 450px;
    margin-top: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    order: 2;
  }
}
.cid-tHWdTNFhzw .frame-container {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.cid-tHWdTNFhzw .frame-container .frame-item {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #bbbbbb;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tHWdTNFhzw .frame-container .frame-item {
    width: 46px;
  }
}
@media (max-width: 991px) {
  .cid-tHWdTNFhzw .frame-container .frame-item {
    width: 5%;
  }
}
.cid-tHXcHZA6MG {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tHXcHZA6MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHXcHZA6MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHXcHZA6MG .section-border-item {
  background-color: #090f10;
}
.cid-tHXcHZA6MG .mbr-section-title {
  color: #fff;
}
.cid-tHXcHZA6MG .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(180deg, currentColor, #89abce) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tHXcHZA6MG .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tHXcHZA6MG .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tHXcHZA6MG .mbr-text,
.cid-tHXcHZA6MG .mbr-section-btn {
  text-align: center;
}
.cid-tHXnSJ5ZYM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #090f10;
}
.cid-tHXnSJ5ZYM .mbr-text {
  color: #777777;
  margin-top: 1rem;
}
.cid-tHXnSJ5ZYM .mbr-section-subtitle {
  margin-bottom: 0rem;
  line-height: 0.8;
  color: #ffffff;
}
.cid-tHXnSJ5ZYM .mbr-section-title {
  color: #89abce;
}
.cid-tHXnSJ5ZYM .mbr-section-btn {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cid-tHXnSJ5ZYM .mbr-section-subtitle {
    font-size: 135px;
  }
}
.cid-tHXnSJ5ZYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHXnSJ5ZYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXGbCW7vDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
}
.cid-tXGbCW7vDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXGbCW7vDw .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-tXGbCW7vDw .container {
    padding: 0 30px;
  }
}
.cid-tXGbCW7vDw .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXGbCW7vDw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tXGbCW7vDw .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tXGbCW7vDw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tXGbCW7vDw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tXGbCW7vDw .content-wrapper .image-wrapper {
  position: relative;
}
.cid-tXGbCW7vDw .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #090f10;
  opacity: .7;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tXGbCW7vDw .content-wrapper .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tXGbCW7vDw .content-wrapper .image-wrapper img {
  width: 650px;
  height: 650px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tXGbCW7vDw .content-wrapper .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tXGbCW7vDw .content-wrapper .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tXGbCW7vDw .content-wrapper .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tXGbCW7vDw .content-wrapper .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tXGbCW7vDw .content-wrapper .mbr-text {
  width: 50%;
  margin: 0 auto;
  position: relative;
  margin: -12rem auto 0;
}
@media (max-width: 992px) {
  .cid-tXGbCW7vDw .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tXGbCW7vDw .mbr-section-title {
  color: #ffffff;
}
.cid-tXGbCW7vDw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tXGbCW7vDw .mbr-text {
  color: #d3d3d3;
}
.cid-tHXdKUqB1Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
}
.cid-tHXdKUqB1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHXdKUqB1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHXdKUqB1Q .row {
    padding: 0;
  }
  .cid-tHXdKUqB1Q .container-fluid {
    padding: 0;
  }
}
.cid-tHXdKUqB1Q .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tHXdKUqB1Q .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-tHXdKUqB1Q .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-tHXdKUqB1Q .items-card {
    padding-top: 100px;
  }
}
.cid-tHXdKUqB1Q .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-tHXdKUqB1Q .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-tHXdKUqB1Q .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-tHXdKUqB1Q .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-tHXdKUqB1Q .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHXdKUqB1Q .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-tSdYCsHM0P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tSdYCsHM0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSdYCsHM0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSdYCsHM0P .section-border-item {
  background-color: #090f10;
}
.cid-tSdYCsHM0P .mbr-section-title {
  color: #fff;
}
.cid-tSdYCsHM0P .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(180deg, currentColor, #89abce) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tSdYCsHM0P .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tSdYCsHM0P .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tSdYCsHM0P .mbr-text,
.cid-tSdYCsHM0P .mbr-section-btn {
  text-align: center;
}
.cid-tSe0cPSjzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #090f10;
}
.cid-tSe0cPSjzj .container {
  max-width: 1600px;
}
.cid-tSe0cPSjzj .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-tSe0cPSjzj .border-container {
    padding: 20px 8%;
  }
}
@media (max-width: 991px) {
  .cid-tSe0cPSjzj .border-container {
    padding: 0;
    border: none !important;
  }
}
.cid-tSe0cPSjzj .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tSe0cPSjzj .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tSe0cPSjzj .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tSe0cPSjzj .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tSe0cPSjzj .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #090f10;
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .cid-tSe0cPSjzj .border-frame {
    display: none;
  }
}
.cid-tSe0cPSjzj .content-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSe0cPSjzj .card {
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 20px 6%;
  opacity: 0.375;
  transition: .6s all;
}
@media (max-width: 991px) {
  .cid-tSe0cPSjzj .card {
    padding: 20px 3%;
  }
}
@media (max-width: 767px) {
  .cid-tSe0cPSjzj .card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .cid-tSe0cPSjzj .card {
    padding: 20px 0;
  }
}
.cid-tSe0cPSjzj .card:hover {
  opacity: 1;
}
.cid-tSe0cPSjzj .card:hover img {
  transform: translateY(0);
}
.cid-tSe0cPSjzj .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-tSe0cPSjzj .card-img {
  width: 100%;
  height: 606px;
  border-bottom: 2px dashed;
  overflow: hidden;
  border-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .cid-tSe0cPSjzj .card-img {
    height: auto;
  }
}
.cid-tSe0cPSjzj .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .6s all;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  .cid-tSe0cPSjzj .card-img img {
    transform: translateY(0);
  }
}
.cid-tSe0cPSjzj .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-top: 1rem;
}
.cid-tSe0cPSjzj .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #ffe161;
}
.cid-tSe0cPSjzj .card-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
  margin-top: 0.5rem;
}
.cid-tSe0cPSjzj .card-text {
  width: 100%;
  color: #192732;
  margin-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tSe0cPSjzj .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tSe0cPSjzj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tSe0cPSjzj .btn-primary-outline {
  color: #192732;
}
.cid-tSe0cPSjzj .card-text,
.cid-tSe0cPSjzj .mbr-section-btn {
  color: #ffffff;
}
.cid-tSe0cPSjzj .card-subtitle-title {
  color: #ffffff;
}
.cid-tXFODOyRXa {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #090f10;
}
.cid-tXFODOyRXa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXFODOyRXa .form-control,
.cid-tXFODOyRXa .field-input {
  padding: 0.5rem;
  background-color: #fafafa;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tXFODOyRXa .form-control::-webkit-input-placeholder,
.cid-tXFODOyRXa .field-input::-webkit-input-placeholder,
.cid-tXFODOyRXa .form-control::-webkit-input-placeholder,
.cid-tXFODOyRXa .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tXFODOyRXa .form-control:-moz-placeholder,
.cid-tXFODOyRXa .field-input:-moz-placeholder,
.cid-tXFODOyRXa .form-control:-moz-placeholder,
.cid-tXFODOyRXa .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tXFODOyRXa .form-control:hover,
.cid-tXFODOyRXa .field-input:hover,
.cid-tXFODOyRXa .form-control:focus,
.cid-tXFODOyRXa .field-input:focus {
  background-color: #fafafa;
  border-color: #020b2f;
  color: #fafafa;
  box-shadow: none;
  outline: none;
}
.cid-tXFODOyRXa .form-control:hover::-webkit-input-placeholder,
.cid-tXFODOyRXa .field-input:hover::-webkit-input-placeholder,
.cid-tXFODOyRXa .form-control:focus::-webkit-input-placeholder,
.cid-tXFODOyRXa .field-input:focus::-webkit-input-placeholder,
.cid-tXFODOyRXa .form-control:hover::-webkit-input-placeholder,
.cid-tXFODOyRXa .field-input:hover::-webkit-input-placeholder,
.cid-tXFODOyRXa .form-control:focus::-webkit-input-placeholder,
.cid-tXFODOyRXa .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tXFODOyRXa .form-control:hover:-moz-placeholder,
.cid-tXFODOyRXa .field-input:hover:-moz-placeholder,
.cid-tXFODOyRXa .form-control:focus:-moz-placeholder,
.cid-tXFODOyRXa .field-input:focus:-moz-placeholder,
.cid-tXFODOyRXa .form-control:hover:-moz-placeholder,
.cid-tXFODOyRXa .field-input:hover:-moz-placeholder,
.cid-tXFODOyRXa .form-control:focus:-moz-placeholder,
.cid-tXFODOyRXa .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tXFODOyRXa .jq-number__spin:hover,
.cid-tXFODOyRXa .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #020b2f;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tXFODOyRXa .jq-number__spin {
  background-color: #fafafa;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tXFODOyRXa .jq-selectbox li,
.cid-tXFODOyRXa .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-tXFODOyRXa .jq-selectbox li:hover,
.cid-tXFODOyRXa .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-tXFODOyRXa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tXFODOyRXa .jq-number__spin.minus:hover:after,
.cid-tXFODOyRXa .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-tXFODOyRXa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tXFODOyRXa .jq-number__spin.minus:after,
.cid-tXFODOyRXa .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-tXFODOyRXa input::-webkit-clear-button {
  display: none;
}
.cid-tXFODOyRXa input::-webkit-inner-spin-button {
  display: none;
}
.cid-tXFODOyRXa input::-webkit-outer-spin-button {
  display: none;
}
.cid-tXFODOyRXa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tXFODOyRXa H4 {
  color: #ffffff;
}
.cid-tXFODOyRXa H6 {
  color: #ffffff;
}
.cid-tHX1Wq6k4D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-tHX1Wq6k4D .row-links {
  justify-content: center;
}
.cid-tHX1Wq6k4D .social-row {
  justify-content: center;
  padding: 0 1rem;
}
.cid-tHX1Wq6k4D .wrapper {
  display: flex;
}
.cid-tHX1Wq6k4D .container {
  max-width: 1700px;
}
.cid-tHX1Wq6k4D img {
  width: 75px;
  margin: auto;
  padding: 0 0.5rem;
}
.cid-tHX1Wq6k4D .row-copirayt {
  min-width: 300px;
}
.cid-tHX1Wq6k4D .foot-menu-item {
  word-wrap: unset;
  word-break: unset;
  white-space: nowrap;
}
.cid-tHX1Wq6k4D .line {
  width: 100%;
  height: 50px;
  position: relative;
}
.cid-tHX1Wq6k4D .line:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #232323;
  content: "";
}
.cid-tHX1Wq6k4D .row-links,
.cid-tHX1Wq6k4D .wrapper {
  min-width: fit-content;
  padding: 0 0.5rem;
}
.cid-tHX1Wq6k4D .foot-menu {
  width: fit-content;
}
.cid-tHX1Wq6k4D .media-container-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cid-tHX1Wq6k4D .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHX1Wq6k4D .media-container-row .foot-menu li {
  padding: 0 1rem;
}
.cid-tHX1Wq6k4D .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHX1Wq6k4D .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.cid-tHX1Wq6k4D .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #161734;
  transition: all 0.3s;
}
.cid-tHX1Wq6k4D .media-container-row .social-list .mbr-iconfont-social:hover {
  color: #020b2f;
}
.cid-tHX1Wq6k4D .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tHX1Wq6k4D .media-container-row .social-list a {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHX1Wq6k4D .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHX1Wq6k4D .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-tHX1Wq6k4D .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tHX1Wq6k4D .media-container-row {
    justify-content: center;
  }
  .cid-tHX1Wq6k4D .media-container-row .mbr-text {
    text-align: center;
  }
  .cid-tHX1Wq6k4D .media-container-row .wrapper {
    flex-direction: column;
  }
  .cid-tHX1Wq6k4D .media-container-row .foot-menu {
    margin: auto;
    padding-bottom: 1rem;
  }
}
.cid-tHX1Wq6k4D .media-container-row .mbr-text {
  color: #353535;
}
