body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.8rem;
  line-height: 0.8;
}
.display-1 > .kerning-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 3.1rem;
  line-height: 0.7;
}
.display-2 > .kerning-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .kerning-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 2.1rem;
  line-height: 0.7;
}
.display-5 > .kerning-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .kerning-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.54rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 1.705rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7f9f9 !important;
}
.bg-success {
  background-color: #2e4a3f !important;
}
.bg-info {
  background-color: #c2b280 !important;
}
.bg-warning {
  background-color: #6c757d !important;
}
.bg-danger {
  background-color: #e0e0e0 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7f9f9 !important;
  border-color: #f7f9f9 !important;
  color: #3c4f4f !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #425858 !important;
  background-color: #c5d4d4 !important;
  border-color: #c5d4d4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3c4f4f !important;
  background-color: #c5d4d4 !important;
  border-color: #c5d4d4 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f9f9 !important;
  border-color: #f7f9f9 !important;
  color: #3c4f4f !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #425858 !important;
  background-color: #c5d4d4 !important;
  border-color: #c5d4d4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3c4f4f !important;
  background-color: #c5d4d4 !important;
  border-color: #c5d4d4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #c2b280 !important;
  border-color: #c2b280 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9f8b4c !important;
  border-color: #9f8b4c !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9f8b4c !important;
  border-color: #9f8b4c !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e4a3f !important;
  border-color: #2e4a3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d1511 !important;
  border-color: #0d1511 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d1511 !important;
  border-color: #0d1511 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #44494e !important;
  border-color: #44494e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #44494e !important;
  border-color: #44494e !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #2e2e2e !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2e2e2e !important;
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.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: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #f7f9f9 !important;
  color: #000000 !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f9f9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c5d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #678a8a !important;
  background-color: #f7f9f9 !important;
  border-color: #f7f9f9 !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f9f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c5d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #678a8a !important;
  background-color: #f7f9f9 !important;
  border-color: #f7f9f9 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2b280;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9f8b4c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b280 !important;
  border-color: #c2b280 !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2e4a3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d1511 !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: #2e4a3f !important;
  border-color: #2e4a3f !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c757d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #44494e !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: #6c757d !important;
  border-color: #6c757d !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0e0e0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #f7f9f9 !important;
}
.text-secondary {
  color: #f7f9f9 !important;
}
.text-success {
  color: #2e4a3f !important;
}
.text-info {
  color: #c2b280 !important;
}
.text-warning {
  color: #6c757d !important;
}
.text-danger {
  color: #e0e0e0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f7f9f9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdcdcd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #070b09 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #958247 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d4246 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #adadad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #f7f9f9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c2b280;
}
.alert-warning {
  background-color: #6c757d;
}
.alert-danger {
  background-color: #e0e0e0;
}
.kerning-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.kerning-gallery-filter li a {
  border-radius: 100px !important;
}
.kerning-gallery-filter li.active .btn {
  background-color: #f7f9f9;
  border-color: #f7f9f9;
  color: #749797;
}
.kerning-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7f9f9;
}
.kerning-plan-header.bg-primary .kerning-plan-subtitle,
.kerning-plan-header.bg-primary .kerning-plan-price-desc {
  color: #ffffff;
}
.kerning-plan-header.bg-success .kerning-plan-subtitle,
.kerning-plan-header.bg-success .kerning-plan-price-desc {
  color: #9cc1b3;
}
.kerning-plan-header.bg-info .kerning-plan-subtitle,
.kerning-plan-header.bg-info .kerning-plan-price-desc {
  color: #ebe6d6;
}
.kerning-plan-header.bg-warning .kerning-plan-subtitle,
.kerning-plan-header.bg-warning .kerning-plan-price-desc {
  color: #afb5ba;
}
.kerning-plan-header.bg-danger .kerning-plan-subtitle,
.kerning-plan-header.bg-danger .kerning-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .kerning-iconfont {
  font-size: 1.75rem;
}
.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: #f7f9f9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .kerning-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f7f9f9;
}
/* Forms */
.kerning-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.kerning-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.kerning-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.kerning-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: #f7f9f9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7f9f9;
}
.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: #f7f9f9;
  border-bottom-color: #f7f9f9;
}
.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: #000000 !important;
  background-color: #f7f9f9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7f9f9 !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='%23f7f9f9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uKoJ1prVeQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uKoJ1prVeQ .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uKoJ1prVeQ .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uKoJ1prVeQ .container-fluid {
  padding: 0;
}
.D23MdCV-uKoJ1prVeQ .row {
  padding: 0;
}
.D23MdCV-uKoJ1prVeQ .title-wrapper {
  padding: 0 2rem;
}
.D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-section-subtitle {
    margin-bottom: 16px;
  }
}
.D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-section-title {
    margin-bottom: 14px;
  }
}
.D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-text {
    margin-bottom: 16px;
  }
}
.D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoJ1prVeQ .title-wrapper .kerning-section-btn {
    margin-bottom: 16px;
  }
}
.D23MdCV-uKoJ1prVeQ .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .D23MdCV-uKoJ1prVeQ .title-wrapper img {
    max-height: 300px;
  }
}
.D23MdCV-uKoJ1prVeQ .kerning-section-title {
  color: #1c314e;
}
.D23MdCV-uKoJ1prVeQ .kerning-section-subtitle {
  color: #000000;
  text-align: center;
}
.D23MdCV-uKoJ1prVeQ .kerning-text {
  color: #000000;
  text-align: center;
}
.D23MdCV-uKoJ1prVeQ .kerning-section-title,
.D23MdCV-uKoJ1prVeQ .kerning-section-btn {
  text-align: center;
  color: #000000;
}
.D23MdCV-uKoJ5ILMWT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e0e0e0;
}
.D23MdCV-uKoJ5ILMWT .kerning-text {
  text-align: center;
  color: #151515;
}
.D23MdCV-uKoJ5ILMWT .kerning-section-subtitle {
  text-align: center;
}
.D23MdCV-uKoJ5ILMWT .kerning-section-title {
  text-align: center;
}
.D23MdCV-uLo6NNN4tW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f7f9f9;
}
.D23MdCV-uLo6NNN4tW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #6c757d;
}
.D23MdCV-uLo6NNN4tW .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo6NNN4tW .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo6NNN4tW .content-wrap {
  margin: 0;
}
.D23MdCV-uLo6NNN4tW .content-wrap .card {
  padding: 0;
}
.D23MdCV-uLo6NNN4tW .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #6c757d;
}
@media (max-width: 1640px) {
  .D23MdCV-uLo6NNN4tW .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo6NNN4tW .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo6NNN4tW .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #6c757d;
  }
}
.D23MdCV-uLo6NNN4tW .content-wrapper .kerning-section-title {
  margin-bottom: 40px;
}
.D23MdCV-uLo6NNN4tW .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.D23MdCV-uLo6NNN4tW .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.D23MdCV-uLo6NNN4tW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.D23MdCV-uLo6NNN4tW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.D23MdCV-uLo6NNN4tW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #232323;
  padding: 16px 25px;
  border: 2px solid #232323;
  box-shadow: 4px 3px 0 0 #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.D23MdCV-uLo6NNN4tW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #e0e0e0;
}
.D23MdCV-uLo6NNN4tW .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .D23MdCV-uLo6NNN4tW .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo6NNN4tW .tab-content {
    padding: 40px 0;
  }
}
.D23MdCV-uLo6NNN4tW .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo6NNN4tW .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.D23MdCV-uLo6NNN4tW .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .D23MdCV-uLo6NNN4tW .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.D23MdCV-uLo6NNN4tW .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.D23MdCV-uLo6NNN4tW .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.D23MdCV-uLo6NNN4tW .kerning-section-title {
  color: #150764;
}
.D23MdCV-uLo6NNN4tW .item-title {
  color: #232323;
  text-align: center;
}
.D23MdCV-uLo6NNN4tW .item-text {
  color: #232323;
}
.D23MdCV-uLo6NNN4tW .kerning-section-title,
.D23MdCV-uLo6NNN4tW .tabs-wrapper {
  text-align: center;
  color: #000000;
}
.D23MdCV-uLo7dUcvPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.D23MdCV-uLo7dUcvPH .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo7dUcvPH .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo7dUcvPH .card {
  justify-content: flex-end;
}
.D23MdCV-uLo7dUcvPH .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7dUcvPH .title-wrapper {
    margin-bottom: 20px;
  }
}
.D23MdCV-uLo7dUcvPH .title-wrapper .kerning-tag {
  margin-bottom: 16px;
}
.D23MdCV-uLo7dUcvPH .title-wrapper .kerning-section-title {
  margin-bottom: 0;
}
.D23MdCV-uLo7dUcvPH .kerning-section-btn {
  margin-bottom: 40px;
}
.D23MdCV-uLo7dUcvPH .kerning-section-btn .btn::after,
.D23MdCV-uLo7dUcvPH .kerning-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.D23MdCV-uLo7dUcvPH .kerning-section-btn .btn:hover,
.D23MdCV-uLo7dUcvPH .kerning-section-btn .btn:focus {
  color: #ffffff !important;
}
.D23MdCV-uLo7dUcvPH .kerning-section-btn .btn:hover::after,
.D23MdCV-uLo7dUcvPH .kerning-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.D23MdCV-uLo7dUcvPH .items-wrapper {
  margin: 0 -20px;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7dUcvPH .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.D23MdCV-uLo7dUcvPH .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .D23MdCV-uLo7dUcvPH .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #f7f9f9;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #f7f9f9;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #f7f9f9;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.D23MdCV-uLo7dUcvPH .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.D23MdCV-uLo7dUcvPH .kerning-section-title {
  color: #ffffff;
}
.D23MdCV-uLo7dUcvPH .kerning-tag {
  color: #151515;
}
.D23MdCV-uLo7dUcvPH .item-date {
  color: #c7c7c7;
}
.D23MdCV-uLo7dUcvPH .item-title {
  color: #ffffff;
}
.D23MdCV-uLo7dUcvPH .item-text {
  color: #000000;
}
.D23MdCV-uLo7dUcvPH .list {
  color: #adadad;
}
.D23MdCV-uLo7dUcvPH .main-btn {
  text-align: right;
}
.D23MdCV-uLo7dUcvPH .kerning-section-title,
.D23MdCV-uLo7dUcvPH .main-btn {
  text-align: center;
  color: #232323;
}
.D23MdCV-uLo7dUcvPH .item-title,
.D23MdCV-uLo7dUcvPH .item-btn {
  text-align: center;
  color: #000000;
}
.D23MdCV-uLo7gkQnqO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f9f9;
}
.D23MdCV-uLo7gkQnqO .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo7gkQnqO .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo7gkQnqO .kerning-text,
.D23MdCV-uLo7gkQnqO .kerning-section-btn {
  text-align: center;
  color: #2e2c2c;
}
.D23MdCV-uLo7gkQnqO .kerning-section-title {
  text-align: center;
  color: #2e2c2c;
}
.D23MdCV-uLo7gkQnqO .kerning-section-subtitle {
  text-align: center;
}
.D23MdCV-uLo7ipAZ4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.D23MdCV-uLo7ipAZ4p .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo7ipAZ4p .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo7ipAZ4p .title-wrapper {
  margin-bottom: 40px;
}
.D23MdCV-uLo7ipAZ4p .title-wrapper .kerning-tag {
  margin-bottom: 16px;
}
.D23MdCV-uLo7ipAZ4p .title-wrapper .kerning-section-title {
  margin-bottom: 0;
}
.D23MdCV-uLo7ipAZ4p .items-wrapper {
  margin: 0 -20px;
}
.D23MdCV-uLo7ipAZ4p .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7ipAZ4p .items-wrapper .item {
    margin-bottom: 20px;
  }
  .D23MdCV-uLo7ipAZ4p .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper .icon-wrapper .kerning-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #c2b280, #2e4a3f);
  font-size: 80px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper .icon-wrapper .kerning-iconfont {
    font-size: 50px;
  }
}
.D23MdCV-uLo7ipAZ4p .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.D23MdCV-uLo7ipAZ4p .kerning-section-title {
  color: #232323;
  text-align: center;
}
.D23MdCV-uLo7ipAZ4p .kerning-tag {
  color: #adadad;
}
.D23MdCV-uLo7ipAZ4p .item-title {
  color: #ffffff;
}
.D23MdCV-uLo7ipAZ4p .item-title,
.D23MdCV-uLo7ipAZ4p .item-btn {
  text-align: center;
  color: #000000;
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.D23MdCV-uLo90ZnKem {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f7f9f9;
}
.D23MdCV-uLo90ZnKem .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo90ZnKem .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo90ZnKem img {
  border-radius: 3rem;
}
.D23MdCV-uLo90ZnKem .row {
  flex-direction: row-reverse;
}
.D23MdCV-uLo90ZnKem .row {
  align-items: center;
}
.D23MdCV-uLo90ZnKem .kerning-section-title {
  color: #000000;
  text-align: center;
}
.D23MdCV-uLo90ZnKem .kerning-text,
.D23MdCV-uLo90ZnKem .kerning-section-btn {
  color: #000000;
  text-align: center;
}
.D23MdCV-uLo7pU6iHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0e0e0;
}
.D23MdCV-uLo7pU6iHN .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo7pU6iHN .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo7pU6iHN .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .title-wrapper {
    margin-bottom: 32px;
  }
}
.D23MdCV-uLo7pU6iHN .title-wrapper .kerning-section-title {
  margin-bottom: 32px;
}
.D23MdCV-uLo7pU6iHN .title-wrapper .text-wrapper .kerning-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .D23MdCV-uLo7pU6iHN .title-wrapper .text-wrapper .kerning-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .title-wrapper .text-wrapper .kerning-text {
    width: 100%;
  }
}
.D23MdCV-uLo7pU6iHN .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.D23MdCV-uLo7pU6iHN .items-wrapper .item {
  padding: 0 12px;
}
.D23MdCV-uLo7pU6iHN .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item {
    margin-bottom: 16px;
  }
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content {
    width: 100%;
  }
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content .kerning-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content .kerning-section-btn {
    margin-top: 20px;
  }
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-content .kerning-section-btn .btn {
  margin-bottom: 0;
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.D23MdCV-uLo7pU6iHN .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.D23MdCV-uLo7pU6iHN .item .card_1 {
  background-color: #f7f9f9;
}
.D23MdCV-uLo7pU6iHN .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .card_1 .item-img img {
    transform: none;
  }
}
.D23MdCV-uLo7pU6iHN .item .card_2 {
  background-color: #f7f9f9;
}
.D23MdCV-uLo7pU6iHN .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .card_2 .item-img img {
    transform: none;
  }
}
.D23MdCV-uLo7pU6iHN .item .card_3 {
  background-color: #f7f9f9;
}
.D23MdCV-uLo7pU6iHN .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .D23MdCV-uLo7pU6iHN .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .card_3 .item-content {
    width: 100%;
  }
}
.D23MdCV-uLo7pU6iHN .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .card_3 .item-img {
    width: 100%;
  }
}
.D23MdCV-uLo7pU6iHN .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.D23MdCV-uLo7pU6iHN .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7pU6iHN .main-btn {
    margin-top: 16px;
  }
}
.D23MdCV-uLo7pU6iHN .kerning-section-title {
  color: #000c3f;
}
.D23MdCV-uLo7pU6iHN .kerning-text,
.D23MdCV-uLo7pU6iHN .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.D23MdCV-uLo7pU6iHN .kerning-section-title,
.D23MdCV-uLo7pU6iHN .main-btn {
  text-align: center;
  color: #151515;
}
.D23MdCV-uLo7pU6iHN .item-title {
  color: #000c3f;
}
.D23MdCV-uLo7pU6iHN .item-text {
  color: #000000;
}
.D23MdCV-uLo7pU6iHN .item-title,
.D23MdCV-uLo7pU6iHN .card-btn {
  text-align: center;
  color: #151515;
}
.D23MdCV-uKoMmKXEud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uKoMmKXEud .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uKoMmKXEud .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uKoMmKXEud .title-wrapper .kerning-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .D23MdCV-uKoMmKXEud .title-wrapper .kerning-section-title {
    margin-bottom: 32px;
  }
}
.D23MdCV-uKoMmKXEud .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.D23MdCV-uKoMmKXEud .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.D23MdCV-uKoMmKXEud .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.D23MdCV-uKoMmKXEud .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.D23MdCV-uKoMmKXEud .btn-wrapper {
  margin-top: -2%;
}
.D23MdCV-uKoMmKXEud .kerning-section-title {
  color: #000000;
  text-align: center;
}
.D23MdCV-uKoMmKXEud .item-title {
  color: #000000;
}
.D23MdCV-uKoMmKXEud .item-text {
  color: #000000;
}
.D23MdCV-uLo7orGGt4 {
  background-color: #e0e0e0;
}
.D23MdCV-uLo7orGGt4 .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo7orGGt4 .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo7orGGt4 .card {
  justify-content: flex-end;
}
.D23MdCV-uLo7orGGt4 .title-wrapper .kerning-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D23MdCV-uLo7orGGt4 .title-wrapper .kerning-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .title-wrapper .kerning-section-title {
    margin-bottom: 35px;
  }
}
.D23MdCV-uLo7orGGt4 .text-wrapper .kerning-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D23MdCV-uLo7orGGt4 .text-wrapper .kerning-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .text-wrapper .kerning-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper img {
    border-radius: 2rem;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #f7f9f9;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #000000;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.D23MdCV-uLo7orGGt4 .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.D23MdCV-uLo7orGGt4 .kerning-section-title {
  color: #000000;
}
.D23MdCV-uLo7orGGt4 .kerning-text {
  color: #000000;
}
.D23MdCV-uLo7orGGt4 .card-date {
  color: #ffffff;
  text-align: center;
}
.D23MdCV-uLo7orGGt4 .card-title {
  color: #000000;
  text-align: center;
}
.D23MdCV-uLo7orGGt4 .card-desc {
  color: #000000;
  text-align: center;
}
.D23MdCV-uLo7orGGt4 .card-text {
  color: #000000;
}
.D23MdCV-uLo7orGGt4 .kerning-section-title,
.D23MdCV-uLo7orGGt4 .kerning-section-btn {
  text-align: center;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.D23MdCV-uLo9ynuwyl {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uLo9ynuwyl .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLo9ynuwyl .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLo9ynuwyl .kerning-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.D23MdCV-uLo9ynuwyl .kerning-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.D23MdCV-uLo9ynuwyl .kerning-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .D23MdCV-uLo9ynuwyl .col-text {
    margin-bottom: 50px;
  }
}
.D23MdCV-uLo9ynuwyl .kerning-text {
  color: #303030;
  margin-bottom: 35px;
}
.D23MdCV-uLo9ynuwyl .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .D23MdCV-uLo9ynuwyl .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.D23MdCV-uLo9ynuwyl .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .D23MdCV-uLo9ynuwyl .item-wrap {
    width: 100%;
  }
}
.D23MdCV-uLo9ynuwyl .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.D23MdCV-uLo9ynuwyl .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.D23MdCV-uLo9ynuwyl .item-text {
  margin-bottom: 6px;
}
.D23MdCV-uLo9ynuwyl .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.D23MdCV-uLo9ynuwyl form {
  width: 100%;
}
.D23MdCV-uLo9ynuwyl form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.D23MdCV-uLo9ynuwyl form p {
  color: #353535;
}
.D23MdCV-uLo9ynuwyl form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.D23MdCV-uLo9ynuwyl form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.D23MdCV-uLo9ynuwyl form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.D23MdCV-uLo9ynuwyl form .form-control::-moz-placeholder {
  color: #303030;
}
.D23MdCV-uLo9ynuwyl form .form-control:-moz-placeholder {
  color: #303030;
}
.D23MdCV-uLo9ynuwyl form .form-control:-ms-input-placeholder {
  color: #303030;
}
.D23MdCV-uLo9ynuwyl form select {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.D23MdCV-uLo9ynuwyl form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form textarea::-moz-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form textarea:-moz-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form input,
.D23MdCV-uLo9ynuwyl form textarea {
  transition: .3s all;
}
.D23MdCV-uLo9ynuwyl form input:active,
.D23MdCV-uLo9ynuwyl form textarea:active,
.D23MdCV-uLo9ynuwyl form input:focus,
.D23MdCV-uLo9ynuwyl form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.D23MdCV-uLo9ynuwyl form input:active::-webkit-input-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:active::-webkit-input-placeholder,
.D23MdCV-uLo9ynuwyl form input:focus::-webkit-input-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form input:active::-moz-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:active::-moz-placeholder,
.D23MdCV-uLo9ynuwyl form input:focus::-moz-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form input:active:-moz-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:active:-moz-placeholder,
.D23MdCV-uLo9ynuwyl form input:focus:-moz-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form input:active:-ms-input-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:active:-ms-input-placeholder,
.D23MdCV-uLo9ynuwyl form input:focus:-ms-input-placeholder,
.D23MdCV-uLo9ynuwyl form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.D23MdCV-uLo9ynuwyl form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.D23MdCV-uLo9ynuwyl form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.D23MdCV-uLo9ynuwyl form .form-check label {
  color: #303030;
}
.D23MdCV-uLo9ynuwyl form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.D23MdCV-uLo9ynuwyl form .form-check-input:focus,
.D23MdCV-uLo9ynuwyl form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.D23MdCV-uLo9ynuwyl form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.D23MdCV-uLoikTgQiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.D23MdCV-uLoikTgQiQ .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLoikTgQiQ .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLoikTgQiQ .title-wrapper {
  margin-bottom: 40px;
}
.D23MdCV-uLoikTgQiQ .title-wrapper .kerning-tag {
  margin-bottom: 16px;
}
.D23MdCV-uLoikTgQiQ .title-wrapper .kerning-section-title {
  margin-bottom: 0;
}
.D23MdCV-uLoikTgQiQ .items-wrapper {
  margin: 0 -20px;
}
.D23MdCV-uLoikTgQiQ .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .D23MdCV-uLoikTgQiQ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .D23MdCV-uLoikTgQiQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper .icon-wrapper .kerning-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #c2b280, #2e4a3f);
  font-size: 80px;
}
@media (max-width: 992px) {
  .D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper .icon-wrapper .kerning-iconfont {
    font-size: 50px;
  }
}
.D23MdCV-uLoikTgQiQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.D23MdCV-uLoikTgQiQ .kerning-section-title {
  color: #232323;
  text-align: center;
}
.D23MdCV-uLoikTgQiQ .kerning-tag {
  color: #adadad;
}
.D23MdCV-uLoikTgQiQ .item-title {
  color: #ffffff;
}
.D23MdCV-uLoikTgQiQ .item-title,
.D23MdCV-uLoikTgQiQ .item-btn {
  text-align: center;
  color: #000000;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.D23MdCV-uKoOBPIKik {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uKoOBPIKik .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uKoOBPIKik .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uKoOBPIKik .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoOBPIKik .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .D23MdCV-uKoOBPIKik .container {
    padding: 0 16px;
  }
}
.D23MdCV-uKoOBPIKik .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.D23MdCV-uKoOBPIKik .content-wrapper .kerning-section-title {
  margin-bottom: 50px;
}
.D23MdCV-uKoOBPIKik .content-wrapper .kerning-text {
  margin-bottom: 0;
}
.D23MdCV-uKoOBPIKik .kerning-section-title {
  color: #191b1d;
}
.D23MdCV-uKoOBPIKik .kerning-text {
  color: #000000;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.D23MdCV-uKoOFJiFNp {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uKoOFJiFNp .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uKoOFJiFNp .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uKoOFJiFNp .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoOFJiFNp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .D23MdCV-uKoOFJiFNp .container {
    padding: 0 16px;
  }
}
.D23MdCV-uKoOFJiFNp .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.D23MdCV-uKoOFJiFNp .content-wrapper .kerning-section-title {
  margin-bottom: 50px;
}
.D23MdCV-uKoOFJiFNp .content-wrapper .kerning-text {
  margin-bottom: 0;
}
.D23MdCV-uKoOFJiFNp .kerning-section-title {
  color: #191b1d;
}
.D23MdCV-uKoOFJiFNp .kerning-text {
  color: #000000;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.D23MdCV-uKoOI6EQzA {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uKoOI6EQzA .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uKoOI6EQzA .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uKoOI6EQzA .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoOI6EQzA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .D23MdCV-uKoOI6EQzA .container {
    padding: 0 16px;
  }
}
.D23MdCV-uKoOI6EQzA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.D23MdCV-uKoOI6EQzA .content-wrapper .kerning-section-title {
  margin-bottom: 50px;
}
.D23MdCV-uKoOI6EQzA .content-wrapper .kerning-text {
  margin-bottom: 0;
}
.D23MdCV-uKoOI6EQzA .kerning-section-title {
  color: #191b1d;
}
.D23MdCV-uKoOI6EQzA .kerning-text {
  color: #000000;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.D23MdCV-uKoOJPBJcd {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f7f9f9;
}
.D23MdCV-uKoOJPBJcd .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uKoOJPBJcd .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uKoOJPBJcd .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .D23MdCV-uKoOJPBJcd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .D23MdCV-uKoOJPBJcd .container {
    padding: 0 16px;
  }
}
.D23MdCV-uKoOJPBJcd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.D23MdCV-uKoOJPBJcd .content-wrapper .kerning-section-title {
  margin-bottom: 50px;
}
.D23MdCV-uKoOJPBJcd .content-wrapper .kerning-text {
  margin-bottom: 0;
}
.D23MdCV-uKoOJPBJcd .kerning-section-title {
  color: #191b1d;
}
.D23MdCV-uKoOJPBJcd .kerning-text {
  color: #000000;
}
.D23MdCV-uLok0oI7f5 {
  z-index: 1000;
  width: 100%;
}
.D23MdCV-uLok0oI7f5 nav.navbar {
  position: fixed;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:before {
  font-family: layout2 !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;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.D23MdCV-uLok0oI7f5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover,
.D23MdCV-uLok0oI7f5 .dropdown-item:focus {
  background: #f7f9f9 !important;
  color: white !important;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:hover span {
  color: white;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.D23MdCV-uLok0oI7f5 .nav-link {
  position: relative;
}
.D23MdCV-uLok0oI7f5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .container {
    flex-wrap: nowrap;
  }
}
.D23MdCV-uLok0oI7f5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown-menu,
.D23MdCV-uLok0oI7f5 .navbar.opened {
  background: #2e4a3f !important;
}
.D23MdCV-uLok0oI7f5 .nav-item:focus,
.D23MdCV-uLok0oI7f5 .nav-link:focus {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D23MdCV-uLok0oI7f5 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2e4a3f;
  backdrop-filter: blur(5px);
}
.D23MdCV-uLok0oI7f5 .navbar.opened {
  transition: all 0.3s;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
  width: auto;
}
.D23MdCV-uLok0oI7f5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed {
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .D23MdCV-uLok0oI7f5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D23MdCV-uLok0oI7f5 .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%;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.D23MdCV-uLok0oI7f5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .D23MdCV-uLok0oI7f5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .D23MdCV-uLok0oI7f5 .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%;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D23MdCV-uLok0oI7f5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D23MdCV-uLok0oI7f5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D23MdCV-uLok0oI7f5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .D23MdCV-uLok0oI7f5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short {
  min-height: 60px;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.D23MdCV-uLok0oI7f5 .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLok0oI7f5 .dropdown-item.active,
.D23MdCV-uLok0oI7f5 .dropdown-item:active {
  background-color: transparent;
}
.D23MdCV-uLok0oI7f5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D23MdCV-uLok0oI7f5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e4a3f;
}
.D23MdCV-uLok0oI7f5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.D23MdCV-uLok0oI7f5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D23MdCV-uLok0oI7f5 ul.navbar-nav {
  flex-wrap: wrap;
}
.D23MdCV-uLok0oI7f5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f9f9;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D23MdCV-uLok0oI7f5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D23MdCV-uLok0oI7f5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D23MdCV-uLok0oI7f5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.D23MdCV-uLok0oI7f5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLok0oI7f5 .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) {
  .D23MdCV-uLok0oI7f5 .navbar {
    height: 70px;
  }
  .D23MdCV-uLok0oI7f5 .navbar.opened {
    height: auto;
  }
  .D23MdCV-uLok0oI7f5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D23MdCV-uLonPv2rxy {
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image.disabled {
  display: none;
}
.D23MdCV-uLonPv2rxy .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D23MdCV-uLonPv2rxy .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #2e4a3f;
}
.D23MdCV-uLonPv2rxy .row {
  align-items: center;
}
.D23MdCV-uLonPv2rxy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.D23MdCV-uLonPv2rxy .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.D23MdCV-uLonPv2rxy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo img {
  width: auto;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.D23MdCV-uLonPv2rxy .navbar-brand .navbar-logo a {
  outline: none;
}
.D23MdCV-uLonPv2rxy .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.D23MdCV-uLonPv2rxy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.D23MdCV-uLonPv2rxy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.D23MdCV-uLonPv2rxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.D23MdCV-uLonPv2rxy .soc-item .kerning-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.D23MdCV-uLonPv2rxy .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.D23MdCV-uLonPv2rxy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #f7f9f9;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.D23MdCV-uLonPv2rxy .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.D23MdCV-uLonPv2rxy .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .col-contacts {
    flex-wrap: wrap;
  }
}
.D23MdCV-uLonPv2rxy .contact-text {
  width: 100%;
  color: #f7f9f9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.D23MdCV-uLonPv2rxy .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .D23MdCV-uLonPv2rxy .contact-container {
    width: 100%;
  }
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .iconfont-wrapper .kerning-iconfont {
  font-size: 16px;
  color: #f7f9f9;
}
.D23MdCV-uLonPv2rxy .contact-item {
  display: flex;
  align-items: flex-start;
}
.D23MdCV-uLonPv2rxy .contact-item:not(:first-child) {
  margin-top: 20px;
}
.D23MdCV-uLonPv2rxy .contact-item-text {
  color: #f7f9f9;
  flex-grow: 1;
}
.D23MdCV-uLonPv2rxy .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2e4a3f;
}
.D23MdCV-uLonPv2rxy .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.D23MdCV-uLonPv2rxy .copyright {
  color: #efefec;
  text-align: center;
}
.D23MdCV-uLonPv2rxy .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.D23MdCV-uLonPv2rxy .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.D23MdCV-uLonPv2rxy .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 21: translate bounce */
a, button, .btn {
  position: relative;
}
a:active, button:active, .btn:active {
  animation: bounce-click 0.3s ease-out;
}
@keyframes bounce-click {
  0% { transform: translateY(0); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* endmainanimations */
