body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .dwwm-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .dwwm-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-4 > .dwwm-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.228;
}
.display-5 > .dwwm-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.9rem;
  line-height: 34px;
}
.display-7 > .dwwm-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #071d3d !important;
}
.bg-success {
  background-color: #071d3d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ed4009 !important;
}
.bg-danger {
  background-color: #ff385c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #071d3d !important;
  border-color: #071d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #071d3d !important;
  border-color: #071d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #071d3d !important;
  border-color: #071d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff385c !important;
  border-color: #ff385c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e00029 !important;
  border-color: #e00029 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e00029 !important;
  border-color: #e00029 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #071d3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #071d3d !important;
  border-color: #071d3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #071d3d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #071d3d !important;
  border-color: #071d3d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #071d3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #071d3d !important;
  border-color: #071d3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed4009;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #992906 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff385c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e00029 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff385c !important;
  border-color: #ff385c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #071d3d !important;
}
.text-secondary {
  color: #071d3d !important;
}
.text-success {
  color: #071d3d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ed4009 !important;
}
.text-danger {
  color: #ff385c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #071d3d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b2505 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d10026 !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: #071d3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ed4009;
}
.alert-danger {
  background-color: #ff385c;
}
.dwwm-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.dwwm-gallery-filter li a {
  border-radius: 100px !important;
}
.dwwm-gallery-filter li.active .btn {
  background-color: #071d3d;
  border-color: #071d3d;
  color: #ffffff;
}
.dwwm-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #071d3d;
}
.dwwm-plan-header.bg-primary .dwwm-plan-subtitle,
.dwwm-plan-header.bg-primary .dwwm-plan-price-desc {
  color: #4085e9;
}
.dwwm-plan-header.bg-success .dwwm-plan-subtitle,
.dwwm-plan-header.bg-success .dwwm-plan-price-desc {
  color: #4085e9;
}
.dwwm-plan-header.bg-info .dwwm-plan-subtitle,
.dwwm-plan-header.bg-info .dwwm-plan-price-desc {
  color: #ffffff;
}
.dwwm-plan-header.bg-warning .dwwm-plan-subtitle,
.dwwm-plan-header.bg-warning .dwwm-plan-price-desc {
  color: #fdd3c5;
}
.dwwm-plan-header.bg-danger .dwwm-plan-subtitle,
.dwwm-plan-header.bg-danger .dwwm-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .dwwm-iconfont {
  font-size: 0.9375rem;
}
.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: #071d3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .dwwm-iconfont {
  font-size: 0.9375rem;
}
blockquote {
  border-color: #071d3d;
}
/* Forms */
.dwwm-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.dwwm-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.dwwm-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.dwwm-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: #071d3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #071d3d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #071d3d;
  border-bottom-color: #071d3d;
}
.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: #071d3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #071d3d !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='%23071d3d' %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 {
 
}
a {
  transition: color 0.6s;
}
.dwwm-section-btn .btn,
.dwwm-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.dwwm-section-btn .btn:hover .dwwm-iconfont,
.dwwm-section-btn-main .btn:hover .dwwm-iconfont {
  transform: translateX(5px);
}
.dwwm-section-btn .btn .dwwm-iconfont,
.dwwm-section-btn-main .btn .dwwm-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.dwwm-section-btn .btn-primary-outline,
.dwwm-section-btn-main .btn-primary-outline {
  border: 1px solid #071d3d !important;
}
.dwwm-section-btn .btn-primary-outline:hover,
.dwwm-section-btn-main .btn-primary-outline:hover {
  color: #071d3d !important;
}
.dwwm-section-btn .btn-secondary-outline,
.dwwm-section-btn-main .btn-secondary-outline {
  border: 1px solid #071d3d !important;
}
.dwwm-section-btn .btn-secondary-outline:hover,
.dwwm-section-btn-main .btn-secondary-outline:hover {
  color: #071d3d !important;
}
.dwwm-section-btn .btn-success-outline,
.dwwm-section-btn-main .btn-success-outline {
  border: 1px solid #071d3d !important;
}
.dwwm-section-btn .btn-success-outline:hover,
.dwwm-section-btn-main .btn-success-outline:hover {
  color: #071d3d !important;
}
.dwwm-section-btn .btn-info-outline,
.dwwm-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.dwwm-section-btn .btn-info-outline:hover,
.dwwm-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.dwwm-section-btn .btn-warning-outline,
.dwwm-section-btn-main .btn-warning-outline {
  border: 1px solid #ed4009 !important;
}
.dwwm-section-btn .btn-warning-outline:hover,
.dwwm-section-btn-main .btn-warning-outline:hover {
  color: #ed4009 !important;
}
.dwwm-section-btn .btn-danger-outline,
.dwwm-section-btn-main .btn-danger-outline {
  border: 1px solid #ff385c !important;
}
.dwwm-section-btn .btn-danger-outline:hover,
.dwwm-section-btn-main .btn-danger-outline:hover {
  color: #ff385c !important;
}
.dwwm-section-btn .btn-black-outline,
.dwwm-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.dwwm-section-btn .btn-black-outline:hover,
.dwwm-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.dwwm-section-btn .btn-white-outline,
.dwwm-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.dwwm-section-btn .btn-white-outline:hover,
.dwwm-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txOOoIajCK .dwwm-arrow {
  background: #071b38 !important;
  opacity: 0.7;
}
.cid-txOOoIajCK .dwwm-arrow i {
  color: #ffffff !important;
}
.cid-txOOoIajCK .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-txOOoIajCK .dwwm-fallback-image.disabled {
  display:none; 
}
.cid-txOOoIajCK .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/adobestock-246259483-2000x1333.jpg");
}
.cid-txOOoIajCK .dwwm-section-title {
  color: #ffffff;
}
.cid-tvKTThnu4C {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
background: linear-gradient(181deg, rgb(250 250 250 / 0%) 0%, rgba(255,255,255,1) 100%);
}
.cid-tvKTThnu4C .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tvKTThnu4C .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKTThnu4C .container-fluid {
}
@media (max-width: 992px) {
  .cid-tvKTThnu4C .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvKTThnu4C .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKTThnu4C .container {
    padding: 0 30px;
  }
}
.cid-tvKTThnu4C .row {
  justify-content: center;
}
.cid-tvKTThnu4C .title-wrapper {
  margin-bottom: 55px;
}
.cid-tvKTThnu4C .title-wrapper .dwwm-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tvKTThnu4C .card {
    margin-bottom: 30px;
  }
}
.cid-tvKTThnu4C .card .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
.cid-tvKTThnu4C .card .card-wrapper {
    display:block;
  }
}
.cid-tvKTThnu4C .card .card-wrapper .dwwm-number {
  min-width: 100px;

}
@media (max-width: 425px) {
  .cid-tvKTThnu4C .card .card-wrapper .dwwm-number {
    min-width: 62px;
  }
}
.cid-tvKTThnu4C .card .card-wrapper .card-content .dwwm-card-title {
  margin-bottom: 6px;
}
.cid-tvKTThnu4C .card .card-wrapper .card-content .dwwm-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-tvKTThnu4C .dwwm-section-title {
  color: #071d3d;
}
.cid-tvKTThnu4C .dwwm-number {
  color: #0a2347;
}
.cid-tvKTThnu4C .dwwm-card-title {
  color: #071d3d;
}
.cid-tvKTThnu4C .dwwm-text {
  color: #071d3d;
}
.cid-tAoJuFeO23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAoJuFeO23 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tAoJuFeO23 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tAoJuFeO23 .container {
    padding: 0 30px;
  }
}
.cid-tAoJuFeO23 .row {
  justify-content: center;
}
.cid-tAoJuFeO23 .title-wrapper {
  margin-bottom: 55px;
}
.cid-tAoJuFeO23 .title-wrapper .dwwm-section-title {
  margin-bottom: 20px;
}
.cid-tAoJuFeO23 .title-wrapper .link-wrapper:hover .dwwm-link {
  color: #071d3d;
}
.cid-tAoJuFeO23 .title-wrapper .link-wrapper .dwwm-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}

.cid-tAoJuFeO23 .card {
  padding: 0 8px;
}
.cid-tAoJuFeO23 .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tAoJuFeO23 .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tAoJuFeO23 .card {
    padding: 0 12px;
  }
}
.cid-tAoJuFeO23 .card a {
  display: block;
}
.cid-tAoJuFeO23 .card a:hover .image-wrapper .dwwm-iconfont {
  opacity: 1;
}
.cid-tAoJuFeO23 .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tAoJuFeO23 .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tAoJuFeO23 .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tAoJuFeO23 .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tAoJuFeO23 .card a .image-wrapper .dwwm-iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tAoJuFeO23 .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tAoJuFeO23 .text-wrapper {
  margin-top: 44px;
}
.cid-tAoJuFeO23 .text-wrapper .dwwm-text {
  margin: 0;
}
.cid-tAoJuFeO23 .dwwm-section-title {
  color: #000000;
  text-align: center;
}
.cid-tAoJuFeO23 .dwwm-link {
  color: #000000;
  text-align: center;
}
.cid-tAoJuFeO23 .dwwm-text {
  color: #000000;
  text-align: center;
}
.cid-txUTcSt8e0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-246259483-2000x1333.jpg");
}
.cid-txUTcSt8e0 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txUTcSt8e0 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUTcSt8e0 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txUTcSt8e0 .container-fluid {
    padding: 0 25px;
  }
}
.cid-txUTcSt8e0 .container-fluid .row {
  padding: 0;
}
.cid-txUTcSt8e0 .title-wrapper {
  min-height: 249px;
}
@media (max-width: 992px) {
  .cid-txUTcSt8e0 .title-wrapper {
    min-height: 200px;
  }
}
.cid-txUTcSt8e0 .title-wrapper .dwwm-section-title {
  margin-bottom: 25px;
}
.cid-txUTcSt8e0 .title-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txUTcSt8e0 .dwwm-section-title {
  color: #071d3d;
}
.cid-txUTcSt8e0 .dwwm-text {
  color: #071d3d;
}
.cid-txUTAvxFzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txUTAvxFzm .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txUTAvxFzm .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUTAvxFzm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txUTAvxFzm .container-fluid {
    padding: 0 30px;
  }
}
.cid-txUTAvxFzm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txUTAvxFzm .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-txUTAvxFzm .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-txUTAvxFzm .subtitle-wrapper .dwwm-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-txUTAvxFzm .subtitle-wrapper .dwwm-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-txUTAvxFzm .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-txUTAvxFzm .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-txUTAvxFzm .title-wrapper .dwwm-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-txUTAvxFzm .title-wrapper .dwwm-name {
  margin-bottom: 0;
  position: relative;
}
.cid-txUTAvxFzm .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 #ed4009;
}
@media (max-width: 992px) {
  .cid-txUTAvxFzm .title-wrapper::before {
    display: none;
  }
}
.cid-txUTAvxFzm .dwwm-section-subtitle {
  color: #000000;
}
.cid-txUTAvxFzm .dwwm-section-title {
  color: #071d3d;
}
.cid-txUTAvxFzm .dwwm-name {
  color: #071d3d;
}
.cid-tvKU65jpGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;

}
.cid-tvKU65jpGQ .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tvKU65jpGQ .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: ;
  top: 0;
}
.cid-tvKU65jpGQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tvKU65jpGQ .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvKU65jpGQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKU65jpGQ .container {
    padding: 0 30px;
  }
}
.cid-tvKU65jpGQ .item .item-wrapper {
  padding: 0 8px 40px;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  padding: 35px;
  overflow: hidden;
  height: 430px;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content .dwwm-section-title {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content .dwwm-section-btn {
  pointer-events: visible;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content .dwwm-section-btn .btn {
  margin-bottom: 0;
}
.cid-tvKU65jpGQ .dwwm-section-title {
  color: #ffffff;
}
.cid-txUUMkyl3z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txUUMkyl3z .dwwm-text {
  color: #071d3d;
  text-align: left;
    padding: 1rem;
}
.cid-txUUMkyl3z .dwwm-section-subtitle {
  color: #071d3d;
     padding: 1rem;
}
.cid-txUU6xVtG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txUU6xVtG7 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txUU6xVtG7 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUU6xVtG7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txUU6xVtG7 .container-fluid {
    padding: 0 30px;
  }
}
.cid-txUU6xVtG7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txUU6xVtG7 .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-txUU6xVtG7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-txUU6xVtG7 .title-wrapper .dwwm-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-txUU6xVtG7 .title-wrapper .dwwm-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-txUU6xVtG7 .items {
  display: grid;
  grid-template-columns: 175px 175px 175px 175px;
  column-gap: 40px;
  row-gap: 90px;
}
@media (min-width: 1500px) {
  .cid-txUU6xVtG7 .items {
    grid-template-columns: 200px 200px 200px 200px;
  }
}
@media (min-width: 1900px) {
  .cid-txUU6xVtG7 .items {
    grid-template-columns: 250px 250px 250px 250px;
  }
}
@media (max-width: 1350px) {
  .cid-txUU6xVtG7 .items {
    grid-template-columns: 145px 145px 145px 145px;
  }
}
@media (max-width: 1199px) {
  .cid-txUU6xVtG7 .items {
    grid-template-columns: 115px 115px 115px 115px;
  }
}
@media (max-width: 992px) {
  .cid-txUU6xVtG7 .items {
    grid-template-columns: 230px 230px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-txUU6xVtG7 .items {
    grid-template-columns: 230px;
  }
}
.cid-txUU6xVtG7 .items .item .item-wrapper:hover .item-img .item-icons {
  transform: translateX(0);
}
.cid-txUU6xVtG7 .items .item .item-wrapper:hover .item-img img {
  transform: scale(1.06);
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-img .item-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border-radius: 10px 0 10px 10px;
  background-color: #ed4009;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 1;
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-img .item-icons .dwwm-iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-img .item-icons .dwwm-iconfont:last-child {
  margin-right: 0;
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-img img {
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
@media (min-width: 1500px) {
  .cid-txUU6xVtG7 .items .item .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (min-width: 1900px) {
  .cid-txUU6xVtG7 .items .item .item-wrapper .item-img img {
    height: 250px;
  }
}
@media (max-width: 1350px) {
  .cid-txUU6xVtG7 .items .item .item-wrapper .item-img img {
    height: 145px;
  }
}
@media (max-width: 1199px) {
  .cid-txUU6xVtG7 .items .item .item-wrapper .item-img img {
    height: 115px;
  }
}
@media (max-width: 992px) {
  .cid-txUU6xVtG7 .items .item .item-wrapper .item-img img {
    height: 230px;
  }
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-content .item-name {
  margin-bottom: 2px;
}
.cid-txUU6xVtG7 .items .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-txUU6xVtG7 .dwwm-section-title {
  color: #000000;
}
.cid-txUU6xVtG7 .item-name {
  color: #071d3d;
}
.cid-txUU6xVtG7 .item-desc {
  color: #a8a8a8;
}
.cid-txUU6xVtG7 .dwwm-section-title,
.cid-txUU6xVtG7 .title-wrapper {
  color: #071d3d;
}
.cid-txV6l5WLWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txV6l5WLWW .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txV6l5WLWW .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV6l5WLWW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .container-fluid {
    padding: 0 30px;
  }
}
.cid-txV6l5WLWW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .container {
    padding: 0 30px;
  }
}
.cid-txV6l5WLWW .row {
  position: relative;
}
.cid-txV6l5WLWW .row::before {
  content: '';
  position: absolute;
  bottom: -16rem;
  left: -6rem;
  transform: rotate(-14deg);
  display: block;
  width: 649px;
  height: 400px;
  border-radius: 150px;
  border: 2px solid #ed4009;
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-txV6l5WLWW .title-wrapper .dwwm-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-txV6l5WLWW .title-wrapper .dwwm-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-txV6l5WLWW .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 85px 0;
  border-top: 1px solid #000000;
  position: relative;
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .card-wrapper {
    display: block;
  }
}
.cid-txV6l5WLWW .card-wrapper .dwwm-date {
  margin-bottom: 0;
  min-width: 106px;
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .card-wrapper .dwwm-date {
    margin-bottom: 32px;
  }
}
.cid-txV6l5WLWW .card-wrapper .dwwm-date span {
  display: block;
  font-size: 20%;
}
.cid-txV6l5WLWW .card-wrapper .dwwm-card-title {
  margin-bottom: 16px;
}
.cid-txV6l5WLWW .card-wrapper .dwwm-loc {
  margin-bottom: 0;
}
.cid-txV6l5WLWW .card-wrapper .dwwm-section-btn {
  min-width: 192px;
}
@media (max-width: 992px) {
  .cid-txV6l5WLWW .card-wrapper .dwwm-section-btn {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .cid-txV6l5WLWW .card-wrapper .dwwm-section-btn {
    margin-top: 16px;
  }
}
.cid-txV6l5WLWW .dwwm-section-title {
  color: #000000;
}
.cid-txV6l5WLWW .dwwm-date {
  color: #071d3d;
}
.cid-txV6l5WLWW .dwwm-card-title {
  color: #071d3d;
}
.cid-txV6l5WLWW .dwwm-loc {
  color: #333333;
  text-align: left;
}
.cid-txV6l5WLWW .dwwm-section-title,
.cid-txV6l5WLWW .title-wrapper {
  color: #071d3d;
}
.cid-txV6l5WLWW .dwwm-card-title P {
  text-align: left;
}
.cid-txV6YCf0or {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/adobestock-246259483-2000x1333.jpg");
}
.cid-txV6YCf0or .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-txV6YCf0or .container-fluid {
  display: flex;
  padding: 0 !important;
}
.cid-txV6YCf0or .main-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .cid-txV6YCf0or .main-row {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .cid-txV6YCf0or .main-row {
    padding-right: calc((100% - 960px)/ 2) !important;
  }
}
@media (min-width: 1201px) {
  .cid-txV6YCf0or .main-row {
    padding-right: calc((100% - 1100px)/ 2) !important;
  }
}
@media (min-width: 1441px) {
  .cid-txV6YCf0or .main-row {
    padding-right: calc((100% - 1300px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-txV6YCf0or .main-row {
    width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .cid-txV6YCf0or .main-row {
    width: 86%;
  }
}
.cid-txV6YCf0or .col-map {
  width: 57% !important;
}
@media (max-width: 1024px) {
  .cid-txV6YCf0or .col-map {
    width: 100% !important;
  }
}
.cid-txV6YCf0or .col-form {
  width: 43% !important;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .cid-txV6YCf0or .col-form {
    padding-left: 64px !important;
  }
}
@media (max-width: 1024px) {
  .cid-txV6YCf0or .col-form {
    width: 100% !important;
  }
}
.cid-txV6YCf0or .dwwm-section-title {
  margin-bottom: 25px;
  color: #071d3d;
}
.cid-txV6YCf0or .dwwm-section-head {
  margin-bottom: 20px;
}
.cid-txV6YCf0or form .dragArea.row {
  justify-content: flex-start;
}
.cid-txV6YCf0or form .dwwm-section-btn {
  margin-top: 12px;
}
.cid-txV6YCf0or form .dwwm-section-btn .btn {
  width: max-content;
  min-width: 140px;
}
@media (max-width: 800px) {
  .cid-txV6YCf0or form .dwwm-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txV6YCf0or form .dwwm-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.cid-txV6YCf0or form .form-group {
  margin-bottom: 8px !important;
}
.cid-txV6YCf0or form .form-control {
  border: 1px solid  !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 23px 30px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txV6YCf0or form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.cid-txV6YCf0or form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.cid-txV6YCf0or form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.cid-txV6YCf0or form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.cid-txV6YCf0or form textarea {
  height: 146px;
}
.cid-txV6YCf0or form input:active,
.cid-txV6YCf0or form input:focus {
  color: #000 !important;
}
.cid-txV6YCf0or form input:active::-webkit-input-placeholder,
.cid-txV6YCf0or form input:focus::-webkit-input-placeholder {
  color: #000;
}
.cid-txV6YCf0or form input:active::-moz-placeholder,
.cid-txV6YCf0or form input:focus::-moz-placeholder {
  color: #000;
}
.cid-txV6YCf0or form input:active:-moz-placeholder,
.cid-txV6YCf0or form input:focus:-moz-placeholder {
  color: #000;
}
.cid-txV6YCf0or form input:active:-ms-input-placeholder,
.cid-txV6YCf0or form input:focus:-ms-input-placeholder {
  color: #000;
}
.cid-txV6YCf0or .google-map {
  height: 573px;
  position: relative;
}
.cid-txV6YCf0or .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txV6YCf0or .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txV6YCf0or .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txV6YCf0or .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txV6YCf0or form .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.cid-txV6YCf0or form .row [class*=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.cid-txV79ajcsW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071d3d;
}
.cid-txV79ajcsW .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-txV79ajcsW .container-fluid {
  padding: 0;
}
.cid-txV79ajcsW .right-side {
  padding: 0;
}
.cid-txV79ajcsW .dwwm-section-title {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
      padding-bottom: 0px;
}
.cid-txV79ajcsW .l1 {
  color: #ffffff;
  font-size: 51px;
  line-height: 1.1;
}
@media (max-width: 768px) {
.cid-txV79ajcsW .l1 {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.1;
}
}
.cid-txV79ajcsW .l2,
.cid-txV79ajcsW .lin {
  color: #ffffff;
}
.cid-txV79ajcsW a {
  transition: color .3s;
  font-weight: 400;
}
.cid-txV79ajcsW a.text-success:hover {
  color: #237FFB !important;
}
.cid-txV79ajcsW .left-side {
  padding-left: 84px;
}
.cid-txV79ajcsW .l2 {
  margin-top: 20px;
}
.cid-txV79ajcsW .line {
  height: 2px;
  width: 166px;
  background-color: #229999;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-txV79ajcsW .l2,
.cid-txV79ajcsW .iconfont-wrapper {
  color: #ffffff;
}
.cid-txV79ajcsW img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-txV79ajcsW img {
    max-height: 142px;
    max-width: 63px;
  }
  .cid-txV79ajcsW .left-side {
    padding-left: 15px;
  }
  .cid-txV79ajcsW .line {
    display: none;
  }
}
.cid-txV8dW3Ayo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txV8dW3Ayo .logo-footer {
  line-height: normal;
}
.cid-txV8dW3Ayo .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txV8dW3Ayo .copyright {
  display: flex;
  align-items: center;
}
.cid-txV8dW3Ayo .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txV8dW3Ayo .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txV8dW3Ayo .social-btns a:focus {
  text-decoration: none;
}
.cid-txV8dW3Ayo .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txV8dW3Ayo .copyrightPart {
  display: flex;
}
.cid-txV8dW3Ayo .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txV8dW3Ayo .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txV8dW3Ayo .list-inline-item,
.cid-txV8dW3Ayo .dwwm-list,
.cid-txV8dW3Ayo .first-column {
  color: #ffffff;
}
.cid-txV8KHjtp1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-405904351-2000x1333.jpg");
}
.cid-txV8KHjtp1 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txV8KHjtp1 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV8KHjtp1 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txV8KHjtp1 .container-fluid {
    padding: 0 25px;
  }
}
.cid-txV8KHjtp1 .container-fluid .row {
  padding: 0;
}
.cid-txV8KHjtp1 .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-txV8KHjtp1 .title-wrapper {
    min-height: 410px;
  }
}
.cid-txV8KHjtp1 .title-wrapper .dwwm-section-title {
  margin-bottom: 25px;
}
.cid-txV8KHjtp1 .title-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txV8KHjtp1 .dwwm-section-title {
  color: #071d3d;
}
.cid-txV8KHjtp1 .dwwm-text {
  color: #071d3d;
}
.cid-txV8NNG56c {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
.cid-txV8NNG56c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
 }
}
.cid-txV8NNG56c .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txV8NNG56c .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV8NNG56c .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txV8NNG56c .container-fluid {
    padding: 0 30px;
  }
}
.cid-txV8NNG56c .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txV8NNG56c .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-txV8NNG56c .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-txV8NNG56c .subtitle-wrapper .dwwm-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-txV8NNG56c .subtitle-wrapper .dwwm-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #071d3d;
}
.cid-txV8NNG56c .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-txV8NNG56c .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-txV8NNG56c .title-wrapper .dwwm-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-txV8NNG56c .title-wrapper .dwwm-name {
  margin-bottom: 0;
  position: relative;
}
.cid-txV8NNG56c .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 #ed4009;
}
@media (max-width: 992px) {
  .cid-txV8NNG56c .title-wrapper::before {
    display: none;
  }
}
.cid-txV8NNG56c .dwwm-section-subtitle {
  color: #000000;
}
.cid-txV8NNG56c .dwwm-section-title {
  color: #071d3d;
}
.cid-txV8NNG56c .dwwm-name {
  color: #a8a8a8;
}
.cid-txV8NNG56c .dwwm-section-subtitle,
.cid-txV8NNG56c .subtitle-wrapper {
  color: #071d3d;
}
.cid-txV9eNdwxJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txV9eNdwxJ .dwwm-section-title {
  color: #1a449a;
}
.cid-txV9eNdwxJ .dwwm-text {
  color: #071d3d;
  text-align: left;
  padding: 16px;
}
.cid-txV9eNdwxJ .dwwm-section-subtitle {
  color: #071d3d;
}
.cid-txV9eNdwxJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-txV9eNdwxJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #071d3d;
}
.cid-txV9eNdwxJ .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-txV9eNdwxJ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-txV9dB8uow {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txV9dB8uow .dwwm-subtitle {
  color: #84582e;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-txV9dB8uow .dwwm-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-txV9dB8uow .dwwm-section-title {
  margin: 0;
  color: #071d3d;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-txV9dB8uow .dwwm-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-txV9dB8uow .dwwm-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-txV9dB8uow .dwwm-section-text.display-7 {
  font-size: 16px;
}
.cid-txV9dB8uow .display-2 {
  font-size: 38px;
}
.cid-txV9dB8uow .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-txV9dB8uow .wrapper .img {
  margin-bottom: 20px;
}
.cid-txV9dB8uow .wrapper .img .dwwm-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-txV9dB8uow .wrapper .dwwm-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-txV9dB8uow .wrapper .dwwm-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-txV9dB8uow .wrapper .dwwm-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-txV9dB8uow .wrapper .dwwm-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-txV9dB8uow * {
    text-align: left;
  }
}
.cid-txV9dB8uow .wrapper .dwwm-text,
.cid-txV9dB8uow .img {
  color: #071d3d;
}
.cid-txVauQt2MZ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txVauQt2MZ .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVauQt2MZ .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVauQt2MZ .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-txVauQt2MZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVauQt2MZ .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-txVauQt2MZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txVauQt2MZ P {
  color: #071d3d;
}
.cid-txVawRNPLF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVawRNPLF .logo-footer {
  line-height: normal;
}
.cid-txVawRNPLF .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVawRNPLF .copyright {
  display: flex;
  align-items: center;
}
.cid-txVawRNPLF .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVawRNPLF .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVawRNPLF .social-btns a:focus {
  text-decoration: none;
}
.cid-txVawRNPLF .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVawRNPLF .copyrightPart {
  display: flex;
}
.cid-txVawRNPLF .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVawRNPLF .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVawRNPLF .list-inline-item,
.cid-txVawRNPLF .dwwm-list,
.cid-txVawRNPLF .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVbjAWSvp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txVbjAWSvp .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-txVbjAWSvp .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-txVbjAWSvp .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-txVbjAWSvp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-txVbjAWSvp .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-txVbjAWSvp .social-row .soc-item .dwwm-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #071d3d;
  transition: all 0.3s;
  color: #071d3d;
}
.cid-txVbjAWSvp .social-row .soc-item .dwwm-iconfont:hover {
  background-color: #071d3d;
  color: #ffffff;
}
.cid-txVbjAWSvp .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-txVbjAWSvp .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txVbjAWSvp .wrapp {
    padding: 1rem;
  }
}
.cid-txVbjAWSvp H3 {
  color: #071d3d;
  text-align: left;
}
.cid-txVbjAWSvp .dwwm-text,
.cid-txVbjAWSvp .dwwm-section-btn {
  color: #071d3d;
}
.cid-txVblHoSSW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVblHoSSW .logo-footer {
  line-height: normal;
}
.cid-txVblHoSSW .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVblHoSSW .copyright {
  display: flex;
  align-items: center;
}
.cid-txVblHoSSW .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVblHoSSW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVblHoSSW .social-btns a:focus {
  text-decoration: none;
}
.cid-txVblHoSSW .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVblHoSSW .copyrightPart {
  display: flex;
}
.cid-txVblHoSSW .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVblHoSSW .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVblHoSSW .list-inline-item,
.cid-txVblHoSSW .dwwm-list,
.cid-txVblHoSSW .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVcOUWpWG {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
.cid-txVcOUWpWG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
}
.cid-txVcOUWpWG .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-txVcOUWpWG .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-txVcOUWpWG .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-txVcOUWpWG .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-txVcOUWpWG .dwwm-section-title {
    letter-spacing: -1px;
  }
}
.cid-txVcOUWpWG .dwwm-text {
  color: #071d3d;
}
.cid-txVcOUWpWG .dwwm-card-title {
  color: #071d3d;
}
.cid-txVcQSB0GU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVcQSB0GU .logo-footer {
  line-height: normal;
}
.cid-txVcQSB0GU .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVcQSB0GU .copyright {
  display: flex;
  align-items: center;
}
.cid-txVcQSB0GU .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVcQSB0GU .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVcQSB0GU .social-btns a:focus {
  text-decoration: none;
}
.cid-txVcQSB0GU .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVcQSB0GU .copyrightPart {
  display: flex;
}
.cid-txVcQSB0GU .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVcQSB0GU .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVcQSB0GU .list-inline-item,
.cid-txVcQSB0GU .dwwm-list,
.cid-txVcQSB0GU .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVdjnG8Ng {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-180437462-2000x1333.jpg");
}
@media (max-width: 768px) {
.cid-txVdjnG8Ng {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-180437462-2000x1333.jpg");
}
}
.cid-txVdjnG8Ng .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVdjnG8Ng .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVdjnG8Ng .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txVdjnG8Ng .container-fluid {
    padding: 0 25px;
  }
}
.cid-txVdjnG8Ng .container-fluid .row {
  padding: 0;
}
.cid-txVdjnG8Ng .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-txVdjnG8Ng .title-wrapper {
    min-height: 410px;
  }
}
.cid-txVdjnG8Ng .title-wrapper .dwwm-section-title {
  margin-bottom: 25px;
}
.cid-txVdjnG8Ng .title-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txVdjnG8Ng .dwwm-section-title {
  color: #071d3d;
}
.cid-txVdjnG8Ng .dwwm-text {
  color: #071d3d;
}
.cid-txVdkG94tJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVdkG94tJ .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txVdkG94tJ .col-card {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txVdkG94tJ .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVdkG94tJ .col-text {
    padding-right: 4.625rem;
  }
}
.cid-txVdkG94tJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txVdkG94tJ .dwwm-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-txVdkG94tJ .dwwm-text {
  color: #071d3d;
  width: 100%;
}
.cid-txVdkG94tJ .dwwm-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-txVdkG94tJ .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-txVdkG94tJ .cards-container {
    padding-left: 2rem;
  }
}
.cid-txVdkG94tJ .card-text-container {
  flex-grow: 1;
}
.cid-txVdkG94tJ .dwwm-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-txVdkG94tJ .card-text {
  color: #002549;
  width: 100%;
}
.cid-txVdkG94tJ .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txVdkG94tJ .icon-box span {
  color: #e1965f;
}
.cid-txVdkG94tJ .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txVdkG94tJ .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-txVdkG94tJ .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVdkG94tJ .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVdkG94tJ .dwwm-section-title,
.cid-txVdkG94tJ .dwwm-section-btn {
  text-align: left;
}
.cid-txVe4blP3R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-txVe4blP3R .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-txVe4blP3R .img-container {
  position: relative;
}
.cid-txVe4blP3R .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.7vw;
  overflow: hidden;
  border: 1px solid #071d3d;
}
@media (max-width: 767px) {
  .cid-txVe4blP3R .image-wrapper {
    border-radius: 6.4vw;
  }
}
.cid-txVe4blP3R .image-wrapper img {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-txVe4blP3R .image-wrapper img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .cid-txVe4blP3R .image-wrapper img {
    height: auto;
  }
}
.cid-txVdCpFyer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVdCpFyer .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txVdCpFyer .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVdCpFyer .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-txVdCpFyer .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVdCpFyer .col-text {
    padding-right: 4.625rem;
  }
}
.cid-txVdCpFyer .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txVdCpFyer .dwwm-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-txVdCpFyer .dwwm-text {
  color: #002549;
  width: 100%;
}
.cid-txVdCpFyer .dwwm-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-txVdCpFyer .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-txVdCpFyer .cards-container {
    padding-left: 2rem;
  }
}
.cid-txVdCpFyer .card-text-container {
  flex-grow: 1;
}
.cid-txVdCpFyer .dwwm-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-txVdCpFyer .card-text {
  color: #002549;
  width: 100%;
}
.cid-txVdCpFyer .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txVdCpFyer .icon-box span {
  color: #e1965f;
}
.cid-txVdCpFyer .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txVdCpFyer .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVdCpFyer .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVef81vVv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVef81vVv .logo-footer {
  line-height: normal;
}
.cid-txVef81vVv .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVef81vVv .copyright {
  display: flex;
  align-items: center;
}
.cid-txVef81vVv .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVef81vVv .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVef81vVv .social-btns a:focus {
  text-decoration: none;
}
.cid-txVef81vVv .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVef81vVv .copyrightPart {
  display: flex;
}
.cid-txVef81vVv .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVef81vVv .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVef81vVv .list-inline-item,
.cid-txVef81vVv .dwwm-list,
.cid-txVef81vVv .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVeLYG1ey {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-337089062-2000x1333.jpg");
}
.cid-txVeLYG1ey .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVeLYG1ey .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVeLYG1ey .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txVeLYG1ey .container-fluid {
    padding: 0 25px;
  }
}
.cid-txVeLYG1ey .container-fluid .row {
  padding: 0;
}
.cid-txVeLYG1ey .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-txVeLYG1ey .title-wrapper {
    min-height: 410px;
  }
}
.cid-txVeLYG1ey .title-wrapper .dwwm-section-title {
  margin-bottom: 25px;
}
.cid-txVeLYG1ey .title-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txVeLYG1ey .dwwm-section-title {
  color: #071d3d;
}
.cid-txVeLYG1ey .dwwm-text {
  color: #071d3d;
}
.cid-txVeOjQxF2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txVeOjQxF2 .dwwm-section-title {
  color: #1a449a;
}
.cid-txVeOjQxF2 .dwwm-text {
  color: #071d3d;
  text-align: left;
}
.cid-txVeOjQxF2 .dwwm-section-subtitle {
  color: #071d3d;
}
.cid-txVeOjQxF2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-txVeOjQxF2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #071d3d;
}
.cid-txVeOjQxF2 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-txVeOjQxF2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-txVf5oo4Hu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVf5oo4Hu .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-txVf5oo4Hu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txVf5oo4Hu .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-txVf5oo4Hu .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-txVf5oo4Hu .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-txVf5oo4Hu img {
    padding-bottom: 1rem;
  }
  .cid-txVf5oo4Hu .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-txVf5oo4Hu .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-txVf8vCmq8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txVf8vCmq8 .dwwm-section-title {
  color: #1a449a;
}
.cid-txVf8vCmq8 .dwwm-text {
  color: #071d3d;
  text-align: left;
}
.cid-txVf8vCmq8 .dwwm-section-subtitle {
  color: #071d3d;
}
.cid-txVf8vCmq8 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-txVf8vCmq8 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #071d3d;
}
.cid-txVf8vCmq8 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-txVf8vCmq8 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-txVggiUJiH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVggiUJiH .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-txVggiUJiH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txVggiUJiH .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-txVggiUJiH .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-txVggiUJiH .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-txVggiUJiH img {
    padding-bottom: 1rem;
  }
  .cid-txVggiUJiH .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-txVggiUJiH .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-txVgkDmePu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txVgkDmePu .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVgkDmePu .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-txVgkDmePu .container {
    padding: 0 30px;
  }
}
.cid-txVgkDmePu .text-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txVgkDmePu .dwwm-text {
  color: #071d3d;
  text-align: center;
}
.cid-txVgCo4qqS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVgCo4qqS .wrap {
  position: relative;
}
.cid-txVgCo4qqS .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-txVgCo4qqS .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-txVgCo4qqS .dwwm-section-subtitle {
  margin-bottom: 15px;
}
.cid-txVgCo4qqS .dwwm-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-txVgCo4qqS .dwwm-section-btn .btn-secondary-outline:hover {
  color: #071d3d !important;
}
.cid-txVgCo4qqS .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-txVgCo4qqS .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txVgCo4qqS .image {
    max-height: 350px;
  }
  .cid-txVgCo4qqS .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-txVgCo4qqS .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-txVgCo4qqS .image {
    width: 100%;
    float: none;
  }
  .cid-txVgCo4qqS .title__block {
    height: auto;
    position: static;
    padding: 25px;
    width: 100%;
    max-width: none;
  }
}
.cid-txVgCo4qqS .btn:hover .dwwm-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-txVgCo4qqS .dwwm-section-title,
.cid-txVgCo4qqS .dwwm-section-btn {
  color: #071d3d;
}
.cid-txVgCo4qqS .dwwm-section-title,
.cid-txVgCo4qqS .dwwm-section-btn DIV {
  text-align: left;
}
.cid-txVgQOblJW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVgQOblJW .logo-footer {
  line-height: normal;
}
.cid-txVgQOblJW .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVgQOblJW .copyright {
  display: flex;
  align-items: center;
}
.cid-txVgQOblJW .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVgQOblJW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVgQOblJW .social-btns a:focus {
  text-decoration: none;
}
.cid-txVgQOblJW .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVgQOblJW .copyrightPart {
  display: flex;
}
.cid-txVgQOblJW .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVgQOblJW .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVgQOblJW .list-inline-item,
.cid-txVgQOblJW .dwwm-list,
.cid-txVgQOblJW .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVhfUqbtB {
  padding-top: 60rem;
  background-image: url("../../../assets/images/img-20171218-wa0002-1080x810.jpg");
}
@media (max-width: 768px) {
.cid-txVhfUqbtB {
  padding-top: 0rem;
  background-image: url("../../../assets/images/img-20171218-wa0002-1080x810.jpg");
}
}
.cid-txVhhU3KUx {
    padding-top: 19%;
/*background: linear-gradient(179deg, rgb(255 255 255 / 0%) 0%, #ffffff 100%);*/
background: linear-gradient(181deg, rgb(250 250 250 / 0%) 0%, rgba(255,255,255,1) 100%);
}
@media (max-width: 992px) {
  .cid-txVhhU3KUx {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-txVhhU3KUx .wrap {
  display: none;
}
.cid-txVhhU3KUx .dwwm-section-title,
.cid-txVhhU3KUx .dwwm-section-subtitle {
  color: #071d3d;
}
.cid-txVhhU3KUx .icon-wrap {
  background-color: #f05b0d !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -7px 7px 20px 6px rgba(95, 36, 5, 0.6);
  box-shadow: -7px 7px 20px 6px rgba(95, 36, 5, 0.6);
}
.cid-txVhhU3KUx .icon-wrap:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #071d3d !important;
  -webkit-box-shadow: -7px 7px 20px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 7px -7px 25px 8px rgba(0, 0, 0, 0.6);
}
.cid-txVhhU3KUx .icon-wrap span {
  padding-left: 8px;
}
.cid-txVhhU3KUx .dwwm-media {
  z-index: 70;
}
.cid-txVhhU3KUx .dwwm-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-txVhhU3KUx .dwwm-media span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txVhhU3KUx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txVhhU3KUx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txVhhU3KUx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txVhhU3KUx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txVhhU3KUx a.close:hover {
  color: #ffffff;
}
.cid-txVhhU3KUx img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.cid-txVhhU3KUx .box {
  position: relative;
  z-index: 1;
}
.cid-txVhhU3KUx .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .cid-txVhhU3KUx {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-txVhhU3KUx .box {
    height: 250px;
  }
  .cid-txVhhU3KUx .row {
    padding: 1rem !important;
  }
}
.cid-txVhhU3KUx .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVhhU3KUx .dwwm-fallback-image {
  display: block;
  background-color: transparent !important;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVhhU3KUx .dwwm-section-title {
  text-align: left;
  padding: 2%;
}
.cid-txVhhU3KUx .dwwm-section-subtitle {
  text-align: left;
  padding: 2%;
}
.cid-txVhzAopWE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txVhzAopWE .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVhzAopWE .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVhzAopWE .container {
  max-width: 100%;
  width: 100%;
}
.cid-txVhzAopWE .row {
  justify-content: center;
}
.cid-txVhzAopWE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-txVhzAopWE .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-txVhzAopWE .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-txVhzAopWE .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-txVhzAopWE .image-wrapper img {
    height: 460px;
  }
}
@media (max-width: 575px) {
  .cid-txVhzAopWE .image-wrapper img {
    height: 400px;
  }
}
.cid-txVhBiR0og {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txVhBiR0og .item:focus,
.cid-txVhBiR0og span:focus {
  outline: none;
}
.cid-txVhBiR0og .item-wrapper {
  position: relative;
}
.cid-txVhBiR0og .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-txVhBiR0og .dwwm-section-btn {
  margin-top: auto !important;
}
.cid-txVhBiR0og .dwwm-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-txVhBiR0og .dwwm-text,
.cid-txVhBiR0og .dwwm-section-btn {
  text-align: left;
}
.cid-txVhBiR0og .item-title {
  text-align: left;
}
.cid-txVhBiR0og .item-subtitle {
  text-align: left;
}
.cid-txVhBiR0og .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 25%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-txVhBiR0og .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-txVhBiR0og .embla__slide {
    min-width: 42%;
  }
}
@media (max-width: 630px) {
  .cid-txVhBiR0og .embla__slide {

  }
}
.cid-txVhBiR0og .embla__button--next,
.cid-txVhBiR0og .embla__button--prev {
  display: flex;
}
.cid-txVhBiR0og .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txVhBiR0og .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-txVhBiR0og .embla__button:hover {
  background: #ffffff;
  color: #fff;
  transform: scale(1.05);
}
.cid-txVhBiR0og .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txVhBiR0og .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txVhBiR0og .embla__button {
    top: auto;
  }
}
.cid-txVhBiR0og .devwwm-dwwmi-arrow-prev {
  margin-right: 5px;
}
.cid-txVhBiR0og .devwwm-dwwmi-arrow-next {
  margin-left: 5px;
}
.cid-txVhBiR0og .embla {
  position: relative;
  width: 100%;
}
.cid-txVhBiR0og .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-txVhBiR0og .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-txVhBiR0og .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-txVhBiR0og .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-txVhBiR0og .dwwm-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-txVhBiR0og .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-txVhBiR0og .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
@media (max-width: 767px) {
 .cid-txVhBiR0og .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}  
}
.cid-txVhBiR0og .card-title {
  margin-bottom: 18px;
  color: #14142b;
  transition: 0.35s;
}
.cid-txVhBiR0og .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-txVhBiR0og H3 {
  color: #14142b;
  text-align: center;
}
.cid-txVhBiR0og .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-txVhBiR0og .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-txVhBiR0og .link-title {
  display: inline-block;
}
.cid-txVhBiR0og .margin {
  margin-right: 14px;
}
.cid-txVhBiR0og .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-txVhBiR0og .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-txVhBiR0og .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-txVhBiR0og .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-txVhBiR0og .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  padding: auto 20px auto 7px;
}
.cid-txVhBiR0og .inner {
  width: 107%;
  height: 108%;
  object-fit: cover;
  transition: 0.4s;
}

.cid-txVhBiR0og .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-txVhBiR0og .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-txVhBiR0og .shadow:hover .dwwm-iconfont,
.cid-txVhBiR0og .shadow:hover .number,
.cid-txVhBiR0og .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-txVhBiR0og .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-txVi5qJRyX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txVi5qJRyX .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVi5qJRyX .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVi5qJRyX .container {
  max-width: 100%;
  width: 100%;
}
.cid-txVi5qJRyX .row {
  justify-content: center;
}
.cid-txVi5qJRyX .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-txVi5qJRyX .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-txVi5qJRyX .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-txVi5qJRyX .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-txVi5qJRyX .image-wrapper img {
    height: 460px;
  }
}
@media (max-width: 575px) {
  .cid-txVi5qJRyX .image-wrapper img {
    height: 400px;
  }
}
.cid-txVi61VDNR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txVi61VDNR .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVi61VDNR .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVi61VDNR .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-txVi61VDNR .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-txVi61VDNR .row > [class*="col"] {
  padding-left: 0px;
  padding-right: 10px;
}
.cid-txVi61VDNR .dwwm-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-txVi61VDNR .dwwm-section-head {
    margin-top: 30px;
  }
}
.cid-txVi61VDNR .dwwm-section-title {
  color: #f05b0d ;
}
@media (max-width: 575px) {
  .cid-txVi61VDNR .dwwm-section-title {
    text-align: center !important;
  }
}
.cid-txVi61VDNR .dwwm-section-subtitle {
  color: #071d3d;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-txVi61VDNR .dwwm-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-txVi61VDNR .dwwm-section-subtitle {
    text-align: center !important;
  }
}
.cid-txVi61VDNR .dwwm-text {
  color: #071d3d;
  margin-top: 20px;
  padding-left: 11px;
}
.cid-txVi61VDNR .card-row {
  align-items: stretch;
}
.cid-txVi61VDNR .card {
  padding: 10px;
}
.cid-txVi61VDNR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -5px 3px 7px #071d3d, 0px 1px 0px #071d3d;
}
@media (max-width: 991px) {
  .cid-txVi61VDNR .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-txVi61VDNR .card-wrapper {
    padding: 30px;
  }
}
.cid-txVi61VDNR .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-txVi61VDNR .card-title {
  color: #071d3d;
  margin-bottom: 0;
}
.cid-txVi61VDNR .card-subtitle {
  color: #071d3d;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-txVi61VDNR .card-text {
  color: #071d3d;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-txVi61VDNR .card-text {
    margin-top: 20px;
  }
}
.cid-txVi61VDNR .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-txVi61VDNR .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-txVi61VDNR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-txVi61VDNR .iconfont-wrapper .dwwm-iconfont {
  font-size: 16px;
  color: #181817;
}
.cid-txVi61VDNR .list-item-text {
  color: #071d3d;
  width: fit-content;
}
.cid-txVi61VDNR .dwwm-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-txVi61VDNR .dwwm-section-btn .btn {
  flex-basis: 100%;
}
.cid-txViI0NWsf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txViI0NWsf .dwwm-iconfont {
  display: block;
  font-size: 3rem;
  color: #071d3d;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
.cid-txViI0NWsf .dwwm-iconfont {
  display: block;
  font-size: 2rem;
  color: #071d3d;
  margin-bottom: 1rem;
}
}
.cid-txViI0NWsf .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-txViI0NWsf .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-txViI0NWsf .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-txViI0NWsf .card-wrapper:hover {
  background: #eae8e4;
}
.cid-txViI0NWsf .card-title,
.cid-txViI0NWsf .card-box {
  color: #000000;
}
.cid-txViI0NWsf .main-title,
.cid-txViI0NWsf .title-col {
  text-align: center;
  color: #000000;
}
.cid-txViI0NWsf .card-text {
  color: #353535;
}
.cid-txViI0NWsf .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txViI0NWsf .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txViJ7H6DV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txViJ7H6DV .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txViJ7H6DV .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txViJ7H6DV .text-container {
  background-color: #071d3d;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-txViJ7H6DV .text-container {
    margin: 0 5%;
  }
}
.cid-txViJ7H6DV .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-txViJ7H6DV .text-container .text-wrapper .dwwm-text {
  margin: 0 16px 0 0;
}
.cid-txViJ7H6DV .text-container .text-wrapper .dwwm-desc {
  margin: 0;
}
.cid-txViJ7H6DV .text-container .text-wrapper .dwwm-desc .dwwm-iconfont {
  font-size: 20px;
}
.cid-txViJ7H6DV .dwwm-text {
  color: #e8e8e8;
}
.cid-txViJ7H6DV .dwwm-desc,
.cid-txViJ7H6DV .dwwm-iconfont {
  color: #e8e8e8;
}
.cid-txViJ7H6DV .dwwm-text,
.cid-txViJ7H6DV .text-container {
  text-align: center;
}
.cid-txViKmQDnO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-txViKmQDnO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-txViKmQDnO .img-container {
  position: relative;
}
.cid-txViKmQDnO .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.7vw;
  overflow: hidden;
  border: 1px solid #071d3d;
}
@media (max-width: 767px) {
  .cid-txViKmQDnO .image-wrapper {
    border-radius: 6.4vw;
  }
}
.cid-txViKmQDnO .image-wrapper img {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-txViKmQDnO .image-wrapper img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .cid-txViKmQDnO .image-wrapper img {
    height: auto;
  }
}
.cid-txViLlxXeX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txViLlxXeX .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txViLlxXeX .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txViLlxXeX .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-txViLlxXeX .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txViLlxXeX .col-text {
    padding-right: 4.625rem;
  }
}
.cid-txViLlxXeX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txViLlxXeX .dwwm-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-txViLlxXeX .dwwm-text {
  color: #002549;
  width: 100%;
}
.cid-txViLlxXeX .dwwm-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-txViLlxXeX .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-txViLlxXeX .cards-container {
    padding-left: 2rem;
  }
}
.cid-txViLlxXeX .card-text-container {
  flex-grow: 1;
}
.cid-txViLlxXeX .dwwm-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-txViLlxXeX .card-text {
  color: #002549;
  width: 100%;
}
.cid-txViLlxXeX .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txViLlxXeX .icon-box span {
  color: #e1965f;
}
.cid-txViLlxXeX .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txViLlxXeX .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txViLlxXeX .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txViN4k99L {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txViN4k99L .logo-footer {
  line-height: normal;
}
.cid-txViN4k99L .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txViN4k99L .copyright {
  display: flex;
  align-items: center;
}
.cid-txViN4k99L .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txViN4k99L .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txViN4k99L .social-btns a:focus {
  text-decoration: none;
}
.cid-txViN4k99L .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txViN4k99L .copyrightPart {
  display: flex;
}
.cid-txViN4k99L .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txViN4k99L .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txViN4k99L .list-inline-item,
.cid-txViN4k99L .dwwm-list,
.cid-txViN4k99L .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVjXnaRYR {
  padding-top: 24rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc05675-2000x1127.jpg");
}
@media (max-width: 768px) {
    .cid-txVjXnaRYR {
    padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc05675-2000x1127.jpg");
}
}
.cid-txVjXnaRYR .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVjXnaRYR .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVjXnaRYR .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txVjXnaRYR .container-fluid {
    padding: 0 25px;
  }
}
.cid-txVjXnaRYR .container-fluid .row {
  padding: 0;
}
.cid-txVjXnaRYR .title-wrapper {
  
}
@media (max-width: 992px) {
  .cid-txVjXnaRYR .title-wrapper {
  
  }
}
.cid-txVjXnaRYR .title-wrapper .dwwm-section-title {
  margin-bottom: 25px;
}
.cid-txVjXnaRYR .title-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txVjXnaRYR .dwwm-section-title {
  color: #071d3d;
}
.cid-txVjXnaRYR .dwwm-text {
  color: #071d3d;
}
.cid-txVjXYwEZb {
 padding-top: 14rem;
    padding-bottom: 0rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.cid-txVjXYwEZb .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVjXYwEZb .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVjXYwEZb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txVjXYwEZb .container-fluid {
    padding: 0 30px;
  }
}
.cid-txVjXYwEZb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txVjXYwEZb .container {
    padding: 0 30px;
  }
}
.cid-txVjXYwEZb .row {
  justify-content: center;
}
.cid-txVjXYwEZb .title-wrapper {
  margin-bottom: 55px;
}
.cid-txVjXYwEZb .title-wrapper .dwwm-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-txVjXYwEZb .card {
    margin-bottom: 30px;
  }
}
.cid-txVjXYwEZb .card .card-wrapper {
  display: flex;
}
.cid-txVjXYwEZb .card .card-wrapper .dwwm-number {
  min-width: 100px;
  margin: 0 22px 0 0;
}
@media (max-width: 425px) {
  .cid-txVjXYwEZb .card .card-wrapper .dwwm-number {
    min-width: 62px;
  }
}
.cid-txVjXYwEZb .card .card-wrapper .card-content .dwwm-card-title {
  margin-bottom: 6px;
}
.cid-txVjXYwEZb .card .card-wrapper .card-content .dwwm-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-txVjXYwEZb .dwwm-section-title {
  color: #000000;
}
.cid-txVjXYwEZb .dwwm-number {
  color: #000000;
}
.cid-txVjXYwEZb .dwwm-card-title {
  color: #000000;
}
.cid-txVjXYwEZb .dwwm-text {
  color: #000000;
}
.cid-txVkdrjfSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
.cid-txVkdrjfSy {
  display: none;
}
}
.cid-txVkdrjfSy .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVkdrjfSy .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVkdrjfSy .card {
  margin: 10px 0;
}
.cid-txVkdrjfSy .card-box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-txVkdrjfSy .card-box {
    justify-content: center;
  }
}
.cid-txVkdrjfSy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  aspect-ratio: 1;
  padding: 4px;
  border-radius: 50%;
  background-color: #071d3d;
  margin-right: 10px;
}
.cid-txVkdrjfSy .iconfont-wrapper .dwwm-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-txVkdrjfSy .card-text {
  color: #071d3d;
  margin-bottom: 0;
  text-align: left;
}
.cid-txVknpXjOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txVknpXjOm .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVknpXjOm .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVknpXjOm .dwwm-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-txVknpXjOm .dwwm-section-title {
  color: #181817;
}
.cid-txVknpXjOm .dwwm-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-txVknpXjOm .card-row {
  align-items: stretch;
}
.cid-txVknpXjOm .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-txVknpXjOm .item {
    width: 20% !important;
  }
}
.cid-txVknpXjOm .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 235px;
}
@media (max-width: 991px) {
  .cid-txVknpXjOm .item-wrapper {
    min-height: 180px;
  }
}
.cid-txVknpXjOm .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-txVknpXjOm .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-txVknpXjOm .item-wrapper:hover .bg-overlay:hover .dwwm-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-txVknpXjOm .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-txVknpXjOm .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-txVknpXjOm .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txVknpXjOm .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-txVknpXjOm .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-txVknpXjOm .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-txVknpXjOm .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-txVknpXjOm .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-txVknpXjOm .iconfont-wrapper {
  margin-right: 18px;
}
.cid-txVknpXjOm .iconfont-wrapper .dwwm-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-txVknpXjOm .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-txVknpXjOm .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-txVknpXjOm .dwwm-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-txVknpXjOm .dwwm-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-txVknpXjOm .dwwm-section-btn {
    width: auto;
  }
  .cid-txVknpXjOm .dwwm-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-txVkMvE5pd {
  background-image: url("../../../assets/images/dsc03492-2000x1127.jpg");
}
.cid-txVkMvE5pd .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVkMvE5pd .block {
    height: 352px;
  }
}
.cid-txVkPqIXNF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVkPqIXNF .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVkPqIXNF .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVkPqIXNF .row {
  flex-direction: row-reverse;
}
.cid-txVkPqIXNF .row {
  align-items: center;
}
.cid-txVkPqIXNF img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVkPqIXNF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVkPqIXNF .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVkPqIXNF .dwwm-text,
.cid-txVkPqIXNF .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVkNDDiNS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVkNDDiNS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVkNDDiNS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVkNDDiNS .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVkNDDiNS .row .img-item img {
    height: 250px;
  }
}
.cid-txVlnDTHIm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txVlnDTHIm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVlnDTHIm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVlnDTHIm .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border-radius: 30px;
}
.cid-ty2iO8ofJu {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ty2iO8ofJu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty2iO8ofJu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ty2iO8ofJu .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-ty2iO8ofJu .row .img-item img {
    height: 250px;
  }
}
.cid-txVloATlE2 {
  background-image: url("../../../assets/images/dsc05653-2576x1451.jpg");
}
.cid-txVloATlE2 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVloATlE2 .block {
    height: 352px;
  }
}
.cid-txVmbNkRp4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVmbNkRp4 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVmbNkRp4 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVmbNkRp4 .row {
  flex-direction: row-reverse;
}
.cid-txVmbNkRp4 .row {
  align-items: center;
}
.cid-txVmbNkRp4 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVmbNkRp4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVmbNkRp4 .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVmbNkRp4 .dwwm-text,
.cid-txVmbNkRp4 .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVm9At1S1 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVm9At1S1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVm9At1S1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVm9At1S1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVm9At1S1 .row .img-item img {
    height: 250px;
  }
}
.cid-txVmaBF6tI {
  background-image: url("../../../assets/images/adobestock-487840553-2367x1578.jpeg");
}
.cid-txVmaBF6tI .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVmaBF6tI .block {
    height: 352px;
  }
}
.cid-txVmbd80mL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVmbd80mL .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVmbd80mL .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVmbd80mL .row {
  flex-direction: row-reverse;
}
.cid-txVmbd80mL .row {
  align-items: center;
}
.cid-txVmbd80mL img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVmbd80mL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVmbd80mL .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVmbd80mL .dwwm-text,
.cid-txVmbd80mL .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVpFa3TLN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVpFa3TLN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVpFa3TLN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVpFa3TLN .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVpFa3TLN .row .img-item img {
    height: 250px;
  }
}
.cid-txVnP6MoRe {
  background-image: url("../../../assets/images/adobestock-497170100-3-700x503.jpg");
}
.cid-txVnP6MoRe .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVnP6MoRe .block {
    height: 352px;
  }
}
.cid-txVnRIQfxE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVnRIQfxE .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVnRIQfxE .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVnRIQfxE .row {
  flex-direction: row-reverse;
}
.cid-txVnRIQfxE .row {
  align-items: center;
}
.cid-txVnRIQfxE img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVnRIQfxE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVnRIQfxE .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVnRIQfxE .dwwm-text,
.cid-txVnRIQfxE .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVnO9TjUF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVnO9TjUF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVnO9TjUF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVnO9TjUF .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVnO9TjUF .row .img-item img {
    height: 250px;
  }
}
.cid-txVoJV6XNY {
  background-image: url("../../../assets/images/adobestock-220612783-2000x1333.jpg");
}
.cid-txVoJV6XNY .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVoJV6XNY .block {
    height: 352px;
  }
}
.cid-txVoNbp2Dh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVoNbp2Dh .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVoNbp2Dh .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVoNbp2Dh .row {
  flex-direction: row-reverse;
}
.cid-txVoNbp2Dh .row {
  align-items: center;
}
.cid-txVoNbp2Dh img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVoNbp2Dh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVoNbp2Dh .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVoNbp2Dh .dwwm-text,
.cid-txVoNbp2Dh .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVoO2zwqQ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVoO2zwqQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVoO2zwqQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVoO2zwqQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVoO2zwqQ .row .img-item img {
    height: 250px;
  }
}
.cid-txVpGSMTEt {
  background-image: url("../../../assets/images/adobestock-234306127-2000x1333.jpg");
}
.cid-txVpGSMTEt .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVpGSMTEt .block {
    height: 352px;
  }
}
.cid-txVpHAp4RN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVpHAp4RN .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVpHAp4RN .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVpHAp4RN .row {
  flex-direction: row-reverse;
}
.cid-txVpHAp4RN .row {
  align-items: center;
}
.cid-txVpHAp4RN img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVpHAp4RN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVpHAp4RN .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVpHAp4RN .dwwm-text,
.cid-txVpHAp4RN .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVpZc0Nbu {
  background-image: url("../../../assets/images/adobestock-237440807-2000x1333.jpg");
}
.cid-txVpZc0Nbu .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVpZc0Nbu .block {
    height: 352px;
  }
}
.cid-txVq3uPddF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVq3uPddF .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVq3uPddF .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVq3uPddF .row {
  flex-direction: row-reverse;
}
.cid-txVq3uPddF .row {
  align-items: center;
}
.cid-txVq3uPddF img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVq3uPddF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVq3uPddF .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVq3uPddF .dwwm-text,
.cid-txVq3uPddF .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVq44G0q7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVq44G0q7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVq44G0q7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVq44G0q7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVq44G0q7 .row .img-item img {
    height: 250px;
  }
}
.cid-txVqzIG2uJ {
  background-image: url("../../../assets/images/adobestock-415961270-2000x1331.jpg");
}
.cid-txVqzIG2uJ .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVqzIG2uJ .block {
    height: 352px;
  }
}
.cid-txVqBQkbYV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVqBQkbYV .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVqBQkbYV .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVqBQkbYV .row {
  flex-direction: row-reverse;
}
.cid-txVqBQkbYV .row {
  align-items: center;
}
.cid-txVqBQkbYV img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVqBQkbYV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVqBQkbYV .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVqBQkbYV .dwwm-text,
.cid-txVqBQkbYV .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVqCso2DG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVqCso2DG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVqCso2DG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVqCso2DG .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVqCso2DG .row .img-item img {
    height: 250px;
  }
}
.cid-txVqRvyhX7 {
  background-image: url("../../../assets/images/adobestock-461544985-3-2000x1281.jpg");
}
.cid-txVqRvyhX7 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVqRvyhX7 .block {
    height: 352px;
  }
}
.cid-txVqTxLKZr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVqTxLKZr .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVqTxLKZr .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVqTxLKZr .row {
  flex-direction: row-reverse;
}
.cid-txVqTxLKZr .row {
  align-items: center;
}
.cid-txVqTxLKZr img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVqTxLKZr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVqTxLKZr .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVqTxLKZr .dwwm-text,
.cid-txVqTxLKZr .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVqUhoeZM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVqUhoeZM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVqUhoeZM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVqUhoeZM .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVqUhoeZM .row .img-item img {
    height: 250px;
  }
}
.cid-txVrqVKO8q {
  background-image: url("../../../assets/images/dsc05671-2576x1451.jpeg");
}
.cid-txVrqVKO8q .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVrqVKO8q .block {
    height: 352px;
  }
}
.cid-txVrrIoK6G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVrrIoK6G .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVrrIoK6G .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVrrIoK6G .row {
  flex-direction: row-reverse;
}
.cid-txVrrIoK6G .row {
  align-items: center;
}
.cid-txVrrIoK6G img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVrrIoK6G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVrrIoK6G .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVrrIoK6G .dwwm-text,
.cid-txVrrIoK6G .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVrrIoK6G .dwwm-section-title DIV {
  text-align: left;
}
.cid-txVrsDAU1e {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVrsDAU1e .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVrsDAU1e .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVrsDAU1e .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVrsDAU1e .row .img-item img {
    height: 250px;
  }
}
.cid-ty2mBk6uQK {
  background-image: url("../../../assets/images/dsc05734-2000x1127.jpg");
}
.cid-ty2mBk6uQK .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-ty2mBk6uQK .block {
    height: 352px;
  }
}
.cid-ty2mE2n5VV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ty2mE2n5VV .dwwm-fallback-image.disabled {
  display: none;
}
.cid-ty2mE2n5VV .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2mE2n5VV .row {
  flex-direction: row-reverse;
}
.cid-ty2mE2n5VV .row {
  align-items: center;
}
.cid-ty2mE2n5VV img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-ty2mE2n5VV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty2mE2n5VV .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-ty2mE2n5VV .dwwm-text,
.cid-ty2mE2n5VV .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-ty2mE2n5VV .dwwm-section-title DIV {
  text-align: left;
}
.cid-ty2myuHqDK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ty2myuHqDK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty2myuHqDK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ty2myuHqDK .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-ty2myuHqDK .row .img-item img {
    height: 250px;
  }
}
.cid-txVrGPLrI4 {
  background-image: url("../../../assets/images/adobestock-464575035-2000x1336.jpg");
}
.cid-txVrGPLrI4 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVrGPLrI4 .block {
    height: 352px;
  }
}
.cid-txVrHsSO3b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVrHsSO3b .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVrHsSO3b .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVrHsSO3b .row {
  flex-direction: row-reverse;
}
.cid-txVrHsSO3b .row {
  align-items: center;
}
.cid-txVrHsSO3b img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVrHsSO3b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVrHsSO3b .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVrHsSO3b .dwwm-text,
.cid-txVrHsSO3b .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVrHsSO3b .dwwm-section-title DIV {
  text-align: left;
}
.cid-txVrInPvgM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVrInPvgM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVrInPvgM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVrInPvgM .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVrInPvgM .row .img-item img {
    height: 250px;
  }
}
.cid-txVs0sYTKn {
  background-image: url("../../../assets/images/adobestock-326208389-2000x1333.jpg");
}
.cid-txVs0sYTKn .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVs0sYTKn .block {
    height: 352px;
  }
}
.cid-txVs1XjWPM {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txVs1XjWPM .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVs1XjWPM .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVs1XjWPM .row {
  flex-direction: row-reverse;
}
.cid-txVs1XjWPM .row {
  align-items: center;
}
.cid-txVs1XjWPM img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVs1XjWPM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVs1XjWPM .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVs1XjWPM .dwwm-text,
.cid-txVs1XjWPM .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVs2VVV7R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVs2VVV7R .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txVs2VVV7R .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVs2VVV7R .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-txVs2VVV7R .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVs2VVV7R .col-text {
    padding-right: 4.625rem;
  }
}
.cid-txVs2VVV7R .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txVs2VVV7R .dwwm-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-txVs2VVV7R .dwwm-text {
  color: #002549;
  width: 100%;
}
.cid-txVs2VVV7R .dwwm-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-txVs2VVV7R .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-txVs2VVV7R .cards-container {
    padding-left: 2rem;
  }
}
.cid-txVs2VVV7R .card-text-container {
  flex-grow: 1;
}
.cid-txVs2VVV7R .dwwm-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-txVs2VVV7R .card-text {
  color: #002549;
  width: 100%;
}
.cid-txVs2VVV7R .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txVs2VVV7R .icon-box span {
  color: #e1965f;
}
.cid-txVs2VVV7R .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txVs2VVV7R .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-txVs2VVV7R .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVs2VVV7R .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVs2VVV7R .dwwm-section-title,
.cid-txVs2VVV7R .dwwm-section-btn {
  text-align: left;
}
.cid-txVs3Dem6i {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVs3Dem6i .logo-footer {
  line-height: normal;
}
.cid-txVs3Dem6i .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVs3Dem6i .copyright {
  display: flex;
  align-items: center;
}
.cid-txVs3Dem6i .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVs3Dem6i .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVs3Dem6i .social-btns a:focus {
  text-decoration: none;
}
.cid-txVs3Dem6i .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVs3Dem6i .copyrightPart {
  display: flex;
}
.cid-txVs3Dem6i .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVs3Dem6i .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVs3Dem6i .list-inline-item,
.cid-txVs3Dem6i .dwwm-list,
.cid-txVs3Dem6i .first-column {
  color: #ffffff;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: relative !important;
}
.cid-txVbFMJKKu .navbar-dropdown {
  position: absolute !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-txVbFMJKKu .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-txVbFMJKKu .dropdown-item:after {
  right: 1rem !important;
}
.cid-txVbFMJKKu .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .dropdown-item:hover:before,
.cid-txVbFMJKKu .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-txVbFMJKKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txVbFMJKKu .nav-link {
  position: relative;
}
.cid-txVbFMJKKu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .container {
    flex-wrap: nowrap;
  }
}
.cid-txVbFMJKKu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-txVbFMJKKu .navbar-nav .nav-item {
  margin: 0;
}
.cid-txVbFMJKKu .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-txVbFMJKKu .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-txVbFMJKKu .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-txVbFMJKKu .dropdown-menu,
.cid-txVbFMJKKu .navbar.opened {
  background: #ffffff !important;
}
.cid-txVbFMJKKu .nav-item:focus,
.cid-txVbFMJKKu .nav-link:focus {
  outline: none;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txVbFMJKKu .dropdown .dropdown-menu .dropdown-item .dwwm-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txVbFMJKKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txVbFMJKKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txVbFMJKKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #f8f9facf;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-txVbFMJKKu .navbar.opened {
  transition: all 0.3s;
}
.cid-txVbFMJKKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txVbFMJKKu .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-txVbFMJKKu .navbar .navbar-logo img {
  width: auto;
}
.cid-txVbFMJKKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar.collapsed {
  justify-content: center;
}
.cid-txVbFMJKKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txVbFMJKKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txVbFMJKKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txVbFMJKKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txVbFMJKKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txVbFMJKKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txVbFMJKKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txVbFMJKKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txVbFMJKKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txVbFMJKKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txVbFMJKKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txVbFMJKKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txVbFMJKKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txVbFMJKKu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txVbFMJKKu .navbar.navbar-short {
  min-height: 100px;
}
.cid-txVbFMJKKu .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-txVbFMJKKu .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txVbFMJKKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txVbFMJKKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txVbFMJKKu .dropdown-item.active,
.cid-txVbFMJKKu .dropdown-item:active {
  background-color: transparent;
}
.cid-txVbFMJKKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txVbFMJKKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txVbFMJKKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txVbFMJKKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVbFMJKKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txVbFMJKKu .navbar-buttons {
  text-align: center;
}
.cid-txVbFMJKKu button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-txVbFMJKKu button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-txVbFMJKKu nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-txVbFMJKKu nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-txVbFMJKKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txVbFMJKKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVbFMJKKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txVbFMJKKu .navbar {
    height: 70px;
  }
  .cid-txVbFMJKKu .navbar.opened {
    height: auto;
  }
  .cid-txVbFMJKKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVbFMJKKu .container,
.cid-txVbFMJKKu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu .container,
  .cid-txVbFMJKKu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txVbFMJKKu .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-txVbFMJKKu .navbar-collapse {
  min-height: 98px;
}
.cid-txVbFMJKKu .dwwm-section-btn {
  max-width: 35%;
}
.cid-txVbFMJKKu .dwwm-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-txVbFMJKKu {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .navbar {
    min-height: 70px !important;
  }
  .cid-txVbFMJKKu .container-fluid {
    padding: 0 7%;
  }
  .cid-txVbFMJKKu .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-txVbFMJKKu .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-txVbFMJKKu .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-txVbFMJKKu .navbar-nav li {
    margin: 0 !important;
  }
  .cid-txVbFMJKKu .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-txVbFMJKKu .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-txVbFMJKKu .dwwm-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-txVsvkMXid {
  padding-top: 24rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/adobestock-103988184-2000x1333.jpg");
}
@media (max-width: 768px) {
.cid-txVsvkMXid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/adobestock-103988184-2000x1333.jpg");
}
}
.cid-txVsvkMXid .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVsvkMXid .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVsvkMXid .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txVsvkMXid .container-fluid {
    padding: 0 25px;
  }
}
.cid-txVsvkMXid .container-fluid .row {
  padding: 0;
}
.cid-txVsvkMXid .title-wrapper {
  min-height: 0px;
}
@media (max-width: 992px) {
  .cid-txVsvkMXid .title-wrapper {
   
  }
}
.cid-txVsvkMXid .title-wrapper .dwwm-section-title {
  margin-bottom: 25px;
}
.cid-txVsvkMXid .title-wrapper .dwwm-text {
  margin-bottom: 0;
}
.cid-txVsvkMXid .dwwm-section-title {
  color: #071d3d;
}
.cid-txVsvkMXid .dwwm-text {
  color: #071d3d;
}
.cid-txVsx3aaST {
  padding-top: 14rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.cid-txVsx3aaST .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVsx3aaST .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVsx3aaST .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txVsx3aaST .container-fluid {
    padding: 0 30px;
  }
}
.cid-txVsx3aaST .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txVsx3aaST .container {
    padding: 0 30px;
  }
}
.cid-txVsx3aaST .row {
  justify-content: center;
}
.cid-txVsx3aaST .title-wrapper {
  margin-bottom: 55px;
}
.cid-txVsx3aaST .title-wrapper .dwwm-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-txVsx3aaST .card {
    margin-bottom: 30px;
  }
}
.cid-txVsx3aaST .card .card-wrapper {
  display: flex;
}
.cid-txVsx3aaST .card .card-wrapper .dwwm-number {
  min-width: 100px;
  margin: 0 22px 0 0;
}
@media (max-width: 425px) {
  .cid-txVsx3aaST .card .card-wrapper .dwwm-number {
    min-width: 62px;
  }
}
.cid-txVsx3aaST .card .card-wrapper .card-content .dwwm-card-title {
  margin-bottom: 6px;
}
.cid-txVsx3aaST .card .card-wrapper .card-content .dwwm-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-txVsx3aaST .dwwm-section-title {
  color: #000000;
}
.cid-txVsx3aaST .dwwm-number {
  color: #071d3d;
}
.cid-txVsx3aaST .dwwm-card-title {
  color: #071d3d;
}
.cid-txVsx3aaST .dwwm-text {
  color: #071d3d;
  text-align: left;
}
.cid-txVsxGwGjs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
.cid-txVsxGwGjs {
  display: none;
}
}
.cid-txVsxGwGjs .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVsxGwGjs .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVsxGwGjs .card {
  margin: 10px 0;
}
.cid-txVsxGwGjs .card-box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-txVsxGwGjs .card-box {
    justify-content: center;
  }
}
.cid-txVsxGwGjs .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  aspect-ratio: 1;
  padding: 4px;
  border-radius: 50%;
  background-color: #071d3d;
  margin-right: 10px;
}
.cid-txVsxGwGjs .iconfont-wrapper .dwwm-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-txVsxGwGjs .card-text {
  color: #071d3d;
  margin-bottom: 0;
  text-align: left;
}
.cid-txVsMHtDEh {
  background-image: url("../../../assets/images/dsc05026-1460x822.jpg");
}
.cid-txVsMHtDEh .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVsMHtDEh .block {
    height: 352px;
  }
}
.cid-txVsO9DGvU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVsO9DGvU .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVsO9DGvU .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVsO9DGvU .row {
  flex-direction: row-reverse;
}
.cid-txVsO9DGvU .row {
  align-items: center;
}
.cid-txVsO9DGvU img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVsO9DGvU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVsO9DGvU .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVsO9DGvU .dwwm-text,
.cid-txVsO9DGvU .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVsODkwW6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVsODkwW6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVsODkwW6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVsODkwW6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVsODkwW6 .row .img-item img {
    height: 250px;
  }
}
.cid-txVtrJstn1 {
  background-image: url("../../../assets/images/10676596.webp");
}
.cid-txVtrJstn1 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVtrJstn1 .block {
    height: 352px;
  }
}
.cid-txVtdwbpgg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVtdwbpgg .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVtdwbpgg .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVtdwbpgg .row {
  flex-direction: row-reverse;
}
.cid-txVtdwbpgg .row {
  align-items: center;
}
.cid-txVtdwbpgg img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVtdwbpgg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVtdwbpgg .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVtdwbpgg .dwwm-text,
.cid-txVtdwbpgg .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVte5NPqc {
  background-image: url("../../../assets/images/zzzz-2-780x380.jpg");
}
.cid-txVte5NPqc .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVte5NPqc .block {
    height: 352px;
  }
}
.cid-txVttoCgxw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVttoCgxw .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVttoCgxw .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVttoCgxw .row {
  flex-direction: row-reverse;
}
.cid-txVttoCgxw .row {
  align-items: center;
}
.cid-txVttoCgxw img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVttoCgxw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVttoCgxw .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVttoCgxw .dwwm-text,
.cid-txVttoCgxw .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVtNFdnrO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVtNFdnrO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVtNFdnrO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVtNFdnrO .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVtNFdnrO .row .img-item img {
    height: 250px;
  }
}
.cid-txVu5Xn8Yo {
  background-image: url("../../../assets/images/dsc05653-2576x1451.jpg");
}
.cid-txVu5Xn8Yo .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVu5Xn8Yo .block {
    height: 352px;
  }
}
.cid-txVu6CZZc7 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVu6CZZc7 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVu6CZZc7 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVu6CZZc7 .row {
  flex-direction: row-reverse;
}
.cid-txVu6CZZc7 .row {
  align-items: center;
}
.cid-txVu6CZZc7 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVu6CZZc7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVu6CZZc7 .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVu6CZZc7 .dwwm-text,
.cid-txVu6CZZc7 .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVu7g1lmD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVu7g1lmD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVu7g1lmD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVu7g1lmD .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVu7g1lmD .row .img-item img {
    height: 250px;
  }
}
.cid-txVtOGcYvE {
  background-image: url("../../../assets/images/20210820-133900-1280x960.jpg");
}
.cid-txVtOGcYvE .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVtOGcYvE .block {
    height: 352px;
  }
}
.cid-txVunrHJY3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVunrHJY3 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVunrHJY3 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVunrHJY3 .row {
  flex-direction: row-reverse;
}
.cid-txVunrHJY3 .row {
  align-items: center;
}
.cid-txVunrHJY3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVunrHJY3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVunrHJY3 .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVunrHJY3 .dwwm-text,
.cid-txVunrHJY3 .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVuo65XaO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVuo65XaO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVuo65XaO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVuo65XaO .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVuo65XaO .row .img-item img {
    height: 250px;
  }
}
.cid-txVuCr0mht {
  background-image: url("../../../assets/images/dsc02279-2000x1500.jpg");
}
.cid-txVuCr0mht .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVuCr0mht .block {
    height: 352px;
  }
}
.cid-txVuEo6GTi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVuEo6GTi .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVuEo6GTi .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVuEo6GTi .row {
  flex-direction: row-reverse;
}
.cid-txVuEo6GTi .row {
  align-items: center;
}
.cid-txVuEo6GTi img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVuEo6GTi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVuEo6GTi .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVuEo6GTi .dwwm-text,
.cid-txVuEo6GTi .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVv101ogA {
  background-image: url("../../../assets/images/adobestock-83961827-2000x1333.jpg");
}
.cid-txVv101ogA .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVv101ogA .block {
    height: 352px;
  }
}
.cid-txVv1rqwe5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVv1rqwe5 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVv1rqwe5 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVv1rqwe5 .row {
  flex-direction: row-reverse;
}
.cid-txVv1rqwe5 .row {
  align-items: center;
}
.cid-txVv1rqwe5 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVv1rqwe5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVv1rqwe5 .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVv1rqwe5 .dwwm-text,
.cid-txVv1rqwe5 .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVvOgMRjc {
  background-image: url("../../../assets/images/adobestock-174254493-2000x1325.jpg");
}
.cid-txVvOgMRjc .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVvOgMRjc .block {
    height: 352px;
  }
}
.cid-txVvOObmYx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVvOObmYx .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVvOObmYx .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVvOObmYx .row {
  flex-direction: row-reverse;
}
.cid-txVvOObmYx .row {
  align-items: center;
}
.cid-txVvOObmYx img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVvOObmYx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVvOObmYx .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVvOObmYx .dwwm-text,
.cid-txVvOObmYx .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVwjQAOjE {
  background-image: url("../../../assets/images/adobestock-140521022-2000x1376.jpg");
}
.cid-txVwjQAOjE .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVwjQAOjE .block {
    height: 352px;
  }
}
.cid-txVw53AagR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVw53AagR .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVw53AagR .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVw53AagR .row {
  flex-direction: row-reverse;
}
.cid-txVw53AagR .row {
  align-items: center;
}
.cid-txVw53AagR img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVw53AagR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVw53AagR .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVw53AagR .dwwm-text,
.cid-txVw53AagR .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVw4r1yWu {
  background-image: url("../../../assets/images/adobestock-103928615-2000x1333.jpg");
}
.cid-txVw4r1yWu .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVw4r1yWu .block {
    height: 352px;
  }
}
.cid-txVwj65HF0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVwj65HF0 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVwj65HF0 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVwj65HF0 .row {
  flex-direction: row-reverse;
}
.cid-txVwj65HF0 .row {
  align-items: center;
}
.cid-txVwj65HF0 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVwj65HF0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVwj65HF0 .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVwj65HF0 .dwwm-text,
.cid-txVwj65HF0 .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVwB1yD4b {
  background-image: url("../../../assets/images/adobestock-179388141-2000x1335.jpg");
}
.cid-txVwB1yD4b .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVwB1yD4b .block {
    height: 352px;
  }
}
.cid-txVwBJZ3jc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVwBJZ3jc .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVwBJZ3jc .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVwBJZ3jc .row {
  flex-direction: row-reverse;
}
.cid-txVwBJZ3jc .row {
  align-items: center;
}
.cid-txVwBJZ3jc img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVwBJZ3jc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVwBJZ3jc .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVwBJZ3jc .dwwm-text,
.cid-txVwBJZ3jc .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVwVuyxoC {
  background-image: url("../../../assets/images/adobestock-475084893-2000x1360.jpg");
}
.cid-txVwVuyxoC .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVwVuyxoC .block {
    height: 352px;
  }
}
.cid-txVwWz1Hrr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVwWz1Hrr .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVwWz1Hrr .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVwWz1Hrr .row {
  flex-direction: row-reverse;
}
.cid-txVwWz1Hrr .row {
  align-items: center;
}
.cid-txVwWz1Hrr img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVwWz1Hrr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVwWz1Hrr .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVwWz1Hrr .dwwm-text,
.cid-txVwWz1Hrr .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVxcQoWjh {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVxcQoWjh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txVxcQoWjh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txVxcQoWjh .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-txVxcQoWjh .row .img-item img {
    height: 250px;
  }
}
.cid-txVxdTYbwF {
  background-image: url("../../../assets/images/adobestock-326208389-2000x1333.jpg");
}
.cid-txVxdTYbwF .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-txVxdTYbwF .block {
    height: 352px;
  }
}
.cid-txVxwqyCTF {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txVxwqyCTF .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVxwqyCTF .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVxwqyCTF .row {
  flex-direction: row-reverse;
}
.cid-txVxwqyCTF .row {
  align-items: center;
}
.cid-txVxwqyCTF img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txVxwqyCTF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVxwqyCTF .dwwm-section-title {
  color: #071d3d;
  text-align: left;
}
.cid-txVxwqyCTF .dwwm-text,
.cid-txVxwqyCTF .dwwm-section-btn {
  color: #071d3d;
  text-align: left;
}
.cid-txVxyw7pCU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVxyw7pCU .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txVxyw7pCU .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVxyw7pCU .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-txVxyw7pCU .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVxyw7pCU .col-text {
    padding-right: 4.625rem;
  }
}
.cid-txVxyw7pCU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txVxyw7pCU .dwwm-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-txVxyw7pCU .dwwm-text {
  color: #002549;
  width: 100%;
}
.cid-txVxyw7pCU .dwwm-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-txVxyw7pCU .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-txVxyw7pCU .cards-container {
    padding-left: 2rem;
  }
}
.cid-txVxyw7pCU .card-text-container {
  flex-grow: 1;
}
.cid-txVxyw7pCU .dwwm-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-txVxyw7pCU .card-text {
  color: #002549;
  width: 100%;
}
.cid-txVxyw7pCU .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txVxyw7pCU .icon-box span {
  color: #e1965f;
}
.cid-txVxyw7pCU .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txVxyw7pCU .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-txVxyw7pCU .dwwm-fallback-image.disabled {
  display: none;
}
.cid-txVxyw7pCU .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVxz4KWMH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #071d3d;
}
.cid-txVxz4KWMH .logo-footer {
  line-height: normal;
}
.cid-txVxz4KWMH .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-txVxz4KWMH .copyright {
  display: flex;
  align-items: center;
}
.cid-txVxz4KWMH .copyright .dwwm-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-txVxz4KWMH .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txVxz4KWMH .social-btns a:focus {
  text-decoration: none;
}
.cid-txVxz4KWMH .social-btns .dwwm-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-txVxz4KWMH .copyrightPart {
  display: flex;
}
.cid-txVxz4KWMH .copyrightPart .wrap {
  justify-content: space-between;
  color: #ffffff;
}
.cid-txVxz4KWMH .dwwm-text {
  color: #ffffff;
  text-align: left;
}
.cid-txVxz4KWMH .list-inline-item,
.cid-txVxz4KWMH .dwwm-list,
.cid-txVxz4KWMH .first-column {
  color: #ffffff;
}
.grisAng{
    filter : grayscale(400%);
}
.grisFin{
    filter : grayscale(400%);
}
.grisChi{
    filter : grayscale(400%);
}