.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .click-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .click-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .click-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-5 > .click-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-7 > .click-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #dbfff9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #dadada !important;
}
.bg-danger {
  background-color: #ffffff !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: #213e2e !important;
  border-color: #213e2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #335f47 !important;
  border-color: #335f47 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #335f47 !important;
  border-color: #335f47 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #dbfff9 !important;
  border-color: #dbfff9 !important;
  color: #00dbb6 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00dbb6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dadada !important;
  border-color: #dadada !important;
  color: #5a5a5a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5a5a5a !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #213e2e;
  color: #213e2e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030504 !important;
  background-color: transparent !important;
  border-color: #030504 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #213e2e !important;
  border-color: #213e2e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dbfff9;
  color: #dbfff9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #84ffeb !important;
  background-color: transparent !important;
  border-color: #84ffeb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00dbb6 !important;
  background-color: #dbfff9 !important;
  border-color: #dbfff9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dadada;
  color: #dadada;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #afafaf !important;
  background-color: transparent !important;
  border-color: #afafaf !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a5a5a !important;
  background-color: #dadada !important;
  border-color: #dadada !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #213e2e !important;
}
.text-success {
  color: #dbfff9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #dadada !important;
}
.text-danger {
  color: #ffffff !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: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #75ffe8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7a7a7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #000000;
}
.alert-warning {
  background-color: #dadada;
}
.alert-danger {
  background-color: #ffffff;
}
.click-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.click-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.click-plan-header.bg-primary .click-plan-subtitle,
.click-plan-header.bg-primary .click-plan-price-desc {
  color: #b3b3b3;
}
.click-plan-header.bg-success .click-plan-subtitle,
.click-plan-header.bg-success .click-plan-price-desc {
  color: #ffffff;
}
.click-plan-header.bg-info .click-plan-subtitle,
.click-plan-header.bg-info .click-plan-price-desc {
  color: #b3b3b3;
}
.click-plan-header.bg-warning .click-plan-subtitle,
.click-plan-header.bg-warning .click-plan-price-desc {
  color: #ffffff;
}
.click-plan-header.bg-danger .click-plan-subtitle,
.click-plan-header.bg-danger .click-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .click-iconfont {
  font-size: 1.625rem;
}
.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: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .click-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.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: #ffffff !important;
  background: #213e2e !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;
}
.click-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.click-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.UP6oI4e-uLmudbJaiP {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmudbJaiP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmudbJaiP .menu_box .navbar.opened,
  .UP6oI4e-uLmudbJaiP .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmudbJaiP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmudbJaiP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before,
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmudbJaiP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmudbJaiP .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;
  }
  .UP6oI4e-uLmudbJaiP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmudbJaiP .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmudbJaiP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-menu,
.UP6oI4e-uLmudbJaiP .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmudbJaiP .nav-item:focus,
.UP6oI4e-uLmudbJaiP .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmudbJaiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmudbJaiP .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .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;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown-item.active,
.UP6oI4e-uLmudbJaiP .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmudbJaiP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmudbJaiP .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) {
  .UP6oI4e-uLmudbJaiP .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmudbJaiP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmudbJaiP .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmudbJaiP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmudbJaiP .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmudbJaiP .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmudbJaiP .text_widget a:hover,
.UP6oI4e-uLmudbJaiP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmudbJaiP .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmudbJaiP .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle,
.UP6oI4e-uLmudbJaiP .text_widget,
.UP6oI4e-uLmudbJaiP .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmudbJaiP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmrfjQfLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.UP6oI4e-uLmrfjQfLu .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmrfjQfLu .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .UP6oI4e-uLmrfjQfLu .container {
    padding: 0 24px;
  }
}
.UP6oI4e-uLmrfjQfLu .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrfjQfLu .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.UP6oI4e-uLmrfjQfLu .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrfjQfLu .image-wrapper img {
    height: 350px;
  }
}
.UP6oI4e-uLmrfjQfLu .content-wrapper .click-section-title {
  margin-bottom: 16px;
}
.UP6oI4e-uLmrfjQfLu .content-wrapper .click-section-title span {
  color: #000000;
}
.UP6oI4e-uLmrfjQfLu .content-wrapper .click-text {
  margin-bottom: 0;
}
.UP6oI4e-uLmrfjQfLu .content-wrapper .click-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrfjQfLu .content-wrapper .click-desc {
    margin: 24px 0 0;
  }
}
.UP6oI4e-uLmrfjQfLu .content-wrapper .click-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrfjQfLu .content-wrapper .click-section-btn {
    margin-top: 24px;
  }
}
.UP6oI4e-uLmrfjQfLu .click-section-title {
  color: #F9F6E0;
}
.UP6oI4e-uLmrfjQfLu .click-text {
  color: #000000;
}
.UP6oI4e-uLmrfjQfLu .click-desc {
  color: #E0B548;
}
.UP6oI4e-uLmrfjQfLu .click-section-title,
.UP6oI4e-uLmrfjQfLu .click-section-btn {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmrjZAcRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmrjZAcRY .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmrjZAcRY .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmrjZAcRY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrjZAcRY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrjZAcRY .container {
    padding: 0;
  }
}
.UP6oI4e-uLmrjZAcRY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrjZAcRY .title-wrapper {
    padding: 0 16px;
  }
}
.UP6oI4e-uLmrjZAcRY .title-wrapper .click-section-title {
  margin-bottom: 0;
}
.UP6oI4e-uLmrjZAcRY .title-wrapper .click-text {
  margin: 30px 0 0 0;
}
.UP6oI4e-uLmrjZAcRY .click-section-title {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmrjZAcRY .click-text {
  color: #ffffff;
}
.UP6oI4e-uLmrr567R2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.UP6oI4e-uLmrr567R2 .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmrr567R2 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmrr567R2 .row {
    padding: 0 24px;
  }
}
.UP6oI4e-uLmrr567R2 .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrr567R2 .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.UP6oI4e-uLmrr567R2 .text-wrapper .click-section-title {
  margin-bottom: 28px;
}
.UP6oI4e-uLmrr567R2 .text-wrapper .click-text {
  margin-bottom: 48px;
}
.UP6oI4e-uLmrr567R2 .image-wrap {
  display: flex;
}
.UP6oI4e-uLmrr567R2 .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.UP6oI4e-uLmrr567R2 .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.UP6oI4e-uLmrr567R2 .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmrr567R2 .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .UP6oI4e-uLmrr567R2 .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.UP6oI4e-uLmrr567R2 .click-section-title {
  color: #ffe4c1;
}
.UP6oI4e-uLmrr567R2 .click-text {
  color: #000000;
}
.UP6oI4e-uLmrr567R2 .click-section-title,
.UP6oI4e-uLmrr567R2 .click-section-btn {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmtbGj3WP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmtbGj3WP .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmtbGj3WP .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmtbGj3WP .container {
    padding: 0 30px;
  }
}
.UP6oI4e-uLmtbGj3WP .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmtbGj3WP .title-wrapper .click-text {
  margin-bottom: 0;
}
.UP6oI4e-uLmtbGj3WP .click-section-title {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmtbGj3WP .click-text {
  color: #ffffff;
}
.UP6oI4e-uLmryzJBTb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dadada;
}
.UP6oI4e-uLmryzJBTb .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmryzJBTb .click-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.UP6oI4e-uLmryzJBTb .click-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.UP6oI4e-uLmryzJBTb .btn:hover,
.UP6oI4e-uLmryzJBTb .btn:focus {
  background: white !important;
  color: #213e2e !important;
  border-color: white !important;
}
.UP6oI4e-uLmryzJBTb img {
  border-radius: 1rem;
}
.UP6oI4e-uLmryzJBTb .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmryzJBTb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmryzJBTb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .UP6oI4e-uLmryzJBTb .text-wrapper {
    padding: 0 2rem;
  }
}
.UP6oI4e-uLmryzJBTb .click-section-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmryzJBTb .click-section-subtitle,
.UP6oI4e-uLmryzJBTb .subtitle-wrap {
  color: #19303d;
}
.UP6oI4e-uLmryzJBTb .click-text,
.UP6oI4e-uLmryzJBTb .click-section-btn {
  color: #000000;
}
.UP6oI4e-uLmrIzTSJo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmrIzTSJo .content-row {
  background-color: #dadada;
  padding: 5rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmrIzTSJo .content-row {
    padding: 1rem;
  }
}
.UP6oI4e-uLmrIzTSJo p {
  margin-bottom: 0rem;
}
.UP6oI4e-uLmrIzTSJo .btn {
  margin-bottom: 0rem;
}
.UP6oI4e-uLmrIzTSJo .click-section-title {
  margin-bottom: 20px;
}
.UP6oI4e-uLmrIzTSJo .click-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.UP6oI4e-uLmrIzTSJo .click-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmrIzTSJo .click-section-btn {
    text-align: left;
  }
  .UP6oI4e-uLmrIzTSJo .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .UP6oI4e-uLmrIzTSJo .click-section-btn {
    text-align: left;
  }
  .UP6oI4e-uLmrIzTSJo .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmrIzTSJo .click-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .UP6oI4e-uLmrIzTSJo .btn {
    margin-top: 0rem;
  }
}
.UP6oI4e-uLmrIzTSJo H1 {
  text-align: center;
  color: #000000;
}
.UP6oI4e-uLmrIzTSJo .click-text {
  text-align: left;
  color: #000000;
}
.UP6oI4e-uLmrIzTSJo .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmrIzTSJo .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmCEn0ZEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.UP6oI4e-uLmCEn0ZEd .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmCEn0ZEd .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmCEn0ZEd .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #213e2e;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmCEn0ZEd .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.UP6oI4e-uLmCEn0ZEd .card {
  justify-content: center;
}
.UP6oI4e-uLmCEn0ZEd .title-wrapper .click-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmCEn0ZEd .title-wrapper .click-section-title {
    margin-bottom: 32px;
  }
}
.UP6oI4e-uLmCEn0ZEd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmCEn0ZEd .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #213e2e;
}
.UP6oI4e-uLmCEn0ZEd .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmCEn0ZEd .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.UP6oI4e-uLmCEn0ZEd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmCEn0ZEd .click-section-title {
  color: #000000;
}
.UP6oI4e-uLmCEn0ZEd .list {
  color: #000000;
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}
.UP6oI4e-uLmudbJaiP {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmudbJaiP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmudbJaiP .menu_box .navbar.opened,
  .UP6oI4e-uLmudbJaiP .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmudbJaiP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmudbJaiP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before,
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmudbJaiP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmudbJaiP .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;
  }
  .UP6oI4e-uLmudbJaiP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmudbJaiP .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmudbJaiP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-menu,
.UP6oI4e-uLmudbJaiP .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmudbJaiP .nav-item:focus,
.UP6oI4e-uLmudbJaiP .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmudbJaiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmudbJaiP .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .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;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown-item.active,
.UP6oI4e-uLmudbJaiP .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmudbJaiP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmudbJaiP .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) {
  .UP6oI4e-uLmudbJaiP .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmudbJaiP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmudbJaiP .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmudbJaiP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmudbJaiP .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmudbJaiP .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmudbJaiP .text_widget a:hover,
.UP6oI4e-uLmudbJaiP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmudbJaiP .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmudbJaiP .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle,
.UP6oI4e-uLmudbJaiP .text_widget,
.UP6oI4e-uLmudbJaiP .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmudbJaiP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmuzE5FEC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dadada;
}
.UP6oI4e-uLmuzE5FEC .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmuzE5FEC .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmuzE5FEC .items-wrap {
  justify-content: space-between;
}
.UP6oI4e-uLmuzE5FEC .items-wrap .card {
  justify-content: center;
}
.UP6oI4e-uLmuzE5FEC .title-wrapper .click-desc {
  margin-bottom: 15px;
}
.UP6oI4e-uLmuzE5FEC .title-wrapper .click-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuzE5FEC .title-wrapper .click-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuzE5FEC .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuzE5FEC .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.UP6oI4e-uLmuzE5FEC .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuzE5FEC .image-wrapper {
    margin-bottom: 32px;
  }
}
.UP6oI4e-uLmuzE5FEC .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #213e2e;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuzE5FEC .image-wrapper img {
    height: 350px;
  }
}
.UP6oI4e-uLmuzE5FEC .click-section-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmuzE5FEC .click-text {
  color: #000000;
}
.UP6oI4e-uLmuzE5FEC .click-text,
.UP6oI4e-uLmuzE5FEC .click-section-btn {
  color: #fdfde1;
}
.UP6oI4e-uLmuzE5FEC .click-desc {
  color: #fdfde1;
}
.UP6oI4e-uLmuzE5FEC .click-section-subtitle {
  color: #213e2e;
}
.UP6oI4e-uLmuzE5FEC .click-desc,
.UP6oI4e-uLmuzE5FEC .click-section-btn {
  color: #fdfde1;
}
.UP6oI4e-uLmuzE5FEC .click-text,
.UP6oI4e-uLmuzE5FEC .click-section-btn mb-4 {
  color: #000000;
}
.UP6oI4e-uLmuQKMBhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmuQKMBhz .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmuQKMBhz .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmuQKMBhz .row {
  justify-content: space-between;
}
.UP6oI4e-uLmuQKMBhz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuQKMBhz .content-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmuQKMBhz .content-wrapper .click-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuQKMBhz .content-wrapper .click-section-title {
    margin-bottom: 20px;
  }
}
.UP6oI4e-uLmuQKMBhz .content-wrapper .click-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuQKMBhz .content-wrapper .click-text {
    margin-bottom: 20px;
  }
}
.UP6oI4e-uLmuQKMBhz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.UP6oI4e-uLmuQKMBhz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.UP6oI4e-uLmuQKMBhz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.UP6oI4e-uLmuQKMBhz .content-wrapper .logo-wrapper .logo-wrap .click-desc {
  margin-bottom: 0;
}
.UP6oI4e-uLmuQKMBhz .click-section-title {
  color: #000000;
}
.UP6oI4e-uLmuQKMBhz .click-desc {
  color: #000000;
}
.UP6oI4e-uLmuQKMBhz .click-text {
  color: #ffffff;
}
.UP6oI4e-uLmuQKMBhz .click-section-title,
.UP6oI4e-uLmuQKMBhz .click-section-btn {
  text-align: center;
  color: #ffffff;
}
.UP6oI4e-uLmuGT4CeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dadada;
}
.UP6oI4e-uLmuGT4CeV .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmuGT4CeV .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmuGT4CeV .title-wrapper .click-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuGT4CeV .title-wrapper .click-section-title {
    margin-bottom: 32px;
  }
}
.UP6oI4e-uLmuGT4CeV .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.UP6oI4e-uLmuGT4CeV .items-wrapper .item {
  padding: 0 10px;
}
.UP6oI4e-uLmuGT4CeV .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuGT4CeV .item {
    margin-bottom: 16px;
  }
}
.UP6oI4e-uLmuGT4CeV .item .item-wrapper {
  padding: 10px;
  background-color: #213e2e;
  height: 100%;
}
.UP6oI4e-uLmuGT4CeV .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.UP6oI4e-uLmuGT4CeV .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.UP6oI4e-uLmuGT4CeV .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmuGT4CeV .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.UP6oI4e-uLmuGT4CeV .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.UP6oI4e-uLmuGT4CeV .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.UP6oI4e-uLmuGT4CeV .click-section-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmuGT4CeV .item-title {
  color: #000c3f;
}
.UP6oI4e-uLmuGT4CeV .item-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmuGT4CeV .item-title,
.UP6oI4e-uLmuGT4CeV .click-section-btn {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmuZXy3n2 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #dadada;
}
.UP6oI4e-uLmuZXy3n2 .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmuZXy3n2 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmuZXy3n2 .click-section-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}
.UP6oI4e-uLmudbJaiP {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmudbJaiP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmudbJaiP .menu_box .navbar.opened,
  .UP6oI4e-uLmudbJaiP .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmudbJaiP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmudbJaiP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before,
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmudbJaiP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmudbJaiP .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;
  }
  .UP6oI4e-uLmudbJaiP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmudbJaiP .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmudbJaiP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-menu,
.UP6oI4e-uLmudbJaiP .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmudbJaiP .nav-item:focus,
.UP6oI4e-uLmudbJaiP .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmudbJaiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmudbJaiP .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .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;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown-item.active,
.UP6oI4e-uLmudbJaiP .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmudbJaiP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmudbJaiP .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) {
  .UP6oI4e-uLmudbJaiP .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmudbJaiP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmudbJaiP .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmudbJaiP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmudbJaiP .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmudbJaiP .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmudbJaiP .text_widget a:hover,
.UP6oI4e-uLmudbJaiP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmudbJaiP .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmudbJaiP .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle,
.UP6oI4e-uLmudbJaiP .text_widget,
.UP6oI4e-uLmudbJaiP .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmudbJaiP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmvE8tI6j {
  background-image: url("../../../assets/images/info1.jpg-1248x832.jpg");
}
.UP6oI4e-uLmvE8tI6j .click-section-title {
  text-align: center;
  color: #000000;
}
.UP6oI4e-uLmvE8tI6j .click-section-title a {
  font-weight: 600;
}
.UP6oI4e-uLmvE8tI6j .click-section-title a:hover {
  background: none !important;
}
.UP6oI4e-uLmvE8tI6j .click-text,
.UP6oI4e-uLmvE8tI6j .click-section-btn {
  text-align: center;
  color: #000000;
}
.UP6oI4e-uLmvE8tI6j .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmvE8tI6j .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmvE8tI6j .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmvO7ClqR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmvO7ClqR .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmvO7ClqR .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .UP6oI4e-uLmvO7ClqR .container {
    padding: 0 16px;
  }
}
.UP6oI4e-uLmvO7ClqR .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.UP6oI4e-uLmvO7ClqR .content-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmvO7ClqR .content-wrapper .click-text {
  margin-bottom: 0;
}
.UP6oI4e-uLmvO7ClqR .click-section-title {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmvO7ClqR .click-text {
  color: #000000;
}
.UP6oI4e-uLmvO7ClqR .click-text,
.UP6oI4e-uLmvO7ClqR .icon-wrapper {
  color: #ffffff;
}
.UP6oI4e-uLmvGOt5bv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmvGOt5bv .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmvGOt5bv .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmvGOt5bv .row {
  justify-content: space-between;
}
.UP6oI4e-uLmvGOt5bv .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #dadada;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmvGOt5bv .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvGOt5bv .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.UP6oI4e-uLmvGOt5bv .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvGOt5bv .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.UP6oI4e-uLmvGOt5bv .card-wrapper .card-wrap .click-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvGOt5bv .card-wrapper .card-wrap .click-section-title {
    margin-bottom: 24px;
  }
}
.UP6oI4e-uLmvGOt5bv .card-wrapper .card-wrap .text-wrapper .click-text {
  margin-bottom: 24px;
}
.UP6oI4e-uLmvGOt5bv .card-wrapper .card-wrap .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmvGOt5bv .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvGOt5bv .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.UP6oI4e-uLmvGOt5bv .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvGOt5bv .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.UP6oI4e-uLmvGOt5bv .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmvGOt5bv .click-text,
.UP6oI4e-uLmvGOt5bv .text-wrapper {
  color: #000000;
}
.UP6oI4e-uLmvGOt5bv .click-section-title,
.UP6oI4e-uLmvGOt5bv .click-section-btn {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmvHof8F5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.UP6oI4e-uLmvHof8F5 .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmvHof8F5 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmvHof8F5 .row {
  justify-content: center;
}
.UP6oI4e-uLmvHof8F5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.UP6oI4e-uLmvHof8F5 .content-wrapper .click-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvHof8F5 .content-wrapper .click-section-title {
    margin-bottom: 22px;
  }
}
.UP6oI4e-uLmvHof8F5 .content-wrapper .click-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvHof8F5 .content-wrapper .click-text {
    margin-bottom: 22px;
  }
}
.UP6oI4e-uLmvHof8F5 .content-wrapper .click-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmvHof8F5 .content-wrapper .click-desc {
    margin-bottom: 22px;
  }
}
.UP6oI4e-uLmvHof8F5 .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmvHof8F5 .click-text {
  color: #000000;
}
.UP6oI4e-uLmvHof8F5 .click-desc {
  color: #ffffff;
}
.UP6oI4e-uLmvHof8F5 .click-section-title,
.UP6oI4e-uLmvHof8F5 .click-section-btn {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}
.UP6oI4e-uLmudbJaiP {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmudbJaiP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmudbJaiP .menu_box .navbar.opened,
  .UP6oI4e-uLmudbJaiP .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmudbJaiP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmudbJaiP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before,
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmudbJaiP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmudbJaiP .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;
  }
  .UP6oI4e-uLmudbJaiP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmudbJaiP .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmudbJaiP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-menu,
.UP6oI4e-uLmudbJaiP .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmudbJaiP .nav-item:focus,
.UP6oI4e-uLmudbJaiP .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmudbJaiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmudbJaiP .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .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;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown-item.active,
.UP6oI4e-uLmudbJaiP .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmudbJaiP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmudbJaiP .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) {
  .UP6oI4e-uLmudbJaiP .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmudbJaiP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmudbJaiP .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmudbJaiP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmudbJaiP .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmudbJaiP .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmudbJaiP .text_widget a:hover,
.UP6oI4e-uLmudbJaiP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmudbJaiP .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmudbJaiP .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle,
.UP6oI4e-uLmudbJaiP .text_widget,
.UP6oI4e-uLmudbJaiP .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmudbJaiP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmYI8IJfs {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #dadada;
}
.UP6oI4e-uLmYI8IJfs .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmYI8IJfs .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #213e2e -10%, #213e2e 30%, #213e2e 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmYI8IJfs .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmYI8IJfs .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .title-wrapper .click-title {
  margin-bottom: 16px;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .title-wrapper .click-text {
  margin-bottom: 0;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #dadada;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #000000, #000000 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #000000 !important;
  background-color: #dadada;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #213e2e !important;
  box-shadow: none;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .click-section-btn {
  width: 100%;
  padding: 0;
}
.UP6oI4e-uLmYI8IJfs .card-wrapper .form-wrapper .dragArea.row .click-section-btn .btn {
  margin: 0;
}
.UP6oI4e-uLmYI8IJfs .click-section-btn {
  text-align: right;
}
.UP6oI4e-uLmYI8IJfs .click-title {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmYI8IJfs .click-text {
  color: #ffffff;
}
.UP6oI4e-uLmYI8IJfs label {
  color: #ffffff;
}
.UP6oI4e-uLmYI8IJfs H5 {
  text-align: center;
}
.UP6oI4e-uLn0fg8PEb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.UP6oI4e-uLn0fg8PEb .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLn0fg8PEb .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLn0fg8PEb .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #213e2e;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLn0fg8PEb .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.UP6oI4e-uLn0fg8PEb .card {
  justify-content: center;
}
.UP6oI4e-uLn0fg8PEb .title-wrapper .click-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLn0fg8PEb .title-wrapper .click-section-title {
    margin-bottom: 32px;
  }
}
.UP6oI4e-uLn0fg8PEb .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLn0fg8PEb .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #213e2e;
}
.UP6oI4e-uLn0fg8PEb .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLn0fg8PEb .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.UP6oI4e-uLn0fg8PEb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLn0fg8PEb .click-section-title {
  color: #000000;
}
.UP6oI4e-uLn0fg8PEb .list {
  color: #000000;
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}
.UP6oI4e-uLmudbJaiP {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmudbJaiP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmudbJaiP .menu_box .navbar.opened,
  .UP6oI4e-uLmudbJaiP .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmudbJaiP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmudbJaiP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before,
.UP6oI4e-uLmudbJaiP .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmudbJaiP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmudbJaiP .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;
  }
  .UP6oI4e-uLmudbJaiP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmudbJaiP .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmudbJaiP .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmudbJaiP .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmudbJaiP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmudbJaiP .dropdown-menu,
.UP6oI4e-uLmudbJaiP .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmudbJaiP .nav-item:focus,
.UP6oI4e-uLmudbJaiP .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmudbJaiP .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmudbJaiP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmudbJaiP .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmudbJaiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmudbJaiP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmudbJaiP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmudbJaiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmudbJaiP .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmudbJaiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .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;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmudbJaiP .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmudbJaiP .dropdown-item.active,
.UP6oI4e-uLmudbJaiP .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmudbJaiP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmudbJaiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmudbJaiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmudbJaiP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmudbJaiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmudbJaiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmudbJaiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmudbJaiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmudbJaiP .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) {
  .UP6oI4e-uLmudbJaiP .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmudbJaiP .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmudbJaiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmudbJaiP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmudbJaiP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmudbJaiP .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmudbJaiP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmudbJaiP .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmudbJaiP .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmudbJaiP .text_widget a:hover,
.UP6oI4e-uLmudbJaiP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmudbJaiP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmudbJaiP .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmudbJaiP .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmudbJaiP .click-section-subtitle,
.UP6oI4e-uLmudbJaiP .text_widget,
.UP6oI4e-uLmudbJaiP .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmudbJaiP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmIbtiAId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.UP6oI4e-uLmIbtiAId .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmIbtiAId .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmIbtiAId .section-border-item {
  background-color: #000000;
}
.UP6oI4e-uLmIbtiAId .card-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmIbtiAId .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmIbtiAId .card-subtitle {
    margin-top: 0.75rem;
  }
}
.UP6oI4e-uLmIbtiAId .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmIbtiAId .card-text {
    margin-top: 0.75rem;
  }
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}
.UP6oI4e-uLmLxSMrra {
  background-color: transparent;
}
.UP6oI4e-uLmLxSMrra .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmLxSMrra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmLxSMrra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmLxSMrra .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLxSMrra .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmLxSMrra .menu_box .navbar.opened,
  .UP6oI4e-uLmLxSMrra .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmLxSMrra .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmLxSMrra .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmLxSMrra .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmLxSMrra .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmLxSMrra .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLxSMrra .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmLxSMrra .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmLxSMrra .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmLxSMrra .nav-item .nav-link:hover::before,
.UP6oI4e-uLmLxSMrra .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmLxSMrra .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLxSMrra .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmLxSMrra .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLxSMrra .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmLxSMrra .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;
  }
  .UP6oI4e-uLmLxSMrra .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmLxSMrra .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmLxSMrra .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmLxSMrra .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmLxSMrra .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmLxSMrra .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmLxSMrra .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmLxSMrra .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmLxSMrra .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmLxSMrra .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLxSMrra .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmLxSMrra .dropdown-menu,
.UP6oI4e-uLmLxSMrra .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmLxSMrra .nav-item:focus,
.UP6oI4e-uLmLxSMrra .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmLxSMrra .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmLxSMrra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmLxSMrra .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmLxSMrra .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmLxSMrra .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmLxSMrra .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmLxSMrra .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmLxSMrra .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmLxSMrra .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmLxSMrra .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmLxSMrra .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmLxSMrra .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmLxSMrra .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLxSMrra .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmLxSMrra .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmLxSMrra .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmLxSMrra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmLxSMrra .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmLxSMrra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmLxSMrra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmLxSMrra .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmLxSMrra .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmLxSMrra .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmLxSMrra .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmLxSMrra .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmLxSMrra .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmLxSMrra .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmLxSMrra .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmLxSMrra .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmLxSMrra .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmLxSMrra .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;
}
.UP6oI4e-uLmLxSMrra .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmLxSMrra .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmLxSMrra .dropdown-item.active,
.UP6oI4e-uLmLxSMrra .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmLxSMrra .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmLxSMrra .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmLxSMrra .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmLxSMrra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmLxSMrra ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmLxSMrra .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmLxSMrra button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmLxSMrra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmLxSMrra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmLxSMrra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmLxSMrra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmLxSMrra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmLxSMrra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmLxSMrra nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmLxSMrra nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmLxSMrra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmLxSMrra a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmLxSMrra .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) {
  .UP6oI4e-uLmLxSMrra .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmLxSMrra .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmLxSMrra .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmLxSMrra .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmLxSMrra .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmLxSMrra .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmLxSMrra .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLxSMrra .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmLxSMrra .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmLxSMrra .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmLxSMrra .text_widget a:hover,
.UP6oI4e-uLmLxSMrra .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLxSMrra .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmLxSMrra .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmLxSMrra .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmLxSMrra .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmLxSMrra .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmLxSMrra .click-section-subtitle,
.UP6oI4e-uLmLxSMrra .text_widget,
.UP6oI4e-uLmLxSMrra .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmLxSMrra a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmLxWiXE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.UP6oI4e-uLmLxWiXE8 .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmLxWiXE8 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmLxWiXE8 .section-border-item {
  background-color: #000000;
}
.UP6oI4e-uLmLxWiXE8 .card-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmLxWiXE8 .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmLxWiXE8 .card-subtitle {
    margin-top: 0.75rem;
  }
}
.UP6oI4e-uLmLxWiXE8 .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmLxWiXE8 .card-text {
    margin-top: 0.75rem;
  }
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}
.UP6oI4e-uLmLYca3it {
  background-color: transparent;
}
.UP6oI4e-uLmLYca3it .navbar-dropdown {
  background-color: #213e2e !important;
  padding: 0;
}
.UP6oI4e-uLmLYca3it .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #213e2e !important;
  background: #213e2e;
}
.UP6oI4e-uLmLYca3it .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.UP6oI4e-uLmLYca3it .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLYca3it .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .UP6oI4e-uLmLYca3it .menu_box .navbar.opened,
  .UP6oI4e-uLmLYca3it .menu_box .navbar-collapse {
    background-color: #213e2e !important;
    transition: all 0s ease 0s;
  }
}
.UP6oI4e-uLmLYca3it .navbar-dropdown {
  position: relative !important;
}
.UP6oI4e-uLmLYca3it .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.UP6oI4e-uLmLYca3it .btn:hover {
  box-shadow: none;
}
.UP6oI4e-uLmLYca3it .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .UP6oI4e-uLmLYca3it .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLYca3it .nav-item {
    margin: 0 !important;
  }
}
.UP6oI4e-uLmLYca3it .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.UP6oI4e-uLmLYca3it .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmLYca3it .nav-item .nav-link:hover::before,
.UP6oI4e-uLmLYca3it .nav-item .nav-link:focus::before {
  width: 100%;
}
.UP6oI4e-uLmLYca3it .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLYca3it .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .UP6oI4e-uLmLYca3it .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLYca3it .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .UP6oI4e-uLmLYca3it .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;
  }
  .UP6oI4e-uLmLYca3it .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .UP6oI4e-uLmLYca3it .offcanvas_box {
    display: none;
  }
}
.UP6oI4e-uLmLYca3it .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.UP6oI4e-uLmLYca3it .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.UP6oI4e-uLmLYca3it .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.UP6oI4e-uLmLYca3it .container {
  display: flex;
  margin: auto;
}
.UP6oI4e-uLmLYca3it .iconfont-wrapper {
  color: #202020;
  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;
}
.UP6oI4e-uLmLYca3it .iconfont-wrapper:last-child {
  margin-right: 0;
}
.UP6oI4e-uLmLYca3it .iconfont-wrapper:hover {
  opacity: .5;
}
.UP6oI4e-uLmLYca3it .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLYca3it .navbar-nav {
    margin: 0;
  }
}
.UP6oI4e-uLmLYca3it .dropdown-menu,
.UP6oI4e-uLmLYca3it .navbar.opened {
  background-color: false !important;
}
.UP6oI4e-uLmLYca3it .nav-item:focus,
.UP6oI4e-uLmLYca3it .nav-link:focus {
  outline: none;
}
.UP6oI4e-uLmLYca3it .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmLYca3it .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.UP6oI4e-uLmLYca3it .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.UP6oI4e-uLmLYca3it .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.UP6oI4e-uLmLYca3it .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.UP6oI4e-uLmLYca3it .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.UP6oI4e-uLmLYca3it .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmLYca3it .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.UP6oI4e-uLmLYca3it .navbar.opened {
  transition: all 0.3s;
}
.UP6oI4e-uLmLYca3it .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.UP6oI4e-uLmLYca3it .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.UP6oI4e-uLmLYca3it .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed {
  justify-content: center;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.UP6oI4e-uLmLYca3it .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .UP6oI4e-uLmLYca3it .navbar .nav-item {
    padding: .5rem 0;
  }
  .UP6oI4e-uLmLYca3it .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .UP6oI4e-uLmLYca3it .navbar .nav-item .nav-link::before {
    display: none;
  }
  .UP6oI4e-uLmLYca3it .navbar.opened .dropdown-menu {
    top: 0;
  }
  .UP6oI4e-uLmLYca3it .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .UP6oI4e-uLmLYca3it .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .UP6oI4e-uLmLYca3it .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .UP6oI4e-uLmLYca3it .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .UP6oI4e-uLmLYca3it .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .UP6oI4e-uLmLYca3it .navbar ul.navbar-nav li {
    margin: 0;
  }
  .UP6oI4e-uLmLYca3it .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .UP6oI4e-uLmLYca3it .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .UP6oI4e-uLmLYca3it .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .UP6oI4e-uLmLYca3it .navbar .icons-menu {
    padding: 0;
  }
}
.UP6oI4e-uLmLYca3it .navbar.navbar-short {
  min-height: 60px;
}
.UP6oI4e-uLmLYca3it .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.UP6oI4e-uLmLYca3it .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.UP6oI4e-uLmLYca3it .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;
}
.UP6oI4e-uLmLYca3it .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.UP6oI4e-uLmLYca3it .navbar-brand .navbar-logo a {
  outline: none;
}
.UP6oI4e-uLmLYca3it .dropdown-item.active,
.UP6oI4e-uLmLYca3it .dropdown-item:active {
  background-color: transparent;
}
.UP6oI4e-uLmLYca3it .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.UP6oI4e-uLmLYca3it .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.UP6oI4e-uLmLYca3it .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.UP6oI4e-uLmLYca3it .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.UP6oI4e-uLmLYca3it ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.UP6oI4e-uLmLYca3it .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.UP6oI4e-uLmLYca3it button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #213e2e;
  background: #ffffff;
}
.UP6oI4e-uLmLYca3it button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.UP6oI4e-uLmLYca3it button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.UP6oI4e-uLmLYca3it button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmLYca3it button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.UP6oI4e-uLmLYca3it button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.UP6oI4e-uLmLYca3it nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmLYca3it nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmLYca3it nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.UP6oI4e-uLmLYca3it nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.UP6oI4e-uLmLYca3it a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.UP6oI4e-uLmLYca3it .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) {
  .UP6oI4e-uLmLYca3it .navbar {
    height: 70px;
  }
  .UP6oI4e-uLmLYca3it .navbar.opened {
    height: auto;
  }
  .UP6oI4e-uLmLYca3it .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.UP6oI4e-uLmLYca3it .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .UP6oI4e-uLmLYca3it .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.UP6oI4e-uLmLYca3it .click-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.UP6oI4e-uLmLYca3it .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLYca3it .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.UP6oI4e-uLmLYca3it .text_widget {
  margin-bottom: 32px;
}
.UP6oI4e-uLmLYca3it .text_widget a {
  transition: all 0.3s ease-out;
}
.UP6oI4e-uLmLYca3it .text_widget a:hover,
.UP6oI4e-uLmLYca3it .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .UP6oI4e-uLmLYca3it .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.UP6oI4e-uLmLYca3it .icons-menu-main {
  display: flex;
}
.UP6oI4e-uLmLYca3it .click-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmLYca3it .navbar-caption {
  color: #202020;
}
.UP6oI4e-uLmLYca3it .click-text {
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmLYca3it .click-section-subtitle,
.UP6oI4e-uLmLYca3it .text_widget,
.UP6oI4e-uLmLYca3it .click-section-btn {
  text-align: center;
}
.UP6oI4e-uLmLYca3it a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.UP6oI4e-uLmLYfovyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dadada;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.UP6oI4e-uLmLYfovyT .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmLYfovyT .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmLYfovyT .section-border-item {
  background-color: #000000;
}
.UP6oI4e-uLmLYfovyT .card-title {
  color: #000000;
  text-align: center;
}
.UP6oI4e-uLmLYfovyT .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmLYfovyT .card-subtitle {
    margin-top: 0.75rem;
  }
}
.UP6oI4e-uLmLYfovyT .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .UP6oI4e-uLmLYfovyT .card-text {
    margin-top: 0.75rem;
  }
}
.UP6oI4e-uLmO48fxXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #213e2e;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image.disabled {
  display: none;
}
.UP6oI4e-uLmO48fxXH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.UP6oI4e-uLmO48fxXH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .container {
    padding: 0 6px;
  }
}
.UP6oI4e-uLmO48fxXH .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #213e2e;
}
@media (max-width: 1440px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .UP6oI4e-uLmO48fxXH .row {
    padding: 50px 30px;
  }
}
.UP6oI4e-uLmO48fxXH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.UP6oI4e-uLmO48fxXH .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .title-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-title span {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .title-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .UP6oI4e-uLmO48fxXH .list-wrapper {
    padding: 0;
  }
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:hover,
.UP6oI4e-uLmO48fxXH .list-wrapper .list .item-wrap:focus {
  color: #dadada;
}
.UP6oI4e-uLmO48fxXH .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.UP6oI4e-uLmO48fxXH .click-section-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list-title {
  color: #ffffff;
}
.UP6oI4e-uLmO48fxXH .list {
  color: #ffffff;
}

/* 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 */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 1: press effect: scale 0.95 + inset shadow */
a, button, .btn {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* endmainanimations */
