@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
::-webkit-scrollbar {
  display: none;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 12.8rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.4rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f37918 !important;
}
.bg-success {
  background-color: #f37918 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #ffcc00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f37918 !important;
  border-color: #f37918 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4aa610 !important;
  border-color: #4aa610 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2b6009 !important;
  border-color: #2b6009 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b6009 !important;
  border-color: #2b6009 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f37918 !important;
  border-color: #f37918 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b55509 !important;
  border-color: #b55509 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b55509 !important;
  border-color: #b55509 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f37918;
  border-color: #f37918;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f37918 !important;
  border-color: #f37918 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #214907;
  color: #214907;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4aa610;
  border-color: #4aa610;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4aa610 !important;
  border-color: #4aa610 !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: #9d4a08;
  color: #9d4a08;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f37918;
  border-color: #f37918;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f37918 !important;
  border-color: #f37918 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #997a00;
  color: #997a00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !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: #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: #f37918 !important;
}
.text-secondary {
  color: #4aa610 !important;
}
.text-success {
  color: #f37918 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #ffcc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #79eb31 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f8b179 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe066 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #ffcc00;
}
.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-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f37918;
  border-color: #f37918;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f37918;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fde9da;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f37918;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f37918;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f37918;
  border-bottom-color: #f37918;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f37918 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4aa610 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2d55' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-swtCf2g9pf {
  padding-top: 180px;
  padding-bottom: 0px;
}
.cid-swtCf2g9pf H1 {
  color: #efefef;
}
.cid-swtCf2g9pf h1 {
  background: "color";
}
.cid-swtCf2g9pf img {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swtCf2g9pf img {
    width: 165%;
  }
}
.cid-swtCf2g9pf .mbr-text,
.cid-swtCf2g9pf .mbr-section-btn {
  color: #999999;
}
.cid-swtCf2g9pf h1 span {
  background-image: url("../../../assets/images/bg-fire-1500x843.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 10s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-rJ1PL9qKEd {
  padding-top: 60px;
  background-color: #efefef;
}
.cid-rJ1PL9qKEd h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PL9qKEd h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PL9qKEd li {
  list-style: none;
}
.cid-rJ1PL9qKEd .location-wrap {
  min-width: 500px;
}
.cid-rJ1PL9qKEd .btn {
  min-width: 230px;
}
.cid-rJ1PL9qKEd .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-rJ1PL9qKEd .col-title {
  margin-bottom: 2rem;
}
.cid-rJ1PL9qKEd h3 {
  min-width: 110px;
}
.cid-rJ1PL9qKEd .date-wrap {
  min-width: 260px;
}
.cid-rJ1PL9qKEd .btn-primary-outline,
.cid-rJ1PL9qKEd .btn-secondary-outline,
.cid-rJ1PL9qKEd .btn-info-outline,
.cid-rJ1PL9qKEd .btn-success-outline,
.cid-rJ1PL9qKEd .btn-warning-outline,
.cid-rJ1PL9qKEd .btn-danger-outline,
.cid-rJ1PL9qKEd .btn-black-outline,
.cid-rJ1PL9qKEd .btn-white-outline {
  border: none;
}
.cid-rJ1PL9qKEd .btn-primary-outline:hover,
.cid-rJ1PL9qKEd .btn-secondary-outline:hover,
.cid-rJ1PL9qKEd .btn-info-outline:hover,
.cid-rJ1PL9qKEd .btn-success-outline:hover,
.cid-rJ1PL9qKEd .btn-warning-outline:hover,
.cid-rJ1PL9qKEd .btn-danger-outline:hover,
.cid-rJ1PL9qKEd .btn-black-outline:hover,
.cid-rJ1PL9qKEd .btn-white-outline:hover,
.cid-rJ1PL9qKEd .btn-primary-outline:focus,
.cid-rJ1PL9qKEd .btn-secondary-outline:focus,
.cid-rJ1PL9qKEd .btn-info-outline:focus,
.cid-rJ1PL9qKEd .btn-success-outline:focus,
.cid-rJ1PL9qKEd .btn-warning-outline:focus,
.cid-rJ1PL9qKEd .btn-danger-outline:focus,
.cid-rJ1PL9qKEd .btn-black-outline:focus,
.cid-rJ1PL9qKEd .btn-white-outline:focus {
  background: inherit!important;
  color: inherit!important;
}
.cid-rJ1PL9qKEd .list {
  padding: 0;
  margin: 0;
}
.cid-rJ1PL9qKEd .icon-wrap,
.cid-rJ1PL9qKEd .date-wrap {
  display: flex;
  align-items: center;
}
.cid-rJ1PL9qKEd .btn span {
  font-size: 1rem;
}
.cid-rJ1PL9qKEd h6 {
  margin: 0;
}
.cid-rJ1PL9qKEd h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-rJ1PL9qKEd .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-rJ1PL9qKEd .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-rJ1PL9qKEd .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-rJ1PL9qKEd .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-rJ1PL9qKEd .date-wrap {
    min-width: auto;
  }
  .cid-rJ1PL9qKEd .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-rJ1PL9qKEd h3 {
    min-width: auto;
  }
}
.cid-rJ1PL9qKEd H1 {
  color: #f37918;
}
.cid-rJ1PL9qKEd .mbr-section-subtitle,
.cid-rJ1PL9qKEd .title-align {
  color: #767676;
}
.cid-swsKrLXAEd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-swsKrLXAEd h2 {
  text-align: left;
}
.cid-swsKrLXAEd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-swsKrLXAEd p {
  color: #767676;
  text-align: left;
}
.cid-swsKrLXAEd .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-swsKrLXAEd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swsKrLXAEd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swsKrLXAEd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swsKrLXAEd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swsKrLXAEd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swsKrLXAEd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swsKrLXAEd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swsKrLXAEd .card-img span {
    font-size: 40px !important;
  }
}
.cid-swsKrLXAEd P {
  color: #767676;
}
.cid-rJ1PLmO8Eo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rJ1PLmO8Eo .mbr-text {
    text-align: center;
  }
}
.cid-rJ1PLmO8Eo .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-rJ1PLmO8Eo .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-rJ1PLmO8Eo .media-content {
  padding: 5rem 2rem;
}
.cid-rJ1PLmO8Eo img {
  height: 100%;
  object-fit: cover;
}
.cid-rJ1PLmO8Eo .mbr-figure {
  height: 100%;
}
.cid-rJ1PLmO8Eo .col-lg-5,
.cid-rJ1PLmO8Eo .col-lg-7 {
  padding: 0;
}
.cid-rJ1PLmO8Eo .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rJ1PLmO8Eo .media-content {
    padding: 3rem 1rem;
  }
}
.cid-rJ1PLmO8Eo H2 {
  text-align: center;
}
.cid-rJ1PLmO8Eo .mbr-text,
.cid-rJ1PLmO8Eo .img-align {
  text-align: center;
}
.cid-swsPqzYoLu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swsPqzYoLu .alinhar {
  display: block;
  margin: auto;
}
.cid-swsPqzYoLu .mbr-text {
  color: #767676;
}
.cid-swsPqzYoLu .icon-1 {
  color: #ef6384;
  font-size: 3.5rem;
}
.cid-swsPqzYoLu .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-swsPqzYoLu .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .cid-swsPqzYoLu .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-swsPqzYoLu .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-swsPqzYoLu .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-swsPqzYoLu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-swsPqzYoLu .card {
    margin-bottom: 2rem;
  }
}
.cid-swsPqzYoLu .text-link {
  font-weight: 800 !important;
}
.cid-swsPqzYoLu .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0069ce;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-swsPqzYoLu .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-swsPqzYoLu .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-swsPqzYoLu .card:hover .card-inner {
  background-color: #ffcc00;
}
.cid-swsPqzYoLu .card:hover .icon-arrow {
  color: #fff;
}
.cid-swsPqzYoLu .card:hover .text-link {
  color: #fff !important;
}
.cid-swsPqzYoLu .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-swsPqzYoLu .card:hover .link {
  transform: translateX(42px);
}
.cid-swsPqzYoLu .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-swsPqzYoLu h5 {
  color: #101010;
  font-weight: 800;
}
.cid-swsRafsp11 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-swsRafsp11 .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-swsRafsp11 .container-fluid {
  padding: 0;
}
.cid-swsRafsp11 h5 {
  margin: 0;
}
.cid-swsRafsp11 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-swsRafsp11 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-swsRafsp11 .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-swsRafsp11 .card:hover {
  z-index: 99;
}
.cid-swsRafsp11 .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-swsRafsp11 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-swsRafsp11 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-swsRafsp11 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-swsRafsp11 .card-wrapper a {
  height: 100%;
}
.cid-swsRafsp11 .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-swsRafsp11 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-swsRafsp11 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-swsRafsp11 .card-box {
    text-align: center;
  }
}
.cid-swsRafsp11 .mbr-text {
  color: #cccccc;
}
.cid-swsRafsp11 .card-date {
  color: #cccccc;
}
.cid-swsRafsp11 H1 {
  color: #f37918;
}
.cid-swsRafsp11 .mbr-section-subtitle,
.cid-swsRafsp11 .title-align {
  color: #767676;
}
.cid-swtIW0tMOq {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-swtIW0tMOq img {
  width: 120px;
  margin: auto;
}
.cid-swtIW0tMOq .card {
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swtIW0tMOq .card {
    max-width: 20%;
  }
}
.cid-swtIW0tMOq .mbr-text,
.cid-swtIW0tMOq .mbr-section-btn {
  color: #767676;
}
.cid-swtIW0tMOq P {
  color: #767676;
}
.cid-swtPILbdlZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-swtPILbdlZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: "color";
}
.cid-swtPILbdlZ .mbr-text,
.cid-swtPILbdlZ .mbr-section-btn {
  color: #999999;
}
.cid-swtPILbdlZ img {
  width: 100%;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .cid-swtPILbdlZ img {
    width: 96%;
  }
}
.cid-swu8wd8owA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-swu8wd8owA .alinhar {
  display: block;
  margin: auto;
}
.cid-swu8wd8owA .mbr-text {
  color: #767676;
}
.cid-swu8wd8owA .icon-1 {
  color: #ef6384;
  font-size: 3.5rem;
}
.cid-swu8wd8owA .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-swu8wd8owA .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .cid-swu8wd8owA .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-swu8wd8owA .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-swu8wd8owA .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-swu8wd8owA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-swu8wd8owA .card {
    margin-bottom: 2rem;
  }
}
.cid-swu8wd8owA .text-link {
  font-weight: 800 !important;
}
.cid-swu8wd8owA .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0069ce;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-swu8wd8owA .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-swu8wd8owA .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-swu8wd8owA .card:hover .card-inner {
  background-color: #ffcc00;
}
.cid-swu8wd8owA .card:hover .icon-arrow {
  color: #fff;
}
.cid-swu8wd8owA .card:hover .text-link {
  color: #fff !important;
}
.cid-swu8wd8owA .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-swu8wd8owA .card:hover .link {
  transform: translateX(42px);
}
.cid-swu8wd8owA .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-swu8wd8owA h5 {
  color: #101010;
  font-weight: 800;
}
.cid-swu9qHiBfN {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-swu9qHiBfN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #4aa610, #f37918);
}
.cid-swu9qHiBfN .mbr-text,
.cid-swu9qHiBfN .mbr-section-btn {
  color: #999999;
}
.cid-swu9qHiBfN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-swu9qHiBfN img {
    width: 96%;
  }
}
.cid-swyEZ442XX {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-swyEZ442XX p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-swyEZ442XX .panel-title {
  border-bottom: 2px solid #f37918;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-swyEZ442XX .collapsed {
  border: none;
}
.cid-swyEZ442XX .collapsed span {
  transform: rotate(0deg);
}
.cid-swyEZ442XX span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #f37918;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-swyEZ442XX .panel-body {
  padding-top: 0.5rem;
}
.cid-swyEZ442XX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-swyEZ442XX .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-swyEZ442XX .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-swyEZ442XX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-swyEZ442XX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-swyEZ442XX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-swyEZ442XX .panel-text {
  color: #767676;
}
.cid-swyEZ442XX H4 {
  color: #999999;
}
.cid-swyEZ442XX H2 {
  color: #ffffff;
}
.cid-swyEZ442XX .mbr-section-text {
  color: #999999;
}
.cid-swyLDeoJmH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-swyLDeoJmH .alinhar {
  display: block;
  margin: auto;
}
.cid-swyLDeoJmH .mbr-text {
  color: #767676;
}
.cid-swyLDeoJmH .icon-1 {
  color: #ef6384;
  font-size: 3.5rem;
}
.cid-swyLDeoJmH .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-swyLDeoJmH .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .cid-swyLDeoJmH .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-swyLDeoJmH .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-swyLDeoJmH .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-swyLDeoJmH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-swyLDeoJmH .card {
    margin-bottom: 2rem;
  }
}
.cid-swyLDeoJmH .text-link {
  font-weight: 800 !important;
}
.cid-swyLDeoJmH .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0069ce;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-swyLDeoJmH .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-swyLDeoJmH .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-swyLDeoJmH .card:hover .card-inner {
  background-color: #ffcc00;
}
.cid-swyLDeoJmH .card:hover .icon-arrow {
  color: #fff;
}
.cid-swyLDeoJmH .card:hover .text-link {
  color: #fff !important;
}
.cid-swyLDeoJmH .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-swyLDeoJmH .card:hover .link {
  transform: translateX(42px);
}
.cid-swyLDeoJmH .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-swyLDeoJmH h5 {
  color: #101010;
  font-weight: 800;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y div {
  padding: 50px 0 20px 0;
  color: #333;
  text-align: center;
  background-color: #191919;
}
#custom-html-y .socials {
  padding: 0 10px;
  color: #f37918;
  cursor: pointer;
}
#custom-html-y p {
  font-size: 20px;
  color: #777;
}
#custom-html-y img {
  width: 50%;
}
@media (min-width: 992px) {
  #custom-html-y img {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .cid-swudJH0ty4 .content {
    text-align: center;
  }
  .cid-swudJH0ty4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swudJH0ty4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swudJH0ty4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swudJH0ty4 .media-wrap img {
  height: 50px;
}
@media (max-width: 767px) {
  .cid-swudJH0ty4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swudJH0ty4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-swudJH0ty4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swudJH0ty4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-swudJH0ty4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-swudJH0ty4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-swudJH0ty4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swudJH0ty4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swudJH0ty4 P {
  color: #232323;
}
.cid-swudJH0ty4 H5 {
  color: #d87101;
}
.cid-swudJH0ty4 .tterra {
  padding: 10px;
  height: 40px;
  width: 100%;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  font-align: bottom;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
}
.cid-rJ1PQdNkRN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1PQdNkRN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rJ1PQdNkRN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rJ1PQdNkRN .nav-link {
  position: relative;
}
.cid-rJ1PQdNkRN .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-rJ1PQdNkRN .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-rJ1PQdNkRN .container {
  display: flex;
  margin: auto;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .nav-link,
.cid-rJ1PQdNkRN .navbar.navbar-short .navbar-caption,
.cid-rJ1PQdNkRN .navbar.navbar-short .mbr-iconfont,
.cid-rJ1PQdNkRN .navbar.navbar-short .btn {
  color: #f37918 !important;
  border-color: #f37918;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .hamburger span {
  background: #f37918 !important;
}
.cid-rJ1PQdNkRN .navbar-caption {
  padding-right: 3rem;
}
.cid-rJ1PQdNkRN .dropdown-menu,
.cid-rJ1PQdNkRN .navbar.opened {
  background: #000000 !important;
}
.cid-rJ1PQdNkRN .nav-item:focus,
.cid-rJ1PQdNkRN .nav-link:focus {
  outline: none;
}
.cid-rJ1PQdNkRN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1PQdNkRN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ1PQdNkRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ1PQdNkRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1PQdNkRN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ1PQdNkRN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ1PQdNkRN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rJ1PQdNkRN .navbar.opened {
  transition: all .3s;
}
.cid-rJ1PQdNkRN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ1PQdNkRN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rJ1PQdNkRN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ1PQdNkRN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJ1PQdNkRN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(38.5vh - 2.5rem);
  }
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJ1PQdNkRN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ1PQdNkRN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ1PQdNkRN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ1PQdNkRN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJ1PQdNkRN .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-rJ1PQdNkRN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ1PQdNkRN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rJ1PQdNkRN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ1PQdNkRN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ1PQdNkRN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ1PQdNkRN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rJ1PQdNkRN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ1PQdNkRN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ1PQdNkRN .dropdown-item.active,
.cid-rJ1PQdNkRN .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ1PQdNkRN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ1PQdNkRN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ1PQdNkRN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ1PQdNkRN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJ1PQdNkRN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ1PQdNkRN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ1PQdNkRN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ1PQdNkRN .navbar-buttons {
  text-align: center;
}
.cid-rJ1PQdNkRN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1PQdNkRN .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rJ1PQdNkRN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1PQdNkRN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ1PQdNkRN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rJ1PQdNkRN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ1PQdNkRN .navbar {
    height: 77px;
  }
  .cid-rJ1PQdNkRN .navbar.opened {
    height: auto;
  }
  .cid-rJ1PQdNkRN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
