body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #017900 !important;
}
.bg-success {
  background-color: #e1d6c2 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #fcf8ec !important;
}
.bg-danger {
  background-color: #efddbf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #017900 !important;
  border-color: #017900 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002d00 !important;
  border-color: #002d00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002d00 !important;
  border-color: #002d00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e1d6c2 !important;
  border-color: #e1d6c2 !important;
  color: #6e5a36 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #6e5a36 !important;
  background-color: #c8b48f !important;
  border-color: #c8b48f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e5a36 !important;
  background-color: #c8b48f !important;
  border-color: #c8b48f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcf8ec !important;
  border-color: #fcf8ec !important;
  color: #c99f20 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #c99f20 !important;
  background-color: #f2e0aa !important;
  border-color: #f2e0aa !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c99f20 !important;
  background-color: #f2e0aa !important;
  border-color: #f2e0aa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efddbf !important;
  border-color: #efddbf !important;
  color: #8c6523 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #8c6523 !important;
  background-color: #e0bc82 !important;
  border-color: #e0bc82 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #8c6523 !important;
  background-color: #e0bc82 !important;
  border-color: #e0bc82 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #001300;
  color: #001300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #017900;
  border-color: #017900;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #017900 !important;
  border-color: #017900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #bfa87e;
  color: #bfa87e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6e5a36;
  background-color: #e1d6c2;
  border-color: #e1d6c2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e5a36 !important;
  background-color: #e1d6c2 !important;
  border-color: #e1d6c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #eed894;
  color: #eed894;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c99f20;
  background-color: #fcf8ec;
  border-color: #fcf8ec;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c99f20 !important;
  background-color: #fcf8ec !important;
  border-color: #fcf8ec !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #dbb26d;
  color: #dbb26d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8c6523;
  background-color: #efddbf;
  border-color: #efddbf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #8c6523 !important;
  background-color: #efddbf !important;
  border-color: #efddbf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #017900 !important;
}
.text-secondary {
  color: #635a51 !important;
}
.text-success {
  color: #e1d6c2 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #fcf8ec !important;
}
.text-danger {
  color: #efddbf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2b2723 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bfa87e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #eed894 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #dbb26d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #fcf8ec;
}
.alert-danger {
  background-color: #efddbf;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #017900;
  border-color: #017900;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #017900;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #02f900;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #017900;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #017900;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #017900;
  border-bottom-color: #017900;
}
.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: #017900 !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: #635a51 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23017900' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rEvgBYWIpJ {
  padding-top: 180px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hvof2-2-2000x814.jpeg");
}
.cid-rEvgBYWIpJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgBYWIpJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ H1 {
  color: #000000;
  text-align: right;
}
.cid-rEvgBYWIpJ .mbr-text,
.cid-rEvgBYWIpJ .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-rEvgBYWIpJ H3 {
  color: #000000;
  text-align: left;
}
.cid-s1a9gRgRvA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efddbf;
}
.cid-s1a9gRgRvA h4 {
  margin-bottom: 0;
}
.cid-s1a9gRgRvA p {
  color: #767676;
}
.cid-s1a9gRgRvA .cardcenter {
  background-color: #efddbf;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s1a9gRgRvA .cardcenter:hover {
  background-color: #ffffff;
}
.cid-s1a9gRgRvA .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s1a9gRgRvA .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s1a9gRgRvA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s1a9gRgRvA .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s1a9gRgRvA .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s1a9gRgRvA .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #017900 !important;
  box-shadow: none!important;
}
.cid-s1a9gRgRvA .btn[class*="-outline"]:active,
.cid-s1a9gRgRvA .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s1a9gRgRvA .card-box {
  padding-top: 2rem;
}
.cid-s1a9gRgRvA .card-wrapper {
  height: 100%;
}
.cid-s1a9gRgRvA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s1a9gRgRvA img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s1a9gRgRvA .card-title {
  color: #149dcc;
}
.cid-s1a9gRgRvA .main-title {
  color: #232323;
}
.cid-s1a9gRgRvA .text {
  color: #073b4c;
}
.cid-s1a9gRgRvA .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s1a9gRgRvA .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s1a9gRgRvA .link {
    margin: auto;
  }
}
.cid-soqL9fIpR6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-soqL9fIpR6 h4 {
  margin-bottom: 0;
}
.cid-soqL9fIpR6 p {
  color: #767676;
}
.cid-soqL9fIpR6 .cardcenter {
  background-color: #cebfaf;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-soqL9fIpR6 .cardcenter:hover {
  background-color: #cebfaf;
}
.cid-soqL9fIpR6 .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-soqL9fIpR6 .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-soqL9fIpR6 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-soqL9fIpR6 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-soqL9fIpR6 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-soqL9fIpR6 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #017900 !important;
  box-shadow: none!important;
}
.cid-soqL9fIpR6 .btn[class*="-outline"]:active,
.cid-soqL9fIpR6 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-soqL9fIpR6 .card-box {
  padding-top: 2rem;
}
.cid-soqL9fIpR6 .card-wrapper {
  height: 100%;
}
.cid-soqL9fIpR6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-soqL9fIpR6 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-soqL9fIpR6 .card-title {
  color: #149dcc;
}
.cid-soqL9fIpR6 .main-title {
  color: #232323;
}
.cid-soqL9fIpR6 .text {
  color: #073b4c;
}
.cid-soqL9fIpR6 .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-soqL9fIpR6 .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-soqL9fIpR6 .link {
    margin: auto;
  }
}
.cid-snN8bNxqtz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cwf-invert-1719x778.jpeg");
}
@media (max-width: 767px) {
  .cid-snN8bNxqtz .mbr-text {
    text-align: center;
  }
}
.cid-snN8bNxqtz .container-fluid {
  padding: 0;
}
.cid-snN8bNxqtz .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-snN8bNxqtz img {
  height: 100%;
  object-fit: cover;
}
.cid-snN8bNxqtz .mbr-figure {
  height: 100%;
}
.cid-snN8bNxqtz .col-lg-6 {
  padding: 0;
}
.cid-snN8bNxqtz .row {
  margin: 0;
}
.cid-s13uI8LdsH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1d6c2;
}
@media (max-width: 767px) {
  .cid-s13uI8LdsH .mbr-text {
    text-align: center;
  }
}
.cid-s13uI8LdsH .container-fluid {
  padding: 0;
}
.cid-s13uI8LdsH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s13uI8LdsH img {
  height: 100%;
  object-fit: cover;
}
.cid-s13uI8LdsH .mbr-figure {
  height: 100%;
}
.cid-s13uI8LdsH .col-lg-6 {
  padding: 0;
}
.cid-s13uI8LdsH .row {
  margin: 0;
}
.cid-s13uKo1X6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s13uKo1X6L .mbr-text {
    text-align: center;
  }
}
.cid-s13uKo1X6L .container-fluid {
  padding: 0;
}
.cid-s13uKo1X6L .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s13uKo1X6L img {
  height: 100%;
  object-fit: cover;
}
.cid-s13uKo1X6L .mbr-figure {
  height: 100%;
}
.cid-s13uKo1X6L .col-lg-6 {
  padding: 0;
}
.cid-s13uKo1X6L .row {
  margin: 0;
}
.cid-s13D2ftply {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/rotorwf-flip-1719x778.jpg");
}
.cid-s13D2ftply .card-box {
  padding: 0rem;
}
.cid-s13D2ftply .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s13D2ftply .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s13D2ftply .big h4 {
  margin: 0;
}
.cid-s13D2ftply .card {
  padding: 0;
  min-height: 300px;
}
.cid-s13D2ftply img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s13D2ftply .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s13D2ftply .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s13D2ftply .card-wrapper {
    padding: 4rem;
  }
}
.cid-s13D2ftply .cardbg1 {
  background: #efddbf;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s13D2ftply .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s13D2ftply .main-title {
  color: #000000;
}
.cid-s13D2ftply .card-text {
  color: #073b4c;
}
.cid-snMOBwJ0AU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-snMOBwJ0AU .mbr-text {
  color: #767676;
}
.cid-snMOBwJ0AU .card-subtitle {
  margin: 0;
}
.cid-snMOBwJ0AU .link {
  margin: 0;
}
.cid-snMOBwJ0AU .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-snMOBwJ0AU .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-snMOBwJ0AU img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-snMOBwJ0AU .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-snMOBwJ0AU .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-snMOBwJ0AU .card-img:hover:before {
  opacity: 0.4;
}
.cid-snMOBwJ0AU .card-img:hover img {
  transform: scale(1.05);
}
.cid-snMOBwJ0AU .row {
  justify-content: center;
}
.cid-snMOBwJ0AU .card {
  margin-bottom: 4rem;
}
.cid-snMOBwJ0AU .mbr-text,
.cid-snMOBwJ0AU .link {
  color: #000000;
}
.cid-rEvgEVBVk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/robot-02-edgl2-1381x1017.jpeg");
}
@media (max-width: 767px) {
  .cid-rEvgEVBVk3 .mbr-text {
    text-align: center;
  }
}
.cid-rEvgEVBVk3 .container-fluid {
  padding: 0;
}
.cid-rEvgEVBVk3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rEvgEVBVk3 img {
  height: 100%;
  object-fit: cover;
}
.cid-rEvgEVBVk3 .mbr-figure {
  height: 100%;
}
.cid-rEvgEVBVk3 .col-lg-6 {
  padding: 0;
}
.cid-rEvgEVBVk3 .row {
  margin: 0;
}
.cid-s1gxgGrzfE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/hvof2-2-2000x814.jpeg");
}
.cid-s1gxgGrzfE .card-wrapper {
  z-index: 3;
}
.cid-s1gxgGrzfE .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s1gxgGrzfE:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s1gxgGrzfE .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s1gxgGrzfE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s1gxgGrzfE H2 {
  text-align: left;
  color: #bf0202;
}
.cid-s19QqrD4YN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s19QqrD4YN .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-s19QqrD4YN .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s19QqrD4YN .image-block:hover:before {
  opacity: 0.4;
}
.cid-s19QqrD4YN .image-block:hover .wrap {
  opacity: 1;
}
.cid-s19QqrD4YN .image-block:hover img {
  transform: scale(1.05);
}
.cid-s19QqrD4YN h4 {
  letter-spacing: 2px;
}
.cid-s19QqrD4YN figcaption {
  position: relative;
}
.cid-s19QqrD4YN figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s19QqrD4YN img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-s19QqrD4YN .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-s19QqrD4YN .image-block {
    height: 400px;
  }
}
.cid-s19R2H1GUB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s19R2H1GUB .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-s19R2H1GUB .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s19R2H1GUB .image-block:hover:before {
  opacity: 0.4;
}
.cid-s19R2H1GUB .image-block:hover .wrap {
  opacity: 1;
}
.cid-s19R2H1GUB .image-block:hover img {
  transform: scale(1.05);
}
.cid-s19R2H1GUB h4 {
  letter-spacing: 2px;
}
.cid-s19R2H1GUB figcaption {
  position: relative;
}
.cid-s19R2H1GUB figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s19R2H1GUB img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-s19R2H1GUB .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-s19R2H1GUB .image-block {
    height: 400px;
  }
}
.cid-rEvgLPOSGP .navbar {
  background: #efddbf;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #efddbf;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #efddbf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bf0202;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #bf0202 !important;
}
.cid-s1gN5oqWtn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efddbf;
}
.cid-s1gN5oqWtn .google-map {
  height: 25rem;
  position: relative;
}
.cid-s1gN5oqWtn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1gN5oqWtn .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-s1gN5oqWtn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1gN5oqWtn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1gN5oqWtn .container-fluid {
  padding: 0;
}
.cid-s1gN5oqWtn .relative {
  position: relative;
  width: 100%;
}
.cid-s1gN5oqWtn .mbr-section-title {
  color: #656565;
}
.cid-s1gN5oqWtn .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s1gN5oqWtn .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s1gN5oqWtn .title {
  text-align: center;
  color: #ffffff;
}
.cid-s1gN5oqWtn .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s1gN5oqWtn .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-s1gRTt5sDO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e1d6c2;
}
.cid-s1gRTt5sDO *:focus {
  outline: none;
}
.cid-s1gRTt5sDO .form-group {
  margin-bottom: 2rem;
}
.cid-s1gRTt5sDO .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-s1gRTt5sDO .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-s1gRTt5sDO .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1gRTt5sDO .form-control::-moz-placeholder {
  color: #000000;
}
.cid-s1gRTt5sDO .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-s1gRTt5sDO .form-control:-moz-placeholder {
  color: #000000;
}
.cid-s1gRTt5sDO input.form-control {
  padding: 1px 0;
}
.cid-s1gRTt5sDO .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-s1gRTt5sDO .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-s1gRTt5sDO .soc-item .socicon:hover {
  opacity: .5;
}
.cid-s1gRTt5sDO .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-s1gRTt5sDO .first-column,
  .cid-s1gRTt5sDO .form-1 {
    text-align: center;
  }
}
.cid-s1k5a7y1hZ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efddbf;
}
.cid-s1k5a7y1hZ h4 {
  margin-bottom: 0;
}
.cid-s1k5a7y1hZ p {
  color: #767676;
}
.cid-s1k5a7y1hZ .cardcenter {
  background-color: #efddbf;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s1k5a7y1hZ .cardcenter:hover {
  background-color: #efddbf;
}
.cid-s1k5a7y1hZ .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s1k5a7y1hZ .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s1k5a7y1hZ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s1k5a7y1hZ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s1k5a7y1hZ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s1k5a7y1hZ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #017900 !important;
  box-shadow: none!important;
}
.cid-s1k5a7y1hZ .btn[class*="-outline"]:active,
.cid-s1k5a7y1hZ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s1k5a7y1hZ .card-box {
  padding-top: 2rem;
}
.cid-s1k5a7y1hZ .card-wrapper {
  height: 100%;
}
.cid-s1k5a7y1hZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s1k5a7y1hZ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s1k5a7y1hZ .card-title {
  color: #149dcc;
}
.cid-s1k5a7y1hZ .main-title {
  color: #232323;
}
.cid-s1k5a7y1hZ .text {
  color: #073b4c;
}
.cid-s1k5a7y1hZ .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s1k5a7y1hZ .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s1k5a7y1hZ .link {
    margin: auto;
  }
}
.cid-s1k6xGlgb8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efddbf;
}
.cid-s1k6xGlgb8 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #e1d6c2;
}
.cid-s1k6xGlgb8 img {
  width: 100%;
}
.cid-s1k6xGlgb8 p {
  margin-top: 6rem;
}
.cid-s1k6xGlgb8 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s1k6xGlgb8 .content-wrapper {
  padding-top: 6rem;
}
.cid-s1k6xGlgb8 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s1k6xGlgb8 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s1k6xGlgb8 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s1k6xGlgb8 .back {
    width: 100%;
    height: 75%;
  }
  .cid-s1k6xGlgb8 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s1k6xGlgb8 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s1k6xGlgb8 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s1k6xGlgb8 h4 {
    right: 2rem;
  }
}
.cid-s1k5aj9yEw .navbar {
  background: #efddbf;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s1k5aj9yEw .navbar-dropdown.bg-color.transparent.opened {
  background: #efddbf;
}
.cid-s1k5aj9yEw a {
  font-style: normal;
}
.cid-s1k5aj9yEw .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s1k5aj9yEw .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s1k5aj9yEw .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s1k5aj9yEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1k5aj9yEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1k5aj9yEw .nav-item:focus,
.cid-s1k5aj9yEw .nav-link:focus {
  outline: none;
}
.cid-s1k5aj9yEw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1k5aj9yEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1k5aj9yEw .menu-logo {
  margin-right: auto;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1k5aj9yEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1k5aj9yEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1k5aj9yEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1k5aj9yEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1k5aj9yEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1k5aj9yEw .dropdown .dropdown-menu {
  background: #efddbf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1k5aj9yEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1k5aj9yEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1k5aj9yEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1k5aj9yEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1k5aj9yEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1k5aj9yEw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1k5aj9yEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1k5aj9yEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1k5aj9yEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1k5aj9yEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1k5aj9yEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1k5aj9yEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1k5aj9yEw button.navbar-toggler:focus {
  outline: none;
}
.cid-s1k5aj9yEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bf0202;
}
.cid-s1k5aj9yEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1k5aj9yEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1k5aj9yEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1k5aj9yEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1k5aj9yEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1k5aj9yEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1k5aj9yEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1k5aj9yEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1k5aj9yEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1k5aj9yEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse.collapsing,
.cid-s1k5aj9yEw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1k5aj9yEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1k5aj9yEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1k5aj9yEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1k5aj9yEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1k5aj9yEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1k5aj9yEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1k5aj9yEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1k5aj9yEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1k5aj9yEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1k5aj9yEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1k5aj9yEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1k5aj9yEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1k5aj9yEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1k5aj9yEw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s1k5aj9yEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1k5aj9yEw img {
    height: 3.8rem !important;
  }
  .cid-s1k5aj9yEw .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s1k5aj9yEw .menu-wrap {
    flex-direction: column;
  }
  .cid-s1k5aj9yEw .btn {
    display: -webkit-flex;
  }
  .cid-s1k5aj9yEw button.navbar-toggler {
    display: block;
  }
  .cid-s1k5aj9yEw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s1k5aj9yEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1k5aj9yEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1k5aj9yEw .navbar-collapse.collapsing,
  .cid-s1k5aj9yEw .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1k5aj9yEw .navbar-collapse.collapsing .navbar-nav,
  .cid-s1k5aj9yEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1k5aj9yEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1k5aj9yEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1k5aj9yEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1k5aj9yEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1k5aj9yEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1k5aj9yEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1k5aj9yEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1k5aj9yEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1k5aj9yEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1k5aj9yEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1k5aj9yEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1k5aj9yEw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1k5aj9yEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s1k5aj9yEw .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s1k5aj9yEw .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s1k5aj9yEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1k5aj9yEw .nav-link:hover,
.cid-s1k5aj9yEw .dropdown-item:hover {
  color: #bf0202 !important;
}
.cid-s1k5akKHuZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efddbf;
}
.cid-s1k5akKHuZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-s1k5akKHuZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1k5akKHuZ .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-s1k5akKHuZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1k5akKHuZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1k5akKHuZ .container-fluid {
  padding: 0;
}
.cid-s1k5akKHuZ .relative {
  position: relative;
  width: 100%;
}
.cid-s1k5akKHuZ .mbr-section-title {
  color: #656565;
}
.cid-s1k5akKHuZ .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s1k5akKHuZ .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s1k5akKHuZ .title {
  text-align: center;
  color: #ffffff;
}
.cid-s1k5akKHuZ .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s1k5akKHuZ .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-s1k5anf0pp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e1d6c2;
}
.cid-s1k5anf0pp *:focus {
  outline: none;
}
.cid-s1k5anf0pp .form-group {
  margin-bottom: 2rem;
}
.cid-s1k5anf0pp .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-s1k5anf0pp .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-s1k5anf0pp .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1k5anf0pp .form-control::-moz-placeholder {
  color: #000000;
}
.cid-s1k5anf0pp .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-s1k5anf0pp .form-control:-moz-placeholder {
  color: #000000;
}
.cid-s1k5anf0pp input.form-control {
  padding: 1px 0;
}
.cid-s1k5anf0pp .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-s1k5anf0pp .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-s1k5anf0pp .soc-item .socicon:hover {
  opacity: .5;
}
.cid-s1k5anf0pp .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-s1k5anf0pp .first-column,
  .cid-s1k5anf0pp .form-1 {
    text-align: center;
  }
}
.cid-s1m0kwvZoO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efddbf;
}
.cid-s1m0kwvZoO h4 {
  margin-bottom: 0;
}
.cid-s1m0kwvZoO p {
  color: #767676;
}
.cid-s1m0kwvZoO .cardcenter {
  background-color: #efddbf;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s1m0kwvZoO .cardcenter:hover {
  background-color: #efddbf;
}
.cid-s1m0kwvZoO .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s1m0kwvZoO .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s1m0kwvZoO .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s1m0kwvZoO .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s1m0kwvZoO .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s1m0kwvZoO .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #017900 !important;
  box-shadow: none!important;
}
.cid-s1m0kwvZoO .btn[class*="-outline"]:active,
.cid-s1m0kwvZoO .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s1m0kwvZoO .card-box {
  padding-top: 2rem;
}
.cid-s1m0kwvZoO .card-wrapper {
  height: 100%;
}
.cid-s1m0kwvZoO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s1m0kwvZoO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s1m0kwvZoO .card-title {
  color: #149dcc;
}
.cid-s1m0kwvZoO .main-title {
  color: #232323;
}
.cid-s1m0kwvZoO .text {
  color: #073b4c;
}
.cid-s1m0kwvZoO .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s1m0kwvZoO .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s1m0kwvZoO .link {
    margin: auto;
  }
}
.cid-sor4ZxfC6R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/oilgas-592x373.jpg");
}
.cid-sor4ZxfC6R .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sor4ZxfC6R .card .card-img img {
  transition: all .5s;
}
.cid-sor4ZxfC6R .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sor4ZxfC6R .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sor4ZxfC6R .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sor4ZxfC6R .first-card {
  display: block;
}
.cid-sor4ZxfC6R .first-card .card-wrapper {
  height: 100%;
}
.cid-sor4ZxfC6R .first-card .card-box {
  background: #e1d6c2;
  padding: 2rem;
}
.cid-sor4ZxfC6R .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sor4ZxfC6R .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sor4ZxfC6R .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sor4ZxfC6R .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sor4ZxfC6R .first-row,
.cid-sor4ZxfC6R .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sor4ZxfC6R .first-row .card .card-wrapper,
.cid-sor4ZxfC6R .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sor4ZxfC6R .first-row .card .card-wrapper .card-img,
.cid-sor4ZxfC6R .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sor4ZxfC6R .first-row .card .card-wrapper .card-img img,
.cid-sor4ZxfC6R .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sor4ZxfC6R .first-row,
  .cid-sor4ZxfC6R .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sor4ZxfC6R .first-row .card .card-wrapper .card-img,
  .cid-sor4ZxfC6R .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sor4ZxfC6R .first-row .card .card-wrapper .card-img img,
  .cid-sor4ZxfC6R .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sor4ZxfC6R .first-row .caption,
.cid-sor4ZxfC6R .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sor4ZxfC6R .first-row .caption .price,
.cid-sor4ZxfC6R .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-sor4ZxfC6R .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sor4ZxfC6R .first-card {
    padding-bottom: 2rem;
  }
}
.cid-sor4ZxfC6R .card-title {
  color: #ffffff;
}
.cid-sor4ZxfC6R .info-text {
  color: #767676;
}
.cid-s1wfMIIvWD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/energa-622x475.jpg");
}
.cid-s1wfMIIvWD .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-s1wfMIIvWD .card .card-img img {
  transition: all .5s;
}
.cid-s1wfMIIvWD .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-s1wfMIIvWD .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-s1wfMIIvWD .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-s1wfMIIvWD .first-card {
  display: block;
}
.cid-s1wfMIIvWD .first-card .card-wrapper {
  height: 100%;
}
.cid-s1wfMIIvWD .first-card .card-box {
  background: #e1d6c2;
  padding: 2rem;
}
.cid-s1wfMIIvWD .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1wfMIIvWD .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-s1wfMIIvWD .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-s1wfMIIvWD .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-s1wfMIIvWD .first-row,
.cid-s1wfMIIvWD .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-s1wfMIIvWD .first-row .card .card-wrapper,
.cid-s1wfMIIvWD .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-s1wfMIIvWD .first-row .card .card-wrapper .card-img,
.cid-s1wfMIIvWD .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-s1wfMIIvWD .first-row .card .card-wrapper .card-img img,
.cid-s1wfMIIvWD .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-s1wfMIIvWD .first-row,
  .cid-s1wfMIIvWD .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1wfMIIvWD .first-row .card .card-wrapper .card-img,
  .cid-s1wfMIIvWD .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1wfMIIvWD .first-row .card .card-wrapper .card-img img,
  .cid-s1wfMIIvWD .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-s1wfMIIvWD .first-row .caption,
.cid-s1wfMIIvWD .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-s1wfMIIvWD .first-row .caption .price,
.cid-s1wfMIIvWD .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-s1wfMIIvWD .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-s1wfMIIvWD .first-card {
    padding-bottom: 2rem;
  }
}
.cid-s1wfMIIvWD .card-title {
  color: #efefef;
}
.cid-s1wfMIIvWD .info-text {
  color: #767676;
}
.cid-s1wgQWIO7x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/minera-2000x1333.jpg");
}
.cid-s1wgQWIO7x .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-s1wgQWIO7x .card .card-img img {
  transition: all .5s;
}
.cid-s1wgQWIO7x .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-s1wgQWIO7x .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-s1wgQWIO7x .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-s1wgQWIO7x .first-card {
  display: block;
}
.cid-s1wgQWIO7x .first-card .card-wrapper {
  height: 100%;
}
.cid-s1wgQWIO7x .first-card .card-box {
  background: #e1d6c2;
  padding: 2rem;
}
.cid-s1wgQWIO7x .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1wgQWIO7x .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-s1wgQWIO7x .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-s1wgQWIO7x .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-s1wgQWIO7x .first-row,
.cid-s1wgQWIO7x .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-s1wgQWIO7x .first-row .card .card-wrapper,
.cid-s1wgQWIO7x .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-s1wgQWIO7x .first-row .card .card-wrapper .card-img,
.cid-s1wgQWIO7x .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-s1wgQWIO7x .first-row .card .card-wrapper .card-img img,
.cid-s1wgQWIO7x .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-s1wgQWIO7x .first-row,
  .cid-s1wgQWIO7x .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1wgQWIO7x .first-row .card .card-wrapper .card-img,
  .cid-s1wgQWIO7x .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1wgQWIO7x .first-row .card .card-wrapper .card-img img,
  .cid-s1wgQWIO7x .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-s1wgQWIO7x .first-row .caption,
.cid-s1wgQWIO7x .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-s1wgQWIO7x .first-row .caption .price,
.cid-s1wgQWIO7x .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-s1wgQWIO7x .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-s1wgQWIO7x .first-card {
    padding-bottom: 2rem;
  }
}
.cid-s1wgQWIO7x .card-title {
  color: #ffffff;
}
.cid-s1wgQWIO7x .info-text {
  color: #767676;
}
.cid-sordCNqBJn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/papel-696x466.jpg");
}
.cid-sordCNqBJn .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sordCNqBJn .card .card-img img {
  transition: all .5s;
}
.cid-sordCNqBJn .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sordCNqBJn .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sordCNqBJn .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sordCNqBJn .first-card {
  display: block;
}
.cid-sordCNqBJn .first-card .card-wrapper {
  height: 100%;
}
.cid-sordCNqBJn .first-card .card-box {
  background: #e1d6c2;
  padding: 2rem;
}
.cid-sordCNqBJn .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sordCNqBJn .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sordCNqBJn .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sordCNqBJn .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sordCNqBJn .first-row,
.cid-sordCNqBJn .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sordCNqBJn .first-row .card .card-wrapper,
.cid-sordCNqBJn .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sordCNqBJn .first-row .card .card-wrapper .card-img,
.cid-sordCNqBJn .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sordCNqBJn .first-row .card .card-wrapper .card-img img,
.cid-sordCNqBJn .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sordCNqBJn .first-row,
  .cid-sordCNqBJn .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sordCNqBJn .first-row .card .card-wrapper .card-img,
  .cid-sordCNqBJn .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sordCNqBJn .first-row .card .card-wrapper .card-img img,
  .cid-sordCNqBJn .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sordCNqBJn .first-row .caption,
.cid-sordCNqBJn .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sordCNqBJn .first-row .caption .price,
.cid-sordCNqBJn .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-sordCNqBJn .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sordCNqBJn .first-card {
    padding-bottom: 2rem;
  }
}
.cid-sordCNqBJn .card-title {
  color: #c4bc3b;
}
.cid-sordCNqBJn .info-text {
  color: #767676;
}
.cid-sorjLgS9sd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/acero-1012x607.jpg");
}
.cid-sorjLgS9sd .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sorjLgS9sd .card .card-img img {
  transition: all .5s;
}
.cid-sorjLgS9sd .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sorjLgS9sd .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sorjLgS9sd .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sorjLgS9sd .first-card {
  display: block;
}
.cid-sorjLgS9sd .first-card .card-wrapper {
  height: 100%;
}
.cid-sorjLgS9sd .first-card .card-box {
  background: #e1d6c2;
  padding: 2rem;
}
.cid-sorjLgS9sd .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sorjLgS9sd .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sorjLgS9sd .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sorjLgS9sd .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sorjLgS9sd .first-row,
.cid-sorjLgS9sd .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sorjLgS9sd .first-row .card .card-wrapper,
.cid-sorjLgS9sd .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sorjLgS9sd .first-row .card .card-wrapper .card-img,
.cid-sorjLgS9sd .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sorjLgS9sd .first-row .card .card-wrapper .card-img img,
.cid-sorjLgS9sd .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sorjLgS9sd .first-row,
  .cid-sorjLgS9sd .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sorjLgS9sd .first-row .card .card-wrapper .card-img,
  .cid-sorjLgS9sd .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sorjLgS9sd .first-row .card .card-wrapper .card-img img,
  .cid-sorjLgS9sd .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sorjLgS9sd .first-row .caption,
.cid-sorjLgS9sd .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sorjLgS9sd .first-row .caption .price,
.cid-sorjLgS9sd .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-sorjLgS9sd .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sorjLgS9sd .first-card {
    padding-bottom: 2rem;
  }
}
.cid-sorjLgS9sd .card-title {
  color: #c4bc3b;
}
.cid-sorjLgS9sd .info-text {
  color: #767676;
}
.cid-sormdpb1Ir {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/aerospacegl-1012x675.jpg");
}
.cid-sormdpb1Ir .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sormdpb1Ir .card .card-img img {
  transition: all .5s;
}
.cid-sormdpb1Ir .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sormdpb1Ir .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sormdpb1Ir .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sormdpb1Ir .first-card {
  display: block;
}
.cid-sormdpb1Ir .first-card .card-wrapper {
  height: 100%;
}
.cid-sormdpb1Ir .first-card .card-box {
  background: #e1d6c2;
  padding: 2rem;
}
.cid-sormdpb1Ir .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sormdpb1Ir .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sormdpb1Ir .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sormdpb1Ir .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sormdpb1Ir .first-row,
.cid-sormdpb1Ir .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sormdpb1Ir .first-row .card .card-wrapper,
.cid-sormdpb1Ir .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sormdpb1Ir .first-row .card .card-wrapper .card-img,
.cid-sormdpb1Ir .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sormdpb1Ir .first-row .card .card-wrapper .card-img img,
.cid-sormdpb1Ir .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sormdpb1Ir .first-row,
  .cid-sormdpb1Ir .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sormdpb1Ir .first-row .card .card-wrapper .card-img,
  .cid-sormdpb1Ir .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sormdpb1Ir .first-row .card .card-wrapper .card-img img,
  .cid-sormdpb1Ir .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sormdpb1Ir .first-row .caption,
.cid-sormdpb1Ir .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sormdpb1Ir .first-row .caption .price,
.cid-sormdpb1Ir .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-sormdpb1Ir .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sormdpb1Ir .first-card {
    padding-bottom: 2rem;
  }
}
.cid-sormdpb1Ir .card-title {
  color: #c4bc3b;
}
.cid-sormdpb1Ir .info-text {
  color: #767676;
}
.cid-s1m0kGJ78D .navbar {
  background: #efddbf;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s1m0kGJ78D .navbar-dropdown.bg-color.transparent.opened {
  background: #efddbf;
}
.cid-s1m0kGJ78D a {
  font-style: normal;
}
.cid-s1m0kGJ78D .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s1m0kGJ78D .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s1m0kGJ78D .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s1m0kGJ78D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1m0kGJ78D .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1m0kGJ78D .nav-item:focus,
.cid-s1m0kGJ78D .nav-link:focus {
  outline: none;
}
.cid-s1m0kGJ78D .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1m0kGJ78D .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1m0kGJ78D .menu-logo {
  margin-right: auto;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1m0kGJ78D .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1m0kGJ78D .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1m0kGJ78D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1m0kGJ78D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1m0kGJ78D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1m0kGJ78D .dropdown .dropdown-menu {
  background: #efddbf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1m0kGJ78D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1m0kGJ78D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1m0kGJ78D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1m0kGJ78D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1m0kGJ78D .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1m0kGJ78D .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1m0kGJ78D .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1m0kGJ78D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1m0kGJ78D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1m0kGJ78D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1m0kGJ78D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1m0kGJ78D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1m0kGJ78D button.navbar-toggler:focus {
  outline: none;
}
.cid-s1m0kGJ78D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bf0202;
}
.cid-s1m0kGJ78D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1m0kGJ78D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1m0kGJ78D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1m0kGJ78D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1m0kGJ78D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1m0kGJ78D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1m0kGJ78D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1m0kGJ78D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1m0kGJ78D .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1m0kGJ78D .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse.collapsing,
.cid-s1m0kGJ78D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1m0kGJ78D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1m0kGJ78D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1m0kGJ78D .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1m0kGJ78D .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1m0kGJ78D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1m0kGJ78D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1m0kGJ78D .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1m0kGJ78D .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1m0kGJ78D .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1m0kGJ78D .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1m0kGJ78D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1m0kGJ78D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1m0kGJ78D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1m0kGJ78D .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s1m0kGJ78D.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1m0kGJ78D img {
    height: 3.8rem !important;
  }
  .cid-s1m0kGJ78D .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s1m0kGJ78D .menu-wrap {
    flex-direction: column;
  }
  .cid-s1m0kGJ78D .btn {
    display: -webkit-flex;
  }
  .cid-s1m0kGJ78D button.navbar-toggler {
    display: block;
  }
  .cid-s1m0kGJ78D .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s1m0kGJ78D .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1m0kGJ78D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1m0kGJ78D .navbar-collapse.collapsing,
  .cid-s1m0kGJ78D .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1m0kGJ78D .navbar-collapse.collapsing .navbar-nav,
  .cid-s1m0kGJ78D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1m0kGJ78D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1m0kGJ78D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1m0kGJ78D .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1m0kGJ78D .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1m0kGJ78D .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1m0kGJ78D .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1m0kGJ78D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1m0kGJ78D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1m0kGJ78D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1m0kGJ78D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1m0kGJ78D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1m0kGJ78D .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1m0kGJ78D .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s1m0kGJ78D .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s1m0kGJ78D .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s1m0kGJ78D .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1m0kGJ78D .nav-link:hover,
.cid-s1m0kGJ78D .dropdown-item:hover {
  color: #bf0202 !important;
}
.cid-sorAHPyWv0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-sorAHPyWv0 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sorAHPyWv0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sorAHPyWv0 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sorAHPyWv0 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sorAHPyWv0 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s1m0kIfIyV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efddbf;
}
.cid-s1m0kIfIyV .google-map {
  height: 25rem;
  position: relative;
}
.cid-s1m0kIfIyV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1m0kIfIyV .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-s1m0kIfIyV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1m0kIfIyV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1m0kIfIyV .container-fluid {
  padding: 0;
}
.cid-s1m0kIfIyV .relative {
  position: relative;
  width: 100%;
}
.cid-s1m0kIfIyV .mbr-section-title {
  color: #656565;
}
.cid-s1m0kIfIyV .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s1m0kIfIyV .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s1m0kIfIyV .title {
  text-align: center;
  color: #ffffff;
}
.cid-s1m0kIfIyV .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s1m0kIfIyV .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-s1m0kKvlWI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e1d6c2;
}
.cid-s1m0kKvlWI *:focus {
  outline: none;
}
.cid-s1m0kKvlWI .form-group {
  margin-bottom: 2rem;
}
.cid-s1m0kKvlWI .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-s1m0kKvlWI .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-s1m0kKvlWI .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1m0kKvlWI .form-control::-moz-placeholder {
  color: #000000;
}
.cid-s1m0kKvlWI .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-s1m0kKvlWI .form-control:-moz-placeholder {
  color: #000000;
}
.cid-s1m0kKvlWI input.form-control {
  padding: 1px 0;
}
.cid-s1m0kKvlWI .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-s1m0kKvlWI .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-s1m0kKvlWI .soc-item .socicon:hover {
  opacity: .5;
}
.cid-s1m0kKvlWI .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-s1m0kKvlWI .first-column,
  .cid-s1m0kKvlWI .form-1 {
    text-align: center;
  }
}
