.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.iconography-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 10rem;
  line-height: .92;
}
.display-1 > .iconography-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.55rem;
  line-height: 1;
}
.display-2 > .iconography-iconfont {
  font-size: 5.6875rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .iconography-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.15;
}
.display-5 > .iconography-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.36rem;
  line-height: 1.6;
}
.display-7 > .iconography-iconfont {
  font-size: 1.7rem;
}
/* ---- 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: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.64rem;
    font-size: calc( 2.2424999999999997rem + (4.55 - 2.2424999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.2424999999999997rem + (4.55 - 2.2424999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.088rem;
    font-size: calc( 1.1260000000000001rem + (1.36 - 1.1260000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1260000000000001rem + (1.36 - 1.1260000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5b7c8c !important;
}
.bg-success {
  background-color: #789eb0 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #d5ecff !important;
}
.bg-danger {
  background-color: #066dc2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b7c8c !important;
  border-color: #5b7c8c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7595a5 !important;
  border-color: #7595a5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7595a5 !important;
  border-color: #7595a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #acc8d5 !important;
  border-color: #acc8d5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #cedee6 !important;
  border-color: #cedee6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cedee6 !important;
  border-color: #cedee6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
  color: #8f8f4e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8f8f4e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #789eb0 !important;
  border-color: #789eb0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #98b5c3 !important;
  border-color: #98b5c3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #98b5c3 !important;
  border-color: #98b5c3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d5ecff !important;
  border-color: #d5ecff !important;
  color: #0075d5 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0075d5 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #066dc2 !important;
  border-color: #066dc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0889f3 !important;
  border-color: #0889f3 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0889f3 !important;
  border-color: #0889f3 !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: #5b7c8c;
  color: #5b7c8c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #394d57 !important;
  background-color: transparent !important;
  border-color: #394d57 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b7c8c !important;
  border-color: #5b7c8c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #acc8d5;
  color: #acc8d5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #72a2b8 !important;
  background-color: transparent !important;
  border-color: #72a2b8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #acc8d5 !important;
  border-color: #acc8d5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3e9;
  color: #f3f3e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4b1 !important;
  background-color: transparent !important;
  border-color: #d4d4b1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8f8f4e !important;
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #789eb0;
  color: #789eb0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d7284 !important;
  background-color: transparent !important;
  border-color: #4d7284 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #789eb0 !important;
  border-color: #789eb0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d5ecff;
  color: #d5ecff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7ec5ff !important;
  background-color: transparent !important;
  border-color: #7ec5ff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0075d5 !important;
  background-color: #d5ecff !important;
  border-color: #d5ecff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #066dc2;
  color: #066dc2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #033e6e !important;
  background-color: transparent !important;
  border-color: #033e6e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #066dc2 !important;
  border-color: #066dc2 !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: #5b7c8c !important;
}
.text-secondary {
  color: #acc8d5 !important;
}
.text-success {
  color: #789eb0 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #d5ecff !important;
}
.text-danger {
  color: #066dc2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #33454e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #689bb3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #486a7a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cfcfa7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6fbeff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #03355f !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: #5b7c8c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3e9;
}
.alert-warning {
  background-color: #d5ecff;
}
.alert-danger {
  background-color: #066dc2;
}
.iconography-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.iconography-gallery-filter li a {
  border-radius: 100px !important;
}
.iconography-gallery-filter li.active .btn {
  background-color: #5b7c8c;
  border-color: #5b7c8c;
  color: #ffffff;
}
.iconography-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b7c8c;
}
.iconography-plan-header.bg-primary .iconography-plan-subtitle,
.iconography-plan-header.bg-primary .iconography-plan-price-desc {
  color: #a3b9c3;
}
.iconography-plan-header.bg-success .iconography-plan-subtitle,
.iconography-plan-header.bg-success .iconography-plan-price-desc {
  color: #c8d8df;
}
.iconography-plan-header.bg-info .iconography-plan-subtitle,
.iconography-plan-header.bg-info .iconography-plan-price-desc {
  color: #ffffff;
}
.iconography-plan-header.bg-warning .iconography-plan-subtitle,
.iconography-plan-header.bg-warning .iconography-plan-price-desc {
  color: #ffffff;
}
.iconography-plan-header.bg-danger .iconography-plan-subtitle,
.iconography-plan-header.bg-danger .iconography-plan-price-desc {
  color: #4eacfa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.36rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .iconography-iconfont {
  font-size: 1.7rem;
}
.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: #5b7c8c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.36rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iconography-iconfont {
  font-size: 1.7rem;
}
blockquote {
  border-color: #5b7c8c;
}
/* Forms */
.iconography-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.iconography-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.iconography-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.iconography-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5b7c8c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5b7c8c;
}
.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: #5b7c8c;
  border-bottom-color: #5b7c8c;
}
.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: #5b7c8c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #acc8d5 !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='%235b7c8c' %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;
}
.iconography-section-btn .btn,
.iconography-section-btn-main .btn {
  padding: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.iconography-section-btn .btn .iconography-iconfont,
.iconography-section-btn-main .btn .iconography-iconfont {
  margin-left: .5em;
}
.iconography-section-btn .btn-primary .iconography-iconfont,
.iconography-section-btn-main .btn-primary .iconography-iconfont {
  color: #acc8d5 !important;
}
.iconography-section-btn .btn-primary:hover,
.iconography-section-btn-main .btn-primary:hover,
.iconography-section-btn .btn-primary:focus,
.iconography-section-btn-main .btn-primary:focus {
  background-color: #acc8d5 !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-primary:hover .iconography-iconfont,
.iconography-section-btn-main .btn-primary:hover .iconography-iconfont,
.iconography-section-btn .btn-primary:focus .iconography-iconfont,
.iconography-section-btn-main .btn-primary:focus .iconography-iconfont {
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-secondary,
.iconography-section-btn-main .btn-secondary {
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-secondary:hover,
.iconography-section-btn-main .btn-secondary:hover,
.iconography-section-btn .btn-secondary:focus,
.iconography-section-btn-main .btn-secondary:focus {
  background-color: #5b7c8c !important;
  color: #acc8d5 !important;
}
.iconography-section-btn .btn-secondary:hover .iconography-iconfont,
.iconography-section-btn-main .btn-secondary:hover .iconography-iconfont,
.iconography-section-btn .btn-secondary:focus .iconography-iconfont,
.iconography-section-btn-main .btn-secondary:focus .iconography-iconfont {
  color: #acc8d5 !important;
}
.iconography-section-btn .btn-success,
.iconography-section-btn-main .btn-success {
  color: #066dc2 !important;
}
.iconography-section-btn .btn-success:hover,
.iconography-section-btn-main .btn-success:hover,
.iconography-section-btn .btn-success:focus,
.iconography-section-btn-main .btn-success:focus {
  background-color: #066dc2 !important;
  color: #789eb0 !important;
}
.iconography-section-btn .btn-success:hover .iconography-iconfont,
.iconography-section-btn-main .btn-success:hover .iconography-iconfont,
.iconography-section-btn .btn-success:focus .iconography-iconfont,
.iconography-section-btn-main .btn-success:focus .iconography-iconfont {
  color: #789eb0 !important;
}
.iconography-section-btn .btn-info,
.iconography-section-btn-main .btn-info {
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-info .iconography-iconfont,
.iconography-section-btn-main .btn-info .iconography-iconfont {
  color: #acc8d5 !important;
}
.iconography-section-btn .btn-info:hover,
.iconography-section-btn-main .btn-info:hover,
.iconography-section-btn .btn-info:focus,
.iconography-section-btn-main .btn-info:focus {
  background-color: #acc8d5 !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-info:hover .iconography-iconfont,
.iconography-section-btn-main .btn-info:hover .iconography-iconfont,
.iconography-section-btn .btn-info:focus .iconography-iconfont,
.iconography-section-btn-main .btn-info:focus .iconography-iconfont {
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-warning,
.iconography-section-btn-main .btn-warning {
  color: #066dc2 !important;
}
.iconography-section-btn .btn-warning:hover,
.iconography-section-btn-main .btn-warning:hover,
.iconography-section-btn .btn-warning:focus,
.iconography-section-btn-main .btn-warning:focus {
  background-color: #066dc2 !important;
  color: #f3f3e9 !important;
}
.iconography-section-btn .btn-warning:hover .iconography-iconfont,
.iconography-section-btn-main .btn-warning:hover .iconography-iconfont,
.iconography-section-btn .btn-warning:focus .iconography-iconfont,
.iconography-section-btn-main .btn-warning:focus .iconography-iconfont {
  color: #d5ecff !important;
}
.iconography-section-btn .btn-danger,
.iconography-section-btn-main .btn-danger {
  color: #d5ecff !important;
}
.iconography-section-btn .btn-danger:hover,
.iconography-section-btn-main .btn-danger:hover,
.iconography-section-btn .btn-danger:focus,
.iconography-section-btn-main .btn-danger:focus {
  background-color: #d5ecff !important;
  color: #f3f3e9 !important;
}
.iconography-section-btn .btn-danger:hover .iconography-iconfont,
.iconography-section-btn-main .btn-danger:hover .iconography-iconfont,
.iconography-section-btn .btn-danger:focus .iconography-iconfont,
.iconography-section-btn-main .btn-danger:focus .iconography-iconfont {
  color: #066dc2 !important;
}
.iconography-section-btn .btn-primary-outline,
.iconography-section-btn-main .btn-primary-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-primary-outline:hover,
.iconography-section-btn-main .btn-primary-outline:hover,
.iconography-section-btn .btn-primary-outline:focus,
.iconography-section-btn-main .btn-primary-outline:focus {
  text-decoration-color: transparent;
  background-color: #5b7c8c !important;
  color: #f3f3e9 !important;
}
.iconography-section-btn .btn-secondary-outline,
.iconography-section-btn-main .btn-secondary-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-secondary-outline:hover,
.iconography-section-btn-main .btn-secondary-outline:hover,
.iconography-section-btn .btn-secondary-outline:focus,
.iconography-section-btn-main .btn-secondary-outline:focus {
  text-decoration-color: transparent;
  background-color: #acc8d5 !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-success-outline,
.iconography-section-btn-main .btn-success-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-success-outline:hover,
.iconography-section-btn-main .btn-success-outline:hover,
.iconography-section-btn .btn-success-outline:focus,
.iconography-section-btn-main .btn-success-outline:focus {
  text-decoration-color: transparent;
  background-color: #789eb0 !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-info-outline,
.iconography-section-btn-main .btn-info-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-info-outline:hover,
.iconography-section-btn-main .btn-info-outline:hover,
.iconography-section-btn .btn-info-outline:focus,
.iconography-section-btn-main .btn-info-outline:focus {
  text-decoration-color: transparent;
  background-color: #f3f3e9 !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-warning-outline,
.iconography-section-btn-main .btn-warning-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-warning-outline:hover,
.iconography-section-btn-main .btn-warning-outline:hover,
.iconography-section-btn .btn-warning-outline:focus,
.iconography-section-btn-main .btn-warning-outline:focus {
  text-decoration-color: transparent;
  background-color: #d5ecff !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-danger-outline,
.iconography-section-btn-main .btn-danger-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-danger-outline:hover,
.iconography-section-btn-main .btn-danger-outline:hover,
.iconography-section-btn .btn-danger-outline:focus,
.iconography-section-btn-main .btn-danger-outline:focus {
  text-decoration-color: transparent;
  background-color: #066dc2 !important;
  color: #5b7c8c !important;
}
.iconography-section-btn .btn-black-outline,
.iconography-section-btn-main .btn-black-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-black-outline:hover,
.iconography-section-btn-main .btn-black-outline:hover,
.iconography-section-btn .btn-black-outline:focus,
.iconography-section-btn-main .btn-black-outline:focus {
  text-decoration-color: transparent;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.iconography-section-btn .btn-white-outline,
.iconography-section-btn-main .btn-white-outline {
  text-decoration: underline;
}
.iconography-section-btn .btn-white-outline:hover,
.iconography-section-btn-main .btn-white-outline:hover,
.iconography-section-btn .btn-white-outline:focus,
.iconography-section-btn-main .btn-white-outline:focus {
  text-decoration-color: transparent;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dlUYbGT-uOht2BbGRm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.dlUYbGT-uOht2BbGRm .row {
  align-items: center;
  justify-content: space-between;
}
.dlUYbGT-uOht2BbGRm .iconography-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.dlUYbGT-uOht2BbGRm .iconography-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.dlUYbGT-uOht2BbGRm .iconography-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.dlUYbGT-uOht2BbGRm .right-side {
  max-width: 554px;
}
.dlUYbGT-uOht2BbGRm .rs {
  margin-right: 60px;
}
.dlUYbGT-uOht2BbGRm .iconography-section-btn {
  width: auto;
  display: inline-block;
}
.dlUYbGT-uOht2BbGRm .margin {
  margin-right: 14px;
}
.dlUYbGT-uOht2BbGRm .gray {
  padding: 45px 0;
  background-color: #d8e7ee;
}
.dlUYbGT-uOht2BbGRm img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .dlUYbGT-uOht2BbGRm .gray {
    padding: 0px 0 5px;
  }
  .dlUYbGT-uOht2BbGRm img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .dlUYbGT-uOht2BbGRm .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .dlUYbGT-uOht2BbGRm .b {
    margin-bottom: 10px;
  }
}
.dlUYbGT-uOht2BbGRm .btn {
  margin-top: 20px;
}
.dlUYbGT-uOht2BbGRm a.btn > span {
  margin-left: 0.5rem;
}
.dlUYbGT-uOht2BbGRm .iconography-text,
.dlUYbGT-uOht2BbGRm .button-align {
  color: #47474a;
}
.dlUYbGT-uOhtae6wWm {
  background-color: #d8e7ee;
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.dlUYbGT-uOhtae6wWm .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
.dlUYbGT-uOhtae6wWm .text-wrapper {
  position: relative;
  z-index: 3;
}
.dlUYbGT-uOhtae6wWm .text-wrapper h3,
.dlUYbGT-uOhtae6wWm .text-wrapper ul {
  margin-bottom: 2.5rem;
}
.dlUYbGT-uOhtae6wWm img {
  height: 15%;
}
.dlUYbGT-uOhtae6wWm .image11 {
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhtae6wWm .item {
  color: currentColor;
}
.dlUYbGT-uOhtae6wWm .list {
  margin-left: 0;
  padding-left: 0;
  color: #47474a;
}
.dlUYbGT-uOhtae6wWm .btn-primary {
  margin-left: 4rem;
  margin-bottom: 1.2rem;
}
.dlUYbGT-uOhtae6wWm svg {
  fill: currentColor;
  width: 33px;
  height: 33px;
  flex: 0 0 auto;
}
.dlUYbGT-uOhtae6wWm .item-wrap {
  display: flex;
  margin-bottom: .6rem;
  align-items: center;
}
.dlUYbGT-uOhtae6wWm .item-wrap svg {
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 25px;
}
.dlUYbGT-uOhtae6wWm .item-wrap h4 {
  line-height: 2.35;
  font-weight: 600;
  margin-bottom: 0;
}
.dlUYbGT-uOhtae6wWm .card-bg1 {
  display: block;
  background: #acc8d5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 50%;
}
.dlUYbGT-uOhtae6wWm .card-bg2 {
  display: none;
  background: #acc8d5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
.dlUYbGT-uOhtae6wWm .image-wrapper {
  position: relative;
  z-index: 3;
  margin-bottom: 4rem;
}
.dlUYbGT-uOhtae6wWm .image-wrapper .iconography-section-title {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .dlUYbGT-uOhtae6wWm .card-bg1 {
    display: none;
  }
  .dlUYbGT-uOhtae6wWm .column1 {
    margin-bottom: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .container {
    max-width: 980px;
  }
  .dlUYbGT-uOhtae6wWm .container .column2 {
    padding-top: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .container .column2 .card-bg2 {
    display: block;
  }
  .dlUYbGT-uOhtae6wWm .container .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhtae6wWm .container {
    max-width: 756px;
  }
  .dlUYbGT-uOhtae6wWm .column1 {
    margin-bottom: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .column2 {
    padding-top: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .card-bg2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .dlUYbGT-uOhtae6wWm .container {
    max-width: 564px;
  }
  .dlUYbGT-uOhtae6wWm .column1 {
    margin-bottom: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .column2 {
    padding-top: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .btn-primary {
    margin-left: 15px;
  }
  .dlUYbGT-uOhtae6wWm .card-bg2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .dlUYbGT-uOhtae6wWm .container {
    width: 1190px;
  }
  .dlUYbGT-uOhtae6wWm .image-wrap {
    margin-right: 40px;
  }
  .dlUYbGT-uOhtae6wWm .text-wrapper {
    padding-left: 4rem;
  }
  .dlUYbGT-uOhtae6wWm .image-wrapper {
    padding-left: 3rem;
  }
  .dlUYbGT-uOhtae6wWm .image-wrapper img {
    padding-right: 40px;
  }
}
.dlUYbGT-uOhtae6wWm .iconography-description {
  color: #47474a;
}
.dlUYbGT-uOhtae6wWm .iconography-section-title {
  color: #000000;
}
.dlUYbGT-uOhtkGCI4D {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhtkGCI4D {
    align-items: center;
  }
  .dlUYbGT-uOhtkGCI4D .row {
    justify-content: center;
  }
}
.dlUYbGT-uOhtkGCI4D p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .dlUYbGT-uOhtkGCI4D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .dlUYbGT-uOhtkGCI4D {
    -webkit-align-items: center;
    align-items: center;
  }
  .dlUYbGT-uOhtkGCI4D .iconography-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .dlUYbGT-uOhtkGCI4D .content-wrap {
    width: 100%;
  }
}
.dlUYbGT-uOhtkGCI4D .iconography-section-title {
  text-align: center;
  color: #000000;
}
.dlUYbGT-uOhtkGCI4D .iconography-text,
.dlUYbGT-uOhtkGCI4D .iconography-section-btn {
  text-align: center;
  color: #47474a;
}
.dlUYbGT-uOhtkGCI4D .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhtm8lrAZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhtm8lrAZ .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhtm8lrAZ .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhtm8lrAZ .container-fluid {
  padding: 0;
  border-top: 1px solid #789eb0;
  border-bottom: 1px solid #789eb0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtm8lrAZ .container-fluid {
    padding: 0;
  }
}
.dlUYbGT-uOhtm8lrAZ .container {
  border-top: 1px solid #789eb0;
  border-bottom: 1px solid #789eb0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtm8lrAZ .container {
    padding: 0 28px;
  }
}
.dlUYbGT-uOhtm8lrAZ .row {
  margin: -1px 0 0 0;
}
.dlUYbGT-uOhtm8lrAZ .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .dlUYbGT-uOhtm8lrAZ .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtm8lrAZ .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .dlUYbGT-uOhtm8lrAZ .card {
    padding: 20px;
  }
}
.dlUYbGT-uOhtm8lrAZ .card:first-child {
  border-right: 1px solid #789eb0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtm8lrAZ .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #789eb0;
  }
}
.dlUYbGT-uOhtm8lrAZ .card:last-child {
  border-right: none;
}
.dlUYbGT-uOhtm8lrAZ .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.dlUYbGT-uOhtm8lrAZ .title-wrapper .iconography-section-title {
  margin-bottom: 32px;
}
.dlUYbGT-uOhtm8lrAZ .title-wrapper .iconography-text {
  margin-bottom: 20px;
}
.dlUYbGT-uOhtm8lrAZ .title-wrapper .iconography-section-btn {
  margin-top: 50px;
}
.dlUYbGT-uOhtm8lrAZ .iconography-section-title {
  color: #000000;
}
.dlUYbGT-uOhtm8lrAZ .iconography-text {
  color: #47474a;
  text-align: center;
}
.dlUYbGT-uOhtm8lrAZ .iconography-section-title,
.dlUYbGT-uOhtm8lrAZ .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhxFNNDAb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f6fafc;
}
.dlUYbGT-uOhxFNNDAb .iconography-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #000000;
}
.dlUYbGT-uOhxFNNDAb .iconography-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.dlUYbGT-uOhxFNNDAb .iconography-section-btn {
  margin-top: 45px;
}
.dlUYbGT-uOhxFNNDAb .iconography-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.dlUYbGT-uOhxFNNDAb img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .dlUYbGT-uOhxFNNDAb .iconography-section-btn {
    margin-top: 30px;
  }
  .dlUYbGT-uOhxFNNDAb .iconography-section-btn .btn {
    height: 50px;
  }
  .dlUYbGT-uOhxFNNDAb .iconography-text {
    margin-top: 10px;
  }
}
.dlUYbGT-uOhxFNNDAb .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhxFNNDAb .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhxFNNDAb .iconography-text,
.dlUYbGT-uOhxFNNDAb .iconography-section-btn {
  color: #47474a;
}
.dlUYbGT-uOhF4t1sLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhF4t1sLW::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #f6fafc 0, #acc8d5 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.dlUYbGT-uOhF4t1sLW .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhF4t1sLW .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhF4t1sLW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhF4t1sLW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhF4t1sLW .container {
    padding: 0 24px;
  }
}
.dlUYbGT-uOhF4t1sLW .row {
  justify-content: center;
}
.dlUYbGT-uOhF4t1sLW .row .card,
.dlUYbGT-uOhF4t1sLW .row .item {
  padding: 0 12px;
}
.dlUYbGT-uOhF4t1sLW .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhF4t1sLW .title-wrapper {
    margin-bottom: 32px;
  }
}
.dlUYbGT-uOhF4t1sLW .title-wrapper .iconography-section-title {
  margin-bottom: 0;
}
.dlUYbGT-uOhF4t1sLW .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.dlUYbGT-uOhF4t1sLW .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhF4t1sLW .item .item-wrapper {
    padding: 24px;
  }
}
.dlUYbGT-uOhF4t1sLW .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.dlUYbGT-uOhF4t1sLW .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.dlUYbGT-uOhF4t1sLW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.dlUYbGT-uOhF4t1sLW .item .item-wrapper .card-box .card-text:hover,
.dlUYbGT-uOhF4t1sLW .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.dlUYbGT-uOhF4t1sLW .iconography-section-title {
  color: #141414;
  text-align: center;
}
.dlUYbGT-uOhF4t1sLW .card-title {
  color: #47474a;
}
.dlUYbGT-uOhF4t1sLW .card-text {
  color: #141414;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhtWbmiWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.dlUYbGT-uOhtWbmiWn .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhtWbmiWn .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhtWbmiWn .row {
    padding: 0 24px;
  }
}
.dlUYbGT-uOhtWbmiWn .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #d8e7ee;
  height: 100%;
  border-radius: 30px;
}
.dlUYbGT-uOhtWbmiWn .image-wrapper img {
  max-width: 280px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .dlUYbGT-uOhtWbmiWn .image-wrapper img {
    height: 300px;
  }
}
.dlUYbGT-uOhtWbmiWn .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtWbmiWn .title-wrapper {
    margin-top: 32px;
    padding-left: 0;
  }
}
.dlUYbGT-uOhtWbmiWn .title-wrapper .iconography-section-title {
  margin-bottom: 20px;
}
.dlUYbGT-uOhtWbmiWn .title-wrapper .iconography-text {
  margin: 0;
}
.dlUYbGT-uOhtWbmiWn .iconography-section-title {
  color: #000000;
}
.dlUYbGT-uOhtWbmiWn .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhtQRN8rq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhtQRN8rq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhtQRN8rq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhtQRN8rq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtQRN8rq .container-fluid {
    padding: 0 30px;
  }
}
.dlUYbGT-uOhtQRN8rq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtQRN8rq .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtQRN8rq .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.dlUYbGT-uOhtQRN8rq .subtitle-wrapper .iconography-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.dlUYbGT-uOhtQRN8rq .subtitle-wrapper .iconography-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhtQRN8rq .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtQRN8rq .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.dlUYbGT-uOhtQRN8rq .title-wrapper .iconography-section-title {
  margin-bottom: 16px;
  position: relative;
}
.dlUYbGT-uOhtQRN8rq .title-wrapper .iconography-name {
  margin-bottom: 0;
  position: relative;
}
.dlUYbGT-uOhtQRN8rq .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #5b7c8c;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtQRN8rq .title-wrapper::before {
    display: none;
  }
}
.dlUYbGT-uOhtQRN8rq .iconography-section-subtitle {
  color: #000000;
}
.dlUYbGT-uOhtQRN8rq .iconography-section-title {
  color: #47474a;
}
.dlUYbGT-uOhtQRN8rq .iconography-name {
  color: #a8a8a8;
}
.dlUYbGT-uOhtYSLUac {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/neutralword3975.jpg-1376x768.jpg");
}
.dlUYbGT-uOhtYSLUac .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhtYSLUac .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhtYSLUac .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtYSLUac .row {
    padding: 2rem 1rem;
  }
}
.dlUYbGT-uOhtYSLUac .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #acc8d5;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhtYSLUac .row:before {
    width: 100%;
  }
}
.dlUYbGT-uOhtYSLUac .row .col-12 {
  position: relative;
}
.dlUYbGT-uOhtYSLUac .iconography-section-title {
  color: #000000;
}
.dlUYbGT-uOhtYSLUac .iconography-section-subtitle {
  color: #47474a;
}
.dlUYbGT-uOhtYSLUac .iconography-text,
.dlUYbGT-uOhtYSLUac .iconography-section-btn {
  color: #47474a;
}
.dlUYbGT-uOhu0I45uX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhu0I45uX .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhu0I45uX .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhu0I45uX .container-fluid {
  padding: 0;
}
.dlUYbGT-uOhu0I45uX .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu0I45uX .row {
    padding: 0 12px;
  }
}
.dlUYbGT-uOhu0I45uX .row {
  justify-content: center;
}
.dlUYbGT-uOhu0I45uX .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.dlUYbGT-uOhu0I45uX .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #5b7c8c;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu0I45uX .container-wrapper .cont-wrap {
    display: none;
  }
}
.dlUYbGT-uOhu0I45uX .link-wrapper {
  width: 100%;
  height: 100%;
}
.dlUYbGT-uOhu0I45uX .link-wrapper:hover .text-wrapper .iconography-section-title {
  color: #000000;
}
.dlUYbGT-uOhu0I45uX .link-wrapper:hover .text-wrapper .icon-wrapper .iconography-iconfont {
  transform: translate(20px, 0px);
}
.dlUYbGT-uOhu0I45uX .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu0I45uX .text-wrapper {
    padding: 2rem 1rem;
  }
}
.dlUYbGT-uOhu0I45uX .text-wrapper .iconography-number {
  margin-bottom: 20px;
}
.dlUYbGT-uOhu0I45uX .text-wrapper .iconography-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.dlUYbGT-uOhu0I45uX .text-wrapper .iconography-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu0I45uX .text-wrapper .iconography-text {
    margin-bottom: 19px;
  }
}
.dlUYbGT-uOhu0I45uX .text-wrapper .icon-wrapper .iconography-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.dlUYbGT-uOhu0I45uX .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu0I45uX .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.dlUYbGT-uOhu0I45uX .iconography-number {
  color: #1c314e;
}
.dlUYbGT-uOhu0I45uX .iconography-section-title,
.dlUYbGT-uOhu0I45uX .iconography-iconfont {
  color: #1c314e;
}
.dlUYbGT-uOhu0I45uX .iconography-text {
  color: #000000;
}
.dlUYbGT-uOhu0I45uX .iconography-section-title,
.dlUYbGT-uOhu0I45uX .icon-wrapper,
.dlUYbGT-uOhu0I45uX .iconography-iconfont {
  color: #0f1d07;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dlUYbGT-uOhu5UIZvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.dlUYbGT-uOhu5UIZvD .row {
  position: relative;
}
.dlUYbGT-uOhu5UIZvD .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #acc8d5 50%, #d8e7ee);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .dlUYbGT-uOhu5UIZvD .row .blur-circle {
    display: none;
  }
}
.dlUYbGT-uOhu5UIZvD .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhu5UIZvD .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhu5UIZvD .row {
  justify-content: center;
}
.dlUYbGT-uOhu5UIZvD .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu5UIZvD .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .dlUYbGT-uOhu5UIZvD .row {
    padding: 0 24px;
  }
}
.dlUYbGT-uOhu5UIZvD .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu5UIZvD .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.dlUYbGT-uOhu5UIZvD .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu5UIZvD .text-card {
    padding: 0 12px;
  }
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper {
  padding: 64px;
  background-color: #d8e7ee;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #5b7c8c;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .dlUYbGT-uOhu5UIZvD .row.row-wrapper {
    padding: 32px;
  }
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .iconography-section-title {
  margin-bottom: 0;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .iconography-section-title span {
  position: relative;
  z-index: 1;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .iconography-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #acc8d5;
  z-index: -1;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .link-wrapper .iconography-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.dlUYbGT-uOhu5UIZvD .row.row-wrapper .text-wrapper .iconography-text {
  margin: 30px 0 0 0;
}
.dlUYbGT-uOhu5UIZvD .iconography-section-title {
  color: #111111;
}
.dlUYbGT-uOhu5UIZvD .iconography-link {
  color: #111111;
}
.dlUYbGT-uOhu5UIZvD .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhu7DaiO1 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhu7DaiO1 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.dlUYbGT-uOhu7DaiO1 .iconography-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhu7DaiO1 .iconography-section-title {
    margin-bottom: 6.66vw;
  }
}
.dlUYbGT-uOhu7DaiO1 .iconography-section-subtitle {
  color: #47474a;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhu7DaiO1 .iconography-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.dlUYbGT-uOhu7DaiO1 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhu7DaiO1 .items-container {
    padding-left: 6.66vw;
  }
}
.dlUYbGT-uOhu7DaiO1 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhu7DaiO1 .item {
    margin-bottom: 3.2vw;
  }
}
.dlUYbGT-uOhu7DaiO1 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #5b7c8c;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhu7DaiO1 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .dlUYbGT-uOhu7DaiO1 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.dlUYbGT-uOhu7DaiO1 .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhubPOKVv {
  background-color: #5b7c8c;
}
.dlUYbGT-uOhubPOKVv .container-fluid {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
}
.dlUYbGT-uOhubPOKVv .stiker {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhubPOKVv .stiker {
    padding-top: 7rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .dlUYbGT-uOhubPOKVv .iconography-section-head {
    padding-left: 44px;
  }
}
.dlUYbGT-uOhubPOKVv .wrap {
  padding-top: 7rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhubPOKVv .wrap {
    padding-right: 44px;
    padding-left: 80px;
  }
}
.dlUYbGT-uOhubPOKVv .content {
  background: #ffffff;
}
.dlUYbGT-uOhubPOKVv .item-content {
  padding: 12px 0;
}
.dlUYbGT-uOhubPOKVv img,
.dlUYbGT-uOhubPOKVv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhubPOKVv img,
  .dlUYbGT-uOhubPOKVv .item-img {
    max-height: 250px;
  }
}
.dlUYbGT-uOhubPOKVv .item:focus,
.dlUYbGT-uOhubPOKVv span:focus {
  outline: none;
}
.dlUYbGT-uOhubPOKVv .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhubPOKVv .item-wrap {
    padding-right: 39px;
    padding-left: 39px;
  }
}
.dlUYbGT-uOhubPOKVv .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.dlUYbGT-uOhubPOKVv .display-4 > .iconography-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.dlUYbGT-uOhubPOKVv .iconography-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.dlUYbGT-uOhubPOKVv .link-title:hover .iconography-iconfont {
  background: #FFFF27;
}
.dlUYbGT-uOhubPOKVv .bottom {
  margin-bottom: 120px;
}
.dlUYbGT-uOhubPOKVv .item-title {
  color: #000000;
}
.dlUYbGT-uOhubPOKVv .iconography-section-subtitle {
  color: #ffffff;
}
.dlUYbGT-uOhubPOKVv .iconography-text,
.dlUYbGT-uOhubPOKVv .link-title {
  color: #47474a;
}
.dlUYbGT-uOhuv3FFc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhuv3FFc2 .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhuv3FFc2 .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhuv3FFc2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuv3FFc2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuv3FFc2 .container {
    padding: 0;
  }
}
.dlUYbGT-uOhuv3FFc2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuv3FFc2 .title-wrapper {
    padding: 0 16px;
  }
}
.dlUYbGT-uOhuv3FFc2 .title-wrapper .iconography-section-title {
  margin-bottom: 0;
}
.dlUYbGT-uOhuv3FFc2 .title-wrapper .iconography-text {
  margin: 30px 0 0 0;
}
.dlUYbGT-uOhuv3FFc2 .iconography-section-title {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhuv3FFc2 .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dlUYbGT-uOhuFdEwQI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhuFdEwQI .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhuFdEwQI .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhuFdEwQI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .dlUYbGT-uOhuFdEwQI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .container {
    padding: 0 16px;
  }
}
.dlUYbGT-uOhuFdEwQI .title-wrapper .iconography-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .title-wrapper .iconography-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .image-wrapper {
    margin-bottom: 32px;
  }
}
.dlUYbGT-uOhuFdEwQI .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .image-wrapper img {
    height: 350px;
  }
}
.dlUYbGT-uOhuFdEwQI .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .content-wrapper {
    margin: 0;
  }
}
.dlUYbGT-uOhuFdEwQI .desc-wrapper {
  margin-bottom: 24px;
}
.dlUYbGT-uOhuFdEwQI .desc-wrapper .iconography-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.dlUYbGT-uOhuFdEwQI .desc-wrapper .iconography-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .iconography-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .dragArea.row .iconography-section-title {
    margin-bottom: 16px !important;
  }
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .iconography-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuFdEwQI .dragArea.row .iconography-text {
    margin-bottom: 16px !important;
  }
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #000000 !important;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-control:hover,
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-control::placeholder {
  color: #5b7c8c;
  opacity: .7;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group textarea {
  min-height: 100px;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f3f3e9;
  border-color: #5b7c8c;
  border-radius: 0;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #5b7c8c;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .iconography-section-btn {
  width: 100%;
  margin-top: 16px;
}
.dlUYbGT-uOhuFdEwQI .dragArea.row .iconography-section-btn .btn {
  width: 100%;
}
.dlUYbGT-uOhuFdEwQI .iconography-section-title {
  color: #1c1c1c;
}
.dlUYbGT-uOhuFdEwQI .iconography-desc {
  color: #1c1c1c;
}
.dlUYbGT-uOhuFdEwQI .iconography-text {
  color: #1c1c1c;
}
.dlUYbGT-uOhuFdEwQI P {
  color: #47474a;
}
.dlUYbGT-uOhHTsdLcv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #d8e7ee;
}
.dlUYbGT-uOhHTsdLcv::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #f6fafc 0, #acc8d5 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.dlUYbGT-uOhHTsdLcv .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhHTsdLcv .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhHTsdLcv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhHTsdLcv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dlUYbGT-uOhHTsdLcv .container {
    padding: 0 24px;
  }
}
.dlUYbGT-uOhHTsdLcv .row {
  justify-content: center;
}
.dlUYbGT-uOhHTsdLcv .row .card,
.dlUYbGT-uOhHTsdLcv .row .item {
  padding: 0 12px;
}
.dlUYbGT-uOhHTsdLcv .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhHTsdLcv .title-wrapper {
    margin-bottom: 32px;
  }
}
.dlUYbGT-uOhHTsdLcv .title-wrapper .iconography-section-title {
  margin-bottom: 0;
}
.dlUYbGT-uOhHTsdLcv .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.dlUYbGT-uOhHTsdLcv .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhHTsdLcv .item .item-wrapper {
    padding: 24px;
  }
}
.dlUYbGT-uOhHTsdLcv .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.dlUYbGT-uOhHTsdLcv .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.dlUYbGT-uOhHTsdLcv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.dlUYbGT-uOhHTsdLcv .item .item-wrapper .card-box .card-text:hover,
.dlUYbGT-uOhHTsdLcv .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.dlUYbGT-uOhHTsdLcv .iconography-section-title {
  color: #141414;
  text-align: center;
}
.dlUYbGT-uOhHTsdLcv .card-title {
  color: #47474a;
}
.dlUYbGT-uOhHTsdLcv .card-text {
  color: #141414;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dlUYbGT-uOhuQSqezZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #d8e7ee 10%, #ffffff 80%, #ffffff 130%);
}
.dlUYbGT-uOhuQSqezZ .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhuQSqezZ .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhuQSqezZ .row {
  justify-content: center;
}
.dlUYbGT-uOhuQSqezZ .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.dlUYbGT-uOhuQSqezZ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.dlUYbGT-uOhuQSqezZ .content-wrapper .iconography-section-title {
  margin-bottom: 22px;
}
.dlUYbGT-uOhuQSqezZ .content-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhuQSqezZ .content-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.dlUYbGT-uOhuQSqezZ .content-wrapper .iconography-section-btn {
  margin-top: 32px;
}
.dlUYbGT-uOhuQSqezZ .content-wrapper .iconography-section-btn .iconography-section-title {
  margin-top: 22px;
}
.dlUYbGT-uOhuQSqezZ .iconography-section-title {
  color: #ffffff;
}
.dlUYbGT-uOhuQSqezZ .iconography-text,
.dlUYbGT-uOhuQSqezZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhuQSqezZ .iconography-section-title,
.dlUYbGT-uOhuQSqezZ .iconography-section-btn,
.dlUYbGT-uOhuQSqezZ .logo-wrapper {
  text-align: center;
  color: #000000;
}
.dlUYbGT-uOhv6F4r8t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.dlUYbGT-uOhv6F4r8t .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dlUYbGT-uOhATE6DSO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #d8e7ee 10%, #ffffff 80%, #ffffff 130%);
}
.dlUYbGT-uOhATE6DSO .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhATE6DSO .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhATE6DSO .row {
  justify-content: center;
}
.dlUYbGT-uOhATE6DSO .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.dlUYbGT-uOhATE6DSO .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.dlUYbGT-uOhATE6DSO .content-wrapper .iconography-section-title {
  margin-bottom: 22px;
}
.dlUYbGT-uOhATE6DSO .content-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhATE6DSO .content-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.dlUYbGT-uOhATE6DSO .content-wrapper .iconography-section-btn {
  margin-top: 32px;
}
.dlUYbGT-uOhATE6DSO .content-wrapper .iconography-section-btn .iconography-section-title {
  margin-top: 22px;
}
.dlUYbGT-uOhATE6DSO .iconography-section-title {
  color: #ffffff;
}
.dlUYbGT-uOhATE6DSO .iconography-text,
.dlUYbGT-uOhATE6DSO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhATE6DSO .iconography-section-title,
.dlUYbGT-uOhATE6DSO .iconography-section-btn,
.dlUYbGT-uOhATE6DSO .logo-wrapper {
  text-align: center;
  color: #000000;
}
.dlUYbGT-uOhvaJQ1uN {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.dlUYbGT-uOhvaJQ1uN .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dlUYbGT-uOhAX0bDhp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #d8e7ee 10%, #ffffff 80%, #ffffff 130%);
}
.dlUYbGT-uOhAX0bDhp .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhAX0bDhp .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhAX0bDhp .row {
  justify-content: center;
}
.dlUYbGT-uOhAX0bDhp .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.dlUYbGT-uOhAX0bDhp .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.dlUYbGT-uOhAX0bDhp .content-wrapper .iconography-section-title {
  margin-bottom: 22px;
}
.dlUYbGT-uOhAX0bDhp .content-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhAX0bDhp .content-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.dlUYbGT-uOhAX0bDhp .content-wrapper .iconography-section-btn {
  margin-top: 32px;
}
.dlUYbGT-uOhAX0bDhp .content-wrapper .iconography-section-btn .iconography-section-title {
  margin-top: 22px;
}
.dlUYbGT-uOhAX0bDhp .iconography-section-title {
  color: #ffffff;
}
.dlUYbGT-uOhAX0bDhp .iconography-text,
.dlUYbGT-uOhAX0bDhp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhAX0bDhp .iconography-section-title,
.dlUYbGT-uOhAX0bDhp .iconography-section-btn,
.dlUYbGT-uOhAX0bDhp .logo-wrapper {
  text-align: center;
  color: #000000;
}
.dlUYbGT-uOhvcymnud {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.dlUYbGT-uOhvcymnud .iconography-text {
  color: #47474a;
}
.dlUYbGT-uOhLInbxNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b7c8c;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image.disabled {
  display: none;
}
.dlUYbGT-uOhLInbxNq .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dlUYbGT-uOhLInbxNq .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.dlUYbGT-uOhLInbxNq .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .list-wrapper {
    margin-bottom: 24px;
  }
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:hover,
.dlUYbGT-uOhLInbxNq .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhLInbxNq .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.dlUYbGT-uOhLInbxNq .list {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-copy {
  color: #050f0f;
}
.dlUYbGT-uOhLInbxNq .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.dlUYbGT-uOhLInbxNq .iconography-copy,
.dlUYbGT-uOhLInbxNq .social-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhLInbxNq .list,
.dlUYbGT-uOhLInbxNq .item-wrap {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  background-color: #789eb0 !important;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #789eb0 !important;
  background: #789eb0;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dlUYbGT-uOhUSSV7td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dlUYbGT-uOhUSSV7td .menu_box .navbar.opened,
  .dlUYbGT-uOhUSSV7td .menu_box .navbar-collapse {
    background-color: #789eb0 !important;
    transition: all 0s ease 0s;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown {
  position: relative !important;
}
.dlUYbGT-uOhUSSV7td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    margin-top: 1rem;
  }
}
.dlUYbGT-uOhUSSV7td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-text,
  .dlUYbGT-uOhUSSV7td .offcanvas-body .iconography-section-subtitle {
    margin-bottom: 32px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .dlUYbGT-uOhUSSV7td ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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);
  }
  .dlUYbGT-uOhUSSV7td .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .dlUYbGT-uOhUSSV7td li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .dlUYbGT-uOhUSSV7td .lg_brand {
    margin: 0 1rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .nav-item {
    margin: 0 !important;
  }
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before,
.dlUYbGT-uOhUSSV7td .nav-item .nav-link:focus::before {
  width: 100%;
}
.dlUYbGT-uOhUSSV7td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .dlUYbGT-uOhUSSV7td .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;
  }
  .dlUYbGT-uOhUSSV7td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .dlUYbGT-uOhUSSV7td .offcanvas_box {
    display: none;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.dlUYbGT-uOhUSSV7td .container {
  display: flex;
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper {
  color: #c6f15c;
  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;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.dlUYbGT-uOhUSSV7td .iconfont-wrapper:hover {
  opacity: .5;
}
.dlUYbGT-uOhUSSV7td .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar-nav {
    margin: 0;
  }
}
.dlUYbGT-uOhUSSV7td .dropdown-menu,
.dlUYbGT-uOhUSSV7td .navbar.opened {
  background-color: false !important;
}
.dlUYbGT-uOhUSSV7td .nav-item:focus,
.dlUYbGT-uOhUSSV7td .nav-link:focus {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dlUYbGT-uOhUSSV7td .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.opened {
  transition: all 0.3s;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed {
  justify-content: center;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.dlUYbGT-uOhUSSV7td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .dlUYbGT-uOhUSSV7td .navbar .nav-item {
    padding: .5rem 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .dlUYbGT-uOhUSSV7td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .dlUYbGT-uOhUSSV7td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .dlUYbGT-uOhUSSV7td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .dlUYbGT-uOhUSSV7td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dlUYbGT-uOhUSSV7td .navbar .icons-menu {
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short {
  min-height: 60px;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.dlUYbGT-uOhUSSV7td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .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;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.dlUYbGT-uOhUSSV7td .navbar-brand .navbar-logo a {
  outline: none;
}
.dlUYbGT-uOhUSSV7td .dropdown-item.active,
.dlUYbGT-uOhUSSV7td .dropdown-item:active {
  background-color: transparent;
}
.dlUYbGT-uOhUSSV7td .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dlUYbGT-uOhUSSV7td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dlUYbGT-uOhUSSV7td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dlUYbGT-uOhUSSV7td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.dlUYbGT-uOhUSSV7td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #789eb0;
  background: #5b7c8c;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dlUYbGT-uOhUSSV7td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dlUYbGT-uOhUSSV7td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dlUYbGT-uOhUSSV7td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dlUYbGT-uOhUSSV7td .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) {
  .dlUYbGT-uOhUSSV7td .navbar {
    height: 70px;
  }
  .dlUYbGT-uOhUSSV7td .navbar.opened {
    height: auto;
  }
  .dlUYbGT-uOhUSSV7td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dlUYbGT-uOhUSSV7td .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main {
    display: block;
    padding: 0;
  }
}
.dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .dlUYbGT-uOhUSSV7td .iconography-section-btn-main .btn {
    padding: 12px;
  }
}
.dlUYbGT-uOhUSSV7td .navbar-caption:hover {
  color: #f3f3e9;
}
@media (min-width: 992px) {
  .dlUYbGT-uOhUSSV7td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.dlUYbGT-uOhUSSV7td .text_widget {
  margin-bottom: 32px;
}
.dlUYbGT-uOhUSSV7td .text_widget a {
  transition: all 0.3s ease-out;
}
.dlUYbGT-uOhUSSV7td .text_widget a:hover,
.dlUYbGT-uOhUSSV7td .text_widget a:focus {
  opacity: .8;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .navbar-caption {
  color: #ffffff;
}
.dlUYbGT-uOhUSSV7td .iconography-text {
  color: #000000;
  text-align: center;
}
.dlUYbGT-uOhUSSV7td .iconography-section-subtitle,
.dlUYbGT-uOhUSSV7td .text_widget,
.dlUYbGT-uOhUSSV7td .iconography-section-btn {
  text-align: center;
}
.dlUYbGT-uOhUSSV7td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

/* 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 */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.navbar-brand {
    animation: bounceUp 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
