body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f39200 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #4f280b !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f39200 !important;
  border-color: #f39200 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a66400 !important;
  border-color: #a66400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a66400 !important;
  border-color: #a66400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f39200 !important;
  border-color: #f39200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #a66400 !important;
  border-color: #a66400 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a66400 !important;
  border-color: #a66400 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #4f280b !important;
  border-color: #4f280b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0c0602 !important;
  border-color: #0c0602 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c0602 !important;
  border-color: #0c0602 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #8d5500;
  color: #8d5500;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #f39200;
  border-color: #f39200;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f39200 !important;
  border-color: #f39200 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #8d5500;
  color: #8d5500;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f39200;
  border-color: #f39200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f39200 !important;
  border-color: #f39200 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #4f280b;
  border-color: #4f280b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4f280b !important;
  border-color: #4f280b !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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,
.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: #f39200 !important;
}
.text-secondary {
  color: #f39200 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #4f280b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8d5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8d5500 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #4f280b;
}
.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: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f39200;
  border-color: #f39200;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f39200;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe6c0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e89558;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
}
blockquote {
  border-color: #f39200;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #f39200 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f39200;
  color: #ffffff;
}
.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: #f39200;
  border-bottom-color: #f39200;
}
.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: #f39200 !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: #f39200 !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='%23f39200' %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;
}
.cid-tPgYZpt9dC {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snacks.0-1200x800.jpg");
}
.cid-tPgYZpt9dC .row {
  flex-direction: row-reverse;
}
.cid-tPgYZpt9dC .row {
  align-items: center;
  background-color: #f39200;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-tPgYZpt9dC .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tPgYZpt9dC .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-tPgYZpt9dC .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-tPgYZpt9dC .image-wrapper {
    padding: 1rem;
  }
}
.cid-tPgYZpt9dC .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-tPgYZpt9dC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPgYZpt9dC .mbr-section-title {
  margin-bottom: 3rem;
  color: #ffffff;
  text-align: left;
}
.cid-tPgYZpt9dC .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-tPgYZpt9dC .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-tPgYZpt9dC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPgYZpt9dC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPgYZpt9dC .mbr-text,
.cid-tPgYZpt9dC .mbr-section-btn {
  color: #1b1a1a;
  text-align: left;
}
.cid-tPh0gNSaL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPh0gNSaL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPh0gNSaL6 .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-tPh0gNSaL6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tPh0gNSaL6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tPh0gNSaL6 .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tPh0gNSaL6 .image-wrapper img {
    height: 300px;
  }
}
.cid-tPh0gNSaL6 .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #f39200;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tPh0gNSaL6 .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tPh0gNSaL6 .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tPh0gNSaL6 .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPh0gNSaL6 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tPh0gNSaL6 .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tPh0gNSaL6 .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tPh0gNSaL6 .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tPh0gNSaL6 .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #f39200;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tPh0gNSaL6 .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tPh0gNSaL6 .mbr-section-title {
  color: #ffffff;
}
.cid-tPh0gNSaL6 .mbr-text {
  color: #ffffff;
}
.cid-tPh0gNSaL6 .icon-wrapper {
  text-align: right;
}
.cid-tPh9YR71uN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #261609;
}
.cid-tPh9YR71uN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPh9YR71uN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPh9YR71uN .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tPh9YR71uN .mbr-section-title {
  color: #f39200;
}
.cid-tPh9YR71uN .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tPh9YR71uN .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tPh9YR71uN .card-row {
  align-items: stretch;
}
.cid-tPh9YR71uN .card {
  margin-top: 30px;
}
.cid-tPh9YR71uN .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #4f280b, #261609);
  box-shadow: 10px 10px 19px #261609, -10px -10px 19px #261609;
}
@media (max-width: 1199px) {
  .cid-tPh9YR71uN .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tPh9YR71uN .card-wrapper {
    padding: 20px;
  }
}
.cid-tPh9YR71uN .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tPh9YR71uN .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tPh9YR71uN .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tPh9YR71uN .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tPh9YR71uN .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f39200, #bb7915);
  opacity: 0;
  transition: .5s all;
}
.cid-tPh9YR71uN .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tPh9YR71uN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tPh9YR71uN .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffffff;
}
.cid-tPh9YR71uN .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tPh9YR71uN .card-text {
  color: #ffffff;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-s2V8JtfEgC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-s2V8JtfEgC .main {
  margin-bottom: 70px;
}
.cid-s2V8JtfEgC .main .mbr-section-subtitle {
  color: #f39200;
  margin-bottom: 10px;
}
.cid-s2V8JtfEgC .main .mbr-section-title {
  color: #f39200;
  margin-bottom: 20px;
}
.cid-s2V8JtfEgC .main .mbr-text {
  color: #83868c;
}
.cid-s2V8JtfEgC .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 33rem;
  margin-bottom: 30px;
}
.cid-s2V8JtfEgC .wrapper .mbr-overlay {
  background: #f39200;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-s2V8JtfEgC .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-s2V8JtfEgC .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-s2V8JtfEgC .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-s2V8JtfEgC .wrapper .content-block .card-title:hover {
  color: #656565;
}
.cid-s2V8JtfEgC .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V8JtfEgC .wrapper:hover .mbr-overlay {
  background: #f39200;
  opacity: 0.9;
  z-index: 1;
}
.cid-s2V8JtfEgC .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-s2V8JtfEgC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V8JtfEgC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8JtfEgC .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V8JtfEgC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #f39200 !important;
  box-shadow: none !important;
}
.cid-s2V8JtfEgC .btn[class*="-outline"]:active,
.cid-s2V8JtfEgC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2V8JtfEgC .container .mbr-section-subtitle {
  color: #656565;
}
.cid-s2V8JtfEgC .wrapper .content-block .card-subtitle {
  color: #1b1a1a;
}
.cid-s2V8JtfEgC .wrapper .content-block .card-title {
  color: #1b1a1a;
}
.cid-tPh3Y7v2AK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f39200;
}
.cid-tPh3Y7v2AK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tPh3Y7v2AK .form-control,
.cid-tPh3Y7v2AK .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-tPh3Y7v2AK .form-control::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .field-input::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .form-control::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-tPh3Y7v2AK .form-control:-moz-placeholder,
.cid-tPh3Y7v2AK .field-input:-moz-placeholder,
.cid-tPh3Y7v2AK .form-control:-moz-placeholder,
.cid-tPh3Y7v2AK .field-input:-moz-placeholder {
  color: #606060;
}
.cid-tPh3Y7v2AK .form-control:hover,
.cid-tPh3Y7v2AK .field-input:hover,
.cid-tPh3Y7v2AK .form-control:focus,
.cid-tPh3Y7v2AK .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tPh3Y7v2AK .form-control:hover::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .field-input:hover::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .form-control:focus::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .field-input:focus::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .form-control:hover::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .field-input:hover::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .form-control:focus::-webkit-input-placeholder,
.cid-tPh3Y7v2AK .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-tPh3Y7v2AK .form-control:hover:-moz-placeholder,
.cid-tPh3Y7v2AK .field-input:hover:-moz-placeholder,
.cid-tPh3Y7v2AK .form-control:focus:-moz-placeholder,
.cid-tPh3Y7v2AK .field-input:focus:-moz-placeholder,
.cid-tPh3Y7v2AK .form-control:hover:-moz-placeholder,
.cid-tPh3Y7v2AK .field-input:hover:-moz-placeholder,
.cid-tPh3Y7v2AK .form-control:focus:-moz-placeholder,
.cid-tPh3Y7v2AK .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-tPh3Y7v2AK textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-tPh3Y7v2AK .jq-number__spin:hover,
.cid-tPh3Y7v2AK .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tPh3Y7v2AK .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tPh3Y7v2AK .jq-selectbox li,
.cid-tPh3Y7v2AK .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-tPh3Y7v2AK .jq-selectbox li:hover,
.cid-tPh3Y7v2AK .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-tPh3Y7v2AK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tPh3Y7v2AK .jq-number__spin.minus:hover:after,
.cid-tPh3Y7v2AK .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-tPh3Y7v2AK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tPh3Y7v2AK .jq-number__spin.minus:after,
.cid-tPh3Y7v2AK .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-tPh3Y7v2AK .wrap {
  position: relative;
}
.cid-tPh3Y7v2AK .mbr-form {
  z-index: 1;
}
.cid-tPh3Y7v2AK input::-webkit-clear-button {
  display: none;
}
.cid-tPh3Y7v2AK input::-webkit-inner-spin-button {
  display: none;
}
.cid-tPh3Y7v2AK input::-webkit-outer-spin-button {
  display: none;
}
.cid-tPh3Y7v2AK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tPh3Y7v2AK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f39200;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tPh3Y7v2AK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tPh3Y7v2AK .mbr-section-title {
  color: #404040;
}
.cid-tPh3Y7v2AK .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tPh3Y7v2AK .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tPh3Y7v2AK .mbr-text {
  color: #606060;
}
.cid-tPh3Y7v2AK .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-tPh3Y7v2AK .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tPh3Y7v2AK .required {
  width: 100%;
  color: #808080;
}
.cid-tPh3Y7v2AK img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-tPh3Y7v2AK .counter {
  top: 45%;
  left: 9%;
}
.cid-tPh3Y7v2AK .counter .full-circle {
  background-color: #261609;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-tPh3Y7v2AK .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-tPh3Y7v2AK .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-tPh3Y7v2AK .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tPh3Y7v2AK img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tPh3Y7v2AK .required {
    text-align: center;
  }
}
.cid-tPh3Y7v2AK .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-tPh3Y7v2AK .form-control-label,
.cid-tPh3Y7v2AK .form-check {
  margin-left: 20px;
}
.cid-tPh3Y7v2AK .mbr-form .dragArea .required,
.cid-tPh3Y7v2AK .mbr-form .dragArea .mbr-section-btn {
  color: #1b1a1a;
}
.cid-s2V8NEcRal {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #261609;
}
.cid-s2V8NEcRal .widget-title {
  color: #f39200;
  margin-bottom: 30px;
}
.cid-s2V8NEcRal .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s2V8NEcRal .mbr-text {
  color: #83868c;
}
.cid-s2V8NEcRal .phone-word {
  color: #f39200;
}
.cid-s2V8NEcRal .text-link {
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .text-link:hover {
  color: #f39200 !important;
}
.cid-s2V8NEcRal img {
  height: 100px;
  padding-right: 8px;
}
.cid-s2V8NEcRal .img1 {
  color: #f39200;
}
.cid-s2V8NEcRal .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-s2V8NEcRal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2V8NEcRal .content .link-wrap {
  color: red;
}
.cid-s2V8NEcRal .content .date-wrap {
  color: #f39200;
}
.cid-s2V8NEcRal .item,
.cid-s2V8NEcRal .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s2V8NEcRal .item h4,
.cid-s2V8NEcRal .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s2V8NEcRal .link {
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .link .card-img {
  padding-bottom: 3px;
}
.cid-s2V8NEcRal .link:hover .card-img span {
  color: #f39200;
}
.cid-s2V8NEcRal .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #f39200 !important;
}
.cid-s2V8NEcRal .item .card-img {
  width: auto;
}
.cid-s2V8NEcRal .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-s2V8NEcRal .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-s2V8NEcRal h5 {
    text-align: left !important;
  }
  .cid-s2V8NEcRal .line-wrap {
    text-align: left !important;
  }
}
.cid-s2V8NEcRal .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .item-title:hover {
  color: #f39200;
}
.cid-s2V8NEcRal .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2V8NEcRal .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-s2V8NEcRal .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8NEcRal .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #f39200 !important;
  box-shadow: none !important;
}
.cid-s2V8NEcRal .btn[class*="-outline"]:active,
.cid-s2V8NEcRal .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2V8NEcRal .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-s2V8NEcRal .list .list-item:last-child {
  margin-top: 10px;
}
.cid-s2V8NEcRal .pre-form {
  color: #83868c;
}
.cid-s2V8NEcRal .form-group,
.cid-s2V8NEcRal .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s2V8NEcRal .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-s2V8NEcRal .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-s2V8NEcRal .form-group .mbr-iconfont {
  color: #f39200;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-s2V8NEcRal .dragArea {
  flex-direction: column;
}
.cid-s2V8NEcRal .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-s2V8NEcRal .pre-form,
.cid-s2V8NEcRal .mbr-text {
  color: #ffffff;
}
.cid-tPh7eBCLdB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPh7eBCLdB nav.navbar {
  position: fixed;
}
.cid-tPh7eBCLdB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPh7eBCLdB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPh7eBCLdB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPh7eBCLdB .dropdown-item:hover,
.cid-tPh7eBCLdB .dropdown-item:focus {
  background: #f39200 !important;
  color: white !important;
}
.cid-tPh7eBCLdB .dropdown-item:hover span {
  color: white;
}
.cid-tPh7eBCLdB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPh7eBCLdB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPh7eBCLdB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPh7eBCLdB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPh7eBCLdB .nav-link {
  position: relative;
}
.cid-tPh7eBCLdB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPh7eBCLdB .container {
    flex-wrap: wrap;
  }
}
.cid-tPh7eBCLdB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPh7eBCLdB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPh7eBCLdB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPh7eBCLdB .dropdown-menu,
.cid-tPh7eBCLdB .navbar.opened {
  background: #261609 !important;
}
.cid-tPh7eBCLdB .nav-item:focus,
.cid-tPh7eBCLdB .nav-link:focus {
  outline: none;
}
.cid-tPh7eBCLdB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPh7eBCLdB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPh7eBCLdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPh7eBCLdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPh7eBCLdB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPh7eBCLdB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPh7eBCLdB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #261609;
}
.cid-tPh7eBCLdB .navbar.opened {
  transition: all 0.3s;
}
.cid-tPh7eBCLdB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPh7eBCLdB .navbar .navbar-logo img {
  width: auto;
}
.cid-tPh7eBCLdB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPh7eBCLdB .navbar.collapsed {
  justify-content: center;
}
.cid-tPh7eBCLdB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPh7eBCLdB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPh7eBCLdB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPh7eBCLdB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPh7eBCLdB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPh7eBCLdB .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-tPh7eBCLdB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPh7eBCLdB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPh7eBCLdB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPh7eBCLdB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPh7eBCLdB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPh7eBCLdB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPh7eBCLdB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPh7eBCLdB .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-tPh7eBCLdB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPh7eBCLdB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPh7eBCLdB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPh7eBCLdB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPh7eBCLdB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPh7eBCLdB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPh7eBCLdB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPh7eBCLdB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPh7eBCLdB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPh7eBCLdB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPh7eBCLdB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPh7eBCLdB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPh7eBCLdB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPh7eBCLdB .dropdown-item.active,
.cid-tPh7eBCLdB .dropdown-item:active {
  background-color: transparent;
}
.cid-tPh7eBCLdB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPh7eBCLdB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPh7eBCLdB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPh7eBCLdB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #261609;
}
.cid-tPh7eBCLdB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPh7eBCLdB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPh7eBCLdB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPh7eBCLdB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPh7eBCLdB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPh7eBCLdB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPh7eBCLdB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPh7eBCLdB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPh7eBCLdB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPh7eBCLdB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPh7eBCLdB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPh7eBCLdB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPh7eBCLdB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPh7eBCLdB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPh7eBCLdB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPh7eBCLdB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPh7eBCLdB .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-tPh7eBCLdB .navbar {
    height: 70px;
  }
  .cid-tPh7eBCLdB .navbar.opened {
    height: auto;
  }
  .cid-tPh7eBCLdB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTfzcjyM4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTfzcjyM4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfzcjyM4C .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-tTfzcjyM4C .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTfzcjyM4C .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tTfzcjyM4C .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTfzcjyM4C .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfzcjyM4C .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #f39200;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tTfzcjyM4C .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfzcjyM4C .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tTfzcjyM4C .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTfzcjyM4C .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tTfzcjyM4C .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tTfzcjyM4C .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tTfzcjyM4C .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tTfzcjyM4C .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #f39200;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tTfzcjyM4C .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tTfzcjyM4C .mbr-section-title {
  color: #ffffff;
}
.cid-tTfzcjyM4C .mbr-text {
  color: #ffffff;
}
.cid-tTfzcjyM4C .icon-wrapper {
  text-align: right;
}
.cid-tTfzcpbZzC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #261609;
}
.cid-tTfzcpbZzC .widget-title {
  color: #f39200;
  margin-bottom: 30px;
}
.cid-tTfzcpbZzC .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tTfzcpbZzC .mbr-text {
  color: #83868c;
}
.cid-tTfzcpbZzC .phone-word {
  color: #f39200;
}
.cid-tTfzcpbZzC .text-link {
  transition: all 0.3s ease-in;
}
.cid-tTfzcpbZzC .text-link:hover {
  color: #f39200 !important;
}
.cid-tTfzcpbZzC img {
  height: 100px;
  padding-right: 8px;
}
.cid-tTfzcpbZzC .img1 {
  color: #f39200;
}
.cid-tTfzcpbZzC .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tTfzcpbZzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTfzcpbZzC .content .link-wrap {
  color: red;
}
.cid-tTfzcpbZzC .content .date-wrap {
  color: #f39200;
}
.cid-tTfzcpbZzC .item,
.cid-tTfzcpbZzC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tTfzcpbZzC .item h4,
.cid-tTfzcpbZzC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTfzcpbZzC .link {
  transition: all 0.3s ease-in;
}
.cid-tTfzcpbZzC .link .card-img {
  padding-bottom: 3px;
}
.cid-tTfzcpbZzC .link:hover .card-img span {
  color: #f39200;
}
.cid-tTfzcpbZzC .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #f39200 !important;
}
.cid-tTfzcpbZzC .item .card-img {
  width: auto;
}
.cid-tTfzcpbZzC .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tTfzcpbZzC .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tTfzcpbZzC h5 {
    text-align: left !important;
  }
  .cid-tTfzcpbZzC .line-wrap {
    text-align: left !important;
  }
}
.cid-tTfzcpbZzC .item-title {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.cid-tTfzcpbZzC .item-title:hover {
  color: #f39200;
}
.cid-tTfzcpbZzC .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tTfzcpbZzC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tTfzcpbZzC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tTfzcpbZzC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #f39200 !important;
  box-shadow: none !important;
}
.cid-tTfzcpbZzC .btn[class*="-outline"]:active,
.cid-tTfzcpbZzC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tTfzcpbZzC .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tTfzcpbZzC .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tTfzcpbZzC .pre-form {
  color: #83868c;
}
.cid-tTfzcpbZzC .form-group,
.cid-tTfzcpbZzC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tTfzcpbZzC .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-tTfzcpbZzC .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tTfzcpbZzC .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tTfzcpbZzC .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tTfzcpbZzC .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tTfzcpbZzC .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tTfzcpbZzC .form-group .mbr-iconfont {
  color: #f39200;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tTfzcpbZzC .dragArea {
  flex-direction: column;
}
.cid-tTfzcpbZzC .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tTfzcpbZzC .pre-form,
.cid-tTfzcpbZzC .mbr-text {
  color: #ffffff;
}
.cid-tTfzcs6jUm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tTfzcs6jUm nav.navbar {
  position: fixed;
}
.cid-tTfzcs6jUm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfzcs6jUm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTfzcs6jUm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTfzcs6jUm .dropdown-item:hover,
.cid-tTfzcs6jUm .dropdown-item:focus {
  background: #f39200 !important;
  color: white !important;
}
.cid-tTfzcs6jUm .dropdown-item:hover span {
  color: white;
}
.cid-tTfzcs6jUm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTfzcs6jUm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTfzcs6jUm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTfzcs6jUm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTfzcs6jUm .nav-link {
  position: relative;
}
.cid-tTfzcs6jUm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfzcs6jUm .container {
    flex-wrap: wrap;
  }
}
.cid-tTfzcs6jUm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfzcs6jUm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tTfzcs6jUm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTfzcs6jUm .dropdown-menu,
.cid-tTfzcs6jUm .navbar.opened {
  background: #261609 !important;
}
.cid-tTfzcs6jUm .nav-item:focus,
.cid-tTfzcs6jUm .nav-link:focus {
  outline: none;
}
.cid-tTfzcs6jUm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfzcs6jUm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfzcs6jUm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfzcs6jUm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfzcs6jUm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfzcs6jUm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfzcs6jUm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #261609;
}
.cid-tTfzcs6jUm .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfzcs6jUm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTfzcs6jUm .navbar .navbar-logo img {
  width: auto;
}
.cid-tTfzcs6jUm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTfzcs6jUm .navbar.collapsed {
  justify-content: center;
}
.cid-tTfzcs6jUm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfzcs6jUm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTfzcs6jUm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tTfzcs6jUm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfzcs6jUm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfzcs6jUm .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-tTfzcs6jUm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfzcs6jUm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTfzcs6jUm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTfzcs6jUm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfzcs6jUm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfzcs6jUm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfzcs6jUm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTfzcs6jUm .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-tTfzcs6jUm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfzcs6jUm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTfzcs6jUm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTfzcs6jUm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTfzcs6jUm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfzcs6jUm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTfzcs6jUm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTfzcs6jUm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfzcs6jUm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfzcs6jUm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfzcs6jUm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTfzcs6jUm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTfzcs6jUm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfzcs6jUm .dropdown-item.active,
.cid-tTfzcs6jUm .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfzcs6jUm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTfzcs6jUm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfzcs6jUm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfzcs6jUm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #261609;
}
.cid-tTfzcs6jUm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfzcs6jUm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfzcs6jUm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTfzcs6jUm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfzcs6jUm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTfzcs6jUm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTfzcs6jUm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfzcs6jUm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfzcs6jUm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfzcs6jUm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfzcs6jUm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfzcs6jUm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfzcs6jUm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfzcs6jUm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfzcs6jUm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTfzcs6jUm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTfzcs6jUm .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-tTfzcs6jUm .navbar {
    height: 70px;
  }
  .cid-tTfzcs6jUm .navbar.opened {
    height: auto;
  }
  .cid-tTfzcs6jUm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
