.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a37650 !important;
}
.bg-success {
  background-color: #575656 !important;
}
.bg-info {
  background-color: #e8b080 !important;
}
.bg-warning {
  background-color: #148221 !important;
}
.bg-danger {
  background-color: #e2e2e2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a37650 !important;
  border-color: #a37650 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a37650;
  border-color: #a37650;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a37650 !important;
  border-color: #a37650 !important;
}
.btn-primary:hover {
  background-color: #815d3f !important;
  border-color: #815d3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #a37650 !important;
  border-color: #a37650 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e8b080 !important;
  border-color: #e8b080 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e8b080;
  border-color: #e8b080;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e8b080 !important;
  border-color: #e8b080 !important;
}
.btn-info:hover {
  background-color: #e09555 !important;
  border-color: #e09555 !important;
}
.btn-success,
.btn-success:active {
  background-color: #575656 !important;
  border-color: #575656 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #575656;
  border-color: #575656;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #575656 !important;
  border-color: #575656 !important;
}
.btn-success:hover {
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #148221 !important;
  border-color: #148221 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #148221;
  border-color: #148221;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-warning:hover {
  background-color: #0d5616 !important;
  border-color: #0d5616 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #626262 !important;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.btn-danger:hover {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a37650;
  color: #a37650;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #a37650 !important;
  border-color: #a37650;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a37650 !important;
  border-color: #a37650 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:hover {
  background-color: #a37650 !important;
  border-color: #a37650 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e8b080;
  color: #e8b080;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e8b080 !important;
  border-color: #e8b080;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e8b080 !important;
  border-color: #e8b080 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #575656;
  color: #575656;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #575656 !important;
  border-color: #575656;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #575656 !important;
  border-color: #575656 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #148221;
  color: #148221;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #148221 !important;
  border-color: #148221;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e2e2e2;
  color: #e2e2e2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #626262 !important;
  background: #e2e2e2 !important;
  border-color: #e2e2e2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #a37650 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #575656 !important;
}
.text-info {
  color: #e8b080 !important;
}
.text-warning {
  color: #148221 !important;
}
.text-danger {
  color: #e2e2e2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5f442e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #242323 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d87a2a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062a0b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #afafaf !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #a37650 !important;
}
.alert-success {
  background-color: #575656;
}
.alert-info {
  background-color: #e8b080;
}
.alert-warning {
  background-color: #148221;
}
.alert-danger {
  background-color: #e2e2e2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a37650;
  border-color: #a37650;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #a37650;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1b7a1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #979696;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #36e04a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #a37650;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a37650;
  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: #a37650;
  border-bottom-color: #a37650;
}
.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: #a37650 !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: #000000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-tEn5t6yKdY .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-tEn5t6yKdY .nav-link:hover {
  color: #a37650  !important;
}
.cid-tEn5t6yKdY .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-tEn5t6yKdY .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-tEn5t6yKdY .btn:hover {
  color: #fff !important;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item:hover {
  color: #a37650 !important;
  opacity: 1 !important;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .dropdown-item {
  color: #fff !important;
}
.cid-tEn5t6yKdY .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tEn5t6yKdY .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tEn5t6yKdY .btn-white {
  color: #a37650 !important;
}
.cid-tEn5t6yKdY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEn5t6yKdY .container {
  display: flex;
  margin: auto;
}
.cid-tEn5t6yKdY .navbar.navbar-short .nav-link,
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tEn5t6yKdY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tEn5t6yKdY .navbar.opened {
  background: #101010 !important;
}
.cid-tEn5t6yKdY .nav-item:focus,
.cid-tEn5t6yKdY .nav-link:focus {
  outline: none;
}
.cid-tEn5t6yKdY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEn5t6yKdY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEn5t6yKdY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #101010;
  background: none;
}
.cid-tEn5t6yKdY .navbar.opened {
  transition: all 0.3s;
}
.cid-tEn5t6yKdY .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tEn5t6yKdY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEn5t6yKdY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEn5t6yKdY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEn5t6yKdY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEn5t6yKdY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEn5t6yKdY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEn5t6yKdY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tEn5t6yKdY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tEn5t6yKdY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEn5t6yKdY .navbar.navbar-short {
  background: #101010 !important;
  min-height: 60px;
}
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tEn5t6yKdY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEn5t6yKdY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEn5t6yKdY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEn5t6yKdY .dropdown-item.active,
.cid-tEn5t6yKdY .dropdown-item:active {
  background-color: transparent;
}
.cid-tEn5t6yKdY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEn5t6yKdY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-tEn5t6yKdY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEn5t6yKdY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEn5t6yKdY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tEn5t6yKdY .navbar-buttons {
  text-align: center;
}
.cid-tEn5t6yKdY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tEn5t6yKdY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEn5t6yKdY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .icons-menu span {
  font-size: 20px;
  color: #e0a544 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEn5t6yKdY .navbar {
    height: 77px;
  }
  .cid-tEn5t6yKdY .navbar.opened {
    height: auto;
  }
  .cid-tEn5t6yKdY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEmohOSo8u {
  background-image: url("../../../assets/images/banner-chain-claro.jpg");
}
.cid-tEmohOSo8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmohOSo8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmohOSo8u .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tEmohOSo8u .container-fluid {
    padding: 0 30px;
  }
}
.cid-tEmohOSo8u .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEmohOSo8u .container {
    padding: 0 30px;
  }
}
.cid-tEmohOSo8u .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tEmohOSo8u .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tEmohOSo8u .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEmohOSo8u .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tEmohOSo8u .mbr-section-title {
  color: #000;
}
.cid-tEmohOSo8u .mbr-text {
  color: #000;
}
.cid-ttIjXyG9kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060203;
}
.cid-ttIjXyG9kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttIjXyG9kZ .iconfont-wrapper img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.cid-ttIjXyG9kZ .card-title strong {
  font-weight: 400 !important;
}
.cid-ttIjXyG9kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttIjXyG9kZ .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttIjXyG9kZ .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ttIjXyG9kZ .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ttIjXyG9kZ .card-text {
  font-weight: 300;
  color: #f5f7fd;
  margin-bottom: 0;
}
.cid-ttIjXyG9kZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttIjXyG9kZ .card-row {
  align-items: stretch;
}
.cid-ttIjXyG9kZ .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttIjXyG9kZ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #a37650;
}
.cid-ttIjXyG9kZ .card-box {
  height: 100%;
}
.cid-ttIjXyG9kZ .card-title {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 15px;
}
.cid-ttIjXyG9kZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 10px;
}
.cid-ttIjXyG9kZ .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #a37650;
}
.cid-tEmzyU3GrG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-sobre-a-chain.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tEmzyU3GrG .container,
.cid-tEmzyU3GrG .container-fluid {
  position: static;
}
.cid-tEmzyU3GrG .label-text {
  width: 100%;
  color: #d68500;
  margin-bottom: 20px;
  text-align: left;
}
.cid-tEmzyU3GrG .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tEmzyU3GrG .mbr-section-title {
  color: #000;
  margin-bottom: 15px;
  text-align: left;
}
.cid-tEmzyU3GrG .colored-text {
  color: #a37650;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tEmzyU3GrG .mbr-text {
  color: #212121;
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tEmzyU3GrG .mbr-text {
    padding-right: 48px;
  }
}
.cid-tEmzyU3GrG .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tEmzyU3GrG .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 20px 20px;
  border-radius: 13px;
  border: 1px solid #a37650;
}
.cid-tEmzyU3GrG .card-title {
  color: #000;
  margin-bottom: 8px;
}
.cid-tEmzyU3GrG .card-text {
  color: #212121;
  opacity: 0.8;
}
.cid-tEmzyU3GrG .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tEmzyU3GrG .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tEmzyU3GrG .mbr-section-btn .btn:before {
  display: none;
}
.cid-tEmzyU3GrG .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tEmzyU3GrG .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-tEmzyU3GrG .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tEmzyU3GrG .bg-round {
    width: 56%;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tEmzyU3GrG .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEmzyU3GrG .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tEmzyU3GrG .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tEmzyU3GrG .bg-round svg {
    height: 100%;
  }
}
.cid-tEmzyU3GrG .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tEmzyU3GrG .col-text {
    margin-left: auto;
  }
}
.cid-tEmzyU3GrG .mbr-text,
.cid-tEmzyU3GrG .mbr-section-btn {
  color: #212121;
}
.cid-tEmCwX77CE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEmCwX77CE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #067e8e;
}
.cid-tEmCwX77CE .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tEmCwX77CE .mbr-section-title {
  font-weight: 400;
  color: #060203;
}
.cid-tEmCwX77CE .mbr-text {
  margin: 10px 0 30px;
}
.cid-tEmCwX77CE .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tEmCwX77CE .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tEmCwX77CE .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tEmCwX77CE .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tEmCwX77CE .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tEmAPpdaaX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tEmAPpdaaX .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #067e8e;
}
.cid-tEmAPpdaaX .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tEmAPpdaaX .mbr-section-title {
  font-weight: 400;
  color: #060203;
}
.cid-tEmAPpdaaX .mbr-text {
  margin: 10px 0 30px;
}
.cid-tEmAPpdaaX .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tEmAPpdaaX .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tEmAPpdaaX .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tEmAPpdaaX .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tEmAPpdaaX .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tEmBXW4TNl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEmBXW4TNl .mbr-section-title,
.cid-tEmBXW4TNl .title__address,
.cid-tEmBXW4TNl .title__social {
  margin-bottom: 20px;
}
.cid-tEmBXW4TNl .info {
  margin-bottom: 20px;
}
.cid-tEmBXW4TNl .text__info,
.cid-tEmBXW4TNl .work__time,
.cid-tEmBXW4TNl .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEmBXW4TNl .info__wrap {
    padding: 0 30px;
  }
}
.cid-tEmBXW4TNl .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-tEmBXW4TNl .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #ebeaed !important;
}
.cid-tEmBXW4TNl .dragArea .form-control:hover,
.cid-tEmBXW4TNl .dragArea .form-control:focus {
  border: none !important;
}
.cid-tEmBXW4TNl .dragArea .jq-selectbox li:hover,
.cid-tEmBXW4TNl .dragArea .jq-selectbox li.selected {
  background-color: #e8b080;
  color: #ffffff;
}
.cid-tEmBXW4TNl .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #000000 !important;
}
.cid-tEmBXW4TNl .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tEmBXW4TNl .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmBXW4TNl .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #000000;
}
.cid-tEmBXW4TNl .dragArea textarea {
  height: 160px !important;
}
.cid-tEmBXW4TNl .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmBXW4TNl .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmBXW4TNl .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmBXW4TNl .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmBXW4TNl .input-group-btn {
  padding: 0 10px;
}
.cid-tEmBXW4TNl .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-tEmBXW4TNl .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-tEmBXW4TNl .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-tEmBXW4TNl .form-group,
.cid-tEmBXW4TNl .input-group-btn {
  padding: 0 7px;
}
.cid-tEmBXW4TNl .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-tEmBXW4TNl .divider {
    margin: 40px 15px 45px;
  }
  .cid-tEmBXW4TNl .form-group,
  .cid-tEmBXW4TNl .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tEmBXW4TNl .social,
  .cid-tEmBXW4TNl .address,
  .cid-tEmBXW4TNl .info__wrap {
    margin-bottom: 30px;
  }
  .cid-tEmBXW4TNl .form-group {
    padding: 10px 15px;
  }
  .cid-tEmBXW4TNl .input-group-btn {
    padding: 0 15px;
  }
}
.cid-tEmBXW4TNl LABEL {
  color: #000000;
}
.cid-tv8ply1wh3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-gc-1-1920x900.png");
}
.cid-tv8ply1wh3 .social__wrap {
  padding-top: 5px;
}
.cid-tv8ply1wh3 .social__wrap a {
  margin: 0 15px;
}
.cid-tv8ply1wh3 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tv8ply1wh3 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tv8ply1wh3 .social__wrap a:hover {
  color: #e8b080 !important;
}
.cid-tv8ply1wh3 .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tv8ply1wh3 .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tv8ply1wh3 .menu__items a:hover {
  color: #fff !important;
}
.cid-tv8ply1wh3 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tv8ply1wh3 .logo-footer {
  width: 140px;
}
.cid-tv8ply1wh3 .logo-premio {
  width: 100px;
}
.cid-tv8ply1wh3 .menu {
  margin-bottom: 10px;
}
.cid-tv8ply1wh3 .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tv8ply1wh3 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tv8ply1wh3 .social {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tv8ply1wh3 .divider {
  background-color: #a37650;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8ply1wh3 .divider {
    margin-top: 0;
  }
}
.cid-tv8ply1wh3 .divider2 {
  background-color: #a37650;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8ply1wh3 .divider2 {
    margin-top: 0;
  }
}
.cid-tv8ply1wh3 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tv8ply1wh3 .brand {
  margin-bottom: 30px;
}
.cid-tv8ply1wh3 .brand__text {
  margin-bottom: 0;
}
.cid-tv8ply1wh3 .brand__text a {
  font-weight: 700;
}
.cid-tv8ply1wh3 .brand__text a:hover {
  color: #e8b080 !important;
}
.cid-tv8ply1wh3 .adress {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tv8ply1wh3 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tv8ply1wh3 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tv8ply1wh3 .title__menu {
    margin-bottom: 15px;
  }
  .cid-tv8ply1wh3 .menu__items {
    margin-bottom: 10px;
  }
  .cid-tv8ply1wh3 .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tv8ply1wh3 .bottom__wrap,
  .cid-tv8ply1wh3 .social {
    text-align: center;
  }
  .cid-tv8ply1wh3 .bottom__wrap {
    justify-content: center;
  }
}
.cid-tv2FTRtHpN {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-tv2FTRtHpN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tv2FTRtHpN .container {
    position: relative;
  }
  .cid-tv2FTRtHpN .row {
    margin: 0;
  }
  .cid-tv2FTRtHpN h2 {
    margin: 0;
  }
}
.cid-tv2FTRtHpN .mbr-section-title {
  font-weight: 200 !important;
  text-align: left;
}
.cid-tv2FTRtHpN .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tv2FTRtHpN .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tv2FTRtHpN .line-title {
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tv2FTRtHpN .vertical-line:before {
  content: '';
  background-color: #e2e2e2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tv2FTRtHpN .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tv2FTRtHpN .container-column,
.cid-tv2FTRtHpN h2 {
  color: #ffffff;
}
.cid-szQmBZroSf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szQmBZroSf .nav-tabs .nav-item.open .nav-link:focus,
.cid-szQmBZroSf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-szQmBZroSf .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-szQmBZroSf .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-szQmBZroSf .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-szQmBZroSf .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-szQmBZroSf .nav {
  flex-direction: column;
}
.cid-szQmBZroSf .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #a37650;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-szQmBZroSf .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #a37650;
  border-left: 3px solid #a37650;
}
.cid-szQmBZroSf .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #a37650;
  font-style: normal;
  border-left: 3px solid #a37650;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-szQmBZroSf .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-szQmBZroSf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-szQmBZroSf p {
    padding-left: 0rem;
  }
  .cid-szQmBZroSf .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-szQmBZroSf .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-szQmBZroSf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-szQmBZroSf .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-szQmBZroSf p {
    padding-left: 0rem;
  }
}
.cid-tv8ply1wh3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-gc-1-1920x900.png");
}
.cid-tv8ply1wh3 .social__wrap {
  padding-top: 5px;
}
.cid-tv8ply1wh3 .social__wrap a {
  margin: 0 15px;
}
.cid-tv8ply1wh3 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tv8ply1wh3 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tv8ply1wh3 .social__wrap a:hover {
  color: #e8b080 !important;
}
.cid-tv8ply1wh3 .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tv8ply1wh3 .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tv8ply1wh3 .menu__items a:hover {
  color: #fff !important;
}
.cid-tv8ply1wh3 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tv8ply1wh3 .logo-footer {
  width: 140px;
}
.cid-tv8ply1wh3 .logo-premio {
  width: 100px;
}
.cid-tv8ply1wh3 .menu {
  margin-bottom: 10px;
}
.cid-tv8ply1wh3 .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tv8ply1wh3 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tv8ply1wh3 .social {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tv8ply1wh3 .divider {
  background-color: #a37650;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8ply1wh3 .divider {
    margin-top: 0;
  }
}
.cid-tv8ply1wh3 .divider2 {
  background-color: #a37650;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8ply1wh3 .divider2 {
    margin-top: 0;
  }
}
.cid-tv8ply1wh3 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tv8ply1wh3 .brand {
  margin-bottom: 30px;
}
.cid-tv8ply1wh3 .brand__text {
  margin-bottom: 0;
}
.cid-tv8ply1wh3 .brand__text a {
  font-weight: 700;
}
.cid-tv8ply1wh3 .brand__text a:hover {
  color: #e8b080 !important;
}
.cid-tv8ply1wh3 .adress {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tv8ply1wh3 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tv8ply1wh3 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tv8ply1wh3 .title__menu {
    margin-bottom: 15px;
  }
  .cid-tv8ply1wh3 .menu__items {
    margin-bottom: 10px;
  }
  .cid-tv8ply1wh3 .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tv8ply1wh3 .bottom__wrap,
  .cid-tv8ply1wh3 .social {
    text-align: center;
  }
  .cid-tv8ply1wh3 .bottom__wrap {
    justify-content: center;
  }
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-tEn5t6yKdY .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-tEn5t6yKdY .nav-link:hover {
  color: #a37650  !important;
}
.cid-tEn5t6yKdY .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-tEn5t6yKdY .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-tEn5t6yKdY .btn:hover {
  color: #fff !important;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item:hover {
  color: #a37650 !important;
  opacity: 1 !important;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .dropdown-item {
  color: #fff !important;
}
.cid-tEn5t6yKdY .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tEn5t6yKdY .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tEn5t6yKdY .btn-white {
  color: #a37650 !important;
}
.cid-tEn5t6yKdY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEn5t6yKdY .container {
  display: flex;
  margin: auto;
}
.cid-tEn5t6yKdY .navbar.navbar-short .nav-link,
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tEn5t6yKdY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tEn5t6yKdY .navbar.opened {
  background: #101010 !important;
}
.cid-tEn5t6yKdY .nav-item:focus,
.cid-tEn5t6yKdY .nav-link:focus {
  outline: none;
}
.cid-tEn5t6yKdY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEn5t6yKdY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEn5t6yKdY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #101010;
  background: none;
}
.cid-tEn5t6yKdY .navbar.opened {
  transition: all 0.3s;
}
.cid-tEn5t6yKdY .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tEn5t6yKdY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEn5t6yKdY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEn5t6yKdY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEn5t6yKdY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEn5t6yKdY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEn5t6yKdY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEn5t6yKdY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tEn5t6yKdY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tEn5t6yKdY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEn5t6yKdY .navbar.navbar-short {
  background: #101010 !important;
  min-height: 60px;
}
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tEn5t6yKdY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEn5t6yKdY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEn5t6yKdY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEn5t6yKdY .dropdown-item.active,
.cid-tEn5t6yKdY .dropdown-item:active {
  background-color: transparent;
}
.cid-tEn5t6yKdY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEn5t6yKdY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-tEn5t6yKdY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEn5t6yKdY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEn5t6yKdY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tEn5t6yKdY .navbar-buttons {
  text-align: center;
}
.cid-tEn5t6yKdY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tEn5t6yKdY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEn5t6yKdY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .icons-menu span {
  font-size: 20px;
  color: #e0a544 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEn5t6yKdY .navbar {
    height: 77px;
  }
  .cid-tEn5t6yKdY .navbar.opened {
    height: auto;
  }
  .cid-tEn5t6yKdY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEmVlGCNLW {
  background-image: url("../../../assets/images/banner-5-1920x900.jpg");
}
.cid-tEmVlGCNLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmVlGCNLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmVlGCNLW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tEmVlGCNLW .container-fluid {
    padding: 0 30px;
  }
}
.cid-tEmVlGCNLW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEmVlGCNLW .container {
    padding: 0 30px;
  }
}
.cid-tEmVlGCNLW .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tEmVlGCNLW .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tEmVlGCNLW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEmVlGCNLW .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tEmVlGCNLW .mbr-section-title {
  color: #ffffff;
}
.cid-tEmVlGCNLW .mbr-text {
  color: #ffffff;
}
.cid-tEndJIrTnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060203;
}
.cid-tEndJIrTnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEndJIrTnL .iconfont-wrapper img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.cid-tEndJIrTnL .card-title strong {
  font-weight: 400 !important;
}
.cid-tEndJIrTnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEndJIrTnL .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-tEndJIrTnL .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tEndJIrTnL .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tEndJIrTnL .card-text {
  font-weight: 300;
  color: #f5f7fd;
  margin-bottom: 0;
}
.cid-tEndJIrTnL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEndJIrTnL .card-row {
  align-items: stretch;
}
.cid-tEndJIrTnL .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tEndJIrTnL .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #a37650;
}
.cid-tEndJIrTnL .card-box {
  height: 100%;
}
.cid-tEndJIrTnL .card-title {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 15px;
}
.cid-tEndJIrTnL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 10px;
}
.cid-tEndJIrTnL .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #a37650;
}
.cid-tEmVlI02Ns {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-6-1920x900.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tEmVlI02Ns .container,
.cid-tEmVlI02Ns .container-fluid {
  position: static;
}
.cid-tEmVlI02Ns .label-text {
  width: 100%;
  color: #d68500;
  margin-bottom: 20px;
  text-align: left;
}
.cid-tEmVlI02Ns .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tEmVlI02Ns .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
  text-align: left;
}
.cid-tEmVlI02Ns .colored-text {
  color: #a37650;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tEmVlI02Ns .mbr-text {
  color: #00284E;
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tEmVlI02Ns .mbr-text {
    padding-right: 48px;
  }
}
.cid-tEmVlI02Ns .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tEmVlI02Ns .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 20px 20px;
  border-radius: 13px;
  border: 1px solid #a37650;
}
.cid-tEmVlI02Ns .card-title {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-tEmVlI02Ns .card-text {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tEmVlI02Ns .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tEmVlI02Ns .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tEmVlI02Ns .mbr-section-btn .btn:before {
  display: none;
}
.cid-tEmVlI02Ns .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tEmVlI02Ns .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-tEmVlI02Ns .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tEmVlI02Ns .bg-round {
    width: 56%;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tEmVlI02Ns .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEmVlI02Ns .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tEmVlI02Ns .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tEmVlI02Ns .bg-round svg {
    height: 100%;
  }
}
.cid-tEmVlI02Ns .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tEmVlI02Ns .col-text {
    margin-left: auto;
  }
}
.cid-tEmVlI02Ns .mbr-text,
.cid-tEmVlI02Ns .mbr-section-btn {
  color: #ffffff;
}
.cid-tEmVlIu819 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEmVlIu819 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #067e8e;
}
.cid-tEmVlIu819 .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tEmVlIu819 .mbr-section-title {
  font-weight: 400;
  color: #060203;
}
.cid-tEmVlIu819 .mbr-text {
  margin: 10px 0 30px;
}
.cid-tEmVlIu819 .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tEmVlIu819 .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tEmVlIu819 .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tEmVlIu819 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tEmVlIu819 .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tEmVlITqxy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tEmVlITqxy .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #067e8e;
}
.cid-tEmVlITqxy .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tEmVlITqxy .mbr-section-title {
  font-weight: 400;
  color: #060203;
}
.cid-tEmVlITqxy .mbr-text {
  margin: 10px 0 30px;
}
.cid-tEmVlITqxy .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tEmVlITqxy .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tEmVlITqxy .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tEmVlITqxy .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tEmVlITqxy .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tEmVlJhDhy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEmVlJhDhy .mbr-section-title,
.cid-tEmVlJhDhy .title__address,
.cid-tEmVlJhDhy .title__social {
  margin-bottom: 20px;
}
.cid-tEmVlJhDhy .info {
  margin-bottom: 20px;
}
.cid-tEmVlJhDhy .text__info,
.cid-tEmVlJhDhy .work__time,
.cid-tEmVlJhDhy .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEmVlJhDhy .info__wrap {
    padding: 0 30px;
  }
}
.cid-tEmVlJhDhy .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-tEmVlJhDhy .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #ebeaed !important;
}
.cid-tEmVlJhDhy .dragArea .form-control:hover,
.cid-tEmVlJhDhy .dragArea .form-control:focus {
  border: none !important;
}
.cid-tEmVlJhDhy .dragArea .jq-selectbox li:hover,
.cid-tEmVlJhDhy .dragArea .jq-selectbox li.selected {
  background-color: #e8b080;
  color: #ffffff;
}
.cid-tEmVlJhDhy .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #000000 !important;
}
.cid-tEmVlJhDhy .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tEmVlJhDhy .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmVlJhDhy .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #000000;
}
.cid-tEmVlJhDhy .dragArea textarea {
  height: 160px !important;
}
.cid-tEmVlJhDhy .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmVlJhDhy .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmVlJhDhy .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmVlJhDhy .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tEmVlJhDhy .input-group-btn {
  padding: 0 10px;
}
.cid-tEmVlJhDhy .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-tEmVlJhDhy .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-tEmVlJhDhy .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-tEmVlJhDhy .form-group,
.cid-tEmVlJhDhy .input-group-btn {
  padding: 0 7px;
}
.cid-tEmVlJhDhy .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-tEmVlJhDhy .divider {
    margin: 40px 15px 45px;
  }
  .cid-tEmVlJhDhy .form-group,
  .cid-tEmVlJhDhy .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tEmVlJhDhy .social,
  .cid-tEmVlJhDhy .address,
  .cid-tEmVlJhDhy .info__wrap {
    margin-bottom: 30px;
  }
  .cid-tEmVlJhDhy .form-group {
    padding: 10px 15px;
  }
  .cid-tEmVlJhDhy .input-group-btn {
    padding: 0 15px;
  }
}
.cid-tEmVlJhDhy LABEL {
  color: #000000;
}
.cid-tEmVlK8b3b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-gc-1-1920x900.png");
}
.cid-tEmVlK8b3b .social__wrap {
  padding-top: 5px;
}
.cid-tEmVlK8b3b .social__wrap a {
  margin: 0 15px;
}
.cid-tEmVlK8b3b .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tEmVlK8b3b .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tEmVlK8b3b .social__wrap a:hover {
  color: #e8b080 !important;
}
.cid-tEmVlK8b3b .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tEmVlK8b3b .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tEmVlK8b3b .menu__items a:hover {
  color: #fff !important;
}
.cid-tEmVlK8b3b .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tEmVlK8b3b .logo-footer {
  width: 140px;
}
.cid-tEmVlK8b3b .logo-premio {
  width: 100px;
}
.cid-tEmVlK8b3b .menu {
  margin-bottom: 10px;
}
.cid-tEmVlK8b3b .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tEmVlK8b3b .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tEmVlK8b3b .social {
  margin-bottom: 50px;
}
.cid-tEmVlK8b3b .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tEmVlK8b3b .divider {
  background-color: #a37650;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tEmVlK8b3b .divider {
    margin-top: 0;
  }
}
.cid-tEmVlK8b3b .divider2 {
  background-color: #a37650;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tEmVlK8b3b .divider2 {
    margin-top: 0;
  }
}
.cid-tEmVlK8b3b .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tEmVlK8b3b .brand {
  margin-bottom: 30px;
}
.cid-tEmVlK8b3b .brand__text {
  margin-bottom: 0;
}
.cid-tEmVlK8b3b .brand__text a {
  font-weight: 700;
}
.cid-tEmVlK8b3b .brand__text a:hover {
  color: #e8b080 !important;
}
.cid-tEmVlK8b3b .adress {
  margin-bottom: 50px;
}
.cid-tEmVlK8b3b .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tEmVlK8b3b .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tEmVlK8b3b .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tEmVlK8b3b .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tEmVlK8b3b .title__menu {
    margin-bottom: 15px;
  }
  .cid-tEmVlK8b3b .menu__items {
    margin-bottom: 10px;
  }
  .cid-tEmVlK8b3b .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tEmVlK8b3b .bottom__wrap,
  .cid-tEmVlK8b3b .social {
    text-align: center;
  }
  .cid-tEmVlK8b3b .bottom__wrap {
    justify-content: center;
  }
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-tEn5t6yKdY .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-tEn5t6yKdY .nav-link:hover {
  color: #a37650  !important;
}
.cid-tEn5t6yKdY .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-tEn5t6yKdY .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-tEn5t6yKdY .btn:hover {
  color: #fff !important;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item:hover {
  color: #a37650 !important;
  opacity: 1 !important;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEn5t6yKdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .dropdown-item {
  color: #fff !important;
}
.cid-tEn5t6yKdY .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tEn5t6yKdY .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tEn5t6yKdY .btn-white {
  color: #a37650 !important;
}
.cid-tEn5t6yKdY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEn5t6yKdY .container {
  display: flex;
  margin: auto;
}
.cid-tEn5t6yKdY .navbar.navbar-short .nav-link,
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tEn5t6yKdY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tEn5t6yKdY .navbar.opened {
  background: #101010 !important;
}
.cid-tEn5t6yKdY .nav-item:focus,
.cid-tEn5t6yKdY .nav-link:focus {
  outline: none;
}
.cid-tEn5t6yKdY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEn5t6yKdY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEn5t6yKdY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #101010;
  background: none;
}
.cid-tEn5t6yKdY .navbar.opened {
  transition: all 0.3s;
}
.cid-tEn5t6yKdY .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tEn5t6yKdY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEn5t6yKdY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEn5t6yKdY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEn5t6yKdY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEn5t6yKdY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEn5t6yKdY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEn5t6yKdY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEn5t6yKdY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tEn5t6yKdY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEn5t6yKdY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEn5t6yKdY .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-tEn5t6yKdY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tEn5t6yKdY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEn5t6yKdY .navbar.navbar-short {
  background: #101010 !important;
  min-height: 60px;
}
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tEn5t6yKdY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tEn5t6yKdY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEn5t6yKdY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEn5t6yKdY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEn5t6yKdY .dropdown-item.active,
.cid-tEn5t6yKdY .dropdown-item:active {
  background-color: transparent;
}
.cid-tEn5t6yKdY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEn5t6yKdY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEn5t6yKdY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-tEn5t6yKdY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEn5t6yKdY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEn5t6yKdY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tEn5t6yKdY .navbar-buttons {
  text-align: center;
}
.cid-tEn5t6yKdY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn5t6yKdY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEn5t6yKdY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn5t6yKdY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tEn5t6yKdY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEn5t6yKdY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEn5t6yKdY .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-tEn5t6yKdY .icons-menu span {
  font-size: 20px;
  color: #e0a544 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEn5t6yKdY .navbar {
    height: 77px;
  }
  .cid-tEn5t6yKdY .navbar.opened {
    height: auto;
  }
  .cid-tEn5t6yKdY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
