body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 6.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.88rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.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: 6.8rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffc658 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffc658 !important;
  border-color: #ffc658 !important;
  color: #171717 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #171717 !important;
  background-color: #ffd78b !important;
  border-color: #ffd78b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171717 !important;
  background-color: #ffd78b !important;
  border-color: #ffd78b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
  color: #171717 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f19f00;
  color: #f19f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #583a00;
  background-color: #ffc658;
  border-color: #ffc658;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #583a00 !important;
  background-color: #ffc658 !important;
  border-color: #ffc658 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2fc7b3;
  color: #2fc7b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #124b44;
  background-color: #7ce0d3;
  border-color: #7ce0d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #124b44 !important;
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffc658 !important;
}
.text-secondary {
  color: #7ce0d3 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe9be !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cef4ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc658;
  border-color: #ffc658;
  color: #724b00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffc658;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffc658;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc658;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffc658;
  border-bottom-color: #ffc658;
}
.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: #ffc658 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7ce0d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23ffc658' %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;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tUnwzodNFY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-tUnwzodNFY nav.navbar {
  position: fixed;
}
.cid-tUnwzodNFY .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tUnwzodNFY .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-tUnwzodNFY .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-tUnwzodNFY .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-tUnwzodNFY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUnwzodNFY .nav-link,
.cid-tUnwzodNFY .dropdown-item {
  font-weight: 700;
}
.cid-tUnwzodNFY .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%) !important;
}
.cid-tUnwzodNFY .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-tUnwzodNFY .container {
  display: flex;
  margin: auto;
}
.cid-tUnwzodNFY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUnwzodNFY .navbar-caption,
.cid-tUnwzodNFY .dropdown-item {
  background-image: none;
}
.cid-tUnwzodNFY .dropdown-menu,
.cid-tUnwzodNFY .navbar.opened {
  background: #ffffff !important;
}
.cid-tUnwzodNFY .nav-item:focus,
.cid-tUnwzodNFY .nav-link:focus {
  outline: none;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUnwzodNFY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUnwzodNFY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUnwzodNFY .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tUnwzodNFY .navbar.opened {
  transition: all 0.3s;
}
.cid-tUnwzodNFY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUnwzodNFY .navbar .navbar-logo img {
  width: auto;
}
.cid-tUnwzodNFY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUnwzodNFY .navbar.collapsed {
  justify-content: center;
}
.cid-tUnwzodNFY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUnwzodNFY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUnwzodNFY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tUnwzodNFY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUnwzodNFY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUnwzodNFY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUnwzodNFY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUnwzodNFY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUnwzodNFY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUnwzodNFY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUnwzodNFY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUnwzodNFY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUnwzodNFY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUnwzodNFY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUnwzodNFY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUnwzodNFY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUnwzodNFY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUnwzodNFY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUnwzodNFY .navbar.navbar-short {
  min-height: 106px;
}
.cid-tUnwzodNFY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUnwzodNFY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUnwzodNFY .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUnwzodNFY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUnwzodNFY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUnwzodNFY .dropdown-item.active,
.cid-tUnwzodNFY .dropdown-item:active {
  background-color: transparent;
}
.cid-tUnwzodNFY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUnwzodNFY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUnwzodNFY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUnwzodNFY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUnwzodNFY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUnwzodNFY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUnwzodNFY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUnwzodNFY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUnwzodNFY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUnwzodNFY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUnwzodNFY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUnwzodNFY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUnwzodNFY .navbar {
    height: 70px;
  }
  .cid-tUnwzodNFY .navbar.opened {
    height: auto;
  }
  .cid-tUnwzodNFY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUnwzodNFY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tUnwzodNFY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skBctelq8R {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/3-852x346.webp");
}
.cid-skBctelq8R .mbr-text,
.cid-skBctelq8R .mbr-section-btn {
  text-align: left;
}
.cid-skBctelq8R H1 {
  text-align: left;
}
.cid-txLoOXYtx3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-txLoOXYtx3 H1 {
  color: #c5240c;
}
.cid-skBctvymid {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #f8f8f8;
}
@media (min-width: 1200px) {
  .cid-skBctvymid .content-wrapper {
    padding-right: 60px;
  }
}
.cid-skBctvymid img {
  width: 100%;
}
.cid-skBctvymid ul li::marker {
  font-size: 28px;
}
@media (max-width: 991px) {
  .cid-skBctvymid .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-skBctvymid .carousel-indicators {
  justify-content: flex-start;
  margin: 0 -6px 3px;
}
.cid-skBctvymid .carousel-indicators li {
  background: #000000;
  border: 0;
  opacity: 0.2;
  margin-left: 6px;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: opacity, background .6s ease;
}
.cid-skBctvymid .carousel-indicators li.active {
  background: #7ce0d3;
  opacity: 1;
}
.cid-tyGKq8drOr {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #17003b;
}
.cid-tyGKq8drOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyGKq8drOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyGKq8drOr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyGKq8drOr .mbr-text,
.cid-tyGKq8drOr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tyGKq8drOr b,
.cid-tyGKq8drOr strong {
  font-weight: 900;
}
.cid-tyGKq8drOr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-skBcA4vg6U {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #0d0742;
}
.cid-skBcA4vg6U .item img {
  width: 100%;
  z-index: 1;
}
.cid-skBcA4vg6U .item .card {
  margin-left: 20%;
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  z-index: 2;
  border-radius: 0;
}
.cid-skBcA4vg6U .item-wrapper {
  padding-bottom: 2rem;
}
.cid-skBcA4vg6U .card .mbr-text,
.cid-skBcA4vg6U .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-skBcA4vg6U .mbr-text {
  color: #000000;
}
.cid-txNhR75DJU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0d0742;
}
.cid-txNhR75DJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txNhR75DJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txNhR75DJU .row {
  justify-content: center;
}
.cid-txNhR75DJU .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txNhR75DJU .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-txNhR75DJU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txNhR75DJU .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-txNhR75DJU .card {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-txNhR75DJU .card {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txNhR75DJU .card {
    margin-bottom: 24px;
  }
}
.cid-txNhR75DJU .card .card-wrapper {
  padding: 32px 45px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-txNhR75DJU .card .card-wrapper {
    padding: 32px;
  }
}
.cid-txNhR75DJU .card .card-wrapper .mbr-card-title_1,
.cid-txNhR75DJU .card .card-wrapper .mbr-card-title_2,
.cid-txNhR75DJU .card .card-wrapper .mbr-card-title_3 {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-txNhR75DJU .card .card-wrapper .mbr-card-title_1,
  .cid-txNhR75DJU .card .card-wrapper .mbr-card-title_2,
  .cid-txNhR75DJU .card .card-wrapper .mbr-card-title_3 {
    margin-bottom: 16px;
  }
}
.cid-txNhR75DJU .card .card-wrapper .mbr-text_1,
.cid-txNhR75DJU .card .card-wrapper .mbr-text_2,
.cid-txNhR75DJU .card .card-wrapper .mbr-text_3 {
  margin: 0;
}
.cid-txNhR75DJU .card_1 .card-wrapper {
  background-color: #f2f2f2;
}
.cid-txNhR75DJU .card_2 .card-wrapper {
  background-color: #eafa72;
}
.cid-txNhR75DJU .card_3 .card-wrapper {
  background-color: #eeeeee;
}
.cid-txNhR75DJU .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txNhR75DJU .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txNhR75DJU .mbr-card-title_1 {
  color: #101511;
}
.cid-txNhR75DJU .mbr-card-title_2 {
  color: #101511;
}
.cid-txNhR75DJU .mbr-card-title_3 {
  color: #000000;
}
.cid-txNhR75DJU .mbr-text_1 {
  color: #6e716f;
}
.cid-txNhR75DJU .mbr-text_2 {
  color: #6e716f;
}
.cid-txNhR75DJU .mbr-text_3 {
  color: #e8e8e8;
}
.cid-txNhR75DJU .mbr-text_3,
.cid-txNhR75DJU .mbr-iconfont {
  color: #666666;
}
.cid-txNdNtgo4g {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-txNdNtgo4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-txNdNtgo4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txNdNtgo4g .row {
  justify-content: center;
}
.cid-txNdNtgo4g .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txNdNtgo4g .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-txNdNtgo4g .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txNdNtgo4g .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-txNdNtgo4g .card {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-txNdNtgo4g .card {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txNdNtgo4g .card {
    margin-bottom: 24px;
  }
}
.cid-txNdNtgo4g .card .card-wrapper {
  padding: 32px 45px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-txNdNtgo4g .card .card-wrapper {
    padding: 32px;
  }
}
.cid-txNdNtgo4g .card .card-wrapper .mbr-card-title_1,
.cid-txNdNtgo4g .card .card-wrapper .mbr-card-title_2,
.cid-txNdNtgo4g .card .card-wrapper .mbr-card-title_3 {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-txNdNtgo4g .card .card-wrapper .mbr-card-title_1,
  .cid-txNdNtgo4g .card .card-wrapper .mbr-card-title_2,
  .cid-txNdNtgo4g .card .card-wrapper .mbr-card-title_3 {
    margin-bottom: 16px;
  }
}
.cid-txNdNtgo4g .card .card-wrapper .mbr-text_1,
.cid-txNdNtgo4g .card .card-wrapper .mbr-text_2,
.cid-txNdNtgo4g .card .card-wrapper .mbr-text_3 {
  margin: 0;
}
.cid-txNdNtgo4g .card_1 .card-wrapper {
  background-color: #acece3;
}
.cid-txNdNtgo4g .card_2 .card-wrapper {
  background-color: #eafa72;
}
.cid-txNdNtgo4g .card_3 .card-wrapper {
  background-color: #101511;
}
.cid-txNdNtgo4g .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txNdNtgo4g .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txNdNtgo4g .mbr-card-title_1 {
  color: #101511;
}
.cid-txNdNtgo4g .mbr-card-title_2 {
  color: #101511;
}
.cid-txNdNtgo4g .mbr-card-title_3 {
  color: #ffffff;
}
.cid-txNdNtgo4g .mbr-text_1 {
  color: #6e716f;
}
.cid-txNdNtgo4g .mbr-text_2 {
  color: #6e716f;
}
.cid-txNdNtgo4g .mbr-text_3 {
  color: #e8e8e8;
}
.cid-txNdNtgo4g .mbr-text_1,
.cid-txNdNtgo4g .mbr-iconfont {
  text-align: left;
}
.cid-skBAlWmCZD {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
}
.cid-txMWyFde5m {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/pexels-yaowaluck-promdee-3864594.webp");
}
.cid-txN0625CEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e0da;
}
.cid-txN0625CEy .mbr-section-subtitle {
  text-align: center;
}
.cid-txN0625CEy .mbr-text {
  text-align: center;
}
.cid-txN64EYsV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txN64EYsV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txN64EYsV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txN64EYsV8 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-txN64EYsV8 .mbr-section-title {
  color: #9b8db7;
  margin-bottom: 0;
}
.cid-txN64EYsV8 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-txN64EYsV8 .col-text {
    margin-bottom: 50px;
  }
}
.cid-txN64EYsV8 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-txN64EYsV8 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-txN64EYsV8 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-txN64EYsV8 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-txN64EYsV8 .item-wrap {
    width: 100%;
  }
}
.cid-txN64EYsV8 .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-txN64EYsV8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-txN64EYsV8 .item-text {
  margin-bottom: 6px;
}
.cid-txN64EYsV8 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-txN64EYsV8 form {
  width: 100%;
}
.cid-txN64EYsV8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-txN64EYsV8 form p {
  color: #353535;
}
.cid-txN64EYsV8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-txN64EYsV8 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-txN64EYsV8 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-txN64EYsV8 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-txN64EYsV8 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-txN64EYsV8 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-txN64EYsV8 form select {
  color: #303030 !important;
}
.cid-txN64EYsV8 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-txN64EYsV8 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form input,
.cid-txN64EYsV8 form textarea {
  transition: .3s all;
}
.cid-txN64EYsV8 form input:active,
.cid-txN64EYsV8 form textarea:active,
.cid-txN64EYsV8 form input:focus,
.cid-txN64EYsV8 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-txN64EYsV8 form input:active::-webkit-input-placeholder,
.cid-txN64EYsV8 form textarea:active::-webkit-input-placeholder,
.cid-txN64EYsV8 form input:focus::-webkit-input-placeholder,
.cid-txN64EYsV8 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form input:active::-moz-placeholder,
.cid-txN64EYsV8 form textarea:active::-moz-placeholder,
.cid-txN64EYsV8 form input:focus::-moz-placeholder,
.cid-txN64EYsV8 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form input:active:-moz-placeholder,
.cid-txN64EYsV8 form textarea:active:-moz-placeholder,
.cid-txN64EYsV8 form input:focus:-moz-placeholder,
.cid-txN64EYsV8 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form input:active:-ms-input-placeholder,
.cid-txN64EYsV8 form textarea:active:-ms-input-placeholder,
.cid-txN64EYsV8 form input:focus:-ms-input-placeholder,
.cid-txN64EYsV8 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-txN64EYsV8 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-txN64EYsV8 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-txN64EYsV8 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-txN64EYsV8 form .form-check label {
  color: #303030;
}
.cid-txN64EYsV8 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-txN64EYsV8 form .form-check-input:focus,
.cid-txN64EYsV8 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-txN64EYsV8 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-txMY7nrwEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.cid-txMY7nrwEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMY7nrwEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMY7nrwEB .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-txMY7nrwEB .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txMY7nrwEB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txMY7nrwEB .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-txMY7nrwEB .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-txMY7nrwEB .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-txMY7nrwEB .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-txMY7nrwEB .list li:hover {
  color: #ffc658 !important;
}
.cid-txMY7nrwEB .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txMY7nrwEB .list a:hover {
  color: #ffc658 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-txMY7nrwEB .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-txMY7nrwEB .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-txMY7nrwEB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txMY7nrwEB .soc-item {
    padding: 10px;
  }
}
.cid-txMY7nrwEB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-txMY7nrwEB .soc-item:hover .mbr-iconfont {
  color: #ffc658 !important;
}
.cid-txMY7nrwEB .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-txMY7nrwEB .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-txMY7nrwEB .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffaa00;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-txMY7nrwEB .border-item {
    margin-top: 1.5rem;
  }
}
.cid-txMY7nrwEB .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-txMY7nrwEB .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tUnwzodNFY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-tUnwzodNFY nav.navbar {
  position: fixed;
}
.cid-tUnwzodNFY .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tUnwzodNFY .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-tUnwzodNFY .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-tUnwzodNFY .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-tUnwzodNFY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUnwzodNFY .nav-link,
.cid-tUnwzodNFY .dropdown-item {
  font-weight: 700;
}
.cid-tUnwzodNFY .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%) !important;
}
.cid-tUnwzodNFY .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-tUnwzodNFY .container {
  display: flex;
  margin: auto;
}
.cid-tUnwzodNFY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUnwzodNFY .navbar-caption,
.cid-tUnwzodNFY .dropdown-item {
  background-image: none;
}
.cid-tUnwzodNFY .dropdown-menu,
.cid-tUnwzodNFY .navbar.opened {
  background: #ffffff !important;
}
.cid-tUnwzodNFY .nav-item:focus,
.cid-tUnwzodNFY .nav-link:focus {
  outline: none;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUnwzodNFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUnwzodNFY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUnwzodNFY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUnwzodNFY .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tUnwzodNFY .navbar.opened {
  transition: all 0.3s;
}
.cid-tUnwzodNFY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUnwzodNFY .navbar .navbar-logo img {
  width: auto;
}
.cid-tUnwzodNFY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUnwzodNFY .navbar.collapsed {
  justify-content: center;
}
.cid-tUnwzodNFY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUnwzodNFY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUnwzodNFY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tUnwzodNFY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUnwzodNFY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUnwzodNFY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUnwzodNFY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUnwzodNFY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUnwzodNFY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUnwzodNFY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUnwzodNFY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUnwzodNFY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUnwzodNFY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUnwzodNFY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUnwzodNFY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUnwzodNFY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUnwzodNFY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUnwzodNFY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUnwzodNFY .navbar.navbar-short {
  min-height: 106px;
}
.cid-tUnwzodNFY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUnwzodNFY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUnwzodNFY .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUnwzodNFY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUnwzodNFY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUnwzodNFY .dropdown-item.active,
.cid-tUnwzodNFY .dropdown-item:active {
  background-color: transparent;
}
.cid-tUnwzodNFY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUnwzodNFY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUnwzodNFY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUnwzodNFY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUnwzodNFY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUnwzodNFY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUnwzodNFY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUnwzodNFY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUnwzodNFY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUnwzodNFY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUnwzodNFY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUnwzodNFY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUnwzodNFY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUnwzodNFY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUnwzodNFY .navbar {
    height: 70px;
  }
  .cid-tUnwzodNFY .navbar.opened {
    height: auto;
  }
  .cid-tUnwzodNFY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUnwzodNFY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tUnwzodNFY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUo70rjziJ {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tUo70rjziJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUo70rjziJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUo70rjziJ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tUo70rjziJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUo70rjziJ .container {
    padding: 0 24px;
  }
}
.cid-tUo70rjziJ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tUo70rjziJ .content-wrapper {
    padding: 24px;
  }
}
.cid-tUo70rjziJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUo70rjziJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUo70rjziJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tUo70rjziJ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tUo70rjziJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUo70rjziJ .mbr-text {
  color: #F9F6E0;
}
.cid-tUo70rjziJ .mbr-section-title,
.cid-tUo70rjziJ .mbr-section-btn {
  text-align: center;
}
.cid-txMJr7IM9w {
  background-color: #eeeeee;
}
.cid-txMJr7IM9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMJr7IM9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-txMJr7IM9w .container {
    padding: 0 30px;
  }
}
.cid-txMJr7IM9w .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txMJr7IM9w .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-txMIw1nCrP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffdd99;
}
.cid-txMIw1nCrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMIw1nCrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMIw1nCrP .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txMIw1nCrP .container-fluid {
    padding: 0 25px;
  }
}
.cid-txMIw1nCrP .container-fluid .row {
  padding: 0;
}
.cid-txMIw1nCrP .row {
  justify-content: center;
}
.cid-txMIw1nCrP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txMIw1nCrP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-txMK1A1Jos {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txMK1A1Jos .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMK1A1Jos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMK1A1Jos .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txMK1A1Jos .container-fluid {
    padding: 0 25px;
  }
}
.cid-txMK1A1Jos .container-fluid .row {
  padding: 0;
}
.cid-txMK1A1Jos .row {
  justify-content: center;
}
.cid-txMK1A1Jos .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txMK1A1Jos .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-txMKDSzaXt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-txMKDSzaXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMKDSzaXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMKDSzaXt .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txMKDSzaXt .container-fluid {
    padding: 0 25px;
  }
}
.cid-txMKDSzaXt .container-fluid .row {
  padding: 0;
}
.cid-txMKDSzaXt .row {
  justify-content: center;
}
.cid-txMKDSzaXt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txMKDSzaXt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-txPxxZUhpR {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPxxZUhpR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txMY7nrwEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.cid-txMY7nrwEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMY7nrwEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMY7nrwEB .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-txMY7nrwEB .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txMY7nrwEB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txMY7nrwEB .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txMY7nrwEB .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-txMY7nrwEB .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-txMY7nrwEB .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-txMY7nrwEB .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-txMY7nrwEB .list li:hover {
  color: #ffc658 !important;
}
.cid-txMY7nrwEB .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txMY7nrwEB .list a:hover {
  color: #ffc658 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-txMY7nrwEB .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-txMY7nrwEB .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-txMY7nrwEB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txMY7nrwEB .soc-item {
    padding: 10px;
  }
}
.cid-txMY7nrwEB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-txMY7nrwEB .soc-item:hover .mbr-iconfont {
  color: #ffc658 !important;
}
.cid-txMY7nrwEB .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-txMY7nrwEB .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-txMY7nrwEB .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffaa00;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-txMY7nrwEB .border-item {
    margin-top: 1.5rem;
  }
}
.cid-txMY7nrwEB .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-txMY7nrwEB .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-txMY7nrwEB .copyright {
    margin-top: 1.5rem;
  }
}
