.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.repetition-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .repetition-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .repetition-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
.display-4 > .repetition-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .repetition-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .repetition-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: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1e3a8a !important;
}
.bg-success {
  background-color: #becdc2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff7c53 !important;
}
.bg-danger {
  background-color: #ff3d00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e3a8a !important;
  border-color: #1e3a8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #274cb4 !important;
  border-color: #274cb4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #274cb4 !important;
  border-color: #274cb4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #becdc2 !important;
  border-color: #becdc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #dbe3dd !important;
  border-color: #dbe3dd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #dbe3dd !important;
  border-color: #dbe3dd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7c53 !important;
  border-color: #ff7c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa386 !important;
  border-color: #ffa386 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa386 !important;
  border-color: #ffa386 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3d00 !important;
  border-color: #ff3d00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6433 !important;
  border-color: #ff6433 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6433 !important;
  border-color: #ff6433 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e3a8a;
  color: #1e3a8a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f1c43 !important;
  background-color: transparent !important;
  border-color: #0f1c43 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e3a8a !important;
  border-color: #1e3a8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #becdc2;
  color: #becdc2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8da794 !important;
  background-color: transparent !important;
  border-color: #8da794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #becdc2 !important;
  border-color: #becdc2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff7c53;
  color: #ff7c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb3c00 !important;
  background-color: transparent !important;
  border-color: #fb3c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7c53 !important;
  border-color: #ff7c53 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3d00;
  color: #ff3d00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a82800 !important;
  background-color: transparent !important;
  border-color: #a82800 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3d00 !important;
  border-color: #ff3d00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e3a8a !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #becdc2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff7c53 !important;
}
.text-danger {
  color: #ff3d00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c1736 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #84a18c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec3800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #992500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1e3a8a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff7c53;
}
.alert-danger {
  background-color: #ff3d00;
}
.repetition-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.repetition-gallery-filter li a {
  border-radius: 100px !important;
}
.repetition-gallery-filter li.active .btn {
  background-color: #1e3a8a;
  border-color: #1e3a8a;
  color: #ffffff;
}
.repetition-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e3a8a;
}
.repetition-plan-header.bg-primary .repetition-plan-subtitle,
.repetition-plan-header.bg-primary .repetition-plan-price-desc {
  color: #4f73d9;
}
.repetition-plan-header.bg-success .repetition-plan-subtitle,
.repetition-plan-header.bg-success .repetition-plan-price-desc {
  color: #ffffff;
}
.repetition-plan-header.bg-info .repetition-plan-subtitle,
.repetition-plan-header.bg-info .repetition-plan-price-desc {
  color: #ffffff;
}
.repetition-plan-header.bg-warning .repetition-plan-subtitle,
.repetition-plan-header.bg-warning .repetition-plan-price-desc {
  color: #ffffff;
}
.repetition-plan-header.bg-danger .repetition-plan-subtitle,
.repetition-plan-header.bg-danger .repetition-plan-price-desc {
  color: #ffd8cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .repetition-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: #1e3a8a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .repetition-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1e3a8a;
}
/* Forms */
.repetition-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.repetition-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.repetition-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.repetition-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: #1e3a8a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e3a8a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e3a8a;
  border-bottom-color: #1e3a8a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e3a8a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%231e3a8a' %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;
}
.repetition-section-btn .btn,
.repetition-section-btn-main .btn {
  padding: 10px 15px;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
  border-width: 1px !important;
  font-weight: 400 !important;
}
.repetition-section-btn .btn-primary:hover,
.repetition-section-btn-main .btn-primary:hover,
.repetition-section-btn .btn-secondary:hover,
.repetition-section-btn-main .btn-secondary:hover,
.repetition-section-btn .btn-success:hover,
.repetition-section-btn-main .btn-success:hover,
.repetition-section-btn .btn-info:hover,
.repetition-section-btn-main .btn-info:hover,
.repetition-section-btn .btn-warning:hover,
.repetition-section-btn-main .btn-warning:hover,
.repetition-section-btn .btn-danger:hover,
.repetition-section-btn-main .btn-danger:hover,
.repetition-section-btn .btn-black:hover,
.repetition-section-btn-main .btn-black:hover,
.repetition-section-btn .btn-white:hover,
.repetition-section-btn-main .btn-white:hover,
.repetition-section-btn .btn-primary:focus,
.repetition-section-btn-main .btn-primary:focus,
.repetition-section-btn .btn-secondary:focus,
.repetition-section-btn-main .btn-secondary:focus,
.repetition-section-btn .btn-success:focus,
.repetition-section-btn-main .btn-success:focus,
.repetition-section-btn .btn-info:focus,
.repetition-section-btn-main .btn-info:focus,
.repetition-section-btn .btn-warning:focus,
.repetition-section-btn-main .btn-warning:focus,
.repetition-section-btn .btn-danger:focus,
.repetition-section-btn-main .btn-danger:focus,
.repetition-section-btn .btn-black:focus,
.repetition-section-btn-main .btn-black:focus,
.repetition-section-btn .btn-white:focus,
.repetition-section-btn-main .btn-white:focus {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.repetition-section-btn .btn-primary-outline:hover,
.repetition-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -50px 0 0 #1e3a8a !important;
  color: #ffffff !important;
}
.repetition-section-btn .btn-secondary-outline:hover,
.repetition-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
}
.repetition-section-btn .btn-success-outline:hover,
.repetition-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -50px 0 0 #becdc2 !important;
  color: #ffffff !important;
}
.repetition-section-btn .btn-info-outline:hover,
.repetition-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.repetition-section-btn .btn-warning-outline:hover,
.repetition-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ff7c53 !important;
  color: #ffffff !important;
}
.repetition-section-btn .btn-danger-outline:hover,
.repetition-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ff3d00 !important;
  color: #ffffff !important;
}
.repetition-section-btn .btn-black-outline:hover,
.repetition-section-btn-main .btn-black-outline:hover {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
}
.repetition-section-btn .btn-white-outline:hover,
.repetition-section-btn-main .btn-white-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.ZxKCLkm-uOn6UktP1l {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOn6UktP1l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar.opened,
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOn6UktP1l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-text,
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOn6UktP1l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOn6UktP1l .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover,
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOn6UktP1l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOn6UktP1l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu,
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOn6UktP1l .nav-item:focus,
.ZxKCLkm-uOn6UktP1l .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .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;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown-item.active,
.ZxKCLkm-uOn6UktP1l .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOn6UktP1l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOn6UktP1l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOn6UktP1l .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOn6UktP1l .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOn6UktP1l .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOn6UktP1l .text_widget a:hover,
.ZxKCLkm-uOn6UktP1l .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle,
.ZxKCLkm-uOn6UktP1l .text_widget,
.ZxKCLkm-uOn6UktP1l .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOnvE3TkMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.ZxKCLkm-uOnvE3TkMo .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnvE3TkMo .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnvE3TkMo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnvE3TkMo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnvE3TkMo .container {
    padding: 0 24px;
  }
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnvE3TkMo .content-wrapper {
    padding: 0;
  }
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #f3f4f6;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-desc {
  width: 100%;
  margin-bottom: 16px;
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-text {
  width: 100%;
  margin-bottom: 0;
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-section-btn {
  width: 100%;
  margin-top: 16px;
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-section-btn .btn:hover,
.ZxKCLkm-uOnvE3TkMo .content-wrapper .card-wrap .repetition-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #000000 !important;
  border-color: #000000 !important;
}
.ZxKCLkm-uOnvE3TkMo .repetition-section-title {
  color: #141414;
}
.ZxKCLkm-uOnvE3TkMo .repetition-desc {
  color: #141414;
  text-align: center;
}
.ZxKCLkm-uOnvE3TkMo .repetition-text {
  color: #141414;
  text-align: center;
}
.ZxKCLkm-uOnvE3TkMo .repetition-section-title,
.ZxKCLkm-uOnvE3TkMo .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOn7hwLj6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
  overflow: hidden;
}
.ZxKCLkm-uOn7hwLj6f .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOn7hwLj6f .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .container {
    padding: 0 30px;
  }
}
.ZxKCLkm-uOn7hwLj6f .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper {
    padding: 0;
  }
}
.ZxKCLkm-uOn7hwLj6f .content-wrapper .desc-wrapper .repetition-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper .desc-wrapper .repetition-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.ZxKCLkm-uOn7hwLj6f .content-wrapper .desc-wrapper .repetition-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper .desc-wrapper .repetition-desc::before {
    width: 40px;
  }
}
.ZxKCLkm-uOn7hwLj6f .content-wrapper .repetition-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper .repetition-section-title {
    margin-bottom: 80px;
  }
}
.ZxKCLkm-uOn7hwLj6f .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.ZxKCLkm-uOn7hwLj6f .content-wrapper .text-wrapper .repetition-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7hwLj6f .content-wrapper .text-wrapper .repetition-text {
    margin-bottom: 30px;
  }
}
.ZxKCLkm-uOn7hwLj6f .repetition-desc {
  color: #254b45;
}
.ZxKCLkm-uOn7hwLj6f .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7hwLj6f .repetition-text {
  color: #254b45;
}
.ZxKCLkm-uOn7hwLj6f .repetition-text,
.ZxKCLkm-uOn7hwLj6f .repetition-section-btn {
  text-align: center;
  color: #000000;
}
.ZxKCLkm-uOn7hwLj6f .repetition-desc,
.ZxKCLkm-uOn7hwLj6f .desc-wrapper {
  color: #000000;
}
.ZxKCLkm-uOn7jpkJoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.ZxKCLkm-uOn7jpkJoO .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOn7jpkJoO .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7jpkJoO .container {
    padding: 0 22px;
  }
}
.ZxKCLkm-uOn7jpkJoO .card {
  justify-content: center;
}
.ZxKCLkm-uOn7jpkJoO .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7jpkJoO .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOn7jpkJoO .content-wrapper .repetition-section-title {
  margin-bottom: 10px;
}
.ZxKCLkm-uOn7jpkJoO .content-wrapper .repetition-text {
  margin-bottom: 0;
}
.ZxKCLkm-uOn7jpkJoO .image-wrapper {
  display: flex;
  justify-content: center;
}
.ZxKCLkm-uOn7jpkJoO .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #1e3a8a;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOn7jpkJoO .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .ZxKCLkm-uOn7jpkJoO .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7jpkJoO .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .ZxKCLkm-uOn7jpkJoO .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.ZxKCLkm-uOn7jpkJoO .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7jpkJoO .repetition-text {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7mXOAiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOn7mXOAiQ .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOn7mXOAiQ .container {
  max-width: 1300px;
}
.ZxKCLkm-uOn7mXOAiQ .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOn7mXOAiQ .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn7mXOAiQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn7mXOAiQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.ZxKCLkm-uOn7mXOAiQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn7mXOAiQ .image-wrapper {
    padding: 1.5rem;
  }
}
.ZxKCLkm-uOn7mXOAiQ .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7mXOAiQ .repetition-text,
.ZxKCLkm-uOn7mXOAiQ .repetition-section-btn {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7mXOAiQ .repetition-section-subtitle {
  text-align: center;
  color: #000000;
}
.ZxKCLkm-uOn7r7fvyK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafaf9;
}
.ZxKCLkm-uOn7r7fvyK .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOn7r7fvyK .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOn7r7fvyK .repetition-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.ZxKCLkm-uOn7r7fvyK .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1e3a8a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.ZxKCLkm-uOn7r7fvyK .subtitle-wrap .repetition-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.ZxKCLkm-uOn7r7fvyK .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7r7fvyK .repetition-text,
.ZxKCLkm-uOn7r7fvyK .repetition-section-btn {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOn7r7fvyK .repetition-section-subtitle,
.ZxKCLkm-uOn7r7fvyK .align-wrapper {
  color: #000000;
}
.ZxKCLkm-uOn7vS2o2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOn7vS2o2G .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOn7vS2o2G .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOn7vS2o2G .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7vS2o2G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn7vS2o2G .container {
    padding: 0 20px;
  }
}
.ZxKCLkm-uOn7vS2o2G .row {
  justify-content: center;
}
.ZxKCLkm-uOn7vS2o2G .title-wrapper .repetition-section-title {
  margin-bottom: 50px;
}
.ZxKCLkm-uOn7vS2o2G .item {
  margin-bottom: 50px;
}
.ZxKCLkm-uOn7vS2o2G .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #000000;
}
.ZxKCLkm-uOn7vS2o2G .item .item-wrapper .repetition-date {
  margin-bottom: 24px;
}
.ZxKCLkm-uOn7vS2o2G .item .item-wrapper a {
  display: block;
}
.ZxKCLkm-uOn7vS2o2G .item .item-wrapper a:hover .repetition-text {
  text-decoration: underline;
}
.ZxKCLkm-uOn7vS2o2G .item .item-wrapper a .repetition-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ZxKCLkm-uOn7vS2o2G .repetition-section-title {
  color: #1b1b1b;
}
.ZxKCLkm-uOn7vS2o2G .repetition-date {
  color: #1b1b1b;
  text-align: center;
}
.ZxKCLkm-uOn7vS2o2G .repetition-text {
  color: #1b1b1b;
  text-align: center;
}
.ZxKCLkm-uOn7vS2o2G .repetition-section-title,
.ZxKCLkm-uOn7vS2o2G .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOn6UktP1l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar.opened,
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOn6UktP1l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-text,
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOn6UktP1l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOn6UktP1l .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover,
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOn6UktP1l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOn6UktP1l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu,
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOn6UktP1l .nav-item:focus,
.ZxKCLkm-uOn6UktP1l .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .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;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown-item.active,
.ZxKCLkm-uOn6UktP1l .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOn6UktP1l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOn6UktP1l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOn6UktP1l .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOn6UktP1l .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOn6UktP1l .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOn6UktP1l .text_widget a:hover,
.ZxKCLkm-uOn6UktP1l .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle,
.ZxKCLkm-uOn6UktP1l .text_widget,
.ZxKCLkm-uOn6UktP1l .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOncRtCW1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOncRtCW1Z .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOncRtCW1Z .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOncRtCW1Z .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOncRtCW1Z .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncRtCW1Z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncRtCW1Z .container {
    padding: 0 20px;
  }
}
.ZxKCLkm-uOncRtCW1Z .content-wrapper .repetition-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncRtCW1Z .content-wrapper .repetition-section-title {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOncRtCW1Z .content-wrapper .repetition-section-title span {
  opacity: .5;
}
.ZxKCLkm-uOncRtCW1Z .content-wrapper .text-wrapper .repetition-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncRtCW1Z .content-wrapper .text-wrapper .repetition-text {
    width: 100%;
  }
}
.ZxKCLkm-uOncRtCW1Z .repetition-section-title {
  color: #0f1d07;
}
.ZxKCLkm-uOncRtCW1Z .repetition-text {
  color: #0f1d07;
}
.ZxKCLkm-uOncRtCW1Z .repetition-section-title,
.ZxKCLkm-uOncRtCW1Z .repetition-section-btn {
  text-align: center;
  color: #000000;
}
.ZxKCLkm-uOncRtCW1Z .repetition-text,
.ZxKCLkm-uOncRtCW1Z .text-wrapper {
  text-align: center;
}
.ZxKCLkm-uOncckP0Hx {
  overflow: hidden;
  background-image: url("../../../assets/images/green-contrast-1376x768.jpg");
}
.ZxKCLkm-uOncckP0Hx .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOncckP0Hx .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncckP0Hx .container {
    padding: 0 24px;
  }
}
.ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap .repetition-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap .repetition-desc {
    margin-bottom: 28px;
  }
}
.ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap .repetition-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap .repetition-section-title {
    margin-bottom: 28px;
  }
}
.ZxKCLkm-uOncckP0Hx .card-wrapper .card-wrap .repetition-text {
  width: 100%;
  margin-bottom: 0;
}
.ZxKCLkm-uOncckP0Hx .repetition-desc {
  color: #202020;
}
.ZxKCLkm-uOncckP0Hx .repetition-section-title {
  color: #202020;
}
.ZxKCLkm-uOncckP0Hx .repetition-text {
  color: #202020;
}
.ZxKCLkm-uOncckP0Hx .repetition-section-title,
.ZxKCLkm-uOncckP0Hx .card-wrapper {
  text-align: center;
}
.ZxKCLkm-uOnceUshdI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOnceUshdI .repetition-text {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnceUshdI .repetition-section-subtitle {
  color: #000000;
}
.ZxKCLkm-uOnceUshdI .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOncvXikho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.ZxKCLkm-uOncvXikho .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOncvXikho .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOncvXikho .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .container-fluid {
    padding: 0 20px;
  }
}
.ZxKCLkm-uOncvXikho .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .container {
    padding: 0 20px;
  }
  .ZxKCLkm-uOncvXikho .container .row {
    padding: 0;
  }
}
.ZxKCLkm-uOncvXikho .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-desc {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-text {
    margin-bottom: 20px;
  }
}
.ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-name {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOncvXikho .title-wrapper .title-wrap .repetition-section-btn .btn .repetition-iconfont {
  color: #f3f4f6;
}
.ZxKCLkm-uOncvXikho .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOncvXikho .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .ZxKCLkm-uOncvXikho .image-wrapper img {
    height: 300px;
  }
}
.ZxKCLkm-uOncvXikho .repetition-desc {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOncvXikho .repetition-text {
  color: #ffffff;
}
.ZxKCLkm-uOncvXikho .repetition-name {
  color: #000000;
}
.ZxKCLkm-uOncvXikho .repetition-section-btn {
  text-align: right;
}
.ZxKCLkm-uOncvXikho .repetition-text,
.ZxKCLkm-uOncvXikho .repetition-section-btn {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOn6UktP1l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar.opened,
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOn6UktP1l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-text,
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOn6UktP1l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOn6UktP1l .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover,
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOn6UktP1l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOn6UktP1l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu,
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOn6UktP1l .nav-item:focus,
.ZxKCLkm-uOn6UktP1l .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .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;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown-item.active,
.ZxKCLkm-uOn6UktP1l .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOn6UktP1l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOn6UktP1l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOn6UktP1l .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOn6UktP1l .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOn6UktP1l .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOn6UktP1l .text_widget a:hover,
.ZxKCLkm-uOn6UktP1l .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle,
.ZxKCLkm-uOn6UktP1l .text_widget,
.ZxKCLkm-uOn6UktP1l .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOnfTP9YuG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOnfTP9YuG .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnfTP9YuG .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnfTP9YuG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnfTP9YuG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnfTP9YuG .container {
    padding: 0 24px;
  }
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnfTP9YuG .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnfTP9YuG .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .title-wrapper .repetition-desc {
  margin-bottom: 24px;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .title-wrapper .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap {
    width: 100%;
  }
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .repetition-section-title {
  margin-bottom: 16px !important;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .repetition-text {
  margin-bottom: 16px;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #1e3a8a;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .repetition-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .repetition-section-btn .btn:hover,
.ZxKCLkm-uOnfTP9YuG .form-wrapper .form-wrap .dragArea.row .repetition-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #000000 !important;
  border-color: #000000 !important;
}
.ZxKCLkm-uOnfTP9YuG .repetition-section-title {
  color: #141414;
}
.ZxKCLkm-uOnfTP9YuG .repetition-desc {
  color: #141414;
  text-align: center;
}
.ZxKCLkm-uOnfTP9YuG label {
  color: #141414;
}
.ZxKCLkm-uOnfTP9YuG .repetition-section-title,
.ZxKCLkm-uOnfTP9YuG .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOoAjmg7oB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.ZxKCLkm-uOoAjmg7oB .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOoAjmg7oB .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOoAjmg7oB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOoAjmg7oB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOoAjmg7oB .container {
    padding: 0 20px;
  }
}
.ZxKCLkm-uOoAjmg7oB .row {
  justify-content: center;
}
.ZxKCLkm-uOoAjmg7oB .title-wrapper .repetition-section-title {
  margin-bottom: 50px;
}
.ZxKCLkm-uOoAjmg7oB .item {
  margin-bottom: 50px;
}
.ZxKCLkm-uOoAjmg7oB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #000000;
}
.ZxKCLkm-uOoAjmg7oB .item .item-wrapper .repetition-date {
  margin-bottom: 24px;
}
.ZxKCLkm-uOoAjmg7oB .item .item-wrapper a {
  display: block;
}
.ZxKCLkm-uOoAjmg7oB .item .item-wrapper a:hover .repetition-text {
  text-decoration: underline;
}
.ZxKCLkm-uOoAjmg7oB .item .item-wrapper a .repetition-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ZxKCLkm-uOoAjmg7oB .repetition-section-title {
  color: #1b1b1b;
}
.ZxKCLkm-uOoAjmg7oB .repetition-date {
  color: #1b1b1b;
  text-align: center;
}
.ZxKCLkm-uOoAjmg7oB .repetition-text {
  color: #1b1b1b;
  text-align: center;
}
.ZxKCLkm-uOoAjmg7oB .repetition-section-title,
.ZxKCLkm-uOoAjmg7oB .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOn6UktP1l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar.opened,
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOn6UktP1l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-text,
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOn6UktP1l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOn6UktP1l .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover,
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOn6UktP1l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOn6UktP1l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu,
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOn6UktP1l .nav-item:focus,
.ZxKCLkm-uOn6UktP1l .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .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;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown-item.active,
.ZxKCLkm-uOn6UktP1l .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOn6UktP1l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOn6UktP1l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOn6UktP1l .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOn6UktP1l .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOn6UktP1l .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOn6UktP1l .text_widget a:hover,
.ZxKCLkm-uOn6UktP1l .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle,
.ZxKCLkm-uOn6UktP1l .text_widget,
.ZxKCLkm-uOn6UktP1l .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOngJpB1XS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOngJpB1XS .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOngJpB1XS .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .ZxKCLkm-uOngJpB1XS .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ZxKCLkm-uOngJpB1XS P {
  max-width: 1200px;
}
.ZxKCLkm-uOngJpB1XS .repetition-section-btn,
.ZxKCLkm-uOngJpB1XS .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngJpB1XS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.ZxKCLkm-uOngJpB1XS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngJpB1XS .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngJpB1XS .text-wrapper {
    padding: 0 2rem;
  }
}
.ZxKCLkm-uOngJpB1XS .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOngJpB1XS .repetition-text,
.ZxKCLkm-uOngJpB1XS .repetition-section-btn {
  color: #000000;
}
.ZxKCLkm-uOngJpB1XS .repetition-section-subtitle {
  color: #ffffff;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}
.ZxKCLkm-uOngSQqXvA {
  background-color: transparent;
}
.ZxKCLkm-uOngSQqXvA .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOngSQqXvA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOngSQqXvA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOngSQqXvA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSQqXvA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOngSQqXvA .menu_box .navbar.opened,
  .ZxKCLkm-uOngSQqXvA .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOngSQqXvA .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOngSQqXvA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSQqXvA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSQqXvA .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOngSQqXvA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOngSQqXvA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngSQqXvA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas-body .repetition-text,
  .ZxKCLkm-uOngSQqXvA .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOngSQqXvA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOngSQqXvA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOngSQqXvA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOngSQqXvA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOngSQqXvA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOngSQqXvA .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOngSQqXvA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOngSQqXvA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOngSQqXvA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSQqXvA .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOngSQqXvA .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOngSQqXvA .nav-item .nav-link:hover,
.ZxKCLkm-uOngSQqXvA .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOngSQqXvA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngSQqXvA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOngSQqXvA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSQqXvA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOngSQqXvA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOngSQqXvA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOngSQqXvA .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOngSQqXvA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOngSQqXvA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOngSQqXvA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOngSQqXvA .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOngSQqXvA .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOngSQqXvA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOngSQqXvA .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOngSQqXvA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngSQqXvA .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOngSQqXvA .dropdown-menu,
.ZxKCLkm-uOngSQqXvA .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOngSQqXvA .nav-item:focus,
.ZxKCLkm-uOngSQqXvA .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOngSQqXvA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOngSQqXvA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOngSQqXvA .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOngSQqXvA .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOngSQqXvA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOngSQqXvA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOngSQqXvA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOngSQqXvA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOngSQqXvA .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOngSQqXvA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOngSQqXvA .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOngSQqXvA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOngSQqXvA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSQqXvA .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOngSQqXvA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOngSQqXvA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOngSQqXvA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOngSQqXvA .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOngSQqXvA .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOngSQqXvA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOngSQqXvA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOngSQqXvA .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;
}
.ZxKCLkm-uOngSQqXvA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOngSQqXvA .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOngSQqXvA .dropdown-item.active,
.ZxKCLkm-uOngSQqXvA .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOngSQqXvA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOngSQqXvA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOngSQqXvA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOngSQqXvA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOngSQqXvA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOngSQqXvA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOngSQqXvA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOngSQqXvA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOngSQqXvA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOngSQqXvA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOngSQqXvA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOngSQqXvA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOngSQqXvA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOngSQqXvA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOngSQqXvA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOngSQqXvA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOngSQqXvA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOngSQqXvA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOngSQqXvA .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOngSQqXvA .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOngSQqXvA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOngSQqXvA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOngSQqXvA .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOngSQqXvA .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOngSQqXvA .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOngSQqXvA .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOngSQqXvA .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngSQqXvA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOngSQqXvA .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOngSQqXvA .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOngSQqXvA .text_widget a:hover,
.ZxKCLkm-uOngSQqXvA .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOngSQqXvA .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOngSQqXvA .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOngSQqXvA .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOngSQqXvA .repetition-section-subtitle,
.ZxKCLkm-uOngSQqXvA .text_widget,
.ZxKCLkm-uOngSQqXvA .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOngSQqXvA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOngSS4Sy6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOngSS4Sy6 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOngSS4Sy6 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .ZxKCLkm-uOngSS4Sy6 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ZxKCLkm-uOngSS4Sy6 P {
  max-width: 1200px;
}
.ZxKCLkm-uOngSS4Sy6 .repetition-section-btn,
.ZxKCLkm-uOngSS4Sy6 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSS4Sy6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.ZxKCLkm-uOngSS4Sy6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngSS4Sy6 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngSS4Sy6 .text-wrapper {
    padding: 0 2rem;
  }
}
.ZxKCLkm-uOngSS4Sy6 .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOngSS4Sy6 .repetition-text,
.ZxKCLkm-uOngSS4Sy6 .repetition-section-btn {
  color: #000000;
}
.ZxKCLkm-uOngSS4Sy6 .repetition-section-subtitle {
  color: #ffffff;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}
.ZxKCLkm-uOngVCnFKO {
  background-color: transparent;
}
.ZxKCLkm-uOngVCnFKO .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOngVCnFKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOngVCnFKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOngVCnFKO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVCnFKO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOngVCnFKO .menu_box .navbar.opened,
  .ZxKCLkm-uOngVCnFKO .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOngVCnFKO .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOngVCnFKO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVCnFKO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVCnFKO .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOngVCnFKO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOngVCnFKO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngVCnFKO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas-body .repetition-text,
  .ZxKCLkm-uOngVCnFKO .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOngVCnFKO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOngVCnFKO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOngVCnFKO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOngVCnFKO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOngVCnFKO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOngVCnFKO .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOngVCnFKO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOngVCnFKO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOngVCnFKO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVCnFKO .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOngVCnFKO .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOngVCnFKO .nav-item .nav-link:hover,
.ZxKCLkm-uOngVCnFKO .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOngVCnFKO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngVCnFKO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOngVCnFKO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVCnFKO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOngVCnFKO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOngVCnFKO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOngVCnFKO .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOngVCnFKO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOngVCnFKO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOngVCnFKO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOngVCnFKO .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOngVCnFKO .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOngVCnFKO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOngVCnFKO .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOngVCnFKO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngVCnFKO .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOngVCnFKO .dropdown-menu,
.ZxKCLkm-uOngVCnFKO .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOngVCnFKO .nav-item:focus,
.ZxKCLkm-uOngVCnFKO .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOngVCnFKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOngVCnFKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOngVCnFKO .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOngVCnFKO .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOngVCnFKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOngVCnFKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOngVCnFKO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOngVCnFKO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOngVCnFKO .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOngVCnFKO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOngVCnFKO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOngVCnFKO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOngVCnFKO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVCnFKO .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOngVCnFKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOngVCnFKO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOngVCnFKO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOngVCnFKO .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOngVCnFKO .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOngVCnFKO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOngVCnFKO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOngVCnFKO .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;
}
.ZxKCLkm-uOngVCnFKO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOngVCnFKO .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOngVCnFKO .dropdown-item.active,
.ZxKCLkm-uOngVCnFKO .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOngVCnFKO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOngVCnFKO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOngVCnFKO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOngVCnFKO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOngVCnFKO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOngVCnFKO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOngVCnFKO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOngVCnFKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOngVCnFKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOngVCnFKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOngVCnFKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOngVCnFKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOngVCnFKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOngVCnFKO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOngVCnFKO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOngVCnFKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOngVCnFKO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOngVCnFKO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOngVCnFKO .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOngVCnFKO .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOngVCnFKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOngVCnFKO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOngVCnFKO .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOngVCnFKO .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOngVCnFKO .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOngVCnFKO .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOngVCnFKO .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngVCnFKO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOngVCnFKO .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOngVCnFKO .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOngVCnFKO .text_widget a:hover,
.ZxKCLkm-uOngVCnFKO .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOngVCnFKO .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOngVCnFKO .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOngVCnFKO .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOngVCnFKO .repetition-section-subtitle,
.ZxKCLkm-uOngVCnFKO .text_widget,
.ZxKCLkm-uOngVCnFKO .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOngVCnFKO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOngVDXUQ7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOngVDXUQ7 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOngVDXUQ7 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .ZxKCLkm-uOngVDXUQ7 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ZxKCLkm-uOngVDXUQ7 P {
  max-width: 1200px;
}
.ZxKCLkm-uOngVDXUQ7 .repetition-section-btn,
.ZxKCLkm-uOngVDXUQ7 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVDXUQ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.ZxKCLkm-uOngVDXUQ7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOngVDXUQ7 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ZxKCLkm-uOngVDXUQ7 .text-wrapper {
    padding: 0 2rem;
  }
}
.ZxKCLkm-uOngVDXUQ7 .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOngVDXUQ7 .repetition-text,
.ZxKCLkm-uOngVDXUQ7 .repetition-section-btn {
  color: #000000;
}
.ZxKCLkm-uOngVDXUQ7 .repetition-section-subtitle {
  color: #ffffff;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  background-color: #06b6d4 !important;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06b6d4 !important;
  background: #06b6d4;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ZxKCLkm-uOn6UktP1l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar.opened,
  .ZxKCLkm-uOn6UktP1l .menu_box .navbar-collapse {
    background-color: #06b6d4 !important;
    transition: all 0s ease 0s;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown {
  position: relative !important;
}
.ZxKCLkm-uOn6UktP1l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    margin-top: 1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-text,
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .repetition-section-subtitle {
    margin-bottom: 32px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .ZxKCLkm-uOn6UktP1l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .ZxKCLkm-uOn6UktP1l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .ZxKCLkm-uOn6UktP1l .lg_brand {
    margin: 0 1rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .nav-item {
    margin: 0 !important;
  }
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover,
.ZxKCLkm-uOn6UktP1l .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #1e3a8a;
  color: #ffffff !important;
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ZxKCLkm-uOn6UktP1l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ZxKCLkm-uOn6UktP1l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ZxKCLkm-uOn6UktP1l .offcanvas_box {
    display: none;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ZxKCLkm-uOn6UktP1l .container {
  display: flex;
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ZxKCLkm-uOn6UktP1l .iconfont-wrapper:hover {
  opacity: .5;
}
.ZxKCLkm-uOn6UktP1l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar-nav {
    margin: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .dropdown-menu,
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  background-color: false !important;
}
.ZxKCLkm-uOn6UktP1l .nav-item:focus,
.ZxKCLkm-uOn6UktP1l .nav-link:focus {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ZxKCLkm-uOn6UktP1l .dropdown .dropdown-menu .dropdown-item .repetition-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.opened {
  transition: all 0.3s;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed {
  justify-content: center;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ZxKCLkm-uOn6UktP1l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item {
    padding: .5rem 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ZxKCLkm-uOn6UktP1l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ZxKCLkm-uOn6UktP1l .navbar .icons-menu {
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short {
  min-height: 60px;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ZxKCLkm-uOn6UktP1l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .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;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ZxKCLkm-uOn6UktP1l .navbar-brand .navbar-logo a {
  outline: none;
}
.ZxKCLkm-uOn6UktP1l .dropdown-item.active,
.ZxKCLkm-uOn6UktP1l .dropdown-item:active {
  background-color: transparent;
}
.ZxKCLkm-uOn6UktP1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ZxKCLkm-uOn6UktP1l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ZxKCLkm-uOn6UktP1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ZxKCLkm-uOn6UktP1l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ZxKCLkm-uOn6UktP1l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06b6d4;
  background: #f0f0f0;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ZxKCLkm-uOn6UktP1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ZxKCLkm-uOn6UktP1l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ZxKCLkm-uOn6UktP1l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ZxKCLkm-uOn6UktP1l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ZxKCLkm-uOn6UktP1l .navbar {
    height: 70px;
  }
  .ZxKCLkm-uOn6UktP1l .navbar.opened {
    height: auto;
  }
  .ZxKCLkm-uOn6UktP1l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ZxKCLkm-uOn6UktP1l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ZxKCLkm-uOn6UktP1l .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .repetition-section-btn-main {
    display: block;
    padding: 0;
  }
}
.ZxKCLkm-uOn6UktP1l .repetition-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption:hover {
  color: #1e3a8a;
}
@media (min-width: 992px) {
  .ZxKCLkm-uOn6UktP1l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ZxKCLkm-uOn6UktP1l .text_widget {
  margin-bottom: 32px;
}
.ZxKCLkm-uOn6UktP1l .text_widget a {
  transition: all 0.3s ease-out;
}
.ZxKCLkm-uOn6UktP1l .text_widget a:hover,
.ZxKCLkm-uOn6UktP1l .text_widget a:focus {
  opacity: .6;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .navbar-caption {
  color: #000000;
}
.ZxKCLkm-uOn6UktP1l .repetition-text {
  color: #ffffff;
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l .repetition-section-subtitle,
.ZxKCLkm-uOn6UktP1l .text_widget,
.ZxKCLkm-uOn6UktP1l .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOn6UktP1l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ZxKCLkm-uOneHEXGwJ {
  background-color: #ffffff;
  position: relative;
}
.ZxKCLkm-uOneHEXGwJ .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOneHEXGwJ .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOneHEXGwJ .container,
.ZxKCLkm-uOneHEXGwJ .container-fluid {
  position: static;
}
.ZxKCLkm-uOneHEXGwJ .repetition-section-title {
  margin-bottom: 25px;
  color: #131313;
  text-align: center;
}
@media (max-width: 1199px) {
  .ZxKCLkm-uOneHEXGwJ .repetition-section-title {
    margin-bottom: 5px;
  }
}
.ZxKCLkm-uOneHEXGwJ .repetition-section-subtitle {
  color: #131313;
  text-align: center;
}
.ZxKCLkm-uOneHEXGwJ .repetition-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .ZxKCLkm-uOneHEXGwJ .repetition-text {
    margin-top: 18px;
  }
}
.ZxKCLkm-uOneHEXGwJ .repetition-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ZxKCLkm-uOneHEXGwJ .repetition-section-btn {
    margin-top: 15px;
  }
}
.ZxKCLkm-uOneHEXGwJ .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.ZxKCLkm-uOneHEXGwJ .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .ZxKCLkm-uOneHEXGwJ .item-img {
    display: none;
  }
}
.ZxKCLkm-uOneHEXGwJ .repetition-text,
.ZxKCLkm-uOneHEXGwJ .repetition-section-btn {
  text-align: center;
}
.ZxKCLkm-uOneODGoMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOneODGoMs .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOneODGoMs .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOneODGoMs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneODGoMs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneODGoMs .container {
    padding: 0 26px;
  }
}
.ZxKCLkm-uOneODGoMs .row {
  justify-content: center;
}
.ZxKCLkm-uOneODGoMs .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOneODGoMs .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneODGoMs .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.ZxKCLkm-uOneODGoMs .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneODGoMs .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOneODGoMs .content-wrapper .title-wrapper .repetition-section-title {
  margin-bottom: 30px;
}
.ZxKCLkm-uOneODGoMs .content-wrapper .title-wrapper .repetition-desc {
  margin-bottom: 0;
}
.ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper .repetition-text {
  margin-bottom: 20px;
}
.ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper .link-wrapper:hover .repetition-link,
.ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper .link-wrapper:focus .repetition-link {
  color: #000000;
}
.ZxKCLkm-uOneODGoMs .content-wrapper .text-wrapper .link-wrapper .repetition-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ZxKCLkm-uOneODGoMs .repetition-section-title {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOneODGoMs .repetition-section-subtitle {
  color: #000000;
}
.ZxKCLkm-uOneODGoMs .repetition-desc {
  color: #000000;
}
.ZxKCLkm-uOneODGoMs .repetition-text {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOneODGoMs .repetition-link {
  color: #ffffff;
}
.ZxKCLkm-uOneUwYWdx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.ZxKCLkm-uOneUwYWdx .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOneUwYWdx .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOneUwYWdx .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOneUwYWdx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneUwYWdx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneUwYWdx .container {
    padding: 0 16px;
  }
}
.ZxKCLkm-uOneUwYWdx .image-wrapper {
  height: 100%;
}
.ZxKCLkm-uOneUwYWdx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneUwYWdx .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.ZxKCLkm-uOneUwYWdx .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .ZxKCLkm-uOneUwYWdx .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneUwYWdx .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.ZxKCLkm-uOneUwYWdx .content-wrapper .repetition-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneUwYWdx .content-wrapper .repetition-section-title {
    margin-bottom: 16px;
  }
}
.ZxKCLkm-uOneUwYWdx .content-wrapper .repetition-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneUwYWdx .content-wrapper .repetition-text {
    margin-bottom: 16px;
  }
}
.ZxKCLkm-uOneUwYWdx .repetition-section-title {
  color: #1c1c1c;
}
.ZxKCLkm-uOneUwYWdx .repetition-text {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOneUwYWdx .repetition-section-title,
.ZxKCLkm-uOneUwYWdx .repetition-section-btn {
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOneYO37p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f4f6;
}
.ZxKCLkm-uOneYO37p9 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOneYO37p9 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOneYO37p9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneYO37p9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .ZxKCLkm-uOneYO37p9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneYO37p9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .ZxKCLkm-uOneYO37p9 .container {
    padding: 0 12px;
  }
}
.ZxKCLkm-uOneYO37p9 .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneYO37p9 .content-wrapper {
    display: block;
  }
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper .title-wrap .title .repetition-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper .title-wrap .title .repetition-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f3f4f6;
  border-radius: 10rem;
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .title-wrapper .title-wrap .repetition-text {
  margin-bottom: 0;
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneYO37p9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.ZxKCLkm-uOneYO37p9 .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOneYO37p9 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.ZxKCLkm-uOneYO37p9 .repetition-section-title {
  color: #1D1D1F;
}
.ZxKCLkm-uOneYO37p9 .repetition-text {
  color: #1D1D1F;
  text-align: center;
}
.ZxKCLkm-uOneYO37p9 .repetition-section-title,
.ZxKCLkm-uOneYO37p9 .repetition-section-btn,
.ZxKCLkm-uOneYO37p9 .title {
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06b6d4;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image.disabled {
  display: none;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .content-wrap {
    padding: 30px 20px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .content-wrap .row {
  justify-content: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.ZxKCLkm-uOnrrsHZW4 .title-wrapper .title-wrap .repetition-section-title {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .nav-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:hover,
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:focus {
  color: #1e3a8a;
}
.ZxKCLkm-uOnrrsHZW4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ZxKCLkm-uOnrrsHZW4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .repetition-section-subtitle {
  margin-bottom: 20px;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont,
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a:hover .repetition-iconfont {
  transform: scale(1.1);
}
.ZxKCLkm-uOnrrsHZW4 .social-wrapper .social-wrap .soc-item a .repetition-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title {
  color: #ed463f;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-subtitle {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .list {
  color: #404349;
}
.ZxKCLkm-uOnrrsHZW4 .repetition-section-title,
.ZxKCLkm-uOnrrsHZW4 .title-wrapper {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: bounceIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 28: border-radius pulse */
a, button, .btn {
  transition: border-radius 0.2s ease;
  border-radius: 4px;
}
a:active, button:active, .btn:active {
  border-radius: 50%;
}
/* endmainanimations */
