body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'TodaySB-CapExtLig';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d19c26 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #faae26 !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #9c7d32 0, #92641e 100%) !important;
  border: 1px solid #d19c26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(170, 135, 56, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #9c7d32 0, #92641e 100%) !important;
  box-shadow: 0 6px 40px #aa8738;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #886519 !important;
  border-color: #d19c26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  border: 1px solid #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 6px 30px rgba(245, 245, 245, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  box-shadow: 0 6px 40px #f5f5f5;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d19c26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #886519 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d19c26 !important;
  border-color: #d19c26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faae26;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a1e21;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #d19c26 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #faae26 !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b5c16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b67604 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d19c26;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #faae26;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d19c26;
  border-color: #d19c26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d19c26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6e9cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8ed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'TodaySB-CapExtLig';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d19c26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'TodaySB-CapExtLig';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d19c26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d19c26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d19c26;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d19c26;
  border-bottom-color: #d19c26;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d19c26 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #faae26 !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='%23d19c26' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #d19c26 !important;
  border-color: #d19c26 !important;
  color: #e3ebf3 !important;
}
.cid-uQEMfVZhQQ .dropdown-menu {
  padding: 12px 0;
}
.cid-uQEMfVZhQQ .dropdown-item:hover,
.cid-uQEMfVZhQQ .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-uQEMfVZhQQ .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uQEMfVZhQQ .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQEMfVZhQQ .nav-link {
  position: relative;
}
.cid-uQEMfVZhQQ .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-uQEMfVZhQQ .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQEMfVZhQQ .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-uQEMfVZhQQ .dropdown-menu,
.cid-uQEMfVZhQQ .navbar.opened {
  background: #faae26 !important;
}
.cid-uQEMfVZhQQ .nav-item:focus,
.cid-uQEMfVZhQQ .nav-link:focus {
  outline: none;
}
.cid-uQEMfVZhQQ .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-uQEMfVZhQQ .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQEMfVZhQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQEMfVZhQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQEMfVZhQQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #fa7e26;
  background: none;
}
.cid-uQEMfVZhQQ .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-uQEMfVZhQQ .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-uQEMfVZhQQ .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-uQEMfVZhQQ .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-uQEMfVZhQQ .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-uQEMfVZhQQ .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-uQEMfVZhQQ .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-uQEMfVZhQQ .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-uQEMfVZhQQ .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-uQEMfVZhQQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQEMfVZhQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQEMfVZhQQ .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened {
  position: fixed;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQEMfVZhQQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQEMfVZhQQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQEMfVZhQQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQEMfVZhQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQEMfVZhQQ .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: 41%;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQEMfVZhQQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-uQEMfVZhQQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQEMfVZhQQ .navbar.navbar-short {
  background: #fa7e26 !important;
  min-height: 60px;
}
.cid-uQEMfVZhQQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQEMfVZhQQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQEMfVZhQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQEMfVZhQQ .dropdown-item.active,
.cid-uQEMfVZhQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQEMfVZhQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQEMfVZhQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa7e26;
}
.cid-uQEMfVZhQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQEMfVZhQQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQEMfVZhQQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQEMfVZhQQ .navbar-buttons {
  text-align: center;
}
.cid-uQEMfVZhQQ 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-uQEMfVZhQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ .navbar-dropdown {
  position: fixed;
}
.cid-uQEMfVZhQQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQEMfVZhQQ .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQEMfVZhQQ .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-uQEMfVZhQQ .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQEMfVZhQQ .navbar {
    height: 77px;
  }
  .cid-uQEMfVZhQQ .navbar.opened {
    height: auto;
  }
  .cid-uQEMfVZhQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJYs5ykIy4 {
  display: flex;
  background-image: url("../../../assets/images/banner-01.png-1920x1080.png");
}
.cid-uJYs5ykIy4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uJYs5ykIy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYs5ykIy4 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uJYs5ykIy4 .line {
    margin-bottom: 10rem;
  }
}
.cid-uJYs5ykIy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYs5ykIy4 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJYs5ykIy4 {
    align-items: center;
  }
  .cid-uJYs5ykIy4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJYs5ykIy4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJYs5ykIy4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJYs5ykIy4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJYs5ykIy4 .content-wrap {
    width: 100%;
  }
}
.cid-uJYs5ykIy4 .mbr-section-subtitle,
.cid-uJYs5ykIy4 .line {
  color: #ffffff;
}
.cid-uJYs5ykIy4 .mbr-text,
.cid-uJYs5ykIy4 .mbr-section-btn {
  text-align: left;
  color: #f5c400;
}
.cid-uJYs5ykIy4 .mbr-section-title {
  color: #fa7e26;
  text-align: center;
}
.cid-uJYs5ykIy4 .mbr-section-title DIV {
  text-align: left;
}
.cid-uJYs5ykIy4 .highlighted-text {
  color: #ffffff;
  text-shadow: 0 0 5px #f5c400, 0 0 10px #f5c400, 0 0 20px #f5c400, 0 0 30px rgba(245, 196, 0, 0.6);
}
.cid-uQEO65eXCj {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #a76c00, #fff4e0);
}
@media (min-width: 768px) {
  .cid-uQEO65eXCj {
    align-items: flex-start;
  }
  .cid-uQEO65eXCj .row {
    justify-content: flex-start;
  }
}
.cid-uQEO65eXCj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQEO65eXCj .mbr-text,
.cid-uQEO65eXCj .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uQEO65eXCj .mbr-section-title,
.cid-uQEO65eXCj .line {
  color: #ffffff;
}
.cid-uQEO65eXCj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQEO65eXCj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQEO65eXCj .mbr-section-subtitle,
.cid-uQEO65eXCj .align {
  text-align: left;
  color: #232323;
}
.cid-uQEO65eXCj .mbr-section-title,
.cid-uQEO65eXCj .line DIV {
  text-align: center;
}
.cid-uJYq2JhNOs {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fff4e0;
}
.cid-uJYq2JhNOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYq2JhNOs .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #d19c26;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uJYq2JhNOs h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uJYq2JhNOs h1 {
    margin-bottom: 1rem;
  }
}
.cid-uJYq2JhNOs p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uJYq2JhNOs p {
    margin-bottom: 2rem;
  }
}
.cid-uJYq2JhNOs .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uJYq2JhNOs .image-wrapper,
.cid-uJYq2JhNOs img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJYq2JhNOs .image-wrapper,
  .cid-uJYq2JhNOs img {
    padding-bottom: 0.5rem;
  }
}
.cid-uJYq2JhNOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJYq2JhNOs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJYq2JhNOs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJYq2JhNOs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJYq2JhNOs .content-wrap {
    width: 100%;
  }
}
.cid-uJYq2JhNOs .mbr-section-subtitle,
.cid-uJYq2JhNOs .line {
  color: #291f1e;
}
.cid-uJYq2JhNOs .mbr-text,
.cid-uJYq2JhNOs .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uJYq2JhNOs .mbr-section-title {
  color: #291f1e;
}
.cid-uJYq2JhNOs .mbr-section-title,
.cid-uJYq2JhNOs .mbr-section-btn,
.cid-uJYq2JhNOs .line {
  text-align: left;
  color: #291f1e;
}
.cid-uJYq2JhNOs .mbr-text {
  text-align: left;
}
.cid-uQEPemmRch {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff4e0, #c9fcbb);
}
@media (min-width: 768px) {
  .cid-uQEPemmRch {
    align-items: flex-start;
  }
  .cid-uQEPemmRch .row {
    justify-content: flex-start;
  }
}
.cid-uQEPemmRch .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQEPemmRch .mbr-text,
.cid-uQEPemmRch .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uQEPemmRch .mbr-section-title,
.cid-uQEPemmRch .line {
  color: #14600c;
}
.cid-uQEPemmRch h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQEPemmRch h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQEPemmRch .mbr-section-subtitle,
.cid-uQEPemmRch .align {
  text-align: left;
  color: #232323;
}
.cid-uQEPemmRch .mbr-section-title,
.cid-uQEPemmRch .line DIV {
  text-align: center;
}
.cid-uQEVpoXRlD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c9fcbb;
}
.cid-uQEVpoXRlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEVpoXRlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEVpoXRlD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQEVpoXRlD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQEVpoXRlD .container {
    padding: 0 25px;
  }
}
.cid-uQEVpoXRlD .row {
  justify-content: center;
}
.cid-uQEVpoXRlD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQEVpoXRlD .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQEVpoXRlD .card {
    margin-bottom: 50px;
  }
}
.cid-uQEVpoXRlD .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uQEVpoXRlD .card .card-wrap {
    padding: 0;
  }
}
.cid-uQEVpoXRlD .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uQEVpoXRlD .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #d4af37;
}
.cid-uQEVpoXRlD .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uQEVpoXRlD .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQEVpoXRlD .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uQEVpoXRlD .mbr-card-title {
  color: #E33030;
}
.cid-uQEVpoXRlD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQEVpoXRlD .mbr-card-title,
.cid-uQEVpoXRlD .icon-wrapper {
  text-align: center;
  color: #38aa16;
}
.cid-uQEVpoXRlD .mbr-section-title,
.cid-uQEVpoXRlD .icon-wrapper {
  color: #d4af37;
}
.cid-uQF3Gt5luC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c9fcbb;
}
.cid-uQF3Gt5luC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQF3Gt5luC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQF3Gt5luC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQF3Gt5luC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQF3Gt5luC .container {
    padding: 0 25px;
  }
}
.cid-uQF3Gt5luC .row {
  justify-content: center;
}
.cid-uQF3Gt5luC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQF3Gt5luC .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQF3Gt5luC .card {
    margin-bottom: 50px;
  }
}
.cid-uQF3Gt5luC .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uQF3Gt5luC .card .card-wrap {
    padding: 0;
  }
}
.cid-uQF3Gt5luC .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uQF3Gt5luC .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #d4af37;
}
.cid-uQF3Gt5luC .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uQF3Gt5luC .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQF3Gt5luC .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uQF3Gt5luC .mbr-card-title {
  color: #E33030;
}
.cid-uQF3Gt5luC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQF3Gt5luC .mbr-card-title,
.cid-uQF3Gt5luC .icon-wrapper {
  text-align: center;
  color: #38aa16;
}
.cid-uQF3Gt5luC .mbr-section-title,
.cid-uQF3Gt5luC .icon-wrapper {
  color: #d4af37;
}
.cid-uRkzy2iN8f {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #c9fcbb, #fff4e0);
}
@media (min-width: 768px) {
  .cid-uRkzy2iN8f {
    align-items: flex-start;
  }
  .cid-uRkzy2iN8f .row {
    justify-content: flex-start;
  }
}
.cid-uRkzy2iN8f .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRkzy2iN8f .mbr-text,
.cid-uRkzy2iN8f .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uRkzy2iN8f .mbr-section-title,
.cid-uRkzy2iN8f .line {
  color: #14600c;
}
.cid-uRkzy2iN8f h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRkzy2iN8f h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRkzy2iN8f .mbr-section-subtitle,
.cid-uRkzy2iN8f .align {
  text-align: left;
  color: #232323;
}
.cid-uRkzy2iN8f .mbr-section-title,
.cid-uRkzy2iN8f .line DIV {
  text-align: center;
}
.cid-uRkzBAVMGN {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff4e0;
}
.cid-uRkzBAVMGN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRkzBAVMGN .mbr-section-title,
.cid-uRkzBAVMGN .mbr-section-subtitle,
.cid-uRkzBAVMGN .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRkzBAVMGN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRkzBAVMGN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRkzBAVMGN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRkzBAVMGN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRkzBAVMGN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uRkzBAVMGN .icon-focus {
  display: none;
}
.cid-uRkzBAVMGN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uRkzBAVMGN ul {
  font-size: 0;
}
.cid-uRkzBAVMGN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uRkzBAVMGN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uRkzBAVMGN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uRkzBAVMGN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uRkzBAVMGN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uRkzBAVMGN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRkzBAVMGN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uRkzBAVMGN .btn:hover {
  background: transparent !important;
}
.cid-uRkzBAVMGN .btn:hover:before {
  background: transparent !important;
}
.cid-uRkzBAVMGN .btn:before {
  background-color: transparent !important;
}
.cid-uRkzBAVMGN .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uRkzBAVMGN .mbr-section-title {
  color: #a2784f;
}
.cid-uRkzBAVMGN .mbr-section-subtitle,
.cid-uRkzBAVMGN .underline {
  color: #000000;
}
.cid-ty26v6PBh2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fff4e0;
  overflow: hidden;
}
.cid-ty26v6PBh2 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .row {
    padding: 0;
  }
}
.cid-ty26v6PBh2 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-text {
    max-width: 100%;
  }
}
.cid-ty26v6PBh2 .item-title {
  position: relative;
  color: #fa7e26;
}
.cid-ty26v6PBh2 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ty26v6PBh2 .mbr-text {
  color: #000000;
}
.cid-ty26v6PBh2 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty26v6PBh2 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-img {
    display: none;
  }
}
.cid-ty26v6PBh2 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ty26v6PBh2 .item-img-2 {
  transform: rotate(15deg);
}
.cid-ty26v6PBh2 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uJYq53lxG6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffcee;
}
.cid-uJYq53lxG6 .item:focus,
.cid-uJYq53lxG6 span:focus {
  outline: none;
}
.cid-uJYq53lxG6 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJYq53lxG6 .item {
  color: #da6d1d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJYq53lxG6 .item {
    min-height: 45px;
  }
}
.cid-uQF6VthNUV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uQF6VthNUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQF6VthNUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQF6VthNUV .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ffc04f -30%, #fffcee 20%, #a76c00 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQF6VthNUV .card-wrapper {
    padding: 16px;
  }
}
.cid-uQF6VthNUV .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQF6VthNUV .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQF6VthNUV .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uQF6VthNUV .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQF6VthNUV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQF6VthNUV .list {
  color: #ffffff;
  text-align: center;
}
.cid-uQF6VthNUV .list,
.cid-uQF6VthNUV .item-wrap,
.cid-uQF6VthNUV .tabs-wrapper {
  color: #060606;
}
.cid-uJTYptb7aT {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/orange-modern-agriculture-presentation.webp");
}
.cid-uJTYptb7aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTYptb7aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTYptb7aT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJTYptb7aT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJTYptb7aT .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJTYptb7aT .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJTYptb7aT .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJTYptb7aT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJTYptb7aT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJTYptb7aT .mbr-section-title {
  color: #ffffff;
}
.cid-uJTYptb7aT .mbr-desc,
.cid-uJTYptb7aT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJTYptb7aT .mbr-text,
.cid-uJTYptb7aT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJTYptb7aT .mbr-section-title,
.cid-uJTYptb7aT .mbr-section-btn {
  text-align: left;
  color: #ce4909;
}
.cid-uJTYptb7aT .mbr-desc,
.cid-uJTYptb7aT .desc-wrapper {
  color: #fff4e0;
}
.cid-ty263QN2eV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-ty263QN2eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty263QN2eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty263QN2eV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ty263QN2eV .mbr-section-title a {
  pointer-events: none;
}
.cid-ty263QN2eV .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty263QN2eV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQEVrem893 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #fffcee, #c9fcbb);
}
.cid-uQEVrem893 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEVrem893 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uQEVrem893 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uQEVrem893 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQEVrem893 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQEVrem893 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #fffcee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uQEVrem893 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uQEVrem893 .item-wrapper:hover {
  background: #a76c00;
  transform: translateY(-5px);
}
.cid-uQEVrem893 .item-wrapper:hover .card-title,
.cid-uQEVrem893 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uQEVrem893 .item-wrapper:hover span,
.cid-uQEVrem893 .item-wrapper:hover .card-link,
.cid-uQEVrem893 .item-wrapper:hover .card-link a {
  color: #d19c26 !important;
}
.cid-uQEVrem893 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uQEVrem893 .card-title,
.cid-uQEVrem893 .card-text,
.cid-uQEVrem893 .card-link,
.cid-uQEVrem893 .card-link a {
  transition: all 0.3s;
}
.cid-uQEVrem893 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uQEVrem893 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uQEVrem893 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uQEVrem893 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #a76c00;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uQEVrem893 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uQEVrem893 .card-title,
.cid-uQEVrem893 .iconfont-wrapper {
  color: #000000;
}
.cid-uQEVrem893 .card-text {
  color: #232323;
}
.cid-uQEVrem893 .mbr-section-title {
  color: #14600c;
  text-align: center;
}
.cid-uQEVrem893 .card-link,
.cid-uQEVrem893 .link-icon,
.cid-uQEVrem893 .link-align {
  color: #232323;
}
.cid-uQEVrem893 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQEVrem893 .mbr-section-subtitle,
.cid-uQEVrem893 .align {
  color: #232323;
}
.cid-uTbrKhwi0Z {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
}
.cid-uTbrKhwi0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbrKhwi0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbrKhwi0Z .content-wrap {
  padding: 60px;
  background-color: #e5eee4;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #375330;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uTbrKhwi0Z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #ffefd7;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #375330;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uTbrKhwi0Z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ff4d39;
  background-color: #dfe3e8;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uTbrKhwi0Z .mbr-section-title {
  color: #404349;
}
.cid-uTbrKhwi0Z .mbr-desc {
  color: #b19a7c;
}
.cid-uTbrKhwi0Z .mbr-text {
  color: #404349;
}
.cid-uTbrKhwi0Z .list {
  color: #404349;
}
.cid-uTbrKhwi0Z .soc-desc {
  color: #404349;
}
.cid-uTbrKhwi0Z label {
  color: #404349;
}
.cid-uTbrKhwi0Z .list,
.cid-uTbrKhwi0Z .item-wrap {
  color: #375330;
}
.cid-uTbrKhwi0Z .mbr-section-title,
.cid-uTbrKhwi0Z .title-wrap {
  color: #14600c;
}
.cid-uJYQ9pnxXS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uJYQ9pnxXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYQ9pnxXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJYQ9pnxXS .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJYQ9pnxXS .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uJYQ9pnxXS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJYQ9pnxXS .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJYQ9pnxXS .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJYQ9pnxXS .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJYQ9pnxXS .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJYQ9pnxXS .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJYQ9pnxXS .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJYQ9pnxXS .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJYQ9pnxXS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJYQ9pnxXS .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJYQ9pnxXS .list-wrapper .list .item-wrap:hover,
.cid-uJYQ9pnxXS .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJYQ9pnxXS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJYQ9pnxXS .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJYQ9pnxXS .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJYQ9pnxXS .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJYQ9pnxXS .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJYQ9pnxXS .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uJYQ9pnxXS .mbr-desc {
  color: #ffffff;
}
.cid-uJYQ9pnxXS .mbr-text,
.cid-uJYQ9pnxXS .text-wrapper {
  color: #9aa0a6;
}
.cid-uJYQ9pnxXS .list {
  color: #9aa0a6;
}
.cid-uJYQ9pnxXS .list,
.cid-uJYQ9pnxXS .item-wrap {
  color: #111111;
}
.cid-uJYQ9pnxXS .mbr-desc,
.cid-uJYQ9pnxXS .content-wrapper {
  color: #111111;
}
.cid-uJYQ9pnxXS .mbr-text,
.cid-uJYQ9pnxXS .mbr-section-btn {
  color: #111111;
}
.cid-uJYQ9pnxXS P {
  color: #111111;
}
.cid-uQEMfVZhQQ .dropdown-menu {
  padding: 12px 0;
}
.cid-uQEMfVZhQQ .dropdown-item:hover,
.cid-uQEMfVZhQQ .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-uQEMfVZhQQ .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uQEMfVZhQQ .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQEMfVZhQQ .nav-link {
  position: relative;
}
.cid-uQEMfVZhQQ .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-uQEMfVZhQQ .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQEMfVZhQQ .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-uQEMfVZhQQ .dropdown-menu,
.cid-uQEMfVZhQQ .navbar.opened {
  background: #faae26 !important;
}
.cid-uQEMfVZhQQ .nav-item:focus,
.cid-uQEMfVZhQQ .nav-link:focus {
  outline: none;
}
.cid-uQEMfVZhQQ .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-uQEMfVZhQQ .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQEMfVZhQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQEMfVZhQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQEMfVZhQQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #fa7e26;
  background: none;
}
.cid-uQEMfVZhQQ .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-uQEMfVZhQQ .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-uQEMfVZhQQ .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-uQEMfVZhQQ .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-uQEMfVZhQQ .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-uQEMfVZhQQ .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-uQEMfVZhQQ .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-uQEMfVZhQQ .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-uQEMfVZhQQ .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-uQEMfVZhQQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQEMfVZhQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQEMfVZhQQ .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened {
  position: fixed;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQEMfVZhQQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQEMfVZhQQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQEMfVZhQQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQEMfVZhQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQEMfVZhQQ .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: 41%;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQEMfVZhQQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-uQEMfVZhQQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQEMfVZhQQ .navbar.navbar-short {
  background: #fa7e26 !important;
  min-height: 60px;
}
.cid-uQEMfVZhQQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQEMfVZhQQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQEMfVZhQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQEMfVZhQQ .dropdown-item.active,
.cid-uQEMfVZhQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQEMfVZhQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQEMfVZhQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa7e26;
}
.cid-uQEMfVZhQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQEMfVZhQQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQEMfVZhQQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQEMfVZhQQ .navbar-buttons {
  text-align: center;
}
.cid-uQEMfVZhQQ 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-uQEMfVZhQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ .navbar-dropdown {
  position: fixed;
}
.cid-uQEMfVZhQQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQEMfVZhQQ .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQEMfVZhQQ .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-uQEMfVZhQQ .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQEMfVZhQQ .navbar {
    height: 77px;
  }
  .cid-uQEMfVZhQQ .navbar.opened {
    height: auto;
  }
  .cid-uQEMfVZhQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFhm0GnXb {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/charrua-1.webp");
}
.cid-uQFhm0GnXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFhm0GnXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFhm0GnXb .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQFhm0GnXb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQFhm0GnXb .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQFhm0GnXb .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uQFhm0GnXb .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQFhm0GnXb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQFhm0GnXb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQFhm0GnXb .mbr-section-title {
  color: #ffffff;
}
.cid-uQFhm0GnXb .mbr-desc,
.cid-uQFhm0GnXb .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQFhm0GnXb .mbr-text,
.cid-uQFhm0GnXb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQFhm0GnXb .mbr-section-title,
.cid-uQFhm0GnXb .mbr-section-btn {
  text-align: left;
  color: #ce4909;
}
.cid-uQFhm0GnXb .mbr-desc,
.cid-uQFhm0GnXb .desc-wrapper {
  color: #ffffff;
}
.cid-uQFhoSxQty {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-uQFhoSxQty .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQFhoSxQty .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQFhoSxQty .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #d19c26;
}
.cid-uQFhoSxQty .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-uQFhoSxQty .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uQFhoSxQty .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uQFhoSxQty .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uQFhoSxQty .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQFhoSxQty .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uQFhoSxQty .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uQFhoSxQty .card-title,
.cid-uQFhoSxQty .social-row {
  color: #1a449a;
}
.cid-uQFhoSxQty .mbr-role,
.cid-uQFhoSxQty .social-row {
  color: #1a449a;
}
.cid-uQFhoSxQty .card-text,
.cid-uQFhoSxQty .mbr-section-btn,
.cid-uQFhoSxQty .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uQFhoSxQty .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFhoSxQty .card-title,
.cid-uQFhoSxQty .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQFhoSxQty .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJYKGJnZ4T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uJYKGJnZ4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYKGJnZ4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJYKGJnZ4T .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJYKGJnZ4T .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJYKGJnZ4T .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJYKGJnZ4T .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap:hover,
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJYKGJnZ4T .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJYKGJnZ4T .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJYKGJnZ4T .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uJYKGJnZ4T .mbr-desc {
  color: #ffffff;
}
.cid-uJYKGJnZ4T .mbr-text,
.cid-uJYKGJnZ4T .text-wrapper {
  color: #9aa0a6;
}
.cid-uJYKGJnZ4T .list {
  color: #9aa0a6;
}
.cid-uJYKGJnZ4T .list,
.cid-uJYKGJnZ4T .item-wrap {
  color: #111111;
}
.cid-uJYKGJnZ4T .mbr-desc,
.cid-uJYKGJnZ4T .content-wrapper {
  color: #111111;
}
.cid-uJYKGJnZ4T .mbr-text,
.cid-uJYKGJnZ4T .mbr-section-btn {
  color: #111111;
}
.cid-uJYKGJnZ4T P {
  color: #111111;
}
.cid-uQEMfVZhQQ .dropdown-menu {
  padding: 12px 0;
}
.cid-uQEMfVZhQQ .dropdown-item:hover,
.cid-uQEMfVZhQQ .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-uQEMfVZhQQ .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uQEMfVZhQQ .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQEMfVZhQQ .nav-link {
  position: relative;
}
.cid-uQEMfVZhQQ .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-uQEMfVZhQQ .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQEMfVZhQQ .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-uQEMfVZhQQ .dropdown-menu,
.cid-uQEMfVZhQQ .navbar.opened {
  background: #faae26 !important;
}
.cid-uQEMfVZhQQ .nav-item:focus,
.cid-uQEMfVZhQQ .nav-link:focus {
  outline: none;
}
.cid-uQEMfVZhQQ .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-uQEMfVZhQQ .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQEMfVZhQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQEMfVZhQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQEMfVZhQQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #fa7e26;
  background: none;
}
.cid-uQEMfVZhQQ .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-uQEMfVZhQQ .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-uQEMfVZhQQ .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-uQEMfVZhQQ .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-uQEMfVZhQQ .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-uQEMfVZhQQ .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-uQEMfVZhQQ .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-uQEMfVZhQQ .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-uQEMfVZhQQ .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-uQEMfVZhQQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQEMfVZhQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQEMfVZhQQ .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened {
  position: fixed;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-uQEMfVZhQQ .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQEMfVZhQQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQEMfVZhQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQEMfVZhQQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQEMfVZhQQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQEMfVZhQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQEMfVZhQQ .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: 41%;
  }
  .cid-uQEMfVZhQQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQEMfVZhQQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQEMfVZhQQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-uQEMfVZhQQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQEMfVZhQQ .navbar.navbar-short {
  background: #fa7e26 !important;
  min-height: 60px;
}
.cid-uQEMfVZhQQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQEMfVZhQQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQEMfVZhQQ .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-uQEMfVZhQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQEMfVZhQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQEMfVZhQQ .dropdown-item.active,
.cid-uQEMfVZhQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQEMfVZhQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQEMfVZhQQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQEMfVZhQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa7e26;
}
.cid-uQEMfVZhQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQEMfVZhQQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQEMfVZhQQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQEMfVZhQQ .navbar-buttons {
  text-align: center;
}
.cid-uQEMfVZhQQ 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-uQEMfVZhQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQEMfVZhQQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQEMfVZhQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQEMfVZhQQ .navbar-dropdown {
  position: fixed;
}
.cid-uQEMfVZhQQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQEMfVZhQQ .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQEMfVZhQQ .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-uQEMfVZhQQ .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQEMfVZhQQ .navbar {
    height: 77px;
  }
  .cid-uQEMfVZhQQ .navbar.opened {
    height: auto;
  }
  .cid-uQEMfVZhQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFivdCPQ7 {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/charrua-1.webp");
}
.cid-uQFivdCPQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFivdCPQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFivdCPQ7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQFivdCPQ7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQFivdCPQ7 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQFivdCPQ7 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uQFivdCPQ7 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQFivdCPQ7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQFivdCPQ7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQFivdCPQ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uQFivdCPQ7 .mbr-desc,
.cid-uQFivdCPQ7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQFivdCPQ7 .mbr-text,
.cid-uQFivdCPQ7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQFivdCPQ7 .mbr-section-title,
.cid-uQFivdCPQ7 .mbr-section-btn {
  text-align: left;
  color: #ce4909;
}
.cid-uQFivdCPQ7 .mbr-desc,
.cid-uQFivdCPQ7 .desc-wrapper {
  color: #ffffff;
}
.cid-uQFirU1oPh {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-uQFirU1oPh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQFirU1oPh .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQFirU1oPh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #d19c26;
}
.cid-uQFirU1oPh .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-uQFirU1oPh .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uQFirU1oPh .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uQFirU1oPh .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uQFirU1oPh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQFirU1oPh .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uQFirU1oPh .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uQFirU1oPh .card-title,
.cid-uQFirU1oPh .social-row {
  color: #1a449a;
}
.cid-uQFirU1oPh .mbr-role,
.cid-uQFirU1oPh .social-row {
  color: #1a449a;
}
.cid-uQFirU1oPh .card-text,
.cid-uQFirU1oPh .mbr-section-btn,
.cid-uQFirU1oPh .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uQFirU1oPh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFirU1oPh .card-title,
.cid-uQFirU1oPh .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQFirU1oPh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJYKGJnZ4T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uJYKGJnZ4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYKGJnZ4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uJYKGJnZ4T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJYKGJnZ4T .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJYKGJnZ4T .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJYKGJnZ4T .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJYKGJnZ4T .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap:hover,
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJYKGJnZ4T .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJYKGJnZ4T .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJYKGJnZ4T .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJYKGJnZ4T .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJYKGJnZ4T .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJYKGJnZ4T .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uJYKGJnZ4T .mbr-desc {
  color: #ffffff;
}
.cid-uJYKGJnZ4T .mbr-text,
.cid-uJYKGJnZ4T .text-wrapper {
  color: #9aa0a6;
}
.cid-uJYKGJnZ4T .list {
  color: #9aa0a6;
}
.cid-uJYKGJnZ4T .list,
.cid-uJYKGJnZ4T .item-wrap {
  color: #111111;
}
.cid-uJYKGJnZ4T .mbr-desc,
.cid-uJYKGJnZ4T .content-wrapper {
  color: #111111;
}
.cid-uJYKGJnZ4T .mbr-text,
.cid-uJYKGJnZ4T .mbr-section-btn {
  color: #111111;
}
.cid-uJYKGJnZ4T P {
  color: #111111;
}
