.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.interaction-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .interaction-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .interaction-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .interaction-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.425rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .interaction-iconfont {
  font-size: 3.03125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.45rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .interaction-iconfont {
  font-size: 1.8125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.94rem;
    font-size: calc( 1.4987499999999998rem + (2.425 - 1.4987499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4987499999999998rem + (2.425 - 1.4987499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #072309 !important;
}
.bg-info {
  background-color: #f3fdf4 !important;
}
.bg-warning {
  background-color: #ffa544 !important;
}
.bg-danger {
  background-color: #0f4e14 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9017 !important;
  border-color: #ff9017 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffa84a !important;
  border-color: #ffa84a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffa84a !important;
  border-color: #ffa84a !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3fdf4 !important;
  border-color: #f3fdf4 !important;
  color: #22cf34 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #22cf34 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #072309 !important;
  border-color: #072309 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #104e14 !important;
  border-color: #104e14 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #104e14 !important;
  border-color: #104e14 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f4e14 !important;
  border-color: #0f4e14 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #17791f !important;
  border-color: #17791f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #17791f !important;
  border-color: #17791f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff9017;
  color: #ff9017;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bf6400 !important;
  background-color: transparent !important;
  border-color: #bf6400 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9017 !important;
  border-color: #ff9017 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3fdf4;
  color: #f3fdf4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a9f1b0 !important;
  background-color: transparent !important;
  border-color: #a9f1b0 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #22cf34 !important;
  background-color: #f3fdf4 !important;
  border-color: #f3fdf4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #072309;
  color: #072309;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #072309 !important;
  border-color: #072309 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa544;
  color: #ffa544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ec7b00 !important;
  background-color: transparent !important;
  border-color: #ec7b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0f4e14;
  color: #0f4e14;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010501 !important;
  background-color: transparent !important;
  border-color: #010501 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f4e14 !important;
  border-color: #0f4e14 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff9017 !important;
}
.text-success {
  color: #072309 !important;
}
.text-info {
  color: #f3fdf4 !important;
}
.text-warning {
  color: #ffa544 !important;
}
.text-danger {
  color: #0f4e14 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b05c00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9ceea4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dd7300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3fdf4;
}
.alert-warning {
  background-color: #ffa544;
}
.alert-danger {
  background-color: #0f4e14;
}
.interaction-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.interaction-gallery-filter li a {
  border-radius: 100px !important;
}
.interaction-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.interaction-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.interaction-plan-header.bg-primary .interaction-plan-subtitle,
.interaction-plan-header.bg-primary .interaction-plan-price-desc {
  color: #b3b3b3;
}
.interaction-plan-header.bg-success .interaction-plan-subtitle,
.interaction-plan-header.bg-success .interaction-plan-price-desc {
  color: #a3eda8;
}
.interaction-plan-header.bg-info .interaction-plan-subtitle,
.interaction-plan-header.bg-info .interaction-plan-price-desc {
  color: #ffffff;
}
.interaction-plan-header.bg-warning .interaction-plan-subtitle,
.interaction-plan-header.bg-warning .interaction-plan-price-desc {
  color: #ffffff;
}
.interaction-plan-header.bg-danger .interaction-plan-subtitle,
.interaction-plan-header.bg-danger .interaction-plan-price-desc {
  color: #62e16c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.45rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .interaction-iconfont {
  font-size: 1.8125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.45rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .interaction-iconfont {
  font-size: 1.8125rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.interaction-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.interaction-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.interaction-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.interaction-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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9017 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.interaction-section-btn .btn,
.interaction-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.interaction-section-btn .btn .interaction-iconfont,
.interaction-section-btn-main .btn .interaction-iconfont {
  margin: 0 8px 0 0;
}
.interaction-section-btn .btn:hover,
.interaction-section-btn-main .btn:hover,
.interaction-section-btn .btn:focus,
.interaction-section-btn-main .btn:focus {
  opacity: .8;
}
.interaction-section-btn .btn-primary-outline,
.interaction-section-btn-main .btn-primary-outline,
.interaction-section-btn .btn-secondary-outline,
.interaction-section-btn-main .btn-secondary-outline,
.interaction-section-btn .btn-success-outline,
.interaction-section-btn-main .btn-success-outline,
.interaction-section-btn .btn-info-outline,
.interaction-section-btn-main .btn-info-outline,
.interaction-section-btn .btn-warning-outline,
.interaction-section-btn-main .btn-warning-outline,
.interaction-section-btn .btn-danger-outline,
.interaction-section-btn-main .btn-danger-outline,
.interaction-section-btn .btn-black-outline,
.interaction-section-btn-main .btn-black-outline,
.interaction-section-btn .btn-white-outline,
.interaction-section-btn-main .btn-white-outline {
  border: none;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .menu_box .navbar.opened,
  .eV1Dr-uOnGcaXueL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnGcaXueL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnGcaXueL .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnGcaXueL .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-text,
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnGcaXueL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnGcaXueL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnGcaXueL li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnGcaXueL .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnGcaXueL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnGcaXueL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnGcaXueL .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu,
.eV1Dr-uOnGcaXueL .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnGcaXueL .nav-item:focus,
.eV1Dr-uOnGcaXueL .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnGcaXueL .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnGcaXueL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown-item.active,
.eV1Dr-uOnGcaXueL .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnGcaXueL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnGcaXueL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnGcaXueL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnGcaXueL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnGcaXueL .navbar {
    height: 70px;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnGcaXueL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn:hover,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnGcaXueL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnGcaXueL .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle,
.eV1Dr-uOnGcaXueL .text_widget {
  text-align: left;
}
.eV1Dr-uOnGcaXueL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnGG1GGVM {
  background-color: #ceead0;
}
.eV1Dr-uOnGG1GGVM .text-wrapper {
  position: relative;
  background: #b5ddb8;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.eV1Dr-uOnGG1GGVM .text-wrapper .card-btn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.eV1Dr-uOnGG1GGVM .text-wrapper .card-text,
.eV1Dr-uOnGG1GGVM .text-wrapper .card-btn,
.eV1Dr-uOnGG1GGVM .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .eV1Dr-uOnGG1GGVM .text-wrapper .card-text,
  .eV1Dr-uOnGG1GGVM .text-wrapper .card-btn,
  .eV1Dr-uOnGG1GGVM .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.eV1Dr-uOnGG1GGVM .content-wrapper {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGG1GGVM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .eV1Dr-uOnGG1GGVM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .eV1Dr-uOnGG1GGVM .content-wrapper .geometry__square,
  .eV1Dr-uOnGG1GGVM .content-wrapper .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .eV1Dr-uOnGG1GGVM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eV1Dr-uOnGG1GGVM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .eV1Dr-uOnGG1GGVM .content-wrapper {
    padding: 5rem 3rem;
  }
  .eV1Dr-uOnGG1GGVM .content-wrapper .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.eV1Dr-uOnGG1GGVM .geometry {
  position: absolute;
}
.eV1Dr-uOnGG1GGVM .geometry_top-right {
  top: -50px;
  right: 30%;
}
.eV1Dr-uOnGG1GGVM .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.eV1Dr-uOnGG1GGVM .geometry__square,
.eV1Dr-uOnGG1GGVM .geometry__circle {
  width: 88px;
  height: 88px;
}
.eV1Dr-uOnGG1GGVM .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.eV1Dr-uOnGG1GGVM .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #ff9017;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.eV1Dr-uOnGG1GGVM .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.eV1Dr-uOnGG1GGVM .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #ff9017;
  border-radius: 100px;
  margin: 0.5rem;
}
.eV1Dr-uOnGG1GGVM .image-wrapper {
  margin: 0 4rem 0 0;
}
.eV1Dr-uOnGG1GGVM .image-wrapper .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .eV1Dr-uOnGG1GGVM .content {
    display: block;
  }
  .eV1Dr-uOnGG1GGVM .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .eV1Dr-uOnGG1GGVM .card-text,
  .eV1Dr-uOnGG1GGVM .card-title,
  .eV1Dr-uOnGG1GGVM .card-btn {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .eV1Dr-uOnGG1GGVM .geometry__square-bg {
    transition: transform .3s;
  }
  .eV1Dr-uOnGG1GGVM .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .eV1Dr-uOnGG1GGVM .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .eV1Dr-uOnGG1GGVM .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOnGG1GGVM .geometry {
    position: absolute;
  }
  .eV1Dr-uOnGG1GGVM .geometry__circle,
  .eV1Dr-uOnGG1GGVM .geometry__circle-bg,
  .eV1Dr-uOnGG1GGVM .geometry__square,
  .eV1Dr-uOnGG1GGVM .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.eV1Dr-uOnGG1GGVM .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnGG1GGVM .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnGG1GGVM .card-title {
  color: #000000;
}
.eV1Dr-uOnGG1GGVM .interaction-text,
.eV1Dr-uOnGG1GGVM .interaction-section-btn {
  color: #000000;
}
.eV1Dr-uOnHTik1kO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #b5ddb8;
}
.eV1Dr-uOnHTik1kO .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnHTik1kO .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnHTik1kO .container,
.eV1Dr-uOnHTik1kO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHTik1kO .container,
  .eV1Dr-uOnHTik1kO .container-fluid {
    padding: 0 20px;
  }
}
.eV1Dr-uOnHTik1kO .title-wrapper .interaction-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHTik1kO .title-wrapper .interaction-section-subtitle {
    margin-bottom: 20px;
  }
}
.eV1Dr-uOnHTik1kO .title-wrapper .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOnHTik1kO .interaction-section-title {
  color: #000000;
  text-align: center;
}
.eV1Dr-uOnHTik1kO .interaction-section-subtitle {
  color: #000000;
  text-align: center;
}
.eV1Dr-uOnHMrPoNg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #b5ddb8;
}
.eV1Dr-uOnHMrPoNg .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnHMrPoNg .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnHMrPoNg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHMrPoNg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOnHMrPoNg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOnHMrPoNg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOnHMrPoNg .container {
    padding: 0 12px;
  }
}
.eV1Dr-uOnHMrPoNg .card .card_1 {
  padding: 52px;
  border: 3px solid #0f4e14;
  box-shadow: 4px 4px #0f4e14;
  width: 55%;
}
.eV1Dr-uOnHMrPoNg .card .card_2 {
  padding: 40px;
  border: 3px solid #ff9017;
  box-shadow: 4px 4px #ff9017;
  width: 50%;
  margin: -5% 0 0 50%;
}
.eV1Dr-uOnHMrPoNg .card .card_2 .interaction-number_1 {
  background-color: #ff9017;
}
.eV1Dr-uOnHMrPoNg .card .card_3 {
  padding: 40px;
  border: 3px solid #0f4e14;
  box-shadow: 4px 4px #0f4e14;
  width: 40%;
  margin: -2% 0 0 18%;
}
.eV1Dr-uOnHMrPoNg .card .card_3 .interaction-number_2 {
  background-color: #0f4e14;
}
.eV1Dr-uOnHMrPoNg .card .card-wrapper {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHMrPoNg .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 32px;
    padding: 24px;
  }
}
.eV1Dr-uOnHMrPoNg .card .card-wrapper .interaction-number_1,
.eV1Dr-uOnHMrPoNg .card .card-wrapper .interaction-number_2 {
  margin-right: 20px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 0;
  min-width: 150px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHMrPoNg .card .card-wrapper .interaction-number_1,
  .eV1Dr-uOnHMrPoNg .card .card-wrapper .interaction-number_2 {
    margin: 0 0 20px 0;
  }
}
.eV1Dr-uOnHMrPoNg .card .card-wrapper .interaction-text {
  margin-bottom: 0;
}
.eV1Dr-uOnHMrPoNg .interaction-text {
  color: #222222;
}
.eV1Dr-uOnHMrPoNg .interaction-number_1 {
  color: #000000;
}
.eV1Dr-uOnHMrPoNg .interaction-number_2 {
  color: #ffffff;
}
.eV1Dr-uOnHVQ0hTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ceead0;
}
.eV1Dr-uOnHVQ0hTP .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnHVQ0hTP .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnHVQ0hTP .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHVQ0hTP .container-fluid {
    padding: 0 12px;
  }
}
.eV1Dr-uOnHVQ0hTP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHVQ0hTP .container {
    padding: 0 20px;
  }
}
.eV1Dr-uOnHVQ0hTP .row {
  border-top: 2px solid #ff9017;
  border-bottom: 2px solid #ff9017;
  margin-top: -2px;
}
.eV1Dr-uOnHVQ0hTP .card {
  padding: 0;
}
.eV1Dr-uOnHVQ0hTP .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  border-right: 2px solid #ff9017;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHVQ0hTP .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.eV1Dr-uOnHVQ0hTP .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #ff9017;
  border-right: 0;
  border-bottom: 0;
}
.eV1Dr-uOnHVQ0hTP .card:nth-child(2) .image-wrap {
  height: 100%;
  border-right: 2px solid #ff9017;
}
.eV1Dr-uOnHVQ0hTP .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 2px solid #ff9017;
}
.eV1Dr-uOnHVQ0hTP .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHVQ0hTP .card:last-child {
    padding: 50px 20px;
  }
}
.eV1Dr-uOnHVQ0hTP .text-wrapper .interaction-section-title {
  margin-bottom: 32px;
}
.eV1Dr-uOnHVQ0hTP .text-wrapper .interaction-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .eV1Dr-uOnHVQ0hTP .text-wrapper .interaction-text {
    margin-bottom: 50px;
  }
}
.eV1Dr-uOnHVQ0hTP .interaction-section-title {
  color: #1d1d1d;
}
.eV1Dr-uOnHVQ0hTP .interaction-text {
  color: #000000;
}
.eV1Dr-uOnHVQ0hTP .interaction-section-title,
.eV1Dr-uOnHVQ0hTP .interaction-section-btn {
  color: #000000;
}
.eV1Dr-uOo8Gp0NYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eV1Dr-uOo8Gp0NYn .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo8Gp0NYn .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo8Gp0NYn .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo8Gp0NYn .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .eV1Dr-uOo8Gp0NYn .row {
    padding: 0 24px;
  }
}
.eV1Dr-uOo8Gp0NYn .row {
  justify-content: center;
}
.eV1Dr-uOo8Gp0NYn .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo8Gp0NYn .title-wrapper {
    margin-bottom: 32px;
  }
}
.eV1Dr-uOo8Gp0NYn .title-wrapper .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo8Gp0NYn .title-wrapper .interaction-section-title span {
  position: relative;
  z-index: 1;
}
.eV1Dr-uOo8Gp0NYn .title-wrapper .interaction-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffd3a3;
  z-index: -1;
}
.eV1Dr-uOo8Gp0NYn .card {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .eV1Dr-uOo8Gp0NYn .card {
    margin-bottom: 24px;
  }
}
.eV1Dr-uOo8Gp0NYn .card .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.eV1Dr-uOo8Gp0NYn .card .blur-circle .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  filter: blur(5px) blur(5px);
  background-image: linear-gradient(90deg, #b5ddb8 30%, #0f4e14);
}
.eV1Dr-uOo8Gp0NYn .card .card-wrapper {
  position: relative;
  z-index: 1;
}
.eV1Dr-uOo8Gp0NYn .card .card-wrapper .interaction-iconfont {
  font-size: 50px;
  margin-bottom: 18px;
  display: block;
}
.eV1Dr-uOo8Gp0NYn .card .card-wrapper .interaction-card-title {
  margin-bottom: 10px;
}
.eV1Dr-uOo8Gp0NYn .card .card-wrapper .interaction-text {
  margin-bottom: 0;
}
.eV1Dr-uOo8Gp0NYn .interaction-section-title {
  color: #111111;
  text-align: center;
}
.eV1Dr-uOo8Gp0NYn .interaction-text {
  color: #111111;
}
.eV1Dr-uOo8Gp0NYn .interaction-card-title {
  color: #111111;
}
.eV1Dr-uOnIjmOITf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f4e14;
}
.eV1Dr-uOnIjmOITf .row {
  flex-directiion: row-reverse;
}
.eV1Dr-uOnIjmOITf .card-wrapper {
  width: 100%;
  height: 100%;
}
.eV1Dr-uOnIjmOITf .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.eV1Dr-uOnIjmOITf .second-card-title {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnIjmOITf .second-card-subtitle {
  text-align: center;
}
.eV1Dr-uOnIjmOITf .second-card {
  background-color: #ceead0;
}
.eV1Dr-uOnIjmOITf .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnIjmOITf [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.eV1Dr-uOnIjmOITf .second-card-subtitle,
.eV1Dr-uOnIjmOITf .second-btn {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnIjmOITf .card {
  border-radius: 0 !important;
}
.eV1Dr-uOnIjmOITf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnIjmOITf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnIrZiCJm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #b5ddb8;
}
.eV1Dr-uOnIrZiCJm .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnIrZiCJm .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .eV1Dr-uOnIrZiCJm p {
    max-width: 95%;
  }
}
.eV1Dr-uOnIrZiCJm .interaction-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.eV1Dr-uOnIrZiCJm .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #000000;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.eV1Dr-uOnIrZiCJm .subtitle-wrap .interaction-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ff9017;
  font-size: 1.5rem;
}
.eV1Dr-uOnIrZiCJm .list {
  margin: 0;
}
.eV1Dr-uOnIrZiCJm .list .item-wrap {
  margin-bottom: 1rem;
}
.eV1Dr-uOnIrZiCJm .list .item-wrap::marker {
  color: #ff9017;
}
.eV1Dr-uOnIrZiCJm .list .item-wrap:last-child {
  margin-bottom: 0;
}
.eV1Dr-uOnIrZiCJm .interaction-section-title {
  color: #000000;
  text-align: center;
}
.eV1Dr-uOnIrZiCJm .interaction-section-subtitle,
.eV1Dr-uOnIrZiCJm .align-wrapper {
  color: #04492e;
}
.eV1Dr-uOnIrZiCJm .list,
.eV1Dr-uOnIrZiCJm .item-wrap {
  color: #000000;
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .menu_box .navbar.opened,
  .eV1Dr-uOnGcaXueL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnGcaXueL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnGcaXueL .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnGcaXueL .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-text,
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnGcaXueL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnGcaXueL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnGcaXueL li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnGcaXueL .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnGcaXueL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnGcaXueL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnGcaXueL .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu,
.eV1Dr-uOnGcaXueL .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnGcaXueL .nav-item:focus,
.eV1Dr-uOnGcaXueL .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnGcaXueL .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnGcaXueL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown-item.active,
.eV1Dr-uOnGcaXueL .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnGcaXueL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnGcaXueL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnGcaXueL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnGcaXueL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnGcaXueL .navbar {
    height: 70px;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnGcaXueL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn:hover,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnGcaXueL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnGcaXueL .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle,
.eV1Dr-uOnGcaXueL .text_widget {
  text-align: left;
}
.eV1Dr-uOnGcaXueL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnIADDC6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ceead0;
}
.eV1Dr-uOnIADDC6W .row {
  flex-direction: row-reverse;
}
.eV1Dr-uOnIADDC6W img {
  transition: all 0.3s;
  object-fit: cover;
}
.eV1Dr-uOnIADDC6W .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .eV1Dr-uOnIADDC6W .image-wrapper {
    padding: 1rem;
  }
}
.eV1Dr-uOnIADDC6W .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.eV1Dr-uOnIADDC6W .image-wrapper:hover .img-link {
  background: #000000;
  color: #ffffff;
}
@media (max-width: 992px) {
  .eV1Dr-uOnIADDC6W .image-wrapper {
    margin-bottom: 2rem;
  }
}
.eV1Dr-uOnIADDC6W .img-link {
  background: #ff9017;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .eV1Dr-uOnIADDC6W .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .eV1Dr-uOnIADDC6W p {
    max-width: 500px;
  }
}
.eV1Dr-uOnIADDC6W .interaction-text,
.eV1Dr-uOnIADDC6W .interaction-section-btn {
  color: #000000;
}
.eV1Dr-uOnIADDC6W .interaction-section-title {
  color: #000000;
}
.eV1Dr-uOnIADDC6W .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnIADDC6W .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnIBXMgQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f4e14;
}
.eV1Dr-uOnIBXMgQX .card-heading {
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
}
.eV1Dr-uOnIBXMgQX .p {
  padding-top: 30px;
  color: #ffffff;
}
.eV1Dr-uOnIBXMgQX .row {
  justify-content: center;
}
.eV1Dr-uOnIBXMgQX .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.eV1Dr-uOnIBXMgQX .card-heading1 {
  color: #ffffff;
  text-align: center;
}
.eV1Dr-uOnIJmXNyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ceead0;
}
.eV1Dr-uOnIJmXNyg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.eV1Dr-uOnIJmXNyg .card-title {
  margin-bottom: 26px;
  color: #ff9017;
}
.eV1Dr-uOnIJmXNyg .interaction-text {
  margin-bottom: 30px;
}
.eV1Dr-uOnIJmXNyg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 144, 23, 0.4);
  background-image: linear-gradient(125deg, #ff9017 0%, #ffc17d 100%);
}
.eV1Dr-uOnIJmXNyg .iconfont-wrapper .interaction-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.eV1Dr-uOnIJmXNyg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.eV1Dr-uOnIJmXNyg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.eV1Dr-uOnIJmXNyg .btn_link:hover {
  cursor: pointer;
}
.eV1Dr-uOnIJmXNyg .btn_link:hover a {
  color: #000000 !important;
}
.eV1Dr-uOnIJmXNyg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .eV1Dr-uOnIJmXNyg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnIJmXNyg .text-wrapper {
    text-align: center;
  }
  .eV1Dr-uOnIJmXNyg .image-wrapper {
    margin-bottom: 40px;
  }
  .eV1Dr-uOnIJmXNyg .interaction-text {
    margin-bottom: 20px;
  }
  .eV1Dr-uOnIJmXNyg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.eV1Dr-uOnIJmXNyg .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnIJmXNyg .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnIJmXNyg .card-title,
.eV1Dr-uOnIJmXNyg .icon_block {
  color: #000000;
}
.eV1Dr-uOnIJmXNyg .interaction-text,
.eV1Dr-uOnIJmXNyg .btn_link {
  color: #000000;
}
.eV1Dr-uOnILJZvoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f4e14;
}
.eV1Dr-uOnILJZvoI .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnILJZvoI .wrapper {
    padding: 3rem;
  }
}
.eV1Dr-uOnILJZvoI .interaction-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .eV1Dr-uOnILJZvoI .interaction-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.eV1Dr-uOnILJZvoI .interaction-section-title {
  margin: 0;
  margin-bottom: 3rem;
  text-align: center;
  color: #000000;
}
@media (max-width: 992px) {
  .eV1Dr-uOnILJZvoI .interaction-section-title {
    margin-bottom: 2rem;
  }
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .menu_box .navbar.opened,
  .eV1Dr-uOnGcaXueL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnGcaXueL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnGcaXueL .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnGcaXueL .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-text,
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnGcaXueL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnGcaXueL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnGcaXueL li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnGcaXueL .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnGcaXueL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnGcaXueL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnGcaXueL .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu,
.eV1Dr-uOnGcaXueL .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnGcaXueL .nav-item:focus,
.eV1Dr-uOnGcaXueL .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnGcaXueL .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnGcaXueL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown-item.active,
.eV1Dr-uOnGcaXueL .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnGcaXueL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnGcaXueL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnGcaXueL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnGcaXueL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnGcaXueL .navbar {
    height: 70px;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnGcaXueL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn:hover,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnGcaXueL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnGcaXueL .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle,
.eV1Dr-uOnGcaXueL .text_widget {
  text-align: left;
}
.eV1Dr-uOnGcaXueL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnIR4QAuB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f4e14;
}
.eV1Dr-uOnIR4QAuB .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .eV1Dr-uOnIR4QAuB .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.eV1Dr-uOnIR4QAuB .interaction-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.eV1Dr-uOnIR4QAuB .interaction-text-2 {
  margin-top: 13.5px;
}
.eV1Dr-uOnIR4QAuB .interaction-text,
.eV1Dr-uOnIR4QAuB .interaction-section-btn {
  text-align: left;
  color: #ffffff;
}
.eV1Dr-uOnIR4QAuB .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #ff9017;
}
.eV1Dr-uOnIR4QAuB .interaction-text-title {
  text-align: left;
  color: #ffffff;
}
.eV1Dr-uOnIR4QAuB .interaction-text {
  margin-bottom: 2.5rem;
}
.eV1Dr-uOnIR4QAuB .interaction-text-2,
.eV1Dr-uOnIR4QAuB .interaction-section-btn {
  text-align: left;
  color: #ffffff;
}
.eV1Dr-uOnIR4QAuB .logo-row {
  margin: 2rem 0 0 0 !important;
}
.eV1Dr-uOnIR4QAuB .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.eV1Dr-uOnIR4QAuB .img-wrap {
  height: 42px;
  width: 100%;
}
.eV1Dr-uOnIR4QAuB .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnIR4QAuB .img-wrap {
    margin-bottom: 1rem;
  }
  .eV1Dr-uOnIR4QAuB .img-wrap img {
    object-position: 50% 50%;
  }
}
.eV1Dr-uOnIR4QAuB .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnIR4QAuB .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnJcgOxva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eV1Dr-uOnJcgOxva .cards-bg1 {
  background: #ff9017;
}
.eV1Dr-uOnJcgOxva .cards-bg2 {
  background: #b5ddb8;
}
.eV1Dr-uOnJcgOxva .cards-bg3 {
  background: #ff9017;
}
.eV1Dr-uOnJcgOxva .cards-bg4 {
  background: #fafafa;
}
.eV1Dr-uOnJcgOxva .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .eV1Dr-uOnJcgOxva .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.eV1Dr-uOnJcgOxva .interaction-section-title {
  color: #000000;
}
.eV1Dr-uOnJcgOxva .interaction-text {
  color: #000000;
}
.eV1Dr-uOnJcgOxva .card-title,
.eV1Dr-uOnJcgOxva .card-box {
  color: #000000;
}
.eV1Dr-uOnJ0GVuHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b5ddb8;
}
.eV1Dr-uOnJ0GVuHc .row {
  align-items: center;
  flex-direction: row-reverse;
}
.eV1Dr-uOnJ0GVuHc .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #000000;
}
.eV1Dr-uOnJ0GVuHc .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #0f4e14;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eV1Dr-uOnJ0GVuHc .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.eV1Dr-uOnJ0GVuHc .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.eV1Dr-uOnJ0GVuHc .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.eV1Dr-uOnJ0GVuHc .main_title {
  margin-bottom: 2.5rem;
}
.eV1Dr-uOnJ0GVuHc .card_subtitle {
  margin-bottom: .75rem;
}
.eV1Dr-uOnJ0GVuHc .interaction-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.eV1Dr-uOnJ0GVuHc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .eV1Dr-uOnJ0GVuHc .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnJ0GVuHc .row {
    flex-direction: column-reverse;
  }
  .eV1Dr-uOnJ0GVuHc .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .eV1Dr-uOnJ0GVuHc .main_title {
    margin-bottom: 1.5rem;
  }
  .eV1Dr-uOnJ0GVuHc .card_subtitle {
    margin-bottom: .25rem;
  }
  .eV1Dr-uOnJ0GVuHc .interaction-text {
    margin-bottom: 1.5rem;
  }
  .eV1Dr-uOnJ0GVuHc .image-wrapper {
    margin-bottom: 2rem;
  }
  .eV1Dr-uOnJ0GVuHc .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .eV1Dr-uOnJ0GVuHc .square_animation .square_null {
    transform: translateX(1rem);
  }
  .eV1Dr-uOnJ0GVuHc .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .eV1Dr-uOnJ0GVuHc .card-wrapper {
    padding-top: 1rem;
  }
  .eV1Dr-uOnJ0GVuHc .image-wrapper {
    margin-bottom: 1rem;
  }
  .eV1Dr-uOnJ0GVuHc .card:hover .square_fill {
    transform: none;
  }
  .eV1Dr-uOnJ0GVuHc .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .eV1Dr-uOnJ0GVuHc .card .square_null {
    transform: translateX(1.5rem);
  }
  .eV1Dr-uOnJ0GVuHc .square_animation {
    margin-bottom: 1rem;
  }
  .eV1Dr-uOnJ0GVuHc .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.eV1Dr-uOnJ0GVuHc .card-title {
  color: #000000;
}
.eV1Dr-uOnJ0GVuHc .interaction-text,
.eV1Dr-uOnJ0GVuHc .linkBtn {
  color: #000000;
}
.eV1Dr-uOnJwMIjbg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.eV1Dr-uOnJwMIjbg .feature .card {
  border-left: 10px solid #ff9017;
  background-color: #ceead0;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.eV1Dr-uOnJwMIjbg .feature:last-child .card {
  border-color: #ff9017;
}
.eV1Dr-uOnJwMIjbg .feature .interaction-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .eV1Dr-uOnJwMIjbg .feature:last-child {
    margin-top: 2rem;
  }
}
.eV1Dr-uOnJwMIjbg .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnJwMIjbg .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOnJwMIjbg H3 {
  color: #000000;
}
.eV1Dr-uOnJwMIjbg .card .interaction-text {
  color: #000000;
}
.eV1Dr-uOnJwMIjbg H2 {
  color: #000000;
}
.eV1Dr-uOnJwMIjbg .interaction-section-text {
  color: #000000;
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .menu_box .navbar.opened,
  .eV1Dr-uOnGcaXueL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnGcaXueL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnGcaXueL .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnGcaXueL .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-text,
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnGcaXueL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnGcaXueL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnGcaXueL li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnGcaXueL .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnGcaXueL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnGcaXueL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnGcaXueL .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu,
.eV1Dr-uOnGcaXueL .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnGcaXueL .nav-item:focus,
.eV1Dr-uOnGcaXueL .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnGcaXueL .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnGcaXueL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown-item.active,
.eV1Dr-uOnGcaXueL .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnGcaXueL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnGcaXueL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnGcaXueL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnGcaXueL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnGcaXueL .navbar {
    height: 70px;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnGcaXueL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn:hover,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnGcaXueL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnGcaXueL .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle,
.eV1Dr-uOnGcaXueL .text_widget {
  text-align: left;
}
.eV1Dr-uOnGcaXueL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnJGqMd4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ceead0;
  position: relative;
  overflow: hidden;
}
.eV1Dr-uOnJGqMd4T::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ff9017 -10%, transparent 80%);
  z-index: 1;
}
.eV1Dr-uOnJGqMd4T .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOnJGqMd4T .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .eV1Dr-uOnJGqMd4T .container {
    padding: 0 16px;
  }
}
.eV1Dr-uOnJGqMd4T .row {
  position: relative;
  justify-content: space-between;
}
.eV1Dr-uOnJGqMd4T .row .card {
  justify-content: space-between;
}
.eV1Dr-uOnJGqMd4T .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.eV1Dr-uOnJGqMd4T .title-wrapper .interaction-section-title {
  margin-bottom: 24px;
}
.eV1Dr-uOnJGqMd4T .title-wrapper .interaction-section-title span {
  color: #ff9017;
}
.eV1Dr-uOnJGqMd4T .title-wrapper .interaction-text {
  margin-bottom: 0;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper .contact-wrap:hover .interaction-contact,
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper .contact-wrap:focus .interaction-contact {
  color: #000000;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper .contact-wrap .interaction-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.eV1Dr-uOnJGqMd4T .contacts-wrapper .item-wrapper .contact-wrap .interaction-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.eV1Dr-uOnJGqMd4T .dragArea.row {
  position: relative;
  z-index: 1;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .interaction-section-title {
  margin-bottom: 24px !important;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .interaction-text {
  margin-bottom: 24px !important;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-control:hover,
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-control::placeholder {
  color: #ff9017;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group textarea {
  min-height: 250px;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff9017;
  border-color: #ff9017;
  border-radius: 0;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .interaction-section-btn {
  width: 100%;
}
.eV1Dr-uOnJGqMd4T .dragArea.row .interaction-section-btn .btn {
  margin-top: 0;
}
.eV1Dr-uOnJGqMd4T .interaction-section-title {
  color: #000000;
}
.eV1Dr-uOnJGqMd4T .interaction-text {
  color: #000000;
}
.eV1Dr-uOnJGqMd4T .interaction-contact {
  color: #000000;
}
.eV1Dr-uOnJGqMd4T label {
  color: #000000;
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .menu_box .navbar.opened,
  .eV1Dr-uOnGcaXueL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnGcaXueL .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnGcaXueL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnGcaXueL .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnGcaXueL .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-text,
  .eV1Dr-uOnGcaXueL .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnGcaXueL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnGcaXueL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnGcaXueL li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnGcaXueL .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnGcaXueL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnGcaXueL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnGcaXueL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnGcaXueL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnGcaXueL .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnGcaXueL .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnGcaXueL .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnGcaXueL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnGcaXueL .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnGcaXueL .dropdown-menu,
.eV1Dr-uOnGcaXueL .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnGcaXueL .nav-item:focus,
.eV1Dr-uOnGcaXueL .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnGcaXueL .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnGcaXueL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnGcaXueL .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnGcaXueL .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnGcaXueL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnGcaXueL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnGcaXueL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnGcaXueL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnGcaXueL .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnGcaXueL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnGcaXueL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnGcaXueL .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnGcaXueL .dropdown-item.active,
.eV1Dr-uOnGcaXueL .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnGcaXueL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnGcaXueL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnGcaXueL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnGcaXueL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnGcaXueL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnGcaXueL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnGcaXueL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnGcaXueL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnGcaXueL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnGcaXueL .navbar {
    height: 70px;
  }
  .eV1Dr-uOnGcaXueL .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnGcaXueL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnGcaXueL .interaction-section-btn .btn:hover,
.eV1Dr-uOnGcaXueL .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnGcaXueL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnGcaXueL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnGcaXueL .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnGcaXueL .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnGcaXueL .interaction-section-subtitle,
.eV1Dr-uOnGcaXueL .text_widget {
  text-align: left;
}
.eV1Dr-uOnGcaXueL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnJNBBdmF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ceead0;
}
.eV1Dr-uOnJNBBdmF .lin {
  font-style: italic;
}
.eV1Dr-uOnJNBBdmF .interaction-iconfont {
  font-size: 40px;
  color: #0f4e14;
}
.eV1Dr-uOnJNBBdmF .lin,
.eV1Dr-uOnJNBBdmF .iconfont-wrapper {
  color: #000000;
}
.eV1Dr-uOnKoLWhkB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eV1Dr-uOnKoLWhkB .interaction-text {
  color: #000000;
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnKHYQe8i .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnKHYQe8i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnKHYQe8i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnKHYQe8i .menu_box .navbar.opened,
  .eV1Dr-uOnKHYQe8i .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnKHYQe8i .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnKHYQe8i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnKHYQe8i .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnKHYQe8i .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnKHYQe8i .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnKHYQe8i .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnKHYQe8i .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas-body .interaction-text,
  .eV1Dr-uOnKHYQe8i .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnKHYQe8i ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnKHYQe8i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnKHYQe8i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnKHYQe8i .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnKHYQe8i li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnKHYQe8i li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnKHYQe8i .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnKHYQe8i .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnKHYQe8i .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnKHYQe8i .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnKHYQe8i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnKHYQe8i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnKHYQe8i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnKHYQe8i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnKHYQe8i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnKHYQe8i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnKHYQe8i .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnKHYQe8i .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnKHYQe8i .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnKHYQe8i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnKHYQe8i .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnKHYQe8i .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnKHYQe8i .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnKHYQe8i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnKHYQe8i .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnKHYQe8i .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnKHYQe8i .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnKHYQe8i .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnKHYQe8i .dropdown-menu,
.eV1Dr-uOnKHYQe8i .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnKHYQe8i .nav-item:focus,
.eV1Dr-uOnKHYQe8i .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnKHYQe8i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnKHYQe8i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnKHYQe8i .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnKHYQe8i .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnKHYQe8i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnKHYQe8i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnKHYQe8i .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnKHYQe8i .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnKHYQe8i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnKHYQe8i .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnKHYQe8i .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnKHYQe8i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnKHYQe8i .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnKHYQe8i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnKHYQe8i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnKHYQe8i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnKHYQe8i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnKHYQe8i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnKHYQe8i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnKHYQe8i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnKHYQe8i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnKHYQe8i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnKHYQe8i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnKHYQe8i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnKHYQe8i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnKHYQe8i .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnKHYQe8i .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnKHYQe8i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnKHYQe8i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnKHYQe8i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnKHYQe8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnKHYQe8i .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnKHYQe8i .dropdown-item.active,
.eV1Dr-uOnKHYQe8i .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnKHYQe8i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnKHYQe8i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnKHYQe8i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnKHYQe8i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnKHYQe8i ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnKHYQe8i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnKHYQe8i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnKHYQe8i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnKHYQe8i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnKHYQe8i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnKHYQe8i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnKHYQe8i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnKHYQe8i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnKHYQe8i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnKHYQe8i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnKHYQe8i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnKHYQe8i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnKHYQe8i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnKHYQe8i .navbar {
    height: 70px;
  }
  .eV1Dr-uOnKHYQe8i .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnKHYQe8i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnKHYQe8i .interaction-section-btn .btn,
.eV1Dr-uOnKHYQe8i .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnKHYQe8i .interaction-section-btn .btn:hover,
.eV1Dr-uOnKHYQe8i .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnKHYQe8i .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnKHYQe8i .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnKHYQe8i .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnKHYQe8i .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnKHYQe8i .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnKHYQe8i .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnKHYQe8i .interaction-section-subtitle,
.eV1Dr-uOnKHYQe8i .text_widget {
  text-align: left;
}
.eV1Dr-uOnKHYQe8i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnKI1iekS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ceead0;
}
.eV1Dr-uOnKI1iekS .lin {
  font-style: italic;
}
.eV1Dr-uOnKI1iekS .interaction-iconfont {
  font-size: 40px;
  color: #0f4e14;
}
.eV1Dr-uOnKI1iekS .lin,
.eV1Dr-uOnKI1iekS .iconfont-wrapper {
  color: #000000;
}
.eV1Dr-uOnKI267w7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eV1Dr-uOnKI267w7 .interaction-text {
  color: #000000;
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}
.eV1Dr-uOnKJOCN2u .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.eV1Dr-uOnKJOCN2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.eV1Dr-uOnKJOCN2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .eV1Dr-uOnKJOCN2u .menu_box .navbar.opened,
  .eV1Dr-uOnKJOCN2u .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.eV1Dr-uOnKJOCN2u .navbar-dropdown {
  position: relative !important;
}
.eV1Dr-uOnKJOCN2u .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eV1Dr-uOnKJOCN2u .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnKJOCN2u .interaction-section-btn-main {
    margin-top: 1rem;
  }
}
.eV1Dr-uOnKJOCN2u .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.eV1Dr-uOnKJOCN2u .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .eV1Dr-uOnKJOCN2u .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas-body .interaction-text,
  .eV1Dr-uOnKJOCN2u .offcanvas-body .interaction-section-subtitle {
    margin-top: 14px;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .eV1Dr-uOnKJOCN2u ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .eV1Dr-uOnKJOCN2u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnKJOCN2u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .eV1Dr-uOnKJOCN2u .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .eV1Dr-uOnKJOCN2u li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .eV1Dr-uOnKJOCN2u li.nav-item:hover {
    opacity: .8;
  }
  .eV1Dr-uOnKJOCN2u .lg_brand {
    margin: 0 1rem;
  }
}
.eV1Dr-uOnKJOCN2u .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eV1Dr-uOnKJOCN2u .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnKJOCN2u .nav-item {
    margin: 0 !important;
  }
}
.eV1Dr-uOnKJOCN2u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eV1Dr-uOnKJOCN2u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .eV1Dr-uOnKJOCN2u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eV1Dr-uOnKJOCN2u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eV1Dr-uOnKJOCN2u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .eV1Dr-uOnKJOCN2u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eV1Dr-uOnKJOCN2u .offcanvas_box {
    display: none;
  }
}
.eV1Dr-uOnKJOCN2u .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.eV1Dr-uOnKJOCN2u .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eV1Dr-uOnKJOCN2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.eV1Dr-uOnKJOCN2u .nav-link {
  position: relative;
  color: #1e4381;
}
.eV1Dr-uOnKJOCN2u .container {
  display: flex;
  margin: auto;
}
.eV1Dr-uOnKJOCN2u .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.eV1Dr-uOnKJOCN2u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eV1Dr-uOnKJOCN2u .iconfont-wrapper:hover {
  color: #000000;
}
.eV1Dr-uOnKJOCN2u .navbar-caption {
  color: #1e4381;
}
.eV1Dr-uOnKJOCN2u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eV1Dr-uOnKJOCN2u .navbar-nav {
    margin: 0;
  }
}
.eV1Dr-uOnKJOCN2u .dropdown-menu,
.eV1Dr-uOnKJOCN2u .navbar.opened {
  background-color: false !important;
}
.eV1Dr-uOnKJOCN2u .nav-item:focus,
.eV1Dr-uOnKJOCN2u .nav-link:focus {
  outline: none;
}
.eV1Dr-uOnKJOCN2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnKJOCN2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eV1Dr-uOnKJOCN2u .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eV1Dr-uOnKJOCN2u .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eV1Dr-uOnKJOCN2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eV1Dr-uOnKJOCN2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eV1Dr-uOnKJOCN2u .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.eV1Dr-uOnKJOCN2u .navbar.opened {
  transition: all 0.3s;
}
.eV1Dr-uOnKJOCN2u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eV1Dr-uOnKJOCN2u .navbar .navbar-logo img {
  object-fit: cover;
}
.eV1Dr-uOnKJOCN2u .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed {
  justify-content: center;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eV1Dr-uOnKJOCN2u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eV1Dr-uOnKJOCN2u .navbar .nav-item {
    padding: .5rem 0;
  }
  .eV1Dr-uOnKJOCN2u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .eV1Dr-uOnKJOCN2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eV1Dr-uOnKJOCN2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eV1Dr-uOnKJOCN2u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eV1Dr-uOnKJOCN2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eV1Dr-uOnKJOCN2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eV1Dr-uOnKJOCN2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eV1Dr-uOnKJOCN2u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .eV1Dr-uOnKJOCN2u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eV1Dr-uOnKJOCN2u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eV1Dr-uOnKJOCN2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .eV1Dr-uOnKJOCN2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eV1Dr-uOnKJOCN2u .navbar .icons-menu {
    padding: 0;
  }
}
.eV1Dr-uOnKJOCN2u .navbar.navbar-short {
  min-height: 60px;
}
.eV1Dr-uOnKJOCN2u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eV1Dr-uOnKJOCN2u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eV1Dr-uOnKJOCN2u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eV1Dr-uOnKJOCN2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eV1Dr-uOnKJOCN2u .navbar-brand .navbar-logo a {
  outline: none;
}
.eV1Dr-uOnKJOCN2u .dropdown-item.active,
.eV1Dr-uOnKJOCN2u .dropdown-item:active {
  background-color: transparent;
}
.eV1Dr-uOnKJOCN2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eV1Dr-uOnKJOCN2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eV1Dr-uOnKJOCN2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eV1Dr-uOnKJOCN2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eV1Dr-uOnKJOCN2u ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.eV1Dr-uOnKJOCN2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eV1Dr-uOnKJOCN2u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #f3fdf4;
}
.eV1Dr-uOnKJOCN2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eV1Dr-uOnKJOCN2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eV1Dr-uOnKJOCN2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnKJOCN2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eV1Dr-uOnKJOCN2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eV1Dr-uOnKJOCN2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnKJOCN2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnKJOCN2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eV1Dr-uOnKJOCN2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eV1Dr-uOnKJOCN2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eV1Dr-uOnKJOCN2u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eV1Dr-uOnKJOCN2u .navbar {
    height: 70px;
  }
  .eV1Dr-uOnKJOCN2u .navbar.opened {
    height: auto;
  }
  .eV1Dr-uOnKJOCN2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eV1Dr-uOnKJOCN2u .interaction-section-btn .btn,
.eV1Dr-uOnKJOCN2u .interaction-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #072309 !important;
  box-shadow: none;
}
.eV1Dr-uOnKJOCN2u .interaction-section-btn .btn:hover,
.eV1Dr-uOnKJOCN2u .interaction-section-btn-main .btn:hover {
  color: #072309 !important;
  border: 1px solid #072309 !important;
  box-shadow: none !important;
  opacity: .8;
}
.eV1Dr-uOnKJOCN2u .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .eV1Dr-uOnKJOCN2u .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.eV1Dr-uOnKJOCN2u .navbar-caption:hover {
  color: #000000;
}
.eV1Dr-uOnKJOCN2u .interaction-section-subtitle {
  color: #ffffff;
}
.eV1Dr-uOnKJOCN2u .interaction-text {
  color: #ffffff;
  text-align: left;
}
.eV1Dr-uOnKJOCN2u .text_widget {
  color: #ffffff;
}
.eV1Dr-uOnKJOCN2u .interaction-section-subtitle,
.eV1Dr-uOnKJOCN2u .text_widget {
  text-align: left;
}
.eV1Dr-uOnKJOCN2u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eV1Dr-uOnKJRf73M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #b5ddb8;
}
.eV1Dr-uOnKJRf73M .lin {
  font-style: italic;
}
.eV1Dr-uOnKJRf73M .interaction-iconfont {
  font-size: 40px;
  color: #0f4e14;
}
.eV1Dr-uOnKJRf73M .lin,
.eV1Dr-uOnKJRf73M .iconfont-wrapper {
  color: #000000;
}
.eV1Dr-uOnKJSbVAB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eV1Dr-uOnKJSbVAB .interaction-text {
  color: #000000;
}
.eV1Dr-uOo2yp9Xvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image.disabled {
  display: none;
}
.eV1Dr-uOo2yp9Xvf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eV1Dr-uOo2yp9Xvf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .eV1Dr-uOo2yp9Xvf .container {
    padding: 0 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ff9017;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .row {
    padding: 26px;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .interaction-section-title {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list {
    display: block;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #072309;
  transition: all 0.3s ease-in-out;
}
.eV1Dr-uOo2yp9Xvf .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  margin-bottom: 50px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row {
  display: inline-flex;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a:hover .interaction-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.eV1Dr-uOo2yp9Xvf .soc-wrapper .social-row .soc-item a .interaction-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.eV1Dr-uOo2yp9Xvf .interaction-section-title,
.eV1Dr-uOo2yp9Xvf .title-wrapper {
  color: #072309;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list {
  color: #ffffff;
}
.eV1Dr-uOo2yp9Xvf .copyright {
  color: #0f4e14;
  text-align: center;
}
.eV1Dr-uOo2yp9Xvf .list,
.eV1Dr-uOo2yp9Xvf .nav-wrapper,
.eV1Dr-uOo2yp9Xvf .soc-wrapper {
  text-align: center;
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* logoanimations */
@keyframes stretchOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: stretchOut 1.2s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
