body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sBaMZrs9qZ {
  background-image: url("../../../assets/images/foto-fardos-palha-de-trigo-1280x960.jpg");
}
.cid-sBaMZrs9qZ .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sBaMZrs9qZ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sBaMZrs9qZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sBaMZrs9qZ .animated-element,
.cid-sBaMZrs9qZ .typed-cursor {
  color: #ffffff;
}
.cid-sBaMZrs9qZ .animated-element {
  border-bottom: 5px solid #dabf13;
}
@media (max-width: 767px) {
  .cid-sBaMZrs9qZ .typed-text {
    text-align: center;
  }
}
.cid-sBaMZrs9qZ .mbr-section-title {
  text-align: center;
}
.cid-sBaMZrs9qZ .mbr-text,
.cid-sBaMZrs9qZ .typed-text,
.cid-sBaMZrs9qZ .mbr-section-btn {
  text-align: center;
}
.cid-sBaMZrs9qZ .mbr-section-subtitle,
.cid-sBaMZrs9qZ .underline {
  text-align: center;
}
.cid-sCj4lnKXyO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCj4lnKXyO .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sCj4lnKXyO section {
  position: relative;
}
.cid-sCj4lnKXyO a {
  font-weight: 600;
}
.cid-sCj4lnKXyO .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-sCj4lnKXyO .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #ebeaed;
}
.cid-sCj4lnKXyO .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sCj4lnKXyO .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-sCj4lnKXyO .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sCj4lnKXyO .card-wrapper {
  height: 100%;
}
.cid-sCj4lnKXyO .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sCj4lnKXyO .card-wrapper:hover .card-title a {
  color: #17161a !important;
}
.cid-sCj4lnKXyO .text {
  color: #000000;
}
.cid-sCj4lnKXyO .card-title {
  color: #000000;
}
.cid-sCj4lnKXyO .title {
  text-align: center;
}
.cid-sCjfZYuTod {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCjfZYuTod img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sCjfZYuTod .row {
  justify-content: center;
}
.cid-sCjfZYuTod .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sCjfZYuTod .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sCjfZYuTod .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-sCjfZYuTod .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-sCjfZYuTod .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sCjfZYuTod .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sCjfZYuTod .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sCjfZYuTod .item {
    padding: 0.5rem;
  }
  .cid-sCjfZYuTod .row {
    padding: 0 0.5rem;
  }
}
.cid-sCjfZYuTod .btn {
  border-radius: 0;
}
.cid-sCjfZYuTod .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-sBVkN4SdwY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ebeaed;
}
.cid-sBVkN4SdwY .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sBVkN4SdwY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sBVkN4SdwY .mbr-text {
  color: #444;
}
.cid-sBVkN4SdwY h5 {
  margin-bottom: 0;
}
.cid-sBVkN4SdwY .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sBVkN4SdwY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVkN4SdwY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-sBVkN4SdwY .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBVkN4SdwY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBVkN4SdwY .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sBVkN4SdwY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sBVkN4SdwY .social-list a:hover {
  opacity: 0.4;
}
.cid-sBVkN4SdwY .media-container-row > div {
  padding: 0px;
}
.cid-sBVkN4SdwY .text2 {
  color: #000000;
  text-align: left;
}
.cid-sBVkN4SdwY .group-title {
  text-align: left;
  color: #000000;
}
.cid-sBVkN4SdwY .group-title SPAN {
  color: #ffffff;
}
.cid-sBVkN4SdwY .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sBVkN4SdwY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sBVkN4SdwY .social-list,
  .cid-sBVkN4SdwY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBVkN4SdwY h3 {
    margin-bottom: 10px;
  }
  .cid-sBVkN4SdwY .navbar-brand {
    text-align: center;
  }
}
.cid-sBVkN4SdwY .links SPAN {
  color: #9e9e9e;
}
.cid-sBVkN4SdwY .links,
.cid-sBVkN4SdwY .navbar-brand {
  color: #000000;
}
.cid-rRIjBgE6OI {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRIjBgE6OI .main {
  height: 480px;
}
.cid-rRIjBgE6OI .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-rRIjBgE6OI .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRIjBgE6OI .map {
    height: auto;
  }
}
.cid-rRIjBgE6OI .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRIjBgE6OI .block__content1,
.cid-rRIjBgE6OI .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-rRIjBgE6OI .block__content1 {
  background-color: #ffffff;
}
.cid-rRIjBgE6OI .block__content2 {
  background-color: #ebeaed;
}
.cid-rRIjBgE6OI .border__radius {
  margin-bottom: 20px;
  border: 2px solid #000000;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRIjBgE6OI .content__title,
.cid-rRIjBgE6OI .title__address {
  margin-bottom: 20px;
}
.cid-rRIjBgE6OI .content__span,
.cid-rRIjBgE6OI .content__span2 {
  color: #6a696c;
}
.cid-rRIjBgE6OI .content__phone {
  margin-bottom: 25px;
}
.cid-rRIjBgE6OI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRIjBgE6OI .main {
    height: auto;
  }
  .cid-rRIjBgE6OI .block__content1,
  .cid-rRIjBgE6OI .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-rRIjBgE6OI .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRIjBgE6OI .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRIjBgE6OI .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIjBgE6OI .wrap__content {
    flex-direction: column;
  }
}
.cid-rRIjBgE6OI .content__title {
  color: #17161a;
}
.cid-rRIjBgE6OI .title__address {
  color: #17161a;
}
.cid-sBVjZOcbaN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVvdH1Tau {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sBVvdH1Tau .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sBVvdH1Tau .title,
.cid-sBVvdH1Tau .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sBVvdH1Tau .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sBVvdH1Tau .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sBVvdH1Tau .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sBVvdH1Tau .text-box {
  padding: 0rem;
}
.cid-sBVvdH1Tau .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sBVvdH1Tau .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sBVvdH1Tau .card-img {
  overflow: hidden;
}
.cid-sBVvdH1Tau .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sBVvdH1Tau .card-box {
  padding: 0rem;
}
.cid-sBVvdH1Tau img {
  transition: all 0.3s;
}
.cid-sBVvdH1Tau .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #000000;
  text-align: left;
}
.cid-sBVvdH1Tau .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sBVvdH1Tau .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBVvdH1Tau .card-img {
    width: 30%;
  }
  .cid-sBVvdH1Tau .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sBVvdH1Tau .card-img {
    width: 50%;
  }
  .cid-sBVvdH1Tau .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sBVvdH1Tau .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sBVvdH1Tau .card-img {
    width: 100%;
  }
  .cid-sBVvdH1Tau .card-box {
    width: 100%;
  }
}
.cid-sBVvdH1Tau .card-box > p,
.cid-sBVvdH1Tau .mbr-section-btn {
  color: #000000;
}
.cid-sD9yEOKW9P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sD9yEOKW9P .card-box {
  padding: 0rem;
}
.cid-sD9yEOKW9P .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sD9yEOKW9P .card {
  padding: 0;
  margin: auto;
}
.cid-sD9yEOKW9P .card-img {
  height: 400px;
}
.cid-sD9yEOKW9P .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sD9yEOKW9P .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sD9yEOKW9P .card-wrapper {
    padding: 4rem;
  }
}
.cid-sCkQNcmXs1 {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-sCkQNcmXs1 .box1 {
  background-image: url("../../../assets/images/agroarkafla-1277x676.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sCkQNcmXs1 .box2 {
  background-image: url("../../../assets/images/agroarkafla-pulverizacao-1269x674.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sCkQNcmXs1 .icon-wrap {
  background-color: #000000 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sCkQNcmXs1 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sCkQNcmXs1 .icon-wrap span {
  padding-left: 8px;
}
.cid-sCkQNcmXs1 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sCkQNcmXs1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sCkQNcmXs1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCkQNcmXs1 .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sCkQNcmXs1 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sCkQNcmXs1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCkQNcmXs1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sCkQNcmXs1 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .cid-sCkQNcmXs1 .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCkQNcmXs1 {
    padding-top: 42px;
    padding-bottom: 70px;
  }
  .cid-sCkQNcmXs1 .box1,
  .cid-sCkQNcmXs1 .box2 {
    height: 250px;
  }
}
.cid-sBVtlDLwr2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sBVtlDLwr2 .main {
  height: 480px;
}
.cid-sBVtlDLwr2 .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sBVtlDLwr2 .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sBVtlDLwr2 .map {
    height: auto;
  }
}
.cid-sBVtlDLwr2 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sBVtlDLwr2 .block__content1,
.cid-sBVtlDLwr2 .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sBVtlDLwr2 .block__content1 {
  background-color: #ffffff;
}
.cid-sBVtlDLwr2 .block__content2 {
  background-color: #ebeaed;
}
.cid-sBVtlDLwr2 .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVtlDLwr2 .content__title,
.cid-sBVtlDLwr2 .title__address {
  margin-bottom: 20px;
}
.cid-sBVtlDLwr2 .content__span,
.cid-sBVtlDLwr2 .content__span2 {
  color: #6a696c;
}
.cid-sBVtlDLwr2 .content__phone {
  margin-bottom: 25px;
}
.cid-sBVtlDLwr2 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sBVtlDLwr2 .main {
    height: auto;
  }
  .cid-sBVtlDLwr2 .block__content1,
  .cid-sBVtlDLwr2 .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sBVtlDLwr2 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sBVtlDLwr2 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sBVtlDLwr2 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sBVtlDLwr2 .wrap__content {
    flex-direction: column;
  }
}
.cid-sBVtlDLwr2 .content__title {
  color: #17161a;
}
.cid-sBVtlDLwr2 .title__address {
  color: #17161a;
}
.cid-sBVtlFutLv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBVtlGUKLq {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBVtlGUKLq .nav-item,
.cid-sBVtlGUKLq .nav-link,
.cid-sBVtlGUKLq .navbar-caption {
  font-weight: normal;
}
.cid-sBVtlGUKLq .navbar-nav {
  counter-reset: number;
}
.cid-sBVtlGUKLq .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sBVtlGUKLq .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sBVtlGUKLq .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBVtlGUKLq .btn {
    white-space: nowrap;
  }
  .cid-sBVtlGUKLq .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBVtlGUKLq .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBVtlGUKLq .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBVtlGUKLq .dropdown-toggle::after,
  .cid-sBVtlGUKLq .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBVtlGUKLq .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVtlGUKLq .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVtlGUKLq .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sBVtlGUKLq .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVtlGUKLq .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sBVtlGUKLq .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sBVtlGUKLq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBVtlGUKLq .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBVtlGUKLq .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBVtlGUKLq .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBVtlGUKLq .nav-item:focus,
.cid-sBVtlGUKLq .nav-link:focus {
  outline: none;
}
.cid-sBVtlGUKLq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBVtlGUKLq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sBVtlGUKLq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBVtlGUKLq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVtlGUKLq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBVtlGUKLq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVtlGUKLq ul.navbar-nav li {
  margin: auto;
}
.cid-sBVtlGUKLq .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBVtlGUKLq .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBVtlGUKLq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVtlGUKLq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVtlGUKLq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVtlGUKLq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sBVtlGUKLq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBVtlGUKLq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVtlGUKLq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBVtlGUKLq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVtlGUKLq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVtlGUKLq .navbar .container-fluid,
  .cid-sBVtlGUKLq .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBVtlGUKLq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBVtlGUKLq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVtlGUKLq .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sBVtlGUKLq .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sBVtlGUKLq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBVtlGUKLq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBVtlGUKLq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBVtlGUKLq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBVtlGUKLq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBVtlGUKLq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVtlGUKLq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVtlGUKLq .dropdown-item.active,
.cid-sBVtlGUKLq .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVtlGUKLq .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVtlGUKLq .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sBVtlGUKLq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVtlGUKLq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBVtlGUKLq .navbar-buttons {
  text-align: center;
}
.cid-sBVtlGUKLq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBVtlGUKLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBVtlGUKLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVtlGUKLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVtlGUKLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVtlGUKLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVtlGUKLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVtlGUKLq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVtlGUKLq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVtlGUKLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVtlGUKLq .navbar-dropdown {
  position: absolute;
}
.cid-sBVtlGUKLq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVtlGUKLq a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sBVtlGUKLq .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVtlGUKLq .navbar {
    height: 77px;
  }
  .cid-sBVtlGUKLq .navbar.opened {
    height: auto;
  }
  .cid-sBVtlGUKLq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCjtWOt0Lg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ebeaed;
}
.cid-sCjtWOt0Lg .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCjtWOt0Lg .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sCjtWOt0Lg .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sCjtWOt0Lg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCjtWOt0Lg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCjtWOt0Lg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCjtWOt0Lg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCjtWOt0Lg .map-placeholder {
  display: none;
}
.cid-sCjtWOt0Lg .mbr-section-title,
.cid-sCjtWOt0Lg .map-title {
  color: #29282d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCjtWOt0Lg .map-title {
    margin-top: 3rem;
  }
}
.cid-sCjxtoTPeI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/foto-colheita-trigo-1280x960.jpg");
}
.cid-sCjxtoTPeI .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCjxtoTPeI .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sCjxtoTPeI .panel-group {
  width: 100%;
}
.cid-sCjxtoTPeI .panel-text,
.cid-sCjxtoTPeI .mbr-section-subtitle {
  color: #767676;
}
.cid-sCjxtoTPeI .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sCjxtoTPeI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sCjxtoTPeI .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #767676;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sCjxtoTPeI .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sCjxtoTPeI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCjxtoTPeI .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sCjxtoTPeI .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sCjxtoTPeI .card .panel-body {
  background: #ffffff;
}
.cid-sCjxtoTPeI .header-text,
.cid-sCjxtoTPeI .sign {
  color: #ffffff;
}
.cid-sBVwcx2Qd1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sBVwcx2Qd1 .main {
  height: 480px;
}
.cid-sBVwcx2Qd1 .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sBVwcx2Qd1 .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sBVwcx2Qd1 .map {
    height: auto;
  }
}
.cid-sBVwcx2Qd1 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sBVwcx2Qd1 .block__content1,
.cid-sBVwcx2Qd1 .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sBVwcx2Qd1 .block__content1 {
  background-color: #ffffff;
}
.cid-sBVwcx2Qd1 .block__content2 {
  background-color: #ebeaed;
}
.cid-sBVwcx2Qd1 .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVwcx2Qd1 .content__title,
.cid-sBVwcx2Qd1 .title__address {
  margin-bottom: 20px;
}
.cid-sBVwcx2Qd1 .content__span,
.cid-sBVwcx2Qd1 .content__span2 {
  color: #6a696c;
}
.cid-sBVwcx2Qd1 .content__phone {
  margin-bottom: 25px;
}
.cid-sBVwcx2Qd1 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sBVwcx2Qd1 .main {
    height: auto;
  }
  .cid-sBVwcx2Qd1 .block__content1,
  .cid-sBVwcx2Qd1 .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sBVwcx2Qd1 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sBVwcx2Qd1 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sBVwcx2Qd1 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sBVwcx2Qd1 .wrap__content {
    flex-direction: column;
  }
}
.cid-sBVwcx2Qd1 .content__title {
  color: #17161a;
}
.cid-sBVwcx2Qd1 .title__address {
  color: #17161a;
}
.cid-sBVwcyIbwC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBVwcA7S8M {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBVwcA7S8M .nav-item,
.cid-sBVwcA7S8M .nav-link,
.cid-sBVwcA7S8M .navbar-caption {
  font-weight: normal;
}
.cid-sBVwcA7S8M .navbar-nav {
  counter-reset: number;
}
.cid-sBVwcA7S8M .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sBVwcA7S8M .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sBVwcA7S8M .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBVwcA7S8M .btn {
    white-space: nowrap;
  }
  .cid-sBVwcA7S8M .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBVwcA7S8M .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBVwcA7S8M .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBVwcA7S8M .dropdown-toggle::after,
  .cid-sBVwcA7S8M .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBVwcA7S8M .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVwcA7S8M .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVwcA7S8M .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sBVwcA7S8M .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVwcA7S8M .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sBVwcA7S8M .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sBVwcA7S8M .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBVwcA7S8M .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBVwcA7S8M .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBVwcA7S8M .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBVwcA7S8M .nav-item:focus,
.cid-sBVwcA7S8M .nav-link:focus {
  outline: none;
}
.cid-sBVwcA7S8M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBVwcA7S8M .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sBVwcA7S8M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBVwcA7S8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVwcA7S8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBVwcA7S8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVwcA7S8M ul.navbar-nav li {
  margin: auto;
}
.cid-sBVwcA7S8M .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBVwcA7S8M .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBVwcA7S8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVwcA7S8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVwcA7S8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVwcA7S8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sBVwcA7S8M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBVwcA7S8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVwcA7S8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBVwcA7S8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVwcA7S8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVwcA7S8M .navbar .container-fluid,
  .cid-sBVwcA7S8M .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBVwcA7S8M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBVwcA7S8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVwcA7S8M .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sBVwcA7S8M .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sBVwcA7S8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBVwcA7S8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBVwcA7S8M .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBVwcA7S8M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBVwcA7S8M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBVwcA7S8M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVwcA7S8M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVwcA7S8M .dropdown-item.active,
.cid-sBVwcA7S8M .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVwcA7S8M .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVwcA7S8M .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sBVwcA7S8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVwcA7S8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBVwcA7S8M .navbar-buttons {
  text-align: center;
}
.cid-sBVwcA7S8M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBVwcA7S8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBVwcA7S8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVwcA7S8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVwcA7S8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVwcA7S8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVwcA7S8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVwcA7S8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVwcA7S8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVwcA7S8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVwcA7S8M .navbar-dropdown {
  position: absolute;
}
.cid-sBVwcA7S8M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVwcA7S8M a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sBVwcA7S8M .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVwcA7S8M .navbar {
    height: 77px;
  }
  .cid-sBVwcA7S8M .navbar.opened {
    height: auto;
  }
  .cid-sBVwcA7S8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVVVhCnCO {
  padding-top: 105px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/agro-arkafla-fazenda-castro-1996x624.jpeg");
}
.cid-sBVVVhCnCO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-sBVVVhCnCO textarea {
  min-height: 150px;
}
.cid-sBVVVhCnCO .google-map {
  height: 27rem;
  position: relative;
}
.cid-sBVVVhCnCO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sBVVVhCnCO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBVVVhCnCO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBVVVhCnCO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sBVVVhCnCO .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sBVVVhCnCO .form-control,
.cid-sBVVVhCnCO .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sBVVVhCnCO .form-control input::-webkit-input-placeholder,
.cid-sBVVVhCnCO .field-input input::-webkit-input-placeholder,
.cid-sBVVVhCnCO .form-control textarea::-webkit-input-placeholder,
.cid-sBVVVhCnCO .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sBVVVhCnCO .form-control input:-moz-placeholder,
.cid-sBVVVhCnCO .field-input input:-moz-placeholder,
.cid-sBVVVhCnCO .form-control textarea:-moz-placeholder,
.cid-sBVVVhCnCO .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sBVVVhCnCO .form-control:hover,
.cid-sBVVVhCnCO .field-input:hover,
.cid-sBVVVhCnCO .form-control:focus,
.cid-sBVVVhCnCO .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sBVVVhCnCO .form-control:hover input::-webkit-input-placeholder,
.cid-sBVVVhCnCO .field-input:hover input::-webkit-input-placeholder,
.cid-sBVVVhCnCO .form-control:focus input::-webkit-input-placeholder,
.cid-sBVVVhCnCO .field-input:focus input::-webkit-input-placeholder,
.cid-sBVVVhCnCO .form-control:hover textarea::-webkit-input-placeholder,
.cid-sBVVVhCnCO .field-input:hover textarea::-webkit-input-placeholder,
.cid-sBVVVhCnCO .form-control:focus textarea::-webkit-input-placeholder,
.cid-sBVVVhCnCO .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sBVVVhCnCO .form-control:hover input:-moz-placeholder,
.cid-sBVVVhCnCO .field-input:hover input:-moz-placeholder,
.cid-sBVVVhCnCO .form-control:focus input:-moz-placeholder,
.cid-sBVVVhCnCO .field-input:focus input:-moz-placeholder,
.cid-sBVVVhCnCO .form-control:hover textarea:-moz-placeholder,
.cid-sBVVVhCnCO .field-input:hover textarea:-moz-placeholder,
.cid-sBVVVhCnCO .form-control:focus textarea:-moz-placeholder,
.cid-sBVVVhCnCO .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sBVVVhCnCO .jq-number__spin:hover,
.cid-sBVVVhCnCO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sBVVVhCnCO .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sBVVVhCnCO .jq-selectbox li,
.cid-sBVVVhCnCO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sBVVVhCnCO .jq-selectbox li:hover,
.cid-sBVVVhCnCO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sBVVVhCnCO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sBVVVhCnCO .jq-number__spin.minus:hover:after,
.cid-sBVVVhCnCO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sBVVVhCnCO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sBVVVhCnCO .jq-number__spin.minus:after,
.cid-sBVVVhCnCO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sBVVVhCnCO input::-webkit-clear-button {
  display: none;
}
.cid-sBVVVhCnCO input::-webkit-inner-spin-button {
  display: none;
}
.cid-sBVVVhCnCO input::-webkit-outer-spin-button {
  display: none;
}
.cid-sBVVVhCnCO input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sBVVVhCnCO .google-map {
    margin-bottom: 3rem;
  }
}
.cid-sBVyjmgPDn {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBVyjmgPDn .nav-item,
.cid-sBVyjmgPDn .nav-link,
.cid-sBVyjmgPDn .navbar-caption {
  font-weight: normal;
}
.cid-sBVyjmgPDn .navbar-nav {
  counter-reset: number;
}
.cid-sBVyjmgPDn .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sBVyjmgPDn .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sBVyjmgPDn .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBVyjmgPDn .btn {
    white-space: nowrap;
  }
  .cid-sBVyjmgPDn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBVyjmgPDn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBVyjmgPDn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBVyjmgPDn .dropdown-toggle::after,
  .cid-sBVyjmgPDn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBVyjmgPDn .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVyjmgPDn .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVyjmgPDn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sBVyjmgPDn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVyjmgPDn .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sBVyjmgPDn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sBVyjmgPDn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBVyjmgPDn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBVyjmgPDn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBVyjmgPDn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBVyjmgPDn .nav-item:focus,
.cid-sBVyjmgPDn .nav-link:focus {
  outline: none;
}
.cid-sBVyjmgPDn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBVyjmgPDn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sBVyjmgPDn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBVyjmgPDn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVyjmgPDn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBVyjmgPDn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVyjmgPDn ul.navbar-nav li {
  margin: auto;
}
.cid-sBVyjmgPDn .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBVyjmgPDn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBVyjmgPDn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVyjmgPDn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVyjmgPDn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVyjmgPDn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sBVyjmgPDn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBVyjmgPDn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVyjmgPDn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBVyjmgPDn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVyjmgPDn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVyjmgPDn .navbar .container-fluid,
  .cid-sBVyjmgPDn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBVyjmgPDn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBVyjmgPDn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVyjmgPDn .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sBVyjmgPDn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sBVyjmgPDn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBVyjmgPDn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBVyjmgPDn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBVyjmgPDn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBVyjmgPDn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBVyjmgPDn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVyjmgPDn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVyjmgPDn .dropdown-item.active,
.cid-sBVyjmgPDn .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVyjmgPDn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVyjmgPDn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sBVyjmgPDn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVyjmgPDn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBVyjmgPDn .navbar-buttons {
  text-align: center;
}
.cid-sBVyjmgPDn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBVyjmgPDn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBVyjmgPDn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVyjmgPDn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVyjmgPDn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVyjmgPDn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVyjmgPDn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVyjmgPDn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVyjmgPDn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVyjmgPDn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVyjmgPDn .navbar-dropdown {
  position: absolute;
}
.cid-sBVyjmgPDn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVyjmgPDn a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sBVyjmgPDn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVyjmgPDn .navbar {
    height: 77px;
  }
  .cid-sBVyjmgPDn .navbar.opened {
    height: auto;
  }
  .cid-sBVyjmgPDn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBW1p2zJq2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBW1p2zJq2 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sBW1p2zJq2 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sBW1p2zJq2 .mbr-text {
  margin: 10px 0;
}
.cid-sBW1p2zJq2 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sBW1p2zJq2 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sBW1p2zJq2 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-sBW1p2zJq2 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sBW1p2zJq2 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sBVXkIXtiC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBVXkIXtiC .mbr-section-subtitle {
  color: #767676;
}
.cid-sBVXkIXtiC .container-table {
  margin: 0 auto;
}
.cid-sBVXkIXtiC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sBVXkIXtiC .dataTables_wrapper {
  display: block;
}
.cid-sBVXkIXtiC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sBVXkIXtiC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sBVXkIXtiC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sBVXkIXtiC table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sBVXkIXtiC table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sBVXkIXtiC table td {
  border: 1px solid #efefef;
}
.cid-sBVXkIXtiC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sBVXkIXtiC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sBVXkIXtiC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sBVXkIXtiC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sBVXkIXtiC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sBVXkIXtiC .dataTables_filter {
    text-align: center;
  }
  .cid-sBVXkIXtiC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sBVXkIXtiC .head-item,
.cid-sBVXkIXtiC .body-item {
  text-align: center;
}
.cid-sBW2SXDZjZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-sBW2SXDZjZ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sBW2SXDZjZ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sBW2SXDZjZ .mbr-text {
  margin: 10px 0;
}
.cid-sBW2SXDZjZ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sBW2SXDZjZ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sBW2SXDZjZ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-sBW2SXDZjZ .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sBW2SXDZjZ .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sBW2Zo27Zr {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f5f7fd;
}
.cid-sBW2Zo27Zr .mbr-section-subtitle {
  color: #767676;
}
.cid-sBW2Zo27Zr .container-table {
  margin: 0 auto;
}
.cid-sBW2Zo27Zr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sBW2Zo27Zr .dataTables_wrapper {
  display: block;
}
.cid-sBW2Zo27Zr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sBW2Zo27Zr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sBW2Zo27Zr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sBW2Zo27Zr table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sBW2Zo27Zr table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sBW2Zo27Zr table td {
  border: 1px solid #efefef;
}
.cid-sBW2Zo27Zr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sBW2Zo27Zr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sBW2Zo27Zr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sBW2Zo27Zr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sBW2Zo27Zr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sBW2Zo27Zr .dataTables_filter {
    text-align: center;
  }
  .cid-sBW2Zo27Zr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sBW2Zo27Zr .head-item,
.cid-sBW2Zo27Zr .body-item {
  text-align: center;
}
.cid-sBW4gN1m8E {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sBW4gN1m8E .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sBW4gN1m8E .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sBW4gN1m8E .mbr-text {
  margin: 10px 0;
}
.cid-sBW4gN1m8E .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sBW4gN1m8E .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sBW4gN1m8E .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-sBW4gN1m8E .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sBW4gN1m8E .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sBW4hkpWpN {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ebeaed;
}
.cid-sBW4hkpWpN .mbr-section-subtitle {
  color: #767676;
}
.cid-sBW4hkpWpN .container-table {
  margin: 0 auto;
}
.cid-sBW4hkpWpN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sBW4hkpWpN .dataTables_wrapper {
  display: block;
}
.cid-sBW4hkpWpN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sBW4hkpWpN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sBW4hkpWpN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sBW4hkpWpN table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sBW4hkpWpN table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sBW4hkpWpN table td {
  border: 1px solid #efefef;
}
.cid-sBW4hkpWpN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sBW4hkpWpN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sBW4hkpWpN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sBW4hkpWpN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sBW4hkpWpN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sBW4hkpWpN .dataTables_filter {
    text-align: center;
  }
  .cid-sBW4hkpWpN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sBW4hkpWpN .head-item,
.cid-sBW4hkpWpN .body-item {
  text-align: center;
}
.cid-sBVyjiJPN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sBVyjiJPN4 .main {
  height: 480px;
}
.cid-sBVyjiJPN4 .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sBVyjiJPN4 .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sBVyjiJPN4 .map {
    height: auto;
  }
}
.cid-sBVyjiJPN4 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sBVyjiJPN4 .block__content1,
.cid-sBVyjiJPN4 .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sBVyjiJPN4 .block__content1 {
  background-color: #ffffff;
}
.cid-sBVyjiJPN4 .block__content2 {
  background-color: #ebeaed;
}
.cid-sBVyjiJPN4 .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVyjiJPN4 .content__title,
.cid-sBVyjiJPN4 .title__address {
  margin-bottom: 20px;
}
.cid-sBVyjiJPN4 .content__span,
.cid-sBVyjiJPN4 .content__span2 {
  color: #6a696c;
}
.cid-sBVyjiJPN4 .content__phone {
  margin-bottom: 25px;
}
.cid-sBVyjiJPN4 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sBVyjiJPN4 .main {
    height: auto;
  }
  .cid-sBVyjiJPN4 .block__content1,
  .cid-sBVyjiJPN4 .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sBVyjiJPN4 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sBVyjiJPN4 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sBVyjiJPN4 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sBVyjiJPN4 .wrap__content {
    flex-direction: column;
  }
}
.cid-sBVyjiJPN4 .content__title {
  color: #17161a;
}
.cid-sBVyjiJPN4 .title__address {
  color: #17161a;
}
.cid-sBVyjkCV3X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBVzMHfOS9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sBVzMHfOS9 .content__block {
  padding: 50px 15px;
}
.cid-sBVzMHfOS9 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sBVzMHfOS9 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sBVzMHfOS9 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sBVzMHfOS9 .image {
  perspective: 3500px;
  position: relative;
}
.cid-sBVzMHfOS9 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sBVzMHfOS9 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sBVzMHfOS9 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sBVzMHfOS9 .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sBVzMHfOS9 .content__block {
    padding: 30px 15px;
  }
  .cid-sBVzMHfOS9 .mbr-figure {
    padding: 0;
  }
  .cid-sBVzMHfOS9 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sBVzMHfOS9 .lg-push {
    right: 11%;
  }
  .cid-sBVzMHfOS9 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sBVzMHfOS9 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sBVzMHfOS9 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sBVzpfLBdw {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBVzpfLBdw .nav-item,
.cid-sBVzpfLBdw .nav-link,
.cid-sBVzpfLBdw .navbar-caption {
  font-weight: normal;
}
.cid-sBVzpfLBdw .navbar-nav {
  counter-reset: number;
}
.cid-sBVzpfLBdw .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sBVzpfLBdw .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sBVzpfLBdw .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBVzpfLBdw .btn {
    white-space: nowrap;
  }
  .cid-sBVzpfLBdw .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBVzpfLBdw .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBVzpfLBdw .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBVzpfLBdw .dropdown-toggle::after,
  .cid-sBVzpfLBdw .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBVzpfLBdw .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVzpfLBdw .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVzpfLBdw .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sBVzpfLBdw .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVzpfLBdw .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sBVzpfLBdw .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sBVzpfLBdw .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBVzpfLBdw .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBVzpfLBdw .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBVzpfLBdw .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBVzpfLBdw .nav-item:focus,
.cid-sBVzpfLBdw .nav-link:focus {
  outline: none;
}
.cid-sBVzpfLBdw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBVzpfLBdw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sBVzpfLBdw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBVzpfLBdw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVzpfLBdw .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBVzpfLBdw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVzpfLBdw ul.navbar-nav li {
  margin: auto;
}
.cid-sBVzpfLBdw .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBVzpfLBdw .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBVzpfLBdw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVzpfLBdw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVzpfLBdw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVzpfLBdw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sBVzpfLBdw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBVzpfLBdw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVzpfLBdw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBVzpfLBdw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVzpfLBdw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVzpfLBdw .navbar .container-fluid,
  .cid-sBVzpfLBdw .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBVzpfLBdw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBVzpfLBdw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVzpfLBdw .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sBVzpfLBdw .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sBVzpfLBdw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBVzpfLBdw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBVzpfLBdw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBVzpfLBdw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBVzpfLBdw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBVzpfLBdw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVzpfLBdw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVzpfLBdw .dropdown-item.active,
.cid-sBVzpfLBdw .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVzpfLBdw .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVzpfLBdw .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sBVzpfLBdw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVzpfLBdw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBVzpfLBdw .navbar-buttons {
  text-align: center;
}
.cid-sBVzpfLBdw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBVzpfLBdw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBVzpfLBdw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVzpfLBdw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVzpfLBdw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVzpfLBdw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVzpfLBdw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVzpfLBdw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVzpfLBdw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVzpfLBdw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVzpfLBdw .navbar-dropdown {
  position: absolute;
}
.cid-sBVzpfLBdw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVzpfLBdw a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sBVzpfLBdw .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVzpfLBdw .navbar {
    height: 77px;
  }
  .cid-sBVzpfLBdw .navbar.opened {
    height: auto;
  }
  .cid-sBVzpfLBdw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVIEdD2wz {
  background-image: url("../../../assets/images/argo-arkafla-pr-castro-1920x1330.jpg");
}
.cid-sBVIEdD2wz .mbr-section {
  padding: 0;
}
.cid-sBVIEdD2wz .first-col,
.cid-sBVIEdD2wz .second-col {
  padding: 0 5%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sBVIEdD2wz .second-col {
  background-color: #000000;
}
.cid-sBVIEdD2wz .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sBVIEdD2wz .icon-transition span:hover {
  background-color: #dabf13;
}
.cid-sBVIEdD2wz .social-media {
  padding-left: 0;
}
.cid-sBVIEdD2wz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sBVIEdD2wz .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sBVIEdD2wz .about-content {
    padding: 0 1rem;
  }
  .cid-sBVIEdD2wz .typed-text {
    text-align: center;
  }
  .cid-sBVIEdD2wz .second-col {
    padding: 1rem;
  }
  .cid-sBVIEdD2wz .social-media {
    padding: 0 1rem;
  }
  .cid-sBVIEdD2wz .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-sBVIEdD2wz .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-sBVIEdD2wz .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sBVIEdD2wz .text-primarycolor {
  color: #000000;
}
.cid-sBVIEdD2wz .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sBVIEdD2wz .progressbar-title {
  color: white;
}
.cid-sBVIEdD2wz .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-sBVIEdD2wz .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBVIEdD2wz .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sBVIEdD2wz .progress-bar {
  height: 5px;
  background-color: #dabf13;
}
.cid-sBVIEdD2wz .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sBVIEdD2wz .progressbar-number {
  display: inline-block;
}
.cid-sBVIEdD2wz .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sBVIEdD2wz .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sBVIEdD2wz .progress_value {
  position: relative;
  color: #dabf13;
}
.cid-sBVIEdD2wz progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sBVIEdD2wz progress::-webkit-progress-value {
  background: #dabf13;
}
.cid-sBVIEdD2wz progress[value]::-moz-progress-bar {
  background: #dabf13;
}
.cid-sBVIEdD2wz progress::-ms-fill {
  background: #dabf13;
}
.cid-sBVIEdD2wz .progress1 .progressbar-number:before {
  content: '88';
}
.cid-sBVIEdD2wz .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sBVIEdD2wz .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sBVIEdD2wz .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sBVIEdD2wz .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sBVIEdD2wz .progress-bar-1 {
  width: 88%;
}
.cid-sBVIEdD2wz .progress-bar-2 {
  width: 63%;
}
.cid-sBVIEdD2wz .progress-bar-3 {
  width: 41%;
}
.cid-sBVIEdD2wz .progress-bar-4 {
  width: 28%;
}
.cid-sBVIEdD2wz .progress-bar-5 {
  width: 10%;
}
.cid-sBVIEdD2wz .first-col .mbr-section-title,
.cid-sBVIEdD2wz .text-primarycolor {
  color: #dabf13;
}
.cid-sBVLB1WXYy {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sBVLB1WXYy .title__block {
  padding-bottom: 40px;
}
.cid-sBVLB1WXYy .carousel {
  margin-bottom: 80px;
}
.cid-sBVLB1WXYy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-sBVLB1WXYy .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVLB1WXYy .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sBVLB1WXYy .carousel-inner {
  overflow: visible !important;
}
.cid-sBVLB1WXYy .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-sBVLB1WXYy .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-sBVLB1WXYy .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-sBVLB1WXYy .user {
  height: 300px;
}
.cid-sBVLB1WXYy .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sBVLB1WXYy .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVLB1WXYy .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-sBVLB1WXYy .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sBVLB1WXYy .carousel-control-prev {
    left: -2%;
  }
  .cid-sBVLB1WXYy .carousel-control-next {
    left: 6%;
  }
  .cid-sBVLB1WXYy .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sBVLB1WXYy .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-sBVLB1WXYy .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-sBVLB1WXYy .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-sBVLB1WXYy .carousel-item.active {
    transform: translateX(0);
  }
  .cid-sBVLB1WXYy .carousel-controls {
    display: none;
  }
  .cid-sBVLB1WXYy .carousel {
    margin-bottom: 0;
  }
}
.cid-sBVzpcgSLJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sBVzpcgSLJ .main {
  height: 480px;
}
.cid-sBVzpcgSLJ .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sBVzpcgSLJ .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sBVzpcgSLJ .map {
    height: auto;
  }
}
.cid-sBVzpcgSLJ .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sBVzpcgSLJ .block__content1,
.cid-sBVzpcgSLJ .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sBVzpcgSLJ .block__content1 {
  background-color: #ffffff;
}
.cid-sBVzpcgSLJ .block__content2 {
  background-color: #ebeaed;
}
.cid-sBVzpcgSLJ .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVzpcgSLJ .content__title,
.cid-sBVzpcgSLJ .title__address {
  margin-bottom: 20px;
}
.cid-sBVzpcgSLJ .content__span,
.cid-sBVzpcgSLJ .content__span2 {
  color: #6a696c;
}
.cid-sBVzpcgSLJ .content__phone {
  margin-bottom: 25px;
}
.cid-sBVzpcgSLJ .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sBVzpcgSLJ .main {
    height: auto;
  }
  .cid-sBVzpcgSLJ .block__content1,
  .cid-sBVzpcgSLJ .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sBVzpcgSLJ .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sBVzpcgSLJ .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sBVzpcgSLJ .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sBVzpcgSLJ .wrap__content {
    flex-direction: column;
  }
}
.cid-sBVzpcgSLJ .content__title {
  color: #17161a;
}
.cid-sBVzpcgSLJ .title__address {
  color: #17161a;
}
.cid-sBVzpe86k2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBVN4Mq2Ze {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBVN4Mq2Ze .nav-item,
.cid-sBVN4Mq2Ze .nav-link,
.cid-sBVN4Mq2Ze .navbar-caption {
  font-weight: normal;
}
.cid-sBVN4Mq2Ze .navbar-nav {
  counter-reset: number;
}
.cid-sBVN4Mq2Ze .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sBVN4Mq2Ze .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sBVN4Mq2Ze .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBVN4Mq2Ze .btn {
    white-space: nowrap;
  }
  .cid-sBVN4Mq2Ze .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBVN4Mq2Ze .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBVN4Mq2Ze .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBVN4Mq2Ze .dropdown-toggle::after,
  .cid-sBVN4Mq2Ze .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBVN4Mq2Ze .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVN4Mq2Ze .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVN4Mq2Ze .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sBVN4Mq2Ze .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVN4Mq2Ze .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sBVN4Mq2Ze .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sBVN4Mq2Ze .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBVN4Mq2Ze .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBVN4Mq2Ze .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBVN4Mq2Ze .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBVN4Mq2Ze .nav-item:focus,
.cid-sBVN4Mq2Ze .nav-link:focus {
  outline: none;
}
.cid-sBVN4Mq2Ze .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBVN4Mq2Ze .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sBVN4Mq2Ze .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBVN4Mq2Ze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVN4Mq2Ze .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBVN4Mq2Ze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVN4Mq2Ze ul.navbar-nav li {
  margin: auto;
}
.cid-sBVN4Mq2Ze .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBVN4Mq2Ze .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBVN4Mq2Ze .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVN4Mq2Ze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVN4Mq2Ze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVN4Mq2Ze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sBVN4Mq2Ze .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBVN4Mq2Ze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVN4Mq2Ze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBVN4Mq2Ze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVN4Mq2Ze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVN4Mq2Ze .navbar .container-fluid,
  .cid-sBVN4Mq2Ze .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBVN4Mq2Ze .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBVN4Mq2Ze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVN4Mq2Ze .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sBVN4Mq2Ze .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sBVN4Mq2Ze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBVN4Mq2Ze .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBVN4Mq2Ze .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBVN4Mq2Ze .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBVN4Mq2Ze .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBVN4Mq2Ze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVN4Mq2Ze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVN4Mq2Ze .dropdown-item.active,
.cid-sBVN4Mq2Ze .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVN4Mq2Ze .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVN4Mq2Ze .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sBVN4Mq2Ze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVN4Mq2Ze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBVN4Mq2Ze .navbar-buttons {
  text-align: center;
}
.cid-sBVN4Mq2Ze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBVN4Mq2Ze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBVN4Mq2Ze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVN4Mq2Ze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVN4Mq2Ze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVN4Mq2Ze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVN4Mq2Ze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVN4Mq2Ze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVN4Mq2Ze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVN4Mq2Ze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVN4Mq2Ze .navbar-dropdown {
  position: absolute;
}
.cid-sBVN4Mq2Ze a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVN4Mq2Ze a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sBVN4Mq2Ze .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVN4Mq2Ze .navbar {
    height: 77px;
  }
  .cid-sBVN4Mq2Ze .navbar.opened {
    height: auto;
  }
  .cid-sBVN4Mq2Ze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVN4Oa9vE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sBVN4Oa9vE .content__block {
  padding: 50px 15px;
}
.cid-sBVN4Oa9vE .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sBVN4Oa9vE .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sBVN4Oa9vE .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sBVN4Oa9vE .image {
  perspective: 3500px;
  position: relative;
}
.cid-sBVN4Oa9vE .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sBVN4Oa9vE .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sBVN4Oa9vE .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sBVN4Oa9vE .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sBVN4Oa9vE .content__block {
    padding: 30px 15px;
  }
  .cid-sBVN4Oa9vE .mbr-figure {
    padding: 0;
  }
  .cid-sBVN4Oa9vE .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sBVN4Oa9vE .lg-push {
    right: 11%;
  }
  .cid-sBVN4Oa9vE .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sBVN4Oa9vE .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sBVN4Oa9vE .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sBVN4Q4tJr {
  background-image: url("../../../assets/images/agro-gado-holandes-castro-pr-1920x1330.jpg");
}
.cid-sBVN4Q4tJr .mbr-section {
  padding: 0;
}
.cid-sBVN4Q4tJr .first-col,
.cid-sBVN4Q4tJr .second-col {
  padding: 0 5%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sBVN4Q4tJr .second-col {
  background-color: #000000;
}
.cid-sBVN4Q4tJr .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sBVN4Q4tJr .icon-transition span:hover {
  background-color: #dabf13;
}
.cid-sBVN4Q4tJr .social-media {
  padding-left: 0;
}
.cid-sBVN4Q4tJr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sBVN4Q4tJr .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sBVN4Q4tJr .about-content {
    padding: 0 1rem;
  }
  .cid-sBVN4Q4tJr .typed-text {
    text-align: center;
  }
  .cid-sBVN4Q4tJr .second-col {
    padding: 1rem;
  }
  .cid-sBVN4Q4tJr .social-media {
    padding: 0 1rem;
  }
  .cid-sBVN4Q4tJr .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-sBVN4Q4tJr .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-sBVN4Q4tJr .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sBVN4Q4tJr .text-primarycolor {
  color: #000000;
}
.cid-sBVN4Q4tJr .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sBVN4Q4tJr .progressbar-title {
  color: white;
}
.cid-sBVN4Q4tJr .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-sBVN4Q4tJr .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBVN4Q4tJr .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sBVN4Q4tJr .progress-bar {
  height: 5px;
  background-color: #dabf13;
}
.cid-sBVN4Q4tJr .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sBVN4Q4tJr .progressbar-number {
  display: inline-block;
}
.cid-sBVN4Q4tJr .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sBVN4Q4tJr .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sBVN4Q4tJr .progress_value {
  position: relative;
  color: #dabf13;
}
.cid-sBVN4Q4tJr progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sBVN4Q4tJr progress::-webkit-progress-value {
  background: #dabf13;
}
.cid-sBVN4Q4tJr progress[value]::-moz-progress-bar {
  background: #dabf13;
}
.cid-sBVN4Q4tJr progress::-ms-fill {
  background: #dabf13;
}
.cid-sBVN4Q4tJr .progress1 .progressbar-number:before {
  content: '98';
}
.cid-sBVN4Q4tJr .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sBVN4Q4tJr .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sBVN4Q4tJr .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sBVN4Q4tJr .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sBVN4Q4tJr .progress-bar-1 {
  width: 98%;
}
.cid-sBVN4Q4tJr .progress-bar-2 {
  width: 63%;
}
.cid-sBVN4Q4tJr .progress-bar-3 {
  width: 41%;
}
.cid-sBVN4Q4tJr .progress-bar-4 {
  width: 28%;
}
.cid-sBVN4Q4tJr .progress-bar-5 {
  width: 10%;
}
.cid-sBVN4Q4tJr .first-col .mbr-section-title,
.cid-sBVN4Q4tJr .text-primarycolor {
  color: #dabf13;
}
.cid-sBVN4SgONr {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sBVN4SgONr .title__block {
  padding-bottom: 40px;
}
.cid-sBVN4SgONr .carousel {
  margin-bottom: 80px;
}
.cid-sBVN4SgONr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-sBVN4SgONr .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVN4SgONr .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sBVN4SgONr .carousel-inner {
  overflow: visible !important;
}
.cid-sBVN4SgONr .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-sBVN4SgONr .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-sBVN4SgONr .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-sBVN4SgONr .user {
  height: 300px;
}
.cid-sBVN4SgONr .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sBVN4SgONr .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVN4SgONr .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-sBVN4SgONr .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sBVN4SgONr .carousel-control-prev {
    left: -2%;
  }
  .cid-sBVN4SgONr .carousel-control-next {
    left: 6%;
  }
  .cid-sBVN4SgONr .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sBVN4SgONr .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-sBVN4SgONr .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-sBVN4SgONr .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-sBVN4SgONr .carousel-item.active {
    transform: translateX(0);
  }
  .cid-sBVN4SgONr .carousel-controls {
    display: none;
  }
  .cid-sBVN4SgONr .carousel {
    margin-bottom: 0;
  }
}
.cid-sBVN4Islyi {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sBVN4Islyi .main {
  height: 480px;
}
.cid-sBVN4Islyi .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sBVN4Islyi .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sBVN4Islyi .map {
    height: auto;
  }
}
.cid-sBVN4Islyi .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sBVN4Islyi .block__content1,
.cid-sBVN4Islyi .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sBVN4Islyi .block__content1 {
  background-color: #ffffff;
}
.cid-sBVN4Islyi .block__content2 {
  background-color: #ebeaed;
}
.cid-sBVN4Islyi .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVN4Islyi .content__title,
.cid-sBVN4Islyi .title__address {
  margin-bottom: 20px;
}
.cid-sBVN4Islyi .content__span,
.cid-sBVN4Islyi .content__span2 {
  color: #6a696c;
}
.cid-sBVN4Islyi .content__phone {
  margin-bottom: 25px;
}
.cid-sBVN4Islyi .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sBVN4Islyi .main {
    height: auto;
  }
  .cid-sBVN4Islyi .block__content1,
  .cid-sBVN4Islyi .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sBVN4Islyi .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sBVN4Islyi .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sBVN4Islyi .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sBVN4Islyi .wrap__content {
    flex-direction: column;
  }
}
.cid-sBVN4Islyi .content__title {
  color: #17161a;
}
.cid-sBVN4Islyi .title__address {
  color: #17161a;
}
.cid-sBVN4KLrrq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sCj67YLn1U {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sCj67YLn1U .nav-item,
.cid-sCj67YLn1U .nav-link,
.cid-sCj67YLn1U .navbar-caption {
  font-weight: normal;
}
.cid-sCj67YLn1U .navbar-nav {
  counter-reset: number;
}
.cid-sCj67YLn1U .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sCj67YLn1U .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sCj67YLn1U .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sCj67YLn1U .btn {
    white-space: nowrap;
  }
  .cid-sCj67YLn1U .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sCj67YLn1U .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sCj67YLn1U .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sCj67YLn1U .dropdown-toggle::after,
  .cid-sCj67YLn1U .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sCj67YLn1U .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sCj67YLn1U .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sCj67YLn1U .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sCj67YLn1U .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sCj67YLn1U .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sCj67YLn1U .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sCj67YLn1U .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sCj67YLn1U .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sCj67YLn1U .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sCj67YLn1U .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sCj67YLn1U .nav-item:focus,
.cid-sCj67YLn1U .nav-link:focus {
  outline: none;
}
.cid-sCj67YLn1U .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sCj67YLn1U .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sCj67YLn1U .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCj67YLn1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCj67YLn1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sCj67YLn1U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCj67YLn1U ul.navbar-nav li {
  margin: auto;
}
.cid-sCj67YLn1U .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sCj67YLn1U .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sCj67YLn1U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCj67YLn1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCj67YLn1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCj67YLn1U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sCj67YLn1U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCj67YLn1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCj67YLn1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCj67YLn1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCj67YLn1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCj67YLn1U .navbar .container-fluid,
  .cid-sCj67YLn1U .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sCj67YLn1U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCj67YLn1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCj67YLn1U .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sCj67YLn1U .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sCj67YLn1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCj67YLn1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sCj67YLn1U .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sCj67YLn1U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCj67YLn1U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCj67YLn1U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCj67YLn1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCj67YLn1U .dropdown-item.active,
.cid-sCj67YLn1U .dropdown-item:active {
  background-color: transparent;
}
.cid-sCj67YLn1U .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCj67YLn1U .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sCj67YLn1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCj67YLn1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sCj67YLn1U .navbar-buttons {
  text-align: center;
}
.cid-sCj67YLn1U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCj67YLn1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sCj67YLn1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCj67YLn1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCj67YLn1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCj67YLn1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCj67YLn1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCj67YLn1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCj67YLn1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCj67YLn1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCj67YLn1U .navbar-dropdown {
  position: absolute;
}
.cid-sCj67YLn1U a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sCj67YLn1U a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sCj67YLn1U .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCj67YLn1U .navbar {
    height: 77px;
  }
  .cid-sCj67YLn1U .navbar.opened {
    height: auto;
  }
  .cid-sCj67YLn1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCj67ZHiFZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sCj67ZHiFZ .content__block {
  padding: 50px 15px;
}
.cid-sCj67ZHiFZ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sCj67ZHiFZ .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sCj67ZHiFZ .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sCj67ZHiFZ .image {
  perspective: 3500px;
  position: relative;
}
.cid-sCj67ZHiFZ .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sCj67ZHiFZ .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCj67ZHiFZ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sCj67ZHiFZ .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sCj67ZHiFZ .content__block {
    padding: 30px 15px;
  }
  .cid-sCj67ZHiFZ .mbr-figure {
    padding: 0;
  }
  .cid-sCj67ZHiFZ .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sCj67ZHiFZ .lg-push {
    right: 11%;
  }
  .cid-sCj67ZHiFZ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sCj67ZHiFZ .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sCj67ZHiFZ .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sCj680vwxR {
  background-image: url("../../../assets/images/agro-arkafla-silvicultura-183x217.jpg");
}
.cid-sCj680vwxR .mbr-section {
  padding: 0;
}
.cid-sCj680vwxR .first-col,
.cid-sCj680vwxR .second-col {
  padding: 0 5%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sCj680vwxR .second-col {
  background-color: #000000;
}
.cid-sCj680vwxR .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sCj680vwxR .icon-transition span:hover {
  background-color: #dabf13;
}
.cid-sCj680vwxR .social-media {
  padding-left: 0;
}
.cid-sCj680vwxR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sCj680vwxR .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sCj680vwxR .about-content {
    padding: 0 1rem;
  }
  .cid-sCj680vwxR .typed-text {
    text-align: center;
  }
  .cid-sCj680vwxR .second-col {
    padding: 1rem;
  }
  .cid-sCj680vwxR .social-media {
    padding: 0 1rem;
  }
  .cid-sCj680vwxR .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-sCj680vwxR .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-sCj680vwxR .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sCj680vwxR .text-primarycolor {
  color: #000000;
}
.cid-sCj680vwxR .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sCj680vwxR .progressbar-title {
  color: white;
}
.cid-sCj680vwxR .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-sCj680vwxR .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCj680vwxR .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sCj680vwxR .progress-bar {
  height: 5px;
  background-color: #dabf13;
}
.cid-sCj680vwxR .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sCj680vwxR .progressbar-number {
  display: inline-block;
}
.cid-sCj680vwxR .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sCj680vwxR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sCj680vwxR .progress_value {
  position: relative;
  color: #dabf13;
}
.cid-sCj680vwxR progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sCj680vwxR progress::-webkit-progress-value {
  background: #dabf13;
}
.cid-sCj680vwxR progress[value]::-moz-progress-bar {
  background: #dabf13;
}
.cid-sCj680vwxR progress::-ms-fill {
  background: #dabf13;
}
.cid-sCj680vwxR .progress1 .progressbar-number:before {
  content: '97';
}
.cid-sCj680vwxR .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sCj680vwxR .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sCj680vwxR .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sCj680vwxR .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sCj680vwxR .progress-bar-1 {
  width: 97%;
}
.cid-sCj680vwxR .progress-bar-2 {
  width: 63%;
}
.cid-sCj680vwxR .progress-bar-3 {
  width: 41%;
}
.cid-sCj680vwxR .progress-bar-4 {
  width: 28%;
}
.cid-sCj680vwxR .progress-bar-5 {
  width: 10%;
}
.cid-sCj680vwxR .first-col .mbr-section-title,
.cid-sCj680vwxR .text-primarycolor {
  color: #dabf13;
}
.cid-sCj682GCpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sCj682GCpC .main {
  height: 480px;
}
.cid-sCj682GCpC .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sCj682GCpC .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sCj682GCpC .map {
    height: auto;
  }
}
.cid-sCj682GCpC .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sCj682GCpC .block__content1,
.cid-sCj682GCpC .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sCj682GCpC .block__content1 {
  background-color: #ffffff;
}
.cid-sCj682GCpC .block__content2 {
  background-color: #ebeaed;
}
.cid-sCj682GCpC .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCj682GCpC .content__title,
.cid-sCj682GCpC .title__address {
  margin-bottom: 20px;
}
.cid-sCj682GCpC .content__span,
.cid-sCj682GCpC .content__span2 {
  color: #6a696c;
}
.cid-sCj682GCpC .content__phone {
  margin-bottom: 25px;
}
.cid-sCj682GCpC .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sCj682GCpC .main {
    height: auto;
  }
  .cid-sCj682GCpC .block__content1,
  .cid-sCj682GCpC .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sCj682GCpC .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sCj682GCpC .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sCj682GCpC .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sCj682GCpC .wrap__content {
    flex-direction: column;
  }
}
.cid-sCj682GCpC .content__title {
  color: #17161a;
}
.cid-sCj682GCpC .title__address {
  color: #17161a;
}
.cid-sCj683CFOC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sD9ByDYHW3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sD9ByDYHW3 .content__block {
  padding: 50px 15px;
}
.cid-sD9ByDYHW3 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sD9ByDYHW3 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sD9ByDYHW3 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sD9ByDYHW3 .image {
  perspective: 3500px;
  position: relative;
}
.cid-sD9ByDYHW3 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sD9ByDYHW3 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sD9ByDYHW3 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sD9ByDYHW3 .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sD9ByDYHW3 .content__block {
    padding: 30px 15px;
  }
  .cid-sD9ByDYHW3 .mbr-figure {
    padding: 0;
  }
  .cid-sD9ByDYHW3 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sD9ByDYHW3 .lg-push {
    right: 11%;
  }
  .cid-sD9ByDYHW3 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sD9ByDYHW3 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sD9ByDYHW3 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sD9ByEItwX {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sD9ByEItwX .nav-item,
.cid-sD9ByEItwX .nav-link,
.cid-sD9ByEItwX .navbar-caption {
  font-weight: normal;
}
.cid-sD9ByEItwX .navbar-nav {
  counter-reset: number;
}
.cid-sD9ByEItwX .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sD9ByEItwX .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sD9ByEItwX .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sD9ByEItwX .btn {
    white-space: nowrap;
  }
  .cid-sD9ByEItwX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sD9ByEItwX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sD9ByEItwX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sD9ByEItwX .dropdown-toggle::after,
  .cid-sD9ByEItwX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sD9ByEItwX .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9ByEItwX .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9ByEItwX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sD9ByEItwX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9ByEItwX .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sD9ByEItwX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sD9ByEItwX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sD9ByEItwX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sD9ByEItwX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sD9ByEItwX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sD9ByEItwX .nav-item:focus,
.cid-sD9ByEItwX .nav-link:focus {
  outline: none;
}
.cid-sD9ByEItwX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sD9ByEItwX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sD9ByEItwX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sD9ByEItwX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD9ByEItwX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sD9ByEItwX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD9ByEItwX ul.navbar-nav li {
  margin: auto;
}
.cid-sD9ByEItwX .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sD9ByEItwX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sD9ByEItwX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD9ByEItwX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD9ByEItwX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD9ByEItwX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sD9ByEItwX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sD9ByEItwX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD9ByEItwX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sD9ByEItwX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD9ByEItwX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD9ByEItwX .navbar .container-fluid,
  .cid-sD9ByEItwX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sD9ByEItwX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sD9ByEItwX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD9ByEItwX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sD9ByEItwX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sD9ByEItwX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sD9ByEItwX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sD9ByEItwX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sD9ByEItwX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD9ByEItwX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD9ByEItwX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sD9ByEItwX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD9ByEItwX .dropdown-item.active,
.cid-sD9ByEItwX .dropdown-item:active {
  background-color: transparent;
}
.cid-sD9ByEItwX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD9ByEItwX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sD9ByEItwX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sD9ByEItwX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sD9ByEItwX .navbar-buttons {
  text-align: center;
}
.cid-sD9ByEItwX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sD9ByEItwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sD9ByEItwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD9ByEItwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD9ByEItwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD9ByEItwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD9ByEItwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD9ByEItwX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD9ByEItwX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD9ByEItwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD9ByEItwX .navbar-dropdown {
  position: absolute;
}
.cid-sD9ByEItwX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9ByEItwX a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sD9ByEItwX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD9ByEItwX .navbar {
    height: 77px;
  }
  .cid-sD9ByEItwX .navbar.opened {
    height: auto;
  }
  .cid-sD9ByEItwX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD9ByFlfPx {
  background-image: url("../../../assets/images/argo-arkafla-pr-castro-1920x1330.jpg");
}
.cid-sD9ByFlfPx .mbr-section {
  padding: 0;
}
.cid-sD9ByFlfPx .first-col,
.cid-sD9ByFlfPx .second-col {
  padding: 0 5%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sD9ByFlfPx .second-col {
  background-color: #000000;
}
.cid-sD9ByFlfPx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sD9ByFlfPx .icon-transition span:hover {
  background-color: #dabf13;
}
.cid-sD9ByFlfPx .social-media {
  padding-left: 0;
}
.cid-sD9ByFlfPx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sD9ByFlfPx .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sD9ByFlfPx .about-content {
    padding: 0 1rem;
  }
  .cid-sD9ByFlfPx .typed-text {
    text-align: center;
  }
  .cid-sD9ByFlfPx .second-col {
    padding: 1rem;
  }
  .cid-sD9ByFlfPx .social-media {
    padding: 0 1rem;
  }
  .cid-sD9ByFlfPx .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-sD9ByFlfPx .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-sD9ByFlfPx .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sD9ByFlfPx .text-primarycolor {
  color: #000000;
}
.cid-sD9ByFlfPx .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sD9ByFlfPx .progressbar-title {
  color: white;
}
.cid-sD9ByFlfPx .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-sD9ByFlfPx .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD9ByFlfPx .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sD9ByFlfPx .progress-bar {
  height: 5px;
  background-color: #dabf13;
}
.cid-sD9ByFlfPx .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sD9ByFlfPx .progressbar-number {
  display: inline-block;
}
.cid-sD9ByFlfPx .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sD9ByFlfPx .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sD9ByFlfPx .progress_value {
  position: relative;
  color: #dabf13;
}
.cid-sD9ByFlfPx progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sD9ByFlfPx progress::-webkit-progress-value {
  background: #dabf13;
}
.cid-sD9ByFlfPx progress[value]::-moz-progress-bar {
  background: #dabf13;
}
.cid-sD9ByFlfPx progress::-ms-fill {
  background: #dabf13;
}
.cid-sD9ByFlfPx .progress1 .progressbar-number:before {
  content: '69';
}
.cid-sD9ByFlfPx .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sD9ByFlfPx .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sD9ByFlfPx .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sD9ByFlfPx .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sD9ByFlfPx .progress-bar-1 {
  width: 69%;
}
.cid-sD9ByFlfPx .progress-bar-2 {
  width: 63%;
}
.cid-sD9ByFlfPx .progress-bar-3 {
  width: 41%;
}
.cid-sD9ByFlfPx .progress-bar-4 {
  width: 28%;
}
.cid-sD9ByFlfPx .progress-bar-5 {
  width: 10%;
}
.cid-sD9ByFlfPx .first-col .mbr-section-title,
.cid-sD9ByFlfPx .text-primarycolor {
  color: #dabf13;
}
.cid-sD9ByGi0gm {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sD9ByGi0gm .title__block {
  padding-bottom: 40px;
}
.cid-sD9ByGi0gm .carousel {
  margin-bottom: 80px;
}
.cid-sD9ByGi0gm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-sD9ByGi0gm .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9ByGi0gm .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sD9ByGi0gm .carousel-inner {
  overflow: visible !important;
}
.cid-sD9ByGi0gm .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-sD9ByGi0gm .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-sD9ByGi0gm .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-sD9ByGi0gm .user {
  height: 300px;
}
.cid-sD9ByGi0gm .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sD9ByGi0gm .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9ByGi0gm .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-sD9ByGi0gm .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sD9ByGi0gm .carousel-control-prev {
    left: -2%;
  }
  .cid-sD9ByGi0gm .carousel-control-next {
    left: 6%;
  }
  .cid-sD9ByGi0gm .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sD9ByGi0gm .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-sD9ByGi0gm .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-sD9ByGi0gm .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-sD9ByGi0gm .carousel-item.active {
    transform: translateX(0);
  }
  .cid-sD9ByGi0gm .carousel-controls {
    display: none;
  }
  .cid-sD9ByGi0gm .carousel {
    margin-bottom: 0;
  }
}
.cid-sD9ByHa7ld {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sD9ByHa7ld .main {
  height: 480px;
}
.cid-sD9ByHa7ld .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sD9ByHa7ld .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sD9ByHa7ld .map {
    height: auto;
  }
}
.cid-sD9ByHa7ld .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sD9ByHa7ld .block__content1,
.cid-sD9ByHa7ld .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sD9ByHa7ld .block__content1 {
  background-color: #ffffff;
}
.cid-sD9ByHa7ld .block__content2 {
  background-color: #ebeaed;
}
.cid-sD9ByHa7ld .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD9ByHa7ld .content__title,
.cid-sD9ByHa7ld .title__address {
  margin-bottom: 20px;
}
.cid-sD9ByHa7ld .content__span,
.cid-sD9ByHa7ld .content__span2 {
  color: #6a696c;
}
.cid-sD9ByHa7ld .content__phone {
  margin-bottom: 25px;
}
.cid-sD9ByHa7ld .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sD9ByHa7ld .main {
    height: auto;
  }
  .cid-sD9ByHa7ld .block__content1,
  .cid-sD9ByHa7ld .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sD9ByHa7ld .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sD9ByHa7ld .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sD9ByHa7ld .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sD9ByHa7ld .wrap__content {
    flex-direction: column;
  }
}
.cid-sD9ByHa7ld .content__title {
  color: #17161a;
}
.cid-sD9ByHa7ld .title__address {
  color: #17161a;
}
.cid-sD9ByHX1y0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sD9DkAx4E9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sD9DkAx4E9 .content__block {
  padding: 50px 15px;
}
.cid-sD9DkAx4E9 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sD9DkAx4E9 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sD9DkAx4E9 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sD9DkAx4E9 .image {
  perspective: 3500px;
  position: relative;
}
.cid-sD9DkAx4E9 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sD9DkAx4E9 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sD9DkAx4E9 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sD9DkAx4E9 .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sD9DkAx4E9 .content__block {
    padding: 30px 15px;
  }
  .cid-sD9DkAx4E9 .mbr-figure {
    padding: 0;
  }
  .cid-sD9DkAx4E9 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sD9DkAx4E9 .lg-push {
    right: 11%;
  }
  .cid-sD9DkAx4E9 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sD9DkAx4E9 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sD9DkAx4E9 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sD9DkBsOYS {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sD9DkBsOYS .nav-item,
.cid-sD9DkBsOYS .nav-link,
.cid-sD9DkBsOYS .navbar-caption {
  font-weight: normal;
}
.cid-sD9DkBsOYS .navbar-nav {
  counter-reset: number;
}
.cid-sD9DkBsOYS .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sD9DkBsOYS .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sD9DkBsOYS .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sD9DkBsOYS .btn {
    white-space: nowrap;
  }
  .cid-sD9DkBsOYS .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sD9DkBsOYS .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sD9DkBsOYS .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sD9DkBsOYS .dropdown-toggle::after,
  .cid-sD9DkBsOYS .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sD9DkBsOYS .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9DkBsOYS .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9DkBsOYS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sD9DkBsOYS .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9DkBsOYS .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-sD9DkBsOYS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sD9DkBsOYS .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sD9DkBsOYS .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sD9DkBsOYS .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sD9DkBsOYS .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sD9DkBsOYS .nav-item:focus,
.cid-sD9DkBsOYS .nav-link:focus {
  outline: none;
}
.cid-sD9DkBsOYS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sD9DkBsOYS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sD9DkBsOYS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sD9DkBsOYS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD9DkBsOYS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sD9DkBsOYS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD9DkBsOYS ul.navbar-nav li {
  margin: auto;
}
.cid-sD9DkBsOYS .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sD9DkBsOYS .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sD9DkBsOYS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD9DkBsOYS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD9DkBsOYS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD9DkBsOYS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sD9DkBsOYS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sD9DkBsOYS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD9DkBsOYS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sD9DkBsOYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD9DkBsOYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD9DkBsOYS .navbar .container-fluid,
  .cid-sD9DkBsOYS .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sD9DkBsOYS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sD9DkBsOYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD9DkBsOYS .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sD9DkBsOYS .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sD9DkBsOYS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sD9DkBsOYS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sD9DkBsOYS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sD9DkBsOYS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD9DkBsOYS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD9DkBsOYS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sD9DkBsOYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD9DkBsOYS .dropdown-item.active,
.cid-sD9DkBsOYS .dropdown-item:active {
  background-color: transparent;
}
.cid-sD9DkBsOYS .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD9DkBsOYS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sD9DkBsOYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sD9DkBsOYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sD9DkBsOYS .navbar-buttons {
  text-align: center;
}
.cid-sD9DkBsOYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sD9DkBsOYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sD9DkBsOYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD9DkBsOYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD9DkBsOYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD9DkBsOYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD9DkBsOYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD9DkBsOYS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD9DkBsOYS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD9DkBsOYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD9DkBsOYS .navbar-dropdown {
  position: absolute;
}
.cid-sD9DkBsOYS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9DkBsOYS a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-sD9DkBsOYS .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD9DkBsOYS .navbar {
    height: 77px;
  }
  .cid-sD9DkBsOYS .navbar.opened {
    height: auto;
  }
  .cid-sD9DkBsOYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD9DkC8hfN {
  background-image: url("../../../assets/images/argo-arkafla-pr-castro-1920x1330.jpg");
}
.cid-sD9DkC8hfN .mbr-section {
  padding: 0;
}
.cid-sD9DkC8hfN .first-col,
.cid-sD9DkC8hfN .second-col {
  padding: 0 5%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sD9DkC8hfN .second-col {
  background-color: #000000;
}
.cid-sD9DkC8hfN .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sD9DkC8hfN .icon-transition span:hover {
  background-color: #dabf13;
}
.cid-sD9DkC8hfN .social-media {
  padding-left: 0;
}
.cid-sD9DkC8hfN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sD9DkC8hfN .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sD9DkC8hfN .about-content {
    padding: 0 1rem;
  }
  .cid-sD9DkC8hfN .typed-text {
    text-align: center;
  }
  .cid-sD9DkC8hfN .second-col {
    padding: 1rem;
  }
  .cid-sD9DkC8hfN .social-media {
    padding: 0 1rem;
  }
  .cid-sD9DkC8hfN .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-sD9DkC8hfN .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-sD9DkC8hfN .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sD9DkC8hfN .text-primarycolor {
  color: #000000;
}
.cid-sD9DkC8hfN .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sD9DkC8hfN .progressbar-title {
  color: white;
}
.cid-sD9DkC8hfN .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-sD9DkC8hfN .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD9DkC8hfN .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sD9DkC8hfN .progress-bar {
  height: 5px;
  background-color: #dabf13;
}
.cid-sD9DkC8hfN .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sD9DkC8hfN .progressbar-number {
  display: inline-block;
}
.cid-sD9DkC8hfN .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sD9DkC8hfN .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sD9DkC8hfN .progress_value {
  position: relative;
  color: #dabf13;
}
.cid-sD9DkC8hfN progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sD9DkC8hfN progress::-webkit-progress-value {
  background: #dabf13;
}
.cid-sD9DkC8hfN progress[value]::-moz-progress-bar {
  background: #dabf13;
}
.cid-sD9DkC8hfN progress::-ms-fill {
  background: #dabf13;
}
.cid-sD9DkC8hfN .progress1 .progressbar-number:before {
  content: '88';
}
.cid-sD9DkC8hfN .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sD9DkC8hfN .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sD9DkC8hfN .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sD9DkC8hfN .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sD9DkC8hfN .progress-bar-1 {
  width: 88%;
}
.cid-sD9DkC8hfN .progress-bar-2 {
  width: 63%;
}
.cid-sD9DkC8hfN .progress-bar-3 {
  width: 41%;
}
.cid-sD9DkC8hfN .progress-bar-4 {
  width: 28%;
}
.cid-sD9DkC8hfN .progress-bar-5 {
  width: 10%;
}
.cid-sD9DkC8hfN .first-col .mbr-section-title,
.cid-sD9DkC8hfN .text-primarycolor {
  color: #dabf13;
}
.cid-sD9FzF4glc {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-19201.jpg");
}
.cid-sD9FzF4glc .title__block {
  padding-bottom: 40px;
}
.cid-sD9FzF4glc .carousel {
  margin-bottom: 80px;
}
.cid-sD9FzF4glc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-sD9FzF4glc .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9FzF4glc .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sD9FzF4glc .carousel-inner {
  overflow: visible !important;
}
.cid-sD9FzF4glc .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-sD9FzF4glc .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-sD9FzF4glc .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-sD9FzF4glc .user {
  height: 300px;
}
.cid-sD9FzF4glc .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sD9FzF4glc .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sD9FzF4glc .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-sD9FzF4glc .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sD9FzF4glc .carousel-control-prev {
    left: -2%;
  }
  .cid-sD9FzF4glc .carousel-control-next {
    left: 6%;
  }
  .cid-sD9FzF4glc .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sD9FzF4glc .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-sD9FzF4glc .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-sD9FzF4glc .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-sD9FzF4glc .carousel-item.active {
    transform: translateX(0);
  }
  .cid-sD9FzF4glc .carousel-controls {
    display: none;
  }
  .cid-sD9FzF4glc .carousel {
    margin-bottom: 0;
  }
}
.cid-sD9DkEdJBg {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sD9DkEdJBg .main {
  height: 480px;
}
.cid-sD9DkEdJBg .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sD9DkEdJBg .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sD9DkEdJBg .map {
    height: auto;
  }
}
.cid-sD9DkEdJBg .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sD9DkEdJBg .block__content1,
.cid-sD9DkEdJBg .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sD9DkEdJBg .block__content1 {
  background-color: #ffffff;
}
.cid-sD9DkEdJBg .block__content2 {
  background-color: #ebeaed;
}
.cid-sD9DkEdJBg .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD9DkEdJBg .content__title,
.cid-sD9DkEdJBg .title__address {
  margin-bottom: 20px;
}
.cid-sD9DkEdJBg .content__span,
.cid-sD9DkEdJBg .content__span2 {
  color: #6a696c;
}
.cid-sD9DkEdJBg .content__phone {
  margin-bottom: 25px;
}
.cid-sD9DkEdJBg .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sD9DkEdJBg .main {
    height: auto;
  }
  .cid-sD9DkEdJBg .block__content1,
  .cid-sD9DkEdJBg .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sD9DkEdJBg .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sD9DkEdJBg .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sD9DkEdJBg .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sD9DkEdJBg .wrap__content {
    flex-direction: column;
  }
}
.cid-sD9DkEdJBg .content__title {
  color: #17161a;
}
.cid-sD9DkEdJBg .title__address {
  color: #17161a;
}
.cid-sD9DkF1UPf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
