body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'DM Serif Display', serif;
  font-size: 4.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rancho', handwriting;
  font-size: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #fad115 !important;
}
.bg-success {
  background-color: #f67d01 !important;
}
.bg-info {
  background-color: #0000ff !important;
}
.bg-warning {
  background-color: #ffff00 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
  color: #100d00 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #100d00 !important;
  background-color: #be9d04 !important;
  border-color: #be9d04 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #100d00 !important;
  background-color: #be9d04 !important;
  border-color: #be9d04 !important;
}
.btn-primary:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e0f09 !important;
  border-color: #1e0f09 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-info:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f67d01 !important;
  border-color: #f67d01 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #aa5601 !important;
  border-color: #aa5601 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #aa5601 !important;
  border-color: #aa5601 !important;
}
.btn-success:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-warning:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #fad115;
  color: #fad115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #100d00;
  background-color: #fad115;
  border-color: #fad115;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #100d00 !important;
  background-color: #fad115 !important;
  border-color: #fad115 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e0f09;
  color: #1e0f09;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1e0f09;
  border-color: #1e0f09;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e0f09 !important;
  border-color: #1e0f09 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0000ff;
  color: #0000ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f67d01;
  color: #f67d01;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f67d01;
  border-color: #f67d01;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f67d01 !important;
  border-color: #f67d01 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #fad115 !important;
}
.text-secondary {
  color: #1e0f09 !important;
}
.text-success {
  color: #f67d01 !important;
}
.text-info {
  color: #0000ff !important;
}
.text-warning {
  color: #ffff00 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fce579 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6c3621 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #feaf5f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #6666ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffff66 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #333333 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0000ff;
}
.alert-warning {
  background-color: #ffff00;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fad115;
  border-color: #fad115;
  color: #292201;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fad115;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef8dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe2c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #fad115;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #fad115;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fad115;
  border-bottom-color: #fad115;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fad115 !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: #1e0f09 !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='%23fad115' %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-s0oBGUUVAQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0oBGUUVAQ .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s0oBGUUVAQ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s0oBGUUVAQ .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s0oBGUUVAQ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #1e0f09;
}
.cid-s0oBGUUVAQ .navbar.opened {
  transition: all .3s;
}
.cid-s0oBGUUVAQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s0oBGUUVAQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s0oBGUUVAQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0oBGUUVAQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0oBGUUVAQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-s0oBGUUVAQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0oBGUUVAQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s0oBGUUVAQ .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: 55%;
}
.cid-s0oBGUUVAQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0oBGUUVAQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s0oBGUUVAQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0oBGUUVAQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0oBGUUVAQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0oBGUUVAQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0oBGUUVAQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s0oBGUUVAQ .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: 55%;
  }
  .cid-s0oBGUUVAQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0oBGUUVAQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0oBGUUVAQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s0oBGUUVAQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s0oBGUUVAQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s0oBGUUVAQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0oBGUUVAQ .navbar.navbar-short {
  background: #1e0f09 !important;
  min-height: 60px;
}
.cid-s0oBGUUVAQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0oBGUUVAQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0oBGUUVAQ .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s0oBGUUVAQ .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s0oBGUUVAQ .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s0oBGUUVAQ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s0oBGUUVAQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s0oBGUUVAQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s0oBGUUVAQ .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s0oBGUUVAQ .navbar-caption {
  padding-right: 4rem;
}
.cid-s0oBGUUVAQ .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s0oBGUUVAQ .dropdown-menu,
.cid-s0oBGUUVAQ .navbar.opened {
  background: #000000 !important;
}
.cid-s0oBGUUVAQ .nav-item:focus,
.cid-s0oBGUUVAQ .nav-link:focus {
  outline: none;
}
.cid-s0oBGUUVAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0oBGUUVAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0oBGUUVAQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0oBGUUVAQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0oBGUUVAQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0oBGUUVAQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0oBGUUVAQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0oBGUUVAQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0oBGUUVAQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0oBGUUVAQ .dropdown-item.active,
.cid-s0oBGUUVAQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s0oBGUUVAQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s0oBGUUVAQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0oBGUUVAQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0oBGUUVAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0f09;
}
.cid-s0oBGUUVAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0oBGUUVAQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0oBGUUVAQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0oBGUUVAQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s0oBGUUVAQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0oBGUUVAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-s0oBGUUVAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0oBGUUVAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0oBGUUVAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0oBGUUVAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0oBGUUVAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0oBGUUVAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0oBGUUVAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0oBGUUVAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0oBGUUVAQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0oBGUUVAQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0oBGUUVAQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s0oBGUUVAQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0oBGUUVAQ .navbar {
    height: 77px;
  }
  .cid-s0oBGUUVAQ .navbar.opened {
    height: auto;
  }
  .cid-s0oBGUUVAQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0WeV875Jj {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/big-2000x1334.jpg");
}
.cid-s0WeV875Jj .mbr-text,
.cid-s0WeV875Jj .typed-text,
.cid-s0WeV875Jj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s0WeV875Jj .btn {
  margin-left: 4px !important;
}
.cid-s0WeV875Jj .animated-element {
  color: #ffbc00;
}
.cid-s0WeV875Jj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s0WeV875Jj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-s0WeV875Jj .mbr-section-subtitle {
  color: #ffff00;
}
.cid-s0WeV875Jj .mbr-section-text,
.cid-s0WeV875Jj .mbr-section-btn {
  color: #ffff00;
  text-align: center;
}
.cid-slIuIvHmp7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slIuIvHmp7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #fad115;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-slIuIvHmp7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-slIuIvHmp7 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-slIuIvHmp7 .main-title.display-2 {
  line-height: 1.375;
}
.cid-slIuIvHmp7 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-slIuIvHmp7 .mbr-text {
  color: #606060;
}
.cid-slIuIvHmp7 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-slIuIvHmp7 .mbr-section-btn {
  margin-top: 24px;
}
.cid-slIuIvHmp7 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-slIuIvHmp7 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-slIuIvHmp7 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-slIuIvHmp7 .mbr-text,
.cid-slIuIvHmp7 .mbr-section-btn {
  color: #000000;
}
.cid-s1pojiMLRQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e0f09;
}
.cid-s1pojiMLRQ .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-s1pojiMLRQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s1pojiMLRQ .col + .mbr-section-btn .btn,
.cid-s1pojiMLRQ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-s1pojiMLRQ .col + .mbr-section-btn .btn,
  .cid-s1pojiMLRQ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-s1pojiMLRQ .dragArea > *:nth-last-child(2).col,
  .cid-s1pojiMLRQ .dragArea > *:nth-last-child(2).col-auto,
  .cid-s1pojiMLRQ .col + .mbr-section-btn,
  .cid-s1pojiMLRQ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-s1pojiMLRQ .dragArea {
    flex-direction: column;
  }
}
.cid-s1pojiMLRQ .btn-primary {
  border: 1px solid #fad115 !important;
}
.cid-s1pojiMLRQ .btn-primary:hover {
  border: 1px solid #fad115 !important;
}
.cid-s1pojiMLRQ .stripe {
  border-bottom: 1px solid #ffcc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s1pojiMLRQ .form-group {
  max-width: 220px;
}
.cid-s1pojiMLRQ .mbr-section-btn {
  padding-left: 0;
}
.cid-s1pojiMLRQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s1pojiMLRQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-s1pojiMLRQ .mbr-text {
  color: #444;
}
.cid-s1pojiMLRQ h5 {
  margin-bottom: 0;
}
.cid-s1pojiMLRQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s1pojiMLRQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1pojiMLRQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s1pojiMLRQ .socicon {
  font-size: 1.3rem;
  background: #1e0f09;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1pojiMLRQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1pojiMLRQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s1pojiMLRQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s1pojiMLRQ .social-list a:hover {
  opacity: 0.4;
}
.cid-s1pojiMLRQ .media-container-row > div {
  padding: 0px;
}
.cid-s1pojiMLRQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s1pojiMLRQ .group-title {
  text-align: left;
  color: #ffcc00;
  padding-bottom: 0.2rem;
}
.cid-s1pojiMLRQ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s1pojiMLRQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s1pojiMLRQ .social-list,
  .cid-s1pojiMLRQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s1pojiMLRQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s1pojiMLRQ .form-group {
    max-width: 180px;
  }
}
.cid-s1pojiMLRQ .links span {
  color: #9e9e9e;
}
.cid-s1pojiMLRQ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s1pojiMLRQ .logo-title {
  text-align: center;
}
.cid-s1pojiMLRQ .logo-title,
.cid-s1pojiMLRQ .logo {
  color: #ffcc00;
}
.cid-s1gEs8Aj2u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1gEs8Aj2u .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s1gEs8Aj2u .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1gEs8Aj2u .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s1gEs8Aj2u .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #1e0f09;
}
.cid-s1gEs8Aj2u .navbar.opened {
  transition: all .3s;
}
.cid-s1gEs8Aj2u .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1gEs8Aj2u .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1gEs8Aj2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1gEs8Aj2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1gEs8Aj2u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-s1gEs8Aj2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1gEs8Aj2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1gEs8Aj2u .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: 55%;
}
.cid-s1gEs8Aj2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1gEs8Aj2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1gEs8Aj2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1gEs8Aj2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1gEs8Aj2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1gEs8Aj2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1gEs8Aj2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1gEs8Aj2u .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: 55%;
  }
  .cid-s1gEs8Aj2u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1gEs8Aj2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1gEs8Aj2u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1gEs8Aj2u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1gEs8Aj2u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1gEs8Aj2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1gEs8Aj2u .navbar.navbar-short {
  background: #1e0f09 !important;
  min-height: 60px;
}
.cid-s1gEs8Aj2u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1gEs8Aj2u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1gEs8Aj2u .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1gEs8Aj2u .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s1gEs8Aj2u .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s1gEs8Aj2u .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1gEs8Aj2u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s1gEs8Aj2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1gEs8Aj2u .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1gEs8Aj2u .navbar-caption {
  padding-right: 4rem;
}
.cid-s1gEs8Aj2u .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s1gEs8Aj2u .dropdown-menu,
.cid-s1gEs8Aj2u .navbar.opened {
  background: #000000 !important;
}
.cid-s1gEs8Aj2u .nav-item:focus,
.cid-s1gEs8Aj2u .nav-link:focus {
  outline: none;
}
.cid-s1gEs8Aj2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1gEs8Aj2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1gEs8Aj2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1gEs8Aj2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1gEs8Aj2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1gEs8Aj2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1gEs8Aj2u .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1gEs8Aj2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1gEs8Aj2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1gEs8Aj2u .dropdown-item.active,
.cid-s1gEs8Aj2u .dropdown-item:active {
  background-color: transparent;
}
.cid-s1gEs8Aj2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1gEs8Aj2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1gEs8Aj2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1gEs8Aj2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0f09;
}
.cid-s1gEs8Aj2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1gEs8Aj2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1gEs8Aj2u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1gEs8Aj2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1gEs8Aj2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1gEs8Aj2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-s1gEs8Aj2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1gEs8Aj2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1gEs8Aj2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1gEs8Aj2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1gEs8Aj2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1gEs8Aj2u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1gEs8Aj2u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1gEs8Aj2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1gEs8Aj2u .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1gEs8Aj2u a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1gEs8Aj2u .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1gEs8Aj2u .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1gEs8Aj2u .navbar {
    height: 77px;
  }
  .cid-s1gEs8Aj2u .navbar.opened {
    height: auto;
  }
  .cid-s1gEs8Aj2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skSizFAsb8 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/beach-2000x958.jpg");
}
.cid-skSizFAsb8 .link-align {
  width: 100%;
}
.cid-skSizFAsb8 .link-wrap {
  display: inline-block;
}
.cid-skSizFAsb8 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffff00;
}
.cid-skSizFAsb8 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-skSizFAsb8 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-skSizFAsb8 .link:hover:before {
  width: 60px;
}
.cid-skSizFAsb8 .mbr-text,
.cid-skSizFAsb8 .link-align {
  color: #ffffff;
}
.cid-skSizFAsb8 H1 {
  color: #ffffff;
}
.cid-skSizFAsb8 H2 {
  color: #ffffff;
}
.cid-s1gEWvUhgt {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1gEWvUhgt .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s1gEWvUhgt .content-panel {
  padding: 2rem;
  background-color: #ffcc00;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s1gEWvUhgt .form-group,
  .cid-s1gEWvUhgt .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media (max-width: 768px) {
  .cid-s1gEWvUhgt .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s1gEWvUhgt .text-block {
    margin-bottom: 2rem;
  }
}
.cid-s1gEWvUhgt .content-block {
  color: #000000;
}
.cid-s1gEWvUhgt .mbr-section-title {
  color: #000000;
}
.cid-skSigwct3E {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e0f09;
}
.cid-skSigwct3E .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skSigwct3E .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skSigwct3E .col + .mbr-section-btn .btn,
.cid-skSigwct3E .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-skSigwct3E .col + .mbr-section-btn .btn,
  .cid-skSigwct3E .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-skSigwct3E .dragArea > *:nth-last-child(2).col,
  .cid-skSigwct3E .dragArea > *:nth-last-child(2).col-auto,
  .cid-skSigwct3E .col + .mbr-section-btn,
  .cid-skSigwct3E .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-skSigwct3E .dragArea {
    flex-direction: column;
  }
}
.cid-skSigwct3E .btn-primary {
  border: 1px solid #fad115 !important;
}
.cid-skSigwct3E .btn-primary:hover {
  border: 1px solid #fad115 !important;
}
.cid-skSigwct3E .stripe {
  border-bottom: 1px solid #ffcc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skSigwct3E .form-group {
  max-width: 220px;
}
.cid-skSigwct3E .mbr-section-btn {
  padding-left: 0;
}
.cid-skSigwct3E .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skSigwct3E .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-skSigwct3E .mbr-text {
  color: #444;
}
.cid-skSigwct3E h5 {
  margin-bottom: 0;
}
.cid-skSigwct3E .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skSigwct3E .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skSigwct3E .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skSigwct3E .socicon {
  font-size: 1.3rem;
  background: #1e0f09;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSigwct3E .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skSigwct3E .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skSigwct3E .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skSigwct3E .social-list a:hover {
  opacity: 0.4;
}
.cid-skSigwct3E .media-container-row > div {
  padding: 0px;
}
.cid-skSigwct3E .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-skSigwct3E .group-title {
  text-align: left;
  color: #ffcc00;
  padding-bottom: 0.2rem;
}
.cid-skSigwct3E .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skSigwct3E .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skSigwct3E .social-list,
  .cid-skSigwct3E .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-skSigwct3E h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skSigwct3E .form-group {
    max-width: 180px;
  }
}
.cid-skSigwct3E .links span {
  color: #9e9e9e;
}
.cid-skSigwct3E .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-skSigwct3E .logo-title {
  text-align: center;
}
.cid-skSigwct3E .logo-title,
.cid-skSigwct3E .logo {
  color: #ffcc00;
}
.cid-skVnz0arKU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skVnz0arKU .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-skVnz0arKU .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-skVnz0arKU .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-skVnz0arKU .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #1e0f09;
}
.cid-skVnz0arKU .navbar.opened {
  transition: all .3s;
}
.cid-skVnz0arKU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-skVnz0arKU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-skVnz0arKU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skVnz0arKU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skVnz0arKU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-skVnz0arKU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skVnz0arKU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skVnz0arKU .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: 55%;
}
.cid-skVnz0arKU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skVnz0arKU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-skVnz0arKU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-skVnz0arKU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skVnz0arKU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skVnz0arKU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skVnz0arKU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skVnz0arKU .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: 55%;
  }
  .cid-skVnz0arKU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skVnz0arKU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skVnz0arKU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skVnz0arKU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skVnz0arKU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skVnz0arKU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skVnz0arKU .navbar.navbar-short {
  background: #1e0f09 !important;
  min-height: 60px;
}
.cid-skVnz0arKU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skVnz0arKU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skVnz0arKU .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-skVnz0arKU .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-skVnz0arKU .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-skVnz0arKU .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-skVnz0arKU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-skVnz0arKU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skVnz0arKU .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-skVnz0arKU .navbar-caption {
  padding-right: 4rem;
}
.cid-skVnz0arKU .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-skVnz0arKU .dropdown-menu,
.cid-skVnz0arKU .navbar.opened {
  background: #000000 !important;
}
.cid-skVnz0arKU .nav-item:focus,
.cid-skVnz0arKU .nav-link:focus {
  outline: none;
}
.cid-skVnz0arKU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skVnz0arKU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skVnz0arKU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skVnz0arKU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skVnz0arKU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skVnz0arKU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skVnz0arKU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skVnz0arKU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skVnz0arKU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skVnz0arKU .dropdown-item.active,
.cid-skVnz0arKU .dropdown-item:active {
  background-color: transparent;
}
.cid-skVnz0arKU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skVnz0arKU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skVnz0arKU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skVnz0arKU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0f09;
}
.cid-skVnz0arKU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skVnz0arKU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skVnz0arKU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skVnz0arKU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skVnz0arKU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skVnz0arKU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-skVnz0arKU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skVnz0arKU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skVnz0arKU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skVnz0arKU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skVnz0arKU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skVnz0arKU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skVnz0arKU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skVnz0arKU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skVnz0arKU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skVnz0arKU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skVnz0arKU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-skVnz0arKU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skVnz0arKU .navbar {
    height: 77px;
  }
  .cid-skVnz0arKU .navbar.opened {
    height: auto;
  }
  .cid-skVnz0arKU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skVo0dVNit {
  padding-top: 135px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skVo0dVNit .mbr-section-subtitle {
  color: #767676;
}
.cid-skVo0dVNit .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skVo0dVNit .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skVo0dVNit .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skVo0dVNit .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skVo0dVNit .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skVo0dVNit .icon-focus,
.cid-skVo0dVNit .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-skVo0dVNit .icon-focus:before,
.cid-skVo0dVNit .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skVo0dVNit .icon-video {
  font-size: 1.5rem !important;
}
.cid-skVo0dVNit .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skVo0dVNit ul {
  font-size: 0;
}
.cid-skVo0dVNit .mbr-gallery-filter ul {
  text-align: left;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-skVo0dVNit .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-skVo0dVNit .mbr-gallery-filter ul li:first-child,
.cid-skVo0dVNit .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-skVo0dVNit .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-skVo0dVNit .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-skVo0dVNit .mbr-section-title,
.cid-skVo0dVNit .mbr-gallery-filter ul {
  text-align: center;
  color: #000000;
}
.cid-skVnz2uXGm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e0f09;
}
.cid-skVnz2uXGm .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skVnz2uXGm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skVnz2uXGm .col + .mbr-section-btn .btn,
.cid-skVnz2uXGm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-skVnz2uXGm .col + .mbr-section-btn .btn,
  .cid-skVnz2uXGm .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-skVnz2uXGm .dragArea > *:nth-last-child(2).col,
  .cid-skVnz2uXGm .dragArea > *:nth-last-child(2).col-auto,
  .cid-skVnz2uXGm .col + .mbr-section-btn,
  .cid-skVnz2uXGm .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-skVnz2uXGm .dragArea {
    flex-direction: column;
  }
}
.cid-skVnz2uXGm .btn-primary {
  border: 1px solid #fad115 !important;
}
.cid-skVnz2uXGm .btn-primary:hover {
  border: 1px solid #fad115 !important;
}
.cid-skVnz2uXGm .stripe {
  border-bottom: 1px solid #ffcc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skVnz2uXGm .form-group {
  max-width: 220px;
}
.cid-skVnz2uXGm .mbr-section-btn {
  padding-left: 0;
}
.cid-skVnz2uXGm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skVnz2uXGm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-skVnz2uXGm .mbr-text {
  color: #444;
}
.cid-skVnz2uXGm h5 {
  margin-bottom: 0;
}
.cid-skVnz2uXGm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skVnz2uXGm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skVnz2uXGm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skVnz2uXGm .socicon {
  font-size: 1.3rem;
  background: #1e0f09;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skVnz2uXGm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skVnz2uXGm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skVnz2uXGm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skVnz2uXGm .social-list a:hover {
  opacity: 0.4;
}
.cid-skVnz2uXGm .media-container-row > div {
  padding: 0px;
}
.cid-skVnz2uXGm .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-skVnz2uXGm .group-title {
  text-align: left;
  color: #ffcc00;
  padding-bottom: 0.2rem;
}
.cid-skVnz2uXGm .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skVnz2uXGm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skVnz2uXGm .social-list,
  .cid-skVnz2uXGm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-skVnz2uXGm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skVnz2uXGm .form-group {
    max-width: 180px;
  }
}
.cid-skVnz2uXGm .links span {
  color: #9e9e9e;
}
.cid-skVnz2uXGm .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-skVnz2uXGm .logo-title {
  text-align: center;
}
.cid-skVnz2uXGm .logo-title,
.cid-skVnz2uXGm .logo {
  color: #ffcc00;
}
.cid-sldpAHDz6t .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sldpAHDz6t .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sldpAHDz6t .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sldpAHDz6t .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sldpAHDz6t .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #1e0f09;
}
.cid-sldpAHDz6t .navbar.opened {
  transition: all .3s;
}
.cid-sldpAHDz6t .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sldpAHDz6t .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sldpAHDz6t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sldpAHDz6t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sldpAHDz6t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-sldpAHDz6t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sldpAHDz6t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sldpAHDz6t .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: 55%;
}
.cid-sldpAHDz6t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sldpAHDz6t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sldpAHDz6t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sldpAHDz6t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sldpAHDz6t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sldpAHDz6t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sldpAHDz6t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sldpAHDz6t .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: 55%;
  }
  .cid-sldpAHDz6t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sldpAHDz6t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sldpAHDz6t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sldpAHDz6t .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sldpAHDz6t .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sldpAHDz6t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sldpAHDz6t .navbar.navbar-short {
  background: #1e0f09 !important;
  min-height: 60px;
}
.cid-sldpAHDz6t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sldpAHDz6t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sldpAHDz6t .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sldpAHDz6t .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sldpAHDz6t .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sldpAHDz6t .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sldpAHDz6t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sldpAHDz6t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sldpAHDz6t .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sldpAHDz6t .navbar-caption {
  padding-right: 4rem;
}
.cid-sldpAHDz6t .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sldpAHDz6t .dropdown-menu,
.cid-sldpAHDz6t .navbar.opened {
  background: #000000 !important;
}
.cid-sldpAHDz6t .nav-item:focus,
.cid-sldpAHDz6t .nav-link:focus {
  outline: none;
}
.cid-sldpAHDz6t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sldpAHDz6t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sldpAHDz6t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sldpAHDz6t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sldpAHDz6t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sldpAHDz6t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sldpAHDz6t .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sldpAHDz6t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sldpAHDz6t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sldpAHDz6t .dropdown-item.active,
.cid-sldpAHDz6t .dropdown-item:active {
  background-color: transparent;
}
.cid-sldpAHDz6t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sldpAHDz6t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sldpAHDz6t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sldpAHDz6t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0f09;
}
.cid-sldpAHDz6t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sldpAHDz6t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sldpAHDz6t ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sldpAHDz6t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sldpAHDz6t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sldpAHDz6t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-sldpAHDz6t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sldpAHDz6t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sldpAHDz6t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sldpAHDz6t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sldpAHDz6t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sldpAHDz6t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sldpAHDz6t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sldpAHDz6t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sldpAHDz6t .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sldpAHDz6t a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sldpAHDz6t .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sldpAHDz6t .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sldpAHDz6t .navbar {
    height: 77px;
  }
  .cid-sldpAHDz6t .navbar.opened {
    height: auto;
  }
  .cid-sldpAHDz6t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sldpYu6p4n {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sldpYu6p4n h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sldpYu6p4n .pt-4 {
  padding-top: 2rem!important;
}
.cid-sldpYu6p4n .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sldpYu6p4n p {
  color: #767676;
  text-align: left;
}
.cid-sldpYu6p4n .card-wrapper {
  height: 100%;
}
.cid-sldpYu6p4n .container-fluid {
  max-width: 1600px;
}
.cid-sldpYu6p4n img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sldpYu6p4n h4 {
  margin: 0;
}
.cid-sldpYu6p4n .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sldpYu6p4n .mbr-iconfont {
  color: #ffcc00;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sldpYu6p4n .mbr-iconfont:hover {
  color: #ffcc00;
}
.cid-sldpYu6p4n .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sldpYu6p4n .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sldpYu6p4n .icons {
    opacity: 1;
  }
}
.cid-sldpYu6p4n .name,
.cid-sldpYu6p4n .title-align {
  text-align: center;
}
.cid-sldpYu6p4n .card-title {
  text-align: center;
}
.cid-sldpYu6p4n .maintitle {
  text-align: center;
}
.cid-sldsMDMRdr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sldsMDMRdr h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sldsMDMRdr .pt-4 {
  padding-top: 2rem!important;
}
.cid-sldsMDMRdr .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sldsMDMRdr p {
  color: #767676;
  text-align: left;
}
.cid-sldsMDMRdr .card-wrapper {
  height: 100%;
}
.cid-sldsMDMRdr .container-fluid {
  max-width: 1600px;
}
.cid-sldsMDMRdr img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sldsMDMRdr h4 {
  margin: 0;
}
.cid-sldsMDMRdr .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sldsMDMRdr .mbr-iconfont {
  color: #ffcc00;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sldsMDMRdr .mbr-iconfont:hover {
  color: #ffcc00;
}
.cid-sldsMDMRdr .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sldsMDMRdr .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sldsMDMRdr .icons {
    opacity: 1;
  }
}
.cid-sldsMDMRdr .name,
.cid-sldsMDMRdr .title-align {
  text-align: center;
}
.cid-sldsMDMRdr .card-title {
  text-align: center;
}
.cid-sldsMDMRdr .maintitle {
  text-align: center;
}
.cid-sldvJos5lh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sldvJos5lh h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sldvJos5lh .pt-4 {
  padding-top: 2rem!important;
}
.cid-sldvJos5lh .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sldvJos5lh p {
  color: #767676;
  text-align: left;
}
.cid-sldvJos5lh .card-wrapper {
  height: 100%;
}
.cid-sldvJos5lh .container-fluid {
  max-width: 1600px;
}
.cid-sldvJos5lh img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sldvJos5lh h4 {
  margin: 0;
}
.cid-sldvJos5lh .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sldvJos5lh .mbr-iconfont {
  color: #ffcc00;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sldvJos5lh .mbr-iconfont:hover {
  color: #ffcc00;
}
.cid-sldvJos5lh .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sldvJos5lh .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sldvJos5lh .icons {
    opacity: 1;
  }
}
.cid-sldvJos5lh .name,
.cid-sldvJos5lh .title-align {
  text-align: center;
}
.cid-sldvJos5lh .card-title {
  text-align: center;
}
.cid-sldvJos5lh .maintitle {
  text-align: center;
}
.cid-sldpAK5PzZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e0f09;
}
.cid-sldpAK5PzZ .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sldpAK5PzZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sldpAK5PzZ .col + .mbr-section-btn .btn,
.cid-sldpAK5PzZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sldpAK5PzZ .col + .mbr-section-btn .btn,
  .cid-sldpAK5PzZ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sldpAK5PzZ .dragArea > *:nth-last-child(2).col,
  .cid-sldpAK5PzZ .dragArea > *:nth-last-child(2).col-auto,
  .cid-sldpAK5PzZ .col + .mbr-section-btn,
  .cid-sldpAK5PzZ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sldpAK5PzZ .dragArea {
    flex-direction: column;
  }
}
.cid-sldpAK5PzZ .btn-primary {
  border: 1px solid #fad115 !important;
}
.cid-sldpAK5PzZ .btn-primary:hover {
  border: 1px solid #fad115 !important;
}
.cid-sldpAK5PzZ .stripe {
  border-bottom: 1px solid #ffcc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sldpAK5PzZ .form-group {
  max-width: 220px;
}
.cid-sldpAK5PzZ .mbr-section-btn {
  padding-left: 0;
}
.cid-sldpAK5PzZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sldpAK5PzZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-sldpAK5PzZ .mbr-text {
  color: #444;
}
.cid-sldpAK5PzZ h5 {
  margin-bottom: 0;
}
.cid-sldpAK5PzZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sldpAK5PzZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sldpAK5PzZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sldpAK5PzZ .socicon {
  font-size: 1.3rem;
  background: #1e0f09;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sldpAK5PzZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sldpAK5PzZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sldpAK5PzZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sldpAK5PzZ .social-list a:hover {
  opacity: 0.4;
}
.cid-sldpAK5PzZ .media-container-row > div {
  padding: 0px;
}
.cid-sldpAK5PzZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sldpAK5PzZ .group-title {
  text-align: left;
  color: #ffcc00;
  padding-bottom: 0.2rem;
}
.cid-sldpAK5PzZ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sldpAK5PzZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sldpAK5PzZ .social-list,
  .cid-sldpAK5PzZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sldpAK5PzZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sldpAK5PzZ .form-group {
    max-width: 180px;
  }
}
.cid-sldpAK5PzZ .links span {
  color: #9e9e9e;
}
.cid-sldpAK5PzZ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sldpAK5PzZ .logo-title {
  text-align: center;
}
.cid-sldpAK5PzZ .logo-title,
.cid-sldpAK5PzZ .logo {
  color: #ffcc00;
}
.cid-slJr3NnFGw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slJr3NnFGw .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-slJr3NnFGw .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-slJr3NnFGw .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-slJr3NnFGw .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #1e0f09;
}
.cid-slJr3NnFGw .navbar.opened {
  transition: all .3s;
}
.cid-slJr3NnFGw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-slJr3NnFGw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-slJr3NnFGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slJr3NnFGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slJr3NnFGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-slJr3NnFGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slJr3NnFGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slJr3NnFGw .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: 55%;
}
.cid-slJr3NnFGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slJr3NnFGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slJr3NnFGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slJr3NnFGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slJr3NnFGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slJr3NnFGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slJr3NnFGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slJr3NnFGw .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: 55%;
  }
  .cid-slJr3NnFGw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slJr3NnFGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slJr3NnFGw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slJr3NnFGw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-slJr3NnFGw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slJr3NnFGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slJr3NnFGw .navbar.navbar-short {
  background: #1e0f09 !important;
  min-height: 60px;
}
.cid-slJr3NnFGw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slJr3NnFGw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slJr3NnFGw .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-slJr3NnFGw .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-slJr3NnFGw .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-slJr3NnFGw .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-slJr3NnFGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-slJr3NnFGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-slJr3NnFGw .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slJr3NnFGw .navbar-caption {
  padding-right: 4rem;
}
.cid-slJr3NnFGw .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-slJr3NnFGw .dropdown-menu,
.cid-slJr3NnFGw .navbar.opened {
  background: #000000 !important;
}
.cid-slJr3NnFGw .nav-item:focus,
.cid-slJr3NnFGw .nav-link:focus {
  outline: none;
}
.cid-slJr3NnFGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slJr3NnFGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slJr3NnFGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slJr3NnFGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slJr3NnFGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slJr3NnFGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slJr3NnFGw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slJr3NnFGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slJr3NnFGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slJr3NnFGw .dropdown-item.active,
.cid-slJr3NnFGw .dropdown-item:active {
  background-color: transparent;
}
.cid-slJr3NnFGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slJr3NnFGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slJr3NnFGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slJr3NnFGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0f09;
}
.cid-slJr3NnFGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slJr3NnFGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slJr3NnFGw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slJr3NnFGw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-slJr3NnFGw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slJr3NnFGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-slJr3NnFGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slJr3NnFGw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slJr3NnFGw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slJr3NnFGw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slJr3NnFGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slJr3NnFGw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slJr3NnFGw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slJr3NnFGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slJr3NnFGw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slJr3NnFGw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slJr3NnFGw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-slJr3NnFGw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slJr3NnFGw .navbar {
    height: 77px;
  }
  .cid-slJr3NnFGw .navbar.opened {
    height: auto;
  }
  .cid-slJr3NnFGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slJr3OVm1A {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/big-2000x1334.jpg");
}
.cid-slJr3OVm1A .mbr-text,
.cid-slJr3OVm1A .typed-text,
.cid-slJr3OVm1A .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slJr3OVm1A .btn {
  margin-left: 4px !important;
}
.cid-slJr3OVm1A .animated-element {
  color: #ffbc00;
}
.cid-slJr3OVm1A .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slJr3OVm1A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-slJr3OVm1A .mbr-section-subtitle {
  color: #ffff00;
}
.cid-slJr3OVm1A .mbr-section-text,
.cid-slJr3OVm1A .mbr-section-btn {
  color: #ffff00;
  text-align: center;
}
.cid-slJr3QJRH7 {
  overflow: hidden !important;
  background: #ffffff;
}
.cid-slJr3QJRH7 .animated-element {
  color: #efefef;
}
.cid-slJr3QJRH7 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-slJr3QJRH7 .img-block {
    padding-right: 2rem;
  }
}
.cid-slJr3QJRH7 .mbr-section-subtitle {
  color: #000000;
}
.cid-slJr3QJRH7 .mbr-text,
.cid-slJr3QJRH7 .mbr-section-btn {
  color: #000000;
}
.cid-slJr3QJRH7 .mbr-section-title {
  color: #000000;
}
.cid-slJr3RDdXA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e0f09;
}
.cid-slJr3RDdXA .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-slJr3RDdXA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-slJr3RDdXA .col + .mbr-section-btn .btn,
.cid-slJr3RDdXA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-slJr3RDdXA .col + .mbr-section-btn .btn,
  .cid-slJr3RDdXA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-slJr3RDdXA .dragArea > *:nth-last-child(2).col,
  .cid-slJr3RDdXA .dragArea > *:nth-last-child(2).col-auto,
  .cid-slJr3RDdXA .col + .mbr-section-btn,
  .cid-slJr3RDdXA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-slJr3RDdXA .dragArea {
    flex-direction: column;
  }
}
.cid-slJr3RDdXA .btn-primary {
  border: 1px solid #fad115 !important;
}
.cid-slJr3RDdXA .btn-primary:hover {
  border: 1px solid #fad115 !important;
}
.cid-slJr3RDdXA .stripe {
  border-bottom: 1px solid #ffcc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-slJr3RDdXA .form-group {
  max-width: 220px;
}
.cid-slJr3RDdXA .mbr-section-btn {
  padding-left: 0;
}
.cid-slJr3RDdXA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-slJr3RDdXA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-slJr3RDdXA .mbr-text {
  color: #444;
}
.cid-slJr3RDdXA h5 {
  margin-bottom: 0;
}
.cid-slJr3RDdXA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-slJr3RDdXA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slJr3RDdXA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-slJr3RDdXA .socicon {
  font-size: 1.3rem;
  background: #1e0f09;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slJr3RDdXA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-slJr3RDdXA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-slJr3RDdXA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slJr3RDdXA .social-list a:hover {
  opacity: 0.4;
}
.cid-slJr3RDdXA .media-container-row > div {
  padding: 0px;
}
.cid-slJr3RDdXA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-slJr3RDdXA .group-title {
  text-align: left;
  color: #ffcc00;
  padding-bottom: 0.2rem;
}
.cid-slJr3RDdXA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-slJr3RDdXA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-slJr3RDdXA .social-list,
  .cid-slJr3RDdXA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-slJr3RDdXA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-slJr3RDdXA .form-group {
    max-width: 180px;
  }
}
.cid-slJr3RDdXA .links span {
  color: #9e9e9e;
}
.cid-slJr3RDdXA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-slJr3RDdXA .logo-title {
  text-align: center;
}
.cid-slJr3RDdXA .logo-title,
.cid-slJr3RDdXA .logo {
  color: #ffcc00;
}
.cid-uNRA77c68J .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNRA77c68J .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-uNRA77c68J .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uNRA77c68J .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uNRA77c68J .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #1e0f09;
}
.cid-uNRA77c68J .navbar.opened {
  transition: all .3s;
}
.cid-uNRA77c68J .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uNRA77c68J .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uNRA77c68J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNRA77c68J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNRA77c68J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uNRA77c68J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNRA77c68J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNRA77c68J .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: 55%;
}
.cid-uNRA77c68J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNRA77c68J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uNRA77c68J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uNRA77c68J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNRA77c68J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNRA77c68J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNRA77c68J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNRA77c68J .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: 55%;
  }
  .cid-uNRA77c68J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uNRA77c68J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNRA77c68J .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNRA77c68J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNRA77c68J .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNRA77c68J .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uNRA77c68J .navbar.navbar-short {
  background: #1e0f09 !important;
  min-height: 60px;
}
.cid-uNRA77c68J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNRA77c68J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNRA77c68J .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uNRA77c68J .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uNRA77c68J .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uNRA77c68J .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uNRA77c68J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-uNRA77c68J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNRA77c68J .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uNRA77c68J .navbar-caption {
  padding-right: 4rem;
}
.cid-uNRA77c68J .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uNRA77c68J .dropdown-menu,
.cid-uNRA77c68J .navbar.opened {
  background: #000000 !important;
}
.cid-uNRA77c68J .nav-item:focus,
.cid-uNRA77c68J .nav-link:focus {
  outline: none;
}
.cid-uNRA77c68J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNRA77c68J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNRA77c68J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uNRA77c68J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNRA77c68J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNRA77c68J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNRA77c68J .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNRA77c68J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNRA77c68J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNRA77c68J .dropdown-item.active,
.cid-uNRA77c68J .dropdown-item:active {
  background-color: transparent;
}
.cid-uNRA77c68J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNRA77c68J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNRA77c68J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNRA77c68J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0f09;
}
.cid-uNRA77c68J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNRA77c68J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNRA77c68J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uNRA77c68J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNRA77c68J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNRA77c68J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uNRA77c68J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNRA77c68J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNRA77c68J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNRA77c68J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNRA77c68J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNRA77c68J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNRA77c68J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNRA77c68J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNRA77c68J .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uNRA77c68J a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNRA77c68J .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uNRA77c68J .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNRA77c68J .navbar {
    height: 77px;
  }
  .cid-uNRA77c68J .navbar.opened {
    height: auto;
  }
  .cid-uNRA77c68J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNRD7vHrLS {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNRD7vHrLS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNRD7vHrLS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNRD7vHrLS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNRD7vHrLS .title {
  padding: 0 2rem;
}
.cid-uNRD7vHrLS .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uNRD7vHrLS .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uNRD7vHrLS .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uNRD7vHrLS .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uNRD7vHrLS .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uNRD7vHrLS .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uNRD7vHrLS .container {
  padding: 0 1rem;
}
.cid-uNRD7vHrLS .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uNRD7vHrLS .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNRD7vHrLS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNRD7vHrLS .icon-focus {
  display: none;
}
.cid-uNRD7vHrLS .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uNRD7vHrLS .btn-primary-outline:hover {
  background: transparent !important;
  color: #fad115 !important;
}
.cid-uNRD7vHrLS li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uNRD7vHrLS li {
  position: relative;
}
.cid-uNRD7vHrLS .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uNRD7vHrLS .btn {
  font-family: Be Vietnam !important;
}
.cid-uNRD7vHrLS .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uNRD7vHrLS .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNRD7vHrLS li:not(:last-child):after {
    top: 9px;
  }
  .cid-uNRD7vHrLS .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uNRD7vHrLS .container {
    padding: 0rem;
  }
  .cid-uNRD7vHrLS .title {
    padding: 0 1rem;
  }
}
.cid-uNRD7vHrLS H2 {
  color: #89b758;
}
.cid-uNRA78EzXU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e0f09;
}
.cid-uNRA78EzXU .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uNRA78EzXU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uNRA78EzXU .col + .mbr-section-btn .btn,
.cid-uNRA78EzXU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uNRA78EzXU .col + .mbr-section-btn .btn,
  .cid-uNRA78EzXU .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uNRA78EzXU .dragArea > *:nth-last-child(2).col,
  .cid-uNRA78EzXU .dragArea > *:nth-last-child(2).col-auto,
  .cid-uNRA78EzXU .col + .mbr-section-btn,
  .cid-uNRA78EzXU .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uNRA78EzXU .dragArea {
    flex-direction: column;
  }
}
.cid-uNRA78EzXU .btn-primary {
  border: 1px solid #fad115 !important;
}
.cid-uNRA78EzXU .btn-primary:hover {
  border: 1px solid #fad115 !important;
}
.cid-uNRA78EzXU .stripe {
  border-bottom: 1px solid #ffcc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uNRA78EzXU .form-group {
  max-width: 220px;
}
.cid-uNRA78EzXU .mbr-section-btn {
  padding-left: 0;
}
.cid-uNRA78EzXU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uNRA78EzXU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-uNRA78EzXU .mbr-text {
  color: #444;
}
.cid-uNRA78EzXU h5 {
  margin-bottom: 0;
}
.cid-uNRA78EzXU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uNRA78EzXU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNRA78EzXU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uNRA78EzXU .socicon {
  font-size: 1.3rem;
  background: #1e0f09;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNRA78EzXU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNRA78EzXU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uNRA78EzXU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNRA78EzXU .social-list a:hover {
  opacity: 0.4;
}
.cid-uNRA78EzXU .media-container-row > div {
  padding: 0px;
}
.cid-uNRA78EzXU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uNRA78EzXU .group-title {
  text-align: left;
  color: #ffcc00;
  padding-bottom: 0.2rem;
}
.cid-uNRA78EzXU .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNRA78EzXU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uNRA78EzXU .social-list,
  .cid-uNRA78EzXU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uNRA78EzXU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uNRA78EzXU .form-group {
    max-width: 180px;
  }
}
.cid-uNRA78EzXU .links span {
  color: #9e9e9e;
}
.cid-uNRA78EzXU .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uNRA78EzXU .logo-title {
  text-align: center;
}
.cid-uNRA78EzXU .logo-title,
.cid-uNRA78EzXU .logo {
  color: #ffcc00;
}
